NetworkExtensions.GetAutoApprovedPrivateLinkServicesByResourceGroupPrivateLinkServicesAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne tous les ID de service de liaison privée qui peuvent être liés à un point de terminaison privé avec approbation automatique dans cet abonnement dans cette région.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices
- IdPrivateLinkServices_ListAutoApprovedPrivateLinkServicesByResourceGroup d’opération
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)
Paramètres
- resourceGroupResource
- ResourceGroupResource
Instance ResourceGroupResource sur laquelle la méthode s’exécute.
- location
- AzureLocation
Emplacement du nom de domaine.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection asynchrone de qui peut nécessiter plusieurs demandes de AutoApprovedPrivateLinkService service pour itérer.