Partager via


MonitorPrivateLinkScopeCollection.CreateOrUpdateAsync Méthode

Définition

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

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/privateLinkScopes/{scopeName}
  • IdPrivateLinkScopes_CreateOrUpdate d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string scopeName, Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, scopeName As String, data As MonitorPrivateLinkScopeData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of MonitorPrivateLinkScopeResource))

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.

scopeName
String

Nom de la ressource Azure Monitor PrivateLinkScope.

data
MonitorPrivateLinkScopeData

Propriétés qui doivent être spécifiées pour créer ou mettre à jour un PrivateLinkScope Azure Monitor.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

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

scopeName ou data est null.

S’applique à