Freigeben über


NetworkExtensions.GetAutoApprovedPrivateLinkServicesPrivateLinkServices Methode

Definition

Gibt alle Private Link-Dienst-IDs zurück, die mit einem privaten Endpunkt verknüpft werden können, der in diesem Abonnement in dieser Region automatisch genehmigt wurde.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices
  • Vorgang IdPrivateLinkServices_ListAutoApprovedPrivateLinkServices
public static Azure.Pageable<Azure.ResourceManager.Network.Models.AutoApprovedPrivateLinkService> GetAutoApprovedPrivateLinkServicesPrivateLinkServices (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetAutoApprovedPrivateLinkServicesPrivateLinkServices : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.Models.AutoApprovedPrivateLinkService>
<Extension()>
Public Function GetAutoApprovedPrivateLinkServicesPrivateLinkServices (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AutoApprovedPrivateLinkService)

Parameter

subscriptionResource
SubscriptionResource

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

location
AzureLocation

Der Speicherort des Domänennamens.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der AutoApprovedPrivateLinkService möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: