NetworkExtensions.GetExpressRoutePortAsync Method

Definition

Retrieves the requested ExpressRoutePort resource. <item> Mocking. To mock this method, please mock GetExpressRoutePortAsync(String, CancellationToken) instead. </item>

public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.ExpressRoutePortResource>> GetExpressRoutePortAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string expressRoutePortName, System.Threading.CancellationToken cancellationToken = default);
static member GetExpressRoutePortAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.ExpressRoutePortResource>>
<Extension()>
Public Function GetExpressRoutePortAsync (resourceGroupResource As ResourceGroupResource, expressRoutePortName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ExpressRoutePortResource))

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

expressRoutePortName
String

The name of ExpressRoutePort.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

resourceGroupResource is null.

Applies to