Partager via


AvsPrivateCloudClusterCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.AvsPrivateCloudClusterResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string clusterName, Azure.ResourceManager.Avs.AvsPrivateCloudClusterData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Avs.AvsPrivateCloudClusterData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.AvsPrivateCloudClusterResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Avs.AvsPrivateCloudClusterData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.AvsPrivateCloudClusterResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, clusterName As String, data As AvsPrivateCloudClusterData, Optional cancellationToken As CancellationToken = Nothing) As 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 à