Compartilhar via


NetworkExtensions.GetAvailablePrivateEndpointTypesByResourceGroup Método

Definição

Retorna todos os tipos de recursos que podem ser vinculados a um ponto de extremidade privado nesta assinatura nesta região.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/locations/{location}/availablePrivateEndpointTypes
  • IdAvailablePrivateEndpointTypes_ListByResourceGroup de operação
public static Azure.Pageable<Azure.ResourceManager.Network.Models.AvailablePrivateEndpointType> GetAvailablePrivateEndpointTypesByResourceGroup (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetAvailablePrivateEndpointTypesByResourceGroup : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.Models.AvailablePrivateEndpointType>
<Extension()>
Public Function GetAvailablePrivateEndpointTypesByResourceGroup (resourceGroupResource As ResourceGroupResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AvailablePrivateEndpointType)

Parâmetros

resourceGroupResource
ResourceGroupResource

A ResourceGroupResource instância na qual 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 AvailablePrivateEndpointType que pode levar várias solicitações de serviço para iterar.

Aplica-se a