Uses of Class
com.azure.resourcemanager.containerservice.models.MeshRevision
Packages that use MeshRevision
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of MeshRevision in com.azure.resourcemanager.containerservice.models
Subclasses of MeshRevision in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classMesh upgrade profile properties for a major.minor release.Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type MeshRevisionModifier and TypeClassDescriptionclassHolds information on upgrades and compatibility for given major.minor mesh release.Methods in com.azure.resourcemanager.containerservice.models that return MeshRevisionModifier and TypeMethodDescriptionstatic MeshRevisionMeshRevision.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MeshRevision from the JsonReader.MeshRevision.withCompatibleWith(List<CompatibleVersions> compatibleWith) Set the compatibleWith property: List of items this revision of service mesh is compatible with, and their associated versions.MeshRevision.withRevision(String revision) Set the revision property: The revision of the mesh release.MeshRevision.withUpgrades(List<String> upgrades) Set the upgrades property: List of revisions available for upgrade of a specific mesh revision.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type MeshRevisionModifier and TypeMethodDescriptionMeshRevisionProfileProperties.meshRevisions()Get the meshRevisions property: The meshRevisions property.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type MeshRevisionModifier and TypeMethodDescriptionMeshRevisionProfileProperties.withMeshRevisions(List<MeshRevision> meshRevisions) Set the meshRevisions property: The meshRevisions property.