Uses of Class
com.azure.resourcemanager.apimanagement.models.IdentityProviderType
Packages that use IdentityProviderType
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of IdentityProviderType in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type IdentityProviderTypeModifier and TypeMethodDescriptionIdentityProvidersClient.createOrUpdate(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, IdentityProviderCreateContract parameters) Creates or Updates the IdentityProvider configuration.IdentityProvidersClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, IdentityProviderCreateContract parameters, String ifMatch, com.azure.core.util.Context context) Creates or Updates the IdentityProvider configuration.voidIdentityProvidersClient.delete(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, String ifMatch) Deletes the specified identity provider configuration.com.azure.core.http.rest.Response<Void> IdentityProvidersClient.deleteWithResponse(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, String ifMatch, com.azure.core.util.Context context) Deletes the specified identity provider configuration.IdentityProvidersClient.get(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName) Gets the configuration details of the identity Provider configured in specified service instance.voidIdentityProvidersClient.getEntityTag(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName) Gets the entity state (Etag) version of the identityProvider specified by its identifier.IdentityProvidersClient.getEntityTagWithResponse(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, com.azure.core.util.Context context) Gets the entity state (Etag) version of the identityProvider specified by its identifier.IdentityProvidersClient.getWithResponse(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, com.azure.core.util.Context context) Gets the configuration details of the identity Provider configured in specified service instance.IdentityProvidersClient.listSecrets(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName) Gets the client secret details of the Identity Provider.IdentityProvidersClient.listSecretsWithResponse(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, com.azure.core.util.Context context) Gets the client secret details of the Identity Provider.IdentityProvidersClient.update(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, String ifMatch, IdentityProviderUpdateParameters parameters) Updates an existing IdentityProvider configuration.IdentityProvidersClient.updateWithResponse(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, String ifMatch, IdentityProviderUpdateParameters parameters, com.azure.core.util.Context context) Updates an existing IdentityProvider configuration. -
Uses of IdentityProviderType in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return IdentityProviderTypeModifier and TypeMethodDescriptionIdentityProviderContractInner.typePropertiesType()Get the type property: Identity Provider Type identifier.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type IdentityProviderTypeModifier and TypeMethodDescriptionIdentityProviderContractProperties.withType(IdentityProviderType type) Set the type property: Identity Provider Type identifier.IdentityProviderCreateContractProperties.withType(IdentityProviderType type) Set the type property: Identity Provider Type identifier.IdentityProviderUpdateProperties.withType(IdentityProviderType type) Set the type property: Identity Provider Type identifier.IdentityProviderContractInner.withTypePropertiesType(IdentityProviderType type) Set the type property: Identity Provider Type identifier. -
Uses of IdentityProviderType in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as IdentityProviderTypeModifier and TypeFieldDescriptionstatic final IdentityProviderTypeIdentityProviderType.AADStatic value aad for IdentityProviderType.static final IdentityProviderTypeIdentityProviderType.AAD_B2CStatic value aadB2C for IdentityProviderType.static final IdentityProviderTypeIdentityProviderType.FACEBOOKStatic value facebook for IdentityProviderType.static final IdentityProviderTypeIdentityProviderType.GOOGLEStatic value google for IdentityProviderType.static final IdentityProviderTypeIdentityProviderType.MICROSOFTStatic value microsoft for IdentityProviderType.static final IdentityProviderTypeIdentityProviderType.TWITTERStatic value twitter for IdentityProviderType.Methods in com.azure.resourcemanager.apimanagement.models that return IdentityProviderTypeModifier and TypeMethodDescriptionstatic IdentityProviderTypeIdentityProviderType.fromString(String name) Creates or finds a IdentityProviderType from its string representation.IdentityProviderBaseParameters.type()Get the type property: Identity Provider Type identifier.IdentityProviderUpdateParameters.type()Get the type property: Identity Provider Type identifier.IdentityProviderContract.typePropertiesType()Gets the typePropertiesType property: Identity Provider Type identifier.IdentityProviderCreateContract.typePropertiesType()Get the type property: Identity Provider Type identifier.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type IdentityProviderTypeModifier and TypeMethodDescriptionstatic Collection<IdentityProviderType> IdentityProviderType.values()Gets known IdentityProviderType values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type IdentityProviderTypeModifier and TypeMethodDescriptionIdentityProviders.define(IdentityProviderType name) Begins definition for a new IdentityProviderContract resource.voidIdentityProviders.delete(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, String ifMatch) Deletes the specified identity provider configuration.com.azure.core.http.rest.Response<Void> IdentityProviders.deleteWithResponse(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, String ifMatch, com.azure.core.util.Context context) Deletes the specified identity provider configuration.IdentityProviders.get(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName) Gets the configuration details of the identity Provider configured in specified service instance.voidIdentityProviders.getEntityTag(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName) Gets the entity state (Etag) version of the identityProvider specified by its identifier.IdentityProviders.getEntityTagWithResponse(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, com.azure.core.util.Context context) Gets the entity state (Etag) version of the identityProvider specified by its identifier.com.azure.core.http.rest.Response<IdentityProviderContract> IdentityProviders.getWithResponse(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, com.azure.core.util.Context context) Gets the configuration details of the identity Provider configured in specified service instance.IdentityProviders.listSecrets(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName) Gets the client secret details of the Identity Provider.com.azure.core.http.rest.Response<ClientSecretContract> IdentityProviders.listSecretsWithResponse(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, com.azure.core.util.Context context) Gets the client secret details of the Identity Provider.IdentityProviderBaseParameters.withType(IdentityProviderType type) Set the type property: Identity Provider Type identifier.IdentityProviderContract.UpdateStages.WithType.withType(IdentityProviderType type) Specifies the type property: Identity Provider Type identifier..IdentityProviderUpdateParameters.withType(IdentityProviderType type) Set the type property: Identity Provider Type identifier.IdentityProviderContract.DefinitionStages.WithTypePropertiesType.withTypePropertiesType(IdentityProviderType typePropertiesType) Specifies the typePropertiesType property: Identity Provider Type identifier..IdentityProviderCreateContract.withTypePropertiesType(IdentityProviderType type) Set the type property: Identity Provider Type identifier.