ExpressRouteConnectionCollection.GetAllAsync(CancellationToken) Method
Definition
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.
Invokes the GetAllAsync compatibility operation.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRouteConnectionResource> GetAllAsync(System.Threading.CancellationToken p0 = default);
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRouteConnectionResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRouteConnectionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRouteConnectionResource>
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRouteConnectionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.ExpressRouteConnectionResource>
Public Overridable Function GetAllAsync (Optional p0 As CancellationToken = Nothing) As AsyncPageable(Of ExpressRouteConnectionResource)
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ExpressRouteConnectionResource)
Parameters
- p0cancellationToken
- CancellationToken
Returns
An async collection of ExpressRouteConnectionResource that may take multiple service requests to iterate over.