Partager via


HybridComputePrivateLinkScopeCollection.CreateOrUpdateAsync Méthode

Définition

Crée (ou met à jour) un PrivateLinkScope Azure Arc. Remarque : vous ne pouvez pas spécifier une valeur différente pour InstrumentationKey ou AppId dans l’opération Put.

  • Chemin de requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}
  • IdPrivateLinkScopes_CreateOrUpdate d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string scopeName, Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridCompute.HybridComputePrivateLinkScopeResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, scopeName As String, data As HybridComputePrivateLinkScopeData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of HybridComputePrivateLinkScopeResource))

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.

scopeName
String

Nom de la ressource Azure Arc PrivateLinkScope.

data
HybridComputePrivateLinkScopeData

Propriétés qui doivent être spécifiées pour créer ou mettre à jour un objet Azure Arc pour serveurs et clusters PrivateLinkScope.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

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

scopeName ou data est null.

S’applique à