Partager via


AvsCloudLinkCollection.CreateOrUpdate Méthode

Définition

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

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

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner 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 Azure.Core Long-Running.

cloudLinkName
String

Nom de la ressource de liaison cloud.

data
AvsCloudLinkData

Lien cloud dans le cloud privé.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

cloudLinkName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

cloudLinkName ou data est null.

S’applique à