Freigeben über


MonitorExtensions.GetMonitorPrivateLinkScopes Methode

Definition

Überlädt

GetMonitorPrivateLinkScopes(ResourceGroupResource)

Ruft eine Auflistung von MonitorPrivateLinkScopeResources in ResourceGroupResource ab.

GetMonitorPrivateLinkScopes(SubscriptionResource, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/microsoft.insights/privateLinkScopes
  • Vorgang IdPrivateLinkScopes_List

GetMonitorPrivateLinkScopes(ResourceGroupResource)

Ruft eine Auflistung von MonitorPrivateLinkScopeResources in ResourceGroupResource ab.

public static Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeCollection GetMonitorPrivateLinkScopes (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetMonitorPrivateLinkScopes : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeCollection
<Extension()>
Public Function GetMonitorPrivateLinkScopes (resourceGroupResource As ResourceGroupResource) As MonitorPrivateLinkScopeCollection

Parameter

resourceGroupResource
ResourceGroupResource

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

Gibt zurück

Ein Objekt, das die Auflistung von MonitorPrivateLinkScopeResources und deren Vorgänge über eine MonitorPrivateLinkScopeResource darstellt.

Gilt für:

GetMonitorPrivateLinkScopes(SubscriptionResource, CancellationToken)

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.Pageable<Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeResource> GetMonitorPrivateLinkScopes (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetMonitorPrivateLinkScopes : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeResource>
<Extension()>
Public Function GetMonitorPrivateLinkScopes (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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 Sammlung von, bei der MonitorPrivateLinkScopeResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: