ExpressRouteProviderPortCollection.GetAllAsync Method

Definition

Invokes the GetAllAsync compatibility operation.

public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRouteProviderPortResource> GetAllAsync(string expand, System.Threading.CancellationToken cancellationToken);
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRouteProviderPortResource> GetAllAsync(string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRouteProviderPortResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRouteProviderPortResource>
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRouteProviderPortResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRouteProviderPortResource>
Public Overridable Function GetAllAsync (expand As String, cancellationToken As CancellationToken) As AsyncPageable(Of ExpressRouteProviderPortResource)
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ExpressRouteProviderPortResource)

Parameters

expandfilter
String
cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ExpressRouteProviderPortResource that may take multiple service requests to iterate over.

Applies to