Uses of Class
com.azure.resourcemanager.apimanagement.models.ApiVersionConstraint
Packages that use ApiVersionConstraint
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiVersionConstraint in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ApiVersionConstraintModifier and TypeMethodDescriptionApiManagementServiceResourceInner.apiVersionConstraint()Get the apiVersionConstraint property: Control Plane Apis version constraint for the API Management service.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type ApiVersionConstraintModifier and TypeMethodDescriptionApiManagementServiceProperties.withApiVersionConstraint(ApiVersionConstraint apiVersionConstraint) Set the apiVersionConstraint property: Control Plane Apis version constraint for the API Management service.ApiManagementServiceResourceInner.withApiVersionConstraint(ApiVersionConstraint apiVersionConstraint) Set the apiVersionConstraint property: Control Plane Apis version constraint for the API Management service.ApiManagementServiceUpdateProperties.withApiVersionConstraint(ApiVersionConstraint apiVersionConstraint) Set the apiVersionConstraint property: Control Plane Apis version constraint for the API Management service. -
Uses of ApiVersionConstraint in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiVersionConstraintModifier and TypeMethodDescriptionApiManagementServiceBaseProperties.apiVersionConstraint()Get the apiVersionConstraint property: Control Plane Apis version constraint for the API Management service.ApiManagementServiceResource.apiVersionConstraint()Gets the apiVersionConstraint property: Control Plane Apis version constraint for the API Management service.ApiManagementServiceUpdateParameters.apiVersionConstraint()Get the apiVersionConstraint property: Control Plane Apis version constraint for the API Management service.static ApiVersionConstraintApiVersionConstraint.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiVersionConstraint from the JsonReader.ApiVersionConstraint.withMinApiVersion(String minApiVersion) Set the minApiVersion property: Limit control plane API calls to API Management service with version equal to or newer than this value.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ApiVersionConstraintModifier and TypeMethodDescriptionApiManagementServiceBaseProperties.withApiVersionConstraint(ApiVersionConstraint apiVersionConstraint) Set the apiVersionConstraint property: Control Plane Apis version constraint for the API Management service.ApiManagementServiceResource.DefinitionStages.WithApiVersionConstraint.withApiVersionConstraint(ApiVersionConstraint apiVersionConstraint) Specifies the apiVersionConstraint property: Control Plane Apis version constraint for the API Management service..ApiManagementServiceResource.UpdateStages.WithApiVersionConstraint.withApiVersionConstraint(ApiVersionConstraint apiVersionConstraint) Specifies the apiVersionConstraint property: Control Plane Apis version constraint for the API Management service..ApiManagementServiceUpdateParameters.withApiVersionConstraint(ApiVersionConstraint apiVersionConstraint) Set the apiVersionConstraint property: Control Plane Apis version constraint for the API Management service.