Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.MeshUpgradeProfileInner
Packages that use MeshUpgradeProfileInner
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of MeshUpgradeProfileInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return MeshUpgradeProfileInnerModifier and TypeMethodDescriptionManagedClustersClient.getMeshUpgradeProfile(String resourceGroupName, String resourceName, String mode) Gets available upgrades for a service mesh in a cluster.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type MeshUpgradeProfileInnerModifier and TypeMethodDescriptionManagedClustersClient.getMeshUpgradeProfileAsync(String resourceGroupName, String resourceName, String mode) Gets available upgrades for a service mesh in a cluster.com.azure.core.http.rest.Response<MeshUpgradeProfileInner>ManagedClustersClient.getMeshUpgradeProfileWithResponse(String resourceGroupName, String resourceName, String mode, com.azure.core.util.Context context) Gets available upgrades for a service mesh in a cluster.Mono<com.azure.core.http.rest.Response<MeshUpgradeProfileInner>>ManagedClustersClient.getMeshUpgradeProfileWithResponseAsync(String resourceGroupName, String resourceName, String mode) Gets available upgrades for a service mesh in a cluster.com.azure.core.http.rest.PagedIterable<MeshUpgradeProfileInner>ManagedClustersClient.listMeshUpgradeProfiles(String resourceGroupName, String resourceName) Lists available upgrades for all service meshes in a specific cluster.com.azure.core.http.rest.PagedIterable<MeshUpgradeProfileInner>ManagedClustersClient.listMeshUpgradeProfiles(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Lists available upgrades for all service meshes in a specific cluster.com.azure.core.http.rest.PagedFlux<MeshUpgradeProfileInner>ManagedClustersClient.listMeshUpgradeProfilesAsync(String resourceGroupName, String resourceName) Lists available upgrades for all service meshes in a specific cluster. -
Uses of MeshUpgradeProfileInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return MeshUpgradeProfileInnerModifier and TypeMethodDescriptionMeshUpgradeProfileInner.withProperties(MeshUpgradeProfileProperties properties) Set the properties property: Mesh upgrade profile properties for a major.minor release. -
Uses of MeshUpgradeProfileInner in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type MeshUpgradeProfileInnerModifier and TypeMethodDescriptionMeshUpgradeProfileList.value()Get the value property: Array of supported service mesh add-on upgrade profiles.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type MeshUpgradeProfileInnerModifier and TypeMethodDescriptionMeshUpgradeProfileList.withValue(List<MeshUpgradeProfileInner> value) Set the value property: Array of supported service mesh add-on upgrade profiles.