Uses of Interface
com.azure.resourcemanager.apimanagement.models.GlobalSchemaContract.Update
Packages that use GlobalSchemaContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of GlobalSchemaContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return GlobalSchemaContract.UpdateModifier and TypeMethodDescriptionGlobalSchemaContract.update()Begins update for the GlobalSchemaContract resource.GlobalSchemaContract.UpdateStages.WithDescription.withDescription(String description) Specifies the description property: Free-form schema entity description..GlobalSchemaContract.UpdateStages.WithDocument.withDocument(Object document) Specifies the document property: Global Schema document object for json-based schema formats(e.g. json schema)..GlobalSchemaContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.GlobalSchemaContract.UpdateStages.WithSchemaType.withSchemaType(SchemaType schemaType) Specifies the schemaType property: Schema Type.Specifies the value property: Json-encoded string for non json-based schema..