Freigeben über


MonitorExtensions.GetMonitorPrivateLinkScopesAsync Methode

Definition

Ruft eine Liste aller Azure Monitor PrivateLinkScopes innerhalb eines Abonnements ab.

  • Request Path/subscriptions/{subscriptionId}/providers/microsoft.insights/privateLinkScopes
  • Vorgang IdPrivateLinkScopes_List
public static Azure.AsyncPageable<Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeResource> GetMonitorPrivateLinkScopesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetMonitorPrivateLinkScopesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeResource>
<Extension()>
Public Function GetMonitorPrivateLinkScopesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MonitorPrivateLinkScopeResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der MonitorPrivateLinkScopeResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: