PeeringExtensions.GetPeeringsByLegacyPeering 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 emparelhamentos herdados na assinatura especificada que correspondem ao tipo e ao local especificados.
- Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Peering/legacyPeerings
- Operação IdLegacyPeerings_List
public static Azure.Pageable<Azure.ResourceManager.Peering.PeeringResource> GetPeeringsByLegacyPeering (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string peeringLocation, Azure.ResourceManager.Peering.Models.LegacyPeeringsKind kind, int? asn = default, Azure.ResourceManager.Peering.Models.DirectPeeringType? directPeeringType = default, System.Threading.CancellationToken cancellationToken = default);
static member GetPeeringsByLegacyPeering : Azure.ResourceManager.Resources.SubscriptionResource * string * Azure.ResourceManager.Peering.Models.LegacyPeeringsKind * Nullable<int> * Nullable<Azure.ResourceManager.Peering.Models.DirectPeeringType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Peering.PeeringResource>
<Extension()>
Public Function GetPeeringsByLegacyPeering (subscriptionResource As SubscriptionResource, peeringLocation As String, kind As LegacyPeeringsKind, Optional asn As Nullable(Of Integer) = Nothing, Optional directPeeringType As Nullable(Of DirectPeeringType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PeeringResource)
Parâmetros
- subscriptionResource
- SubscriptionResource
A SubscriptionResource instância em que o método será executado.
- peeringLocation
- String
O local do emparelhamento.
- kind
- LegacyPeeringsKind
O tipo de emparelhamento.
- directPeeringType
- Nullable<DirectPeeringType>
O tipo de emparelhamento direto.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Uma coleção de PeeringResource que pode levar várias solicitações de serviço para iterar.
Exceções
peeringLocation
é nulo.