Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterUpgradeProfileInner
-
Packages that use ManagedClusterUpgradeProfileInner Package Description com.azure.resourcemanager.containerservice.fluent Package containing the service clients for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.fluent.models 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 ManagedClusterUpgradeProfileInner Modifier and Type Method Description ManagedClusterUpgradeProfileInnerManagedClustersClient. 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 ManagedClusterUpgradeProfileInner Modifier and Type Method Description Mono<ManagedClusterUpgradeProfileInner>ManagedClustersClient. 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 ManagedClusterUpgradeProfileInner Modifier and Type Method Description ManagedClusterUpgradeProfileInnerManagedClusterUpgradeProfileInner. withAgentPoolProfiles(List<ManagedClusterPoolUpgradeProfile> agentPoolProfiles)Set the agentPoolProfiles property: The list of available upgrade versions for agent pools.ManagedClusterUpgradeProfileInnerManagedClusterUpgradeProfileInner. withControlPlaneProfile(ManagedClusterPoolUpgradeProfile controlPlaneProfile)Set the controlPlaneProfile property: The list of available upgrade versions for the control plane.
-