Uses of Interface
com.azure.resourcemanager.apimanagement.models.ContentTypeContract.DefinitionStages.WithCreate
Packages that use ContentTypeContract.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ContentTypeContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.models
Subinterfaces of ContentTypeContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the ContentTypeContract definition.Methods in com.azure.resourcemanager.apimanagement.models that return ContentTypeContract.DefinitionStages.WithCreateModifier and TypeMethodDescriptionContentTypeContract.DefinitionStages.WithDescription.withDescription(String description) Specifies the description property: Content type description..ContentTypeContract.DefinitionStages.WithParentResource.withExistingService(String resourceGroupName, String serviceName) Specifies resourceGroupName, serviceName.ContentTypeContract.DefinitionStages.WithIdPropertiesId.withIdPropertiesId(String idPropertiesId) Specifies the idPropertiesId property: Content type identifier.ContentTypeContract.DefinitionStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.ContentTypeContract.DefinitionStages.WithNamePropertiesName.withNamePropertiesName(String namePropertiesName) Specifies the namePropertiesName property: Content type name.ContentTypeContract.DefinitionStages.WithSchema.withSchema(Object schema) Specifies the schema property: Content type schema..ContentTypeContract.DefinitionStages.WithVersion.withVersion(String version) Specifies the version property: Content type version..