Uses of Class
com.azure.resourcemanager.apimanagement.models.PlatformVersion
Packages that use PlatformVersion
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of PlatformVersion in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return PlatformVersionModifier and TypeMethodDescriptionApiManagementServiceProperties.platformVersion()Get the platformVersion property: Compute Platform Version running the service in this location.ApiManagementServiceResourceInner.platformVersion()Get the platformVersion property: Compute Platform Version running the service in this location.ApiManagementServiceUpdateProperties.platformVersion()Get the platformVersion property: Compute Platform Version running the service in this location. -
Uses of PlatformVersion in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as PlatformVersionModifier and TypeFieldDescriptionstatic final PlatformVersionPlatformVersion.MTV1Static value mtv1 for PlatformVersion.static final PlatformVersionPlatformVersion.STV1Static value stv1 for PlatformVersion.static final PlatformVersionPlatformVersion.STV2Static value stv2 for PlatformVersion.static final PlatformVersionPlatformVersion.STV2_1Static value stv2.1 for PlatformVersion.static final PlatformVersionPlatformVersion.UNDETERMINEDStatic value undetermined for PlatformVersion.Methods in com.azure.resourcemanager.apimanagement.models that return PlatformVersionModifier and TypeMethodDescriptionstatic PlatformVersionPlatformVersion.fromString(String name) Creates or finds a PlatformVersion from its string representation.AdditionalLocation.platformVersion()Get the platformVersion property: Compute Platform Version running the service.ApiManagementServiceBaseProperties.platformVersion()Get the platformVersion property: Compute Platform Version running the service in this location.ApiManagementServiceResource.platformVersion()Gets the platformVersion property: Compute Platform Version running the service in this location.ApiManagementServiceUpdateParameters.platformVersion()Get the platformVersion property: Compute Platform Version running the service in this location.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type PlatformVersionModifier and TypeMethodDescriptionstatic Collection<PlatformVersion> PlatformVersion.values()Gets known PlatformVersion values.