Uses of Interface
com.azure.resourcemanager.apimanagement.models.SchemaContract.Update
Packages that use SchemaContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of SchemaContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return SchemaContract.UpdateModifier and TypeMethodDescriptionSchemaContract.update()Begins update for the SchemaContract resource.SchemaContract.UpdateStages.WithComponents.withComponents(Object components) Specifies the components property: Types definitions.SchemaContract.UpdateStages.WithContentType.withContentType(String contentType) Specifies the contentType property: Must be a valid a media type used in a Content-Type header as defined in the RFC 2616.SchemaContract.UpdateStages.WithDefinitions.withDefinitions(Object definitions) Specifies the definitions property: Types definitions.SchemaContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.Specifies the value property: Json escaped string defining the document representing the Schema.