Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterUpgradeProfileInner
Packages that use ManagedClusterUpgradeProfileInner
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
Package containing the inner data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterUpgradeProfileInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return ManagedClusterUpgradeProfileInnerModifier and TypeMethodDescriptionManagedClustersClient.getUpgradeProfile(String resourceGroupName, String resourceName) Gets the upgrade profile of a managed cluster.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type ManagedClusterUpgradeProfileInnerModifier and TypeMethodDescriptionManagedClustersClient.getUpgradeProfileAsync(String resourceGroupName, String resourceName) Gets the upgrade profile of a managed cluster.com.azure.core.http.rest.Response<ManagedClusterUpgradeProfileInner>ManagedClustersClient.getUpgradeProfileWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Gets the upgrade profile of a managed cluster.Mono<com.azure.core.http.rest.Response<ManagedClusterUpgradeProfileInner>>ManagedClustersClient.getUpgradeProfileWithResponseAsync(String resourceGroupName, String resourceName) Gets the upgrade profile of a managed cluster. -
Uses of ManagedClusterUpgradeProfileInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterUpgradeProfileInnerModifier and TypeMethodDescriptionManagedClusterUpgradeProfileInner.withAgentPoolProfiles(List<ManagedClusterPoolUpgradeProfile> agentPoolProfiles) Set the agentPoolProfiles property: The list of available upgrade versions for agent pools.ManagedClusterUpgradeProfileInner.withControlPlaneProfile(ManagedClusterPoolUpgradeProfile controlPlaneProfile) Set the controlPlaneProfile property: The list of available upgrade versions for the control plane.