NetworkExtensions.GetAutoApprovedPrivateLinkServicesByResourceGroupPrivateLinkServices Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices
- Vorgangs-IdPrivateLinkServices_ListAutoApprovedPrivateLinkServicesByResourceGroup
public static Azure.Pageable<Azure.ResourceManager.Network.Models.AutoApprovedPrivateLinkService> GetAutoApprovedPrivateLinkServicesByResourceGroupPrivateLinkServices (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetAutoApprovedPrivateLinkServicesByResourceGroupPrivateLinkServices : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.Models.AutoApprovedPrivateLinkService>
<Extension()>
Public Function GetAutoApprovedPrivateLinkServicesByResourceGroupPrivateLinkServices (resourceGroupResource As ResourceGroupResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AutoApprovedPrivateLinkService)
Parameter
- resourceGroupResource
- ResourceGroupResource
Der ResourceGroupResource instance die -Methode ausgeführt wird.
- location
- AzureLocation
Der Speicherort des Domänennamens.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Eine Sammlung von AutoApprovedPrivateLinkService , die mehrere Dienstanforderungen durchlaufen kann.