MockableNetworkResourceGroupResource.GetExpressRoutePort 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.
Retrieves the requested ExpressRoutePort resource.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ExpressRoutePorts/{expressRoutePortName}
- Operation Id: ExpressRoutePorts_Get
- Default Api Version: 2024-03-01
- Resource: ExpressRoutePortResource
public virtual Azure.Response<Azure.ResourceManager.Network.ExpressRoutePortResource> GetExpressRoutePort (string expressRoutePortName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetExpressRoutePort : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.ExpressRoutePortResource>
override this.GetExpressRoutePort : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.ExpressRoutePortResource>
Public Overridable Function GetExpressRoutePort (expressRoutePortName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ExpressRoutePortResource)
Parameters
- expressRoutePortName
- String
The name of ExpressRoutePort.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
expressRoutePortName
is null.
expressRoutePortName
is an empty string, and was expected to be non-empty.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET