Uses of Class
com.azure.resourcemanager.containerservice.models.MeshUpgradeProfileList
Packages that use MeshUpgradeProfileList
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of MeshUpgradeProfileList in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type MeshUpgradeProfileListModifier and TypeClassDescriptionfinal classHolds an array of MeshUpgradeProfiles.Methods in com.azure.resourcemanager.containerservice.models that return MeshUpgradeProfileListModifier and TypeMethodDescriptionstatic MeshUpgradeProfileListMeshUpgradeProfileList.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MeshUpgradeProfileList from the JsonReader.MeshUpgradeProfileList.withValue(List<MeshUpgradeProfileInner> value) Set the value property: Array of supported service mesh add-on upgrade profiles.