Uses of Interface
com.azure.resourcemanager.apimanagement.models.ApiVersionSetContract.Update
Packages that use ApiVersionSetContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ApiVersionSetContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiVersionSetContract.UpdateModifier and TypeMethodDescriptionApiVersionSetContract.update()Begins update for the ApiVersionSetContract resource.ApiVersionSetContract.UpdateStages.WithDescription.withDescription(String description) Specifies the description property: Description of API Version Set..ApiVersionSetContract.UpdateStages.WithDisplayName.withDisplayName(String displayName) Specifies the displayName property: Name of API Version Set.ApiVersionSetContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.ApiVersionSetContract.UpdateStages.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.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..ApiVersionSetContract.UpdateStages.WithVersionQueryName.withVersionQueryName(String versionQueryName) Specifies the versionQueryName property: Name of query parameter that indicates the API Version if versioningScheme is set to `query`..