ExpressRoutePortAuthorizationCollection.GetIfExistsAsync Method

Definition

Overloads

Name Description
GetIfExistsAsync(String, CancellationToken)

Invokes the GetIfExistsAsync compatibility operation.

GetIfExistsAsync(String, String, CancellationToken)

Invokes the GetIfExistsAsync compatibility operation.

GetIfExistsAsync(String, CancellationToken)

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

Invokes the GetIfExistsAsync compatibility operation.

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

GetIfExistsAsync(String, String, CancellationToken)

Source:
ExpressRoutePortAuthorizationCollection.OperationCompatibility.cs

Invokes the GetIfExistsAsync compatibility operation.

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

Parameters

expressRoutePortName
String
authorizationName
String
cancellationToken
CancellationToken

Returns

Applies to