NetworkExtensions.GetExpressRoutePortAsync 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 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 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