Compartilhar via


NetworkExtensions.GetAutoApprovedPrivateLinkServicesByResourceGroupPrivateLinkServices Método

Definição

Retorna todas as IDs de serviço de link privado que podem ser vinculadas a um ponto de extremidade privado com aprovação automática nesta assinatura nesta região.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/locations/{location}/autoApprovedPrivateLinkServices
  • Operação 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)

Parâmetros

resourceGroupResource
ResourceGroupResource

A ResourceGroupResource instância em que o método será executado.

location
AzureLocation

O local do nome de domínio.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção de AutoApprovedPrivateLinkService que pode levar várias solicitações de serviço para iterar.

Aplica-se a