Uses of Class
com.azure.resourcemanager.containerservice.models.MeshUpgradeProfileProperties
Packages that use MeshUpgradeProfileProperties
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of MeshUpgradeProfileProperties in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return MeshUpgradeProfilePropertiesModifier and TypeMethodDescriptionMeshUpgradeProfileInner.properties()Get the properties property: Mesh upgrade profile properties for a major.minor release.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type MeshUpgradeProfilePropertiesModifier and TypeMethodDescriptionMeshUpgradeProfileInner.withProperties(MeshUpgradeProfileProperties properties) Set the properties property: Mesh upgrade profile properties for a major.minor release. -
Uses of MeshUpgradeProfileProperties in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return MeshUpgradeProfilePropertiesModifier and TypeMethodDescriptionstatic MeshUpgradeProfilePropertiesMeshUpgradeProfileProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MeshUpgradeProfileProperties from the JsonReader.MeshUpgradeProfileProperties.withCompatibleWith(List<CompatibleVersions> compatibleWith) Set the compatibleWith property: List of items this revision of service mesh is compatible with, and their associated versions.MeshUpgradeProfileProperties.withRevision(String revision) Set the revision property: The revision of the mesh release.MeshUpgradeProfileProperties.withUpgrades(List<String> upgrades) Set the upgrades property: List of revisions available for upgrade of a specific mesh revision.