Uses of Interface
com.azure.resourcemanager.apimanagement.models.AuthorizationServerContract
Packages that use AuthorizationServerContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationServerContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationServerContractModifier and TypeMethodDescriptionAuthorizationServerContract.Update.apply()Executes the update request.AuthorizationServerContract.Update.apply(com.azure.core.util.Context context) Executes the update request.AuthorizationServerContract.DefinitionStages.WithCreate.create()Executes the create request.AuthorizationServerContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets the details of the authorization server specified by its identifier.Gets the details of the authorization server specified by its identifier.AuthorizationServerContract.refresh()Refreshes the resource to sync with Azure.AuthorizationServerContract.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 AuthorizationServerContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AuthorizationServerContract> AuthorizationServers.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the authorization server specified by its identifier.com.azure.core.http.rest.Response<AuthorizationServerContract> AuthorizationServers.getWithResponse(String resourceGroupName, String serviceName, String authsid, com.azure.core.util.Context context) Gets the details of the authorization server specified by its identifier.com.azure.core.http.rest.PagedIterable<AuthorizationServerContract> AuthorizationServers.listByService(String resourceGroupName, String serviceName) Lists a collection of authorization servers defined within a service instance.com.azure.core.http.rest.PagedIterable<AuthorizationServerContract> AuthorizationServers.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of authorization servers defined within a service instance.