Uses of Interface
com.azure.resourcemanager.apimanagement.models.ApiVersionSetContract.DefinitionStages.WithCreate
Packages that use ApiVersionSetContract.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ApiVersionSetContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.models
Subinterfaces of ApiVersionSetContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the ApiVersionSetContract definition.Methods in com.azure.resourcemanager.apimanagement.models that return ApiVersionSetContract.DefinitionStages.WithCreateModifier and TypeMethodDescriptionApiVersionSetContract.DefinitionStages.WithDescription.withDescription(String description) Specifies the description property: Description of API Version Set..ApiVersionSetContract.DefinitionStages.WithDisplayName.withDisplayName(String displayName) Specifies the displayName property: Name of API Version Set.ApiVersionSetContract.DefinitionStages.WithParentResource.withExistingService(String resourceGroupName, String serviceName) Specifies resourceGroupName, serviceName.ApiVersionSetContract.DefinitionStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.ApiVersionSetContract.DefinitionStages.WithVersionHeaderName.withVersionHeaderName(String versionHeaderName) Specifies the versionHeaderName property: Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`..ApiVersionSetContract.DefinitionStages.WithVersioningScheme.withVersioningScheme(VersioningScheme versioningScheme) Specifies the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request..ApiVersionSetContract.DefinitionStages.WithVersionQueryName.withVersionQueryName(String versionQueryName) Specifies the versionQueryName property: Name of query parameter that indicates the API Version if versioningScheme is set to `query`..