Uses of Interface
com.azure.resourcemanager.apimanagement.models.ContentTypeContract.Update
Packages that use ContentTypeContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ContentTypeContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ContentTypeContract.UpdateModifier and TypeMethodDescriptionContentTypeContract.update()Begins update for the ContentTypeContract resource.ContentTypeContract.UpdateStages.WithDescription.withDescription(String description) Specifies the description property: Content type description..ContentTypeContract.UpdateStages.WithIdPropertiesId.withIdPropertiesId(String idPropertiesId) Specifies the idPropertiesId property: Content type identifier.ContentTypeContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.ContentTypeContract.UpdateStages.WithNamePropertiesName.withNamePropertiesName(String namePropertiesName) Specifies the namePropertiesName property: Content type name.ContentTypeContract.UpdateStages.WithSchema.withSchema(Object schema) Specifies the schema property: Content type schema..ContentTypeContract.UpdateStages.WithVersion.withVersion(String version) Specifies the version property: Content type version..