Uses of Interface
com.azure.resourcemanager.apimanagement.models.GlobalSchemaContract.DefinitionStages.WithCreate
Packages that use GlobalSchemaContract.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of GlobalSchemaContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.models
Subinterfaces of GlobalSchemaContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the GlobalSchemaContract definition.Methods in com.azure.resourcemanager.apimanagement.models that return GlobalSchemaContract.DefinitionStages.WithCreateModifier and TypeMethodDescriptionGlobalSchemaContract.DefinitionStages.WithDescription.withDescription(String description) Specifies the description property: Free-form schema entity description..GlobalSchemaContract.DefinitionStages.WithDocument.withDocument(Object document) Specifies the document property: Global Schema document object for json-based schema formats(e.g. json schema)..GlobalSchemaContract.DefinitionStages.WithParentResource.withExistingService(String resourceGroupName, String serviceName) Specifies resourceGroupName, serviceName.GlobalSchemaContract.DefinitionStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.GlobalSchemaContract.DefinitionStages.WithSchemaType.withSchemaType(SchemaType schemaType) Specifies the schemaType property: Schema Type.Specifies the value property: Json-encoded string for non json-based schema..