Uses of Class
com.azure.resourcemanager.apimanagement.models.VersioningScheme
Packages that use VersioningScheme
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of VersioningScheme in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return VersioningSchemeModifier and TypeMethodDescriptionApiVersionSetContractInner.versioningScheme()Get the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request.ApiVersionSetContractProperties.versioningScheme()Get the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request.ApiVersionSetUpdateParametersProperties.versioningScheme()Get the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type VersioningSchemeModifier and TypeMethodDescriptionApiVersionSetContractInner.withVersioningScheme(VersioningScheme versioningScheme) Set the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request.ApiVersionSetContractProperties.withVersioningScheme(VersioningScheme versioningScheme) Set the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request.ApiVersionSetUpdateParametersProperties.withVersioningScheme(VersioningScheme versioningScheme) Set the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request. -
Uses of VersioningScheme in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as VersioningSchemeModifier and TypeFieldDescriptionstatic final VersioningSchemeVersioningScheme.HEADERStatic value Header for VersioningScheme.static final VersioningSchemeVersioningScheme.QUERYStatic value Query for VersioningScheme.static final VersioningSchemeVersioningScheme.SEGMENTStatic value Segment for VersioningScheme.Methods in com.azure.resourcemanager.apimanagement.models that return VersioningSchemeModifier and TypeMethodDescriptionstatic VersioningSchemeVersioningScheme.fromString(String name) Creates or finds a VersioningScheme from its string representation.ApiVersionSetContract.versioningScheme()Gets the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request.ApiVersionSetContractDetails.versioningScheme()Get the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request.ApiVersionSetUpdateParameters.versioningScheme()Get the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type VersioningSchemeModifier and TypeMethodDescriptionstatic Collection<VersioningScheme> VersioningScheme.values()Gets known VersioningScheme values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type VersioningSchemeModifier and TypeMethodDescriptionApiVersionSetContract.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.UpdateStages.WithVersioningScheme.withVersioningScheme(VersioningScheme versioningScheme) Specifies the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request..ApiVersionSetContractDetails.withVersioningScheme(VersioningScheme versioningScheme) Set the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request.ApiVersionSetUpdateParameters.withVersioningScheme(VersioningScheme versioningScheme) Set the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request.