NetworkExtensions.GetExpressRoutePort Method

Definition

Retrieves the requested ExpressRoutePort resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}
  • Operation Id: ExpressRoutePorts_Get
  • Default Api Version: 2023-09-01
  • Resource: ExpressRoutePortResource
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 instance the method will execute against.

expressRoutePortName
String

The name of ExpressRoutePort.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or expressRoutePortName is null.

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

Applies to