ExpressRoutePortAuthorizationCollection.GetAsync Method

Definition

Overloads

Name Description
GetAsync(String, CancellationToken)

Invokes the GetAsync compatibility operation.

GetAsync(String, String, CancellationToken)

Invokes the GetAsync compatibility operation.

GetAsync(String, CancellationToken)

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

Invokes the GetAsync compatibility operation.

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

Parameters

authorizationName
String

The name of the authorization.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

authorizationName is an empty string, and was expected to be non-empty.

authorizationName is null.

Applies to

GetAsync(String, String, CancellationToken)

Source:
ExpressRoutePortAuthorizationCollection.OperationCompatibility.cs

Invokes the GetAsync compatibility operation.

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

Parameters

expressRoutePortName
String
authorizationName
String
cancellationToken
CancellationToken

Returns

Applies to