ContainerServicesOperationsExtensions.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.
Attention
This operation is deprecated. Please do not use it any longer.
Crée ou met à jour un service de conteneur.
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceInner> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.ContainerService.Fluent.IContainerServicesOperations operations, string resourceGroupName, string containerServiceName, Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceInner parameters, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.ContainerService.Fluent.IContainerServicesOperations * string * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceInner>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IContainerServicesOperations, resourceGroupName As String, containerServiceName As String, parameters As ContainerServiceInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ContainerServiceInner)
Paramètres
- operations
- IContainerServicesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- containerServiceName
- String
Nom du service de conteneur dans l’abonnement et le groupe de ressources spécifiés.
- parameters
- ContainerServiceInner
Paramètres fournis à l’opération Créer ou mettre à jour un service de conteneur.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
- Attributs
Remarques
Crée ou met à jour un service de conteneur avec la configuration spécifiée d’orchestrateur, de maîtres et d’agents.
S’applique à
Azure SDK for .NET