MockableNetworkSubscriptionResource.GetExpressRouteCrossConnectionsAsync Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves all the ExpressRouteCrossConnections in a subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteCrossConnections
- Operation Id: ExpressRouteCrossConnections_List
- Default Api Version: 2024-03-01
- Resource: ExpressRouteCrossConnectionResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRouteCrossConnectionResource> GetExpressRouteCrossConnectionsAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetExpressRouteCrossConnectionsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRouteCrossConnectionResource>
override this.GetExpressRouteCrossConnectionsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRouteCrossConnectionResource>
Public Overridable Function GetExpressRouteCrossConnectionsAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ExpressRouteCrossConnectionResource)
- filter
- String
The filter to apply on the operation. For example, you can use $filter=name eq '{circuitServiceKey}'.
- cancellationToken
- CancellationToken
The cancellation token to use.
An async collection of ExpressRouteCrossConnectionResource that may take multiple service requests to iterate over.
Product | Versions |
---|---|
Azure SDK for .NET | Latest, Preview |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: