Uses of Interface
com.azure.resourcemanager.apimanagement.models.AuthorizationContract.Update
Packages that use AuthorizationContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationContract.UpdateModifier and TypeMethodDescriptionAuthorizationContract.update()Begins update for the AuthorizationContract resource.AuthorizationContract.UpdateStages.WithAuthorizationType.withAuthorizationType(AuthorizationType authorizationType) Specifies the authorizationType property: Authorization type options.AuthorizationContract.UpdateStages.WithError.withError(AuthorizationError error) Specifies the error property: Authorization error details..AuthorizationContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.AuthorizationContract.UpdateStages.WithOAuth2GrantType.withOAuth2GrantType(OAuth2GrantType oAuth2GrantType) Specifies the oAuth2GrantType property: OAuth2 grant type options.AuthorizationContract.UpdateStages.WithParameters.withParameters(Map<String, String> parameters) Specifies the parameters property: Authorization parameters.AuthorizationContract.UpdateStages.WithStatus.withStatus(String status) Specifies the status property: Status of the Authorization.