Uses of Class
com.azure.resourcemanager.apimanagement.models.ApiVersionSetEntityBase
Packages that use ApiVersionSetEntityBase
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiVersionSetEntityBase in com.azure.resourcemanager.apimanagement.fluent.models
Modifier and TypeClassDescriptionfinal classProperties of an API Version Set.final classProperties used to create or update an API Version Set. -
Uses of ApiVersionSetEntityBase in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiVersionSetEntityBaseModifier and TypeMethodDescriptionstatic ApiVersionSetEntityBaseApiVersionSetEntityBase.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiVersionSetEntityBase from the JsonReader.ApiVersionSetEntityBase.withDescription(String description) Set the description property: Description of API Version Set.ApiVersionSetEntityBase.withVersionHeaderName(String versionHeaderName) Set the versionHeaderName property: Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.ApiVersionSetEntityBase.withVersionQueryName(String versionQueryName) Set the versionQueryName property: Name of query parameter that indicates the API Version if versioningScheme is set to `query`.