ExpressRoutePortAuthorizationCollection.GetAllAsync Method

Definition

Overloads

Name Description
GetAllAsync(CancellationToken)

Invokes the GetAllAsync compatibility operation.

GetAllAsync(String, CancellationToken)

Invokes the GetAllAsync compatibility operation.

GetAllAsync(CancellationToken)

Source:
ExpressRoutePortAuthorizationCollection.OperationCompatibility.cs
Source:
ExpressRoutePortAuthorizationCollection.cs

Invokes the GetAllAsync compatibility operation.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to

GetAllAsync(String, CancellationToken)

Source:
ExpressRoutePortAuthorizationCollection.OperationCompatibility.cs

Invokes the GetAllAsync compatibility operation.

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

Parameters

expressRoutePortName
String
cancellationToken
CancellationToken

Returns

Applies to