PeeringExtensions.GetPeeringLocations Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Lista todos os locais de emparelhamento disponíveis para o tipo de emparelhamento especificado.
- Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Peering/peeringLocations
- Operação IdPeeringLocations_List
public static Azure.Pageable<Azure.ResourceManager.Peering.Models.PeeringLocation> GetPeeringLocations (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Peering.Models.PeeringLocationsKind kind, Azure.ResourceManager.Peering.Models.PeeringLocationsDirectPeeringType? directPeeringType = default, System.Threading.CancellationToken cancellationToken = default);
static member GetPeeringLocations : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.Peering.Models.PeeringLocationsKind * Nullable<Azure.ResourceManager.Peering.Models.PeeringLocationsDirectPeeringType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Peering.Models.PeeringLocation>
<Extension()>
Public Function GetPeeringLocations (subscriptionResource As SubscriptionResource, kind As PeeringLocationsKind, Optional directPeeringType As Nullable(Of PeeringLocationsDirectPeeringType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PeeringLocation)
Parâmetros
- subscriptionResource
- SubscriptionResource
A SubscriptionResource instância em que o método será executado.
- kind
- PeeringLocationsKind
O tipo de emparelhamento.
- directPeeringType
- Nullable<PeeringLocationsDirectPeeringType>
O tipo de emparelhamento direto.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Uma coleção de PeeringLocation que pode levar várias solicitações de serviço para iterar.