ExpressRoutePortAuthorizationCollection.GetIfExistsAsync 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.
Overloads
| Name | Description |
|---|---|
| GetIfExistsAsync(String, CancellationToken) |
Invokes the GetIfExistsAsync compatibility operation. |
| GetIfExistsAsync(String, String, CancellationToken) |
Invokes the GetIfExistsAsync compatibility operation. |
GetIfExistsAsync(String, CancellationToken)
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)
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