Uses of Class
com.azure.resourcemanager.apimanagement.models.ApiVersionSetContractDetails
Packages that use ApiVersionSetContractDetails
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiVersionSetContractDetails in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ApiVersionSetContractDetailsModifier and TypeMethodDescriptionApiContractInner.apiVersionSet()Get the apiVersionSet property: Version set details.ApiContractProperties.apiVersionSet()Get the apiVersionSet property: Version set details.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type ApiVersionSetContractDetailsModifier and TypeMethodDescriptionApiContractInner.withApiVersionSet(ApiVersionSetContractDetails apiVersionSet) Set the apiVersionSet property: Version set details.ApiContractProperties.withApiVersionSet(ApiVersionSetContractDetails apiVersionSet) Set the apiVersionSet property: Version set details.ApiCreateOrUpdateProperties.withApiVersionSet(ApiVersionSetContractDetails apiVersionSet) Set the apiVersionSet property: Version set details. -
Uses of ApiVersionSetContractDetails in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiVersionSetContractDetailsModifier and TypeMethodDescriptionApiContract.apiVersionSet()Gets the apiVersionSet property: Version set details.ApiCreateOrUpdateParameter.apiVersionSet()Get the apiVersionSet property: Version set details.static ApiVersionSetContractDetailsApiVersionSetContractDetails.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiVersionSetContractDetails from the JsonReader.ApiVersionSetContractDetails.withDescription(String description) Set the description property: Description of API Version Set.Set the id property: Identifier for existing API Version Set.Set the name property: The display Name of the API Version Set.ApiVersionSetContractDetails.withVersionHeaderName(String versionHeaderName) Set the versionHeaderName property: Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.ApiVersionSetContractDetails.withVersioningScheme(VersioningScheme versioningScheme) Set the versioningScheme property: An value that determines where the API Version identifier will be located in a HTTP request.ApiVersionSetContractDetails.withVersionQueryName(String versionQueryName) Set the versionQueryName property: Name of query parameter that indicates the API Version if versioningScheme is set to `query`.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ApiVersionSetContractDetailsModifier and TypeMethodDescriptionApiContract.DefinitionStages.WithApiVersionSet.withApiVersionSet(ApiVersionSetContractDetails apiVersionSet) Specifies the apiVersionSet property: Version set details.ApiCreateOrUpdateParameter.withApiVersionSet(ApiVersionSetContractDetails apiVersionSet) Set the apiVersionSet property: Version set details.