Partager via


MonitorPrivateLinkScopeCollection.GetAsync(String, CancellationToken) Méthode

Définition

Retourne un PrivateLinkScope Azure Monitor.

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

Paramètres

scopeName
String

Nom de la ressource Azure Monitor PrivateLinkScope.

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 a la valeur null.

S’applique à