Uses of Interface
com.azure.resourcemanager.apimanagement.models.SchemaContract.DefinitionStages.WithCreate
Packages that use SchemaContract.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of SchemaContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.models
Subinterfaces of SchemaContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the SchemaContract definition.Methods in com.azure.resourcemanager.apimanagement.models that return SchemaContract.DefinitionStages.WithCreateModifier and TypeMethodDescriptionSchemaContract.DefinitionStages.WithComponents.withComponents(Object components) Specifies the components property: Types definitions.SchemaContract.DefinitionStages.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.DefinitionStages.WithDefinitions.withDefinitions(Object definitions) Specifies the definitions property: Types definitions.SchemaContract.DefinitionStages.WithParentResource.withExistingApi(String resourceGroupName, String serviceName, String apiId) Specifies resourceGroupName, serviceName, apiId.SchemaContract.DefinitionStages.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.