ManagedClustersOperationsExtensions.GetUpgradeProfileAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le profil de mise à niveau pour un cluster managé.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterUpgradeProfileInner> GetUpgradeProfileAsync (this Microsoft.Azure.Management.ContainerService.Fluent.IManagedClustersOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetUpgradeProfileAsync : Microsoft.Azure.Management.ContainerService.Fluent.IManagedClustersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterUpgradeProfileInner>
<Extension()>
Public Function GetUpgradeProfileAsync (operations As IManagedClustersOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedClusterUpgradeProfileInner)
Paramètres
- operations
- IManagedClustersOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- resourceName
- String
Nom de la ressource de cluster managé.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Obtient les détails du profil de mise à niveau d’un cluster managé avec un groupe de ressources et un nom spécifiés.
S’applique à
Azure SDK for .NET