Partager via


AvsPrivateCloudClusterCollection.CreateOrUpdateAsync Méthode

Définition

Créer ou mettre à jour un cluster dans un cloud privé

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}
  • IdClusters_CreateOrUpdate d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.AvsPrivateCloudClusterResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string clusterName, Azure.ResourceManager.Avs.AvsPrivateCloudClusterData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Avs.AvsPrivateCloudClusterData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.AvsPrivateCloudClusterResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Avs.AvsPrivateCloudClusterData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.AvsPrivateCloudClusterResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, clusterName As String, data As AvsPrivateCloudClusterData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of AvsPrivateCloudClusterResource))

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations de Long-Running Azure.Core.

clusterName
String

Nom du cluster dans le cloud privé.

data
AvsPrivateCloudClusterData

Un cluster dans le cloud privé.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

clusterName est une chaîne vide et devait être non vide.

clusterName ou data est null.

S’applique à