Share via


MockablePeeringSubscriptionResource.GetPeeringsByLegacyPeering Method

Definition

Lists all of the legacy peerings under the given subscription matching the specified kind and location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Peering/legacyPeerings
  • Operation Id: LegacyPeerings_List
public virtual Azure.Pageable<Azure.ResourceManager.Peering.PeeringResource> GetPeeringsByLegacyPeering (string peeringLocation, Azure.ResourceManager.Peering.Models.LegacyPeeringsKind kind, int? asn = default, Azure.ResourceManager.Peering.Models.DirectPeeringType? directPeeringType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPeeringsByLegacyPeering : string * Azure.ResourceManager.Peering.Models.LegacyPeeringsKind * Nullable<int> * Nullable<Azure.ResourceManager.Peering.Models.DirectPeeringType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Peering.PeeringResource>
override this.GetPeeringsByLegacyPeering : string * Azure.ResourceManager.Peering.Models.LegacyPeeringsKind * Nullable<int> * Nullable<Azure.ResourceManager.Peering.Models.DirectPeeringType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Peering.PeeringResource>
Public Overridable Function GetPeeringsByLegacyPeering (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)

Parameters

peeringLocation
String

The location of the peering.

kind
LegacyPeeringsKind

The kind of the peering.

asn
Nullable<Int32>

The ASN number associated with a legacy peering.

directPeeringType
Nullable<DirectPeeringType>

The direct peering type.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of PeeringResource that may take multiple service requests to iterate over.

Exceptions

peeringLocation is null.

Applies to