ManagedClustersOperationsExtensions.BeginCreateOrUpdateAsync 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.
Crée ou met à jour un cluster managé.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterInner> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.ContainerService.Fluent.IManagedClustersOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.ContainerService.Fluent.IManagedClustersOperations * string * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterInner>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IManagedClustersOperations, resourceGroupName As String, resourceName As String, parameters As ManagedClusterInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedClusterInner)
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é.
- parameters
- ManagedClusterInner
Paramètres fournis à l’opération Créer ou mettre à jour un cluster managé.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Crée ou met à jour un cluster managé avec la configuration spécifiée pour les agents et la version de Kubernetes.
S’applique à
Azure SDK for .NET