Interface GlobalSchemaContract.Update
- All Superinterfaces:
GlobalSchemaContract.UpdateStages.WithDescription,GlobalSchemaContract.UpdateStages.WithDocument,GlobalSchemaContract.UpdateStages.WithIfMatch,GlobalSchemaContract.UpdateStages.WithSchemaType,GlobalSchemaContract.UpdateStages.WithValue
- Enclosing interface:
GlobalSchemaContract
public static interface GlobalSchemaContract.Update
extends GlobalSchemaContract.UpdateStages.WithSchemaType, GlobalSchemaContract.UpdateStages.WithDescription, GlobalSchemaContract.UpdateStages.WithValue, GlobalSchemaContract.UpdateStages.WithDocument, GlobalSchemaContract.UpdateStages.WithIfMatch
The template for GlobalSchemaContract update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.GlobalSchemaContract.UpdateStages.WithDescription
withDescriptionMethods inherited from interface com.azure.resourcemanager.apimanagement.models.GlobalSchemaContract.UpdateStages.WithDocument
withDocumentMethods inherited from interface com.azure.resourcemanager.apimanagement.models.GlobalSchemaContract.UpdateStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.apimanagement.models.GlobalSchemaContract.UpdateStages.WithSchemaType
withSchemaTypeMethods inherited from interface com.azure.resourcemanager.apimanagement.models.GlobalSchemaContract.UpdateStages.WithValue
withValue
-
Method Details
-
apply
GlobalSchemaContract 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.
-