NetworkExtensions.GetExpressRoutePort Method

Definition

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

public static Azure.Response<Azure.ResourceManager.Network.ExpressRoutePortResource> GetExpressRoutePort(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string expressRoutePortName, System.Threading.CancellationToken cancellationToken = default);
static member GetExpressRoutePort : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.ExpressRoutePortResource>
<Extension()>
Public Function GetExpressRoutePort (resourceGroupResource As ResourceGroupResource, expressRoutePortName As String, Optional cancellationToken As CancellationToken = Nothing) As 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