Freigeben über


NetworkExtensions.GetPrivateEndpoints Methode

Definition

Überlädt

GetPrivateEndpoints(SubscriptionResource, CancellationToken)

Ruft alle privaten Endpunkte in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/privateEndpoints
  • Vorgang IdPrivateEndpoints_ListBySubscription
GetPrivateEndpoints(ResourceGroupResource)

Ruft eine Auflistung von PrivateEndpointResources in resourceGroupResource ab.

GetPrivateEndpoints(SubscriptionResource, CancellationToken)

Ruft alle privaten Endpunkte in einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/privateEndpoints
  • Vorgang IdPrivateEndpoints_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.Network.PrivateEndpointResource> GetPrivateEndpoints (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetPrivateEndpoints : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.PrivateEndpointResource>
<Extension()>
Public Function GetPrivateEndpoints (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PrivateEndpointResource)

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 PrivateEndpointResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für:

GetPrivateEndpoints(ResourceGroupResource)

Ruft eine Auflistung von PrivateEndpointResources in resourceGroupResource ab.

public static Azure.ResourceManager.Network.PrivateEndpointCollection GetPrivateEndpoints (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetPrivateEndpoints : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Network.PrivateEndpointCollection
<Extension()>
Public Function GetPrivateEndpoints (resourceGroupResource As ResourceGroupResource) As PrivateEndpointCollection

Parameter

resourceGroupResource
ResourceGroupResource

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

Gibt zurück

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

Gilt für: