Interface AuthorizationContract.Update
- All Superinterfaces:
AuthorizationContract.UpdateStages.WithAuthorizationType,AuthorizationContract.UpdateStages.WithError,AuthorizationContract.UpdateStages.WithIfMatch,AuthorizationContract.UpdateStages.WithOAuth2GrantType,AuthorizationContract.UpdateStages.WithParameters,AuthorizationContract.UpdateStages.WithStatus
- Enclosing interface:
AuthorizationContract
public static interface AuthorizationContract.Update
extends AuthorizationContract.UpdateStages.WithAuthorizationType, AuthorizationContract.UpdateStages.WithOAuth2GrantType, AuthorizationContract.UpdateStages.WithParameters, AuthorizationContract.UpdateStages.WithError, AuthorizationContract.UpdateStages.WithStatus, AuthorizationContract.UpdateStages.WithIfMatch
The template for AuthorizationContract update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.AuthorizationContract.UpdateStages.WithAuthorizationType
withAuthorizationTypeMethods inherited from interface com.azure.resourcemanager.apimanagement.models.AuthorizationContract.UpdateStages.WithError
withErrorMethods inherited from interface com.azure.resourcemanager.apimanagement.models.AuthorizationContract.UpdateStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.apimanagement.models.AuthorizationContract.UpdateStages.WithOAuth2GrantType
withOAuth2GrantTypeMethods inherited from interface com.azure.resourcemanager.apimanagement.models.AuthorizationContract.UpdateStages.WithParameters
withParametersMethods inherited from interface com.azure.resourcemanager.apimanagement.models.AuthorizationContract.UpdateStages.WithStatus
withStatus
-
Method Details
-
apply
AuthorizationContract apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context- The context to associate with this operation.- Returns:
- the updated resource.
-