Uses of Interface
com.azure.resourcemanager.apimanagement.models.IdentityProviderContract
Packages that use IdentityProviderContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of IdentityProviderContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return IdentityProviderContractModifier and TypeMethodDescriptionIdentityProviderContract.Update.apply()Executes the update request.IdentityProviderContract.Update.apply(com.azure.core.util.Context context) Executes the update request.IdentityProviderContract.DefinitionStages.WithCreate.create()Executes the create request.IdentityProviderContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.IdentityProviders.get(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName) Gets the configuration details of the identity Provider configured in specified service instance.Gets the configuration details of the identity Provider configured in specified service instance.IdentityProviderContract.refresh()Refreshes the resource to sync with Azure.IdentityProviderContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type IdentityProviderContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<IdentityProviderContract> IdentityProviders.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the configuration details of the identity Provider configured in specified service instance.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.com.azure.core.http.rest.PagedIterable<IdentityProviderContract> IdentityProviders.listByService(String resourceGroupName, String serviceName) Lists a collection of Identity Provider configured in the specified service instance.com.azure.core.http.rest.PagedIterable<IdentityProviderContract> IdentityProviders.listByService(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Lists a collection of Identity Provider configured in the specified service instance.