Freigeben über


NetworkExtensions.GetAutoApprovedPrivateLinkServicesByResourceGroupPrivateLinkServicesAsync 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}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices
  • Vorgang IdPrivateLinkServices_ListAutoApprovedPrivateLinkServicesByResourceGroup
public static Azure.AsyncPageable<Azure.ResourceManager.Network.Models.AutoApprovedPrivateLinkService> GetAutoApprovedPrivateLinkServicesByResourceGroupPrivateLinkServicesAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetAutoApprovedPrivateLinkServicesByResourceGroupPrivateLinkServicesAsync : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.AutoApprovedPrivateLinkService>
<Extension()>
Public Function GetAutoApprovedPrivateLinkServicesByResourceGroupPrivateLinkServicesAsync (resourceGroupResource As ResourceGroupResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AutoApprovedPrivateLinkService)

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource 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 asynchrone Sammlung von, bei der AutoApprovedPrivateLinkService mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: