Interface SchemaContract.Update
- All Superinterfaces:
SchemaContract.UpdateStages.WithComponents,SchemaContract.UpdateStages.WithContentType,SchemaContract.UpdateStages.WithDefinitions,SchemaContract.UpdateStages.WithIfMatch,SchemaContract.UpdateStages.WithValue
- Enclosing interface:
SchemaContract
public static interface SchemaContract.Update
extends SchemaContract.UpdateStages.WithContentType, SchemaContract.UpdateStages.WithValue, SchemaContract.UpdateStages.WithDefinitions, SchemaContract.UpdateStages.WithComponents, SchemaContract.UpdateStages.WithIfMatch
The template for SchemaContract update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.apimanagement.models.SchemaContract.UpdateStages.WithComponents
withComponentsMethods inherited from interface com.azure.resourcemanager.apimanagement.models.SchemaContract.UpdateStages.WithContentType
withContentTypeMethods inherited from interface com.azure.resourcemanager.apimanagement.models.SchemaContract.UpdateStages.WithDefinitions
withDefinitionsMethods inherited from interface com.azure.resourcemanager.apimanagement.models.SchemaContract.UpdateStages.WithIfMatch
withIfMatchMethods inherited from interface com.azure.resourcemanager.apimanagement.models.SchemaContract.UpdateStages.WithValue
withValue
-
Method Details
-
apply
SchemaContract 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.
-