LegacyPeeringsOperations interface
Interface representing a LegacyPeerings operations.
Properties
| list | Lists all of the legacy peerings under the given subscription matching the specified kind and location. |
Property Details
list
Lists all of the legacy peerings under the given subscription matching the specified kind and location.
list: (peeringLocation: string, kind: string, options?: LegacyPeeringsListOptionalParams) => PagedAsyncIterableIterator<Peering, Peering[], PageSettings>
Property Value
(peeringLocation: string, kind: string, options?: LegacyPeeringsListOptionalParams) => PagedAsyncIterableIterator<Peering, Peering[], PageSettings>