次の方法で共有


NetworkManagementClientExtensions.ExpressRouteProviderPortMethodAsync メソッド

定義

プロバイダー ポートの詳細を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ExpressRouteProviderPort> ExpressRouteProviderPortMethodAsync (this Microsoft.Azure.Management.Network.INetworkManagementClient operations, string providerport, System.Threading.CancellationToken cancellationToken = default);
static member ExpressRouteProviderPortMethodAsync : Microsoft.Azure.Management.Network.INetworkManagementClient * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ExpressRouteProviderPort>
<Extension()>
Public Function ExpressRouteProviderPortMethodAsync (operations As INetworkManagementClient, providerport As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ExpressRouteProviderPort)

パラメーター

operations
INetworkManagementClient

この拡張メソッドの操作グループ。

providerport
String

プロバイダー ポートの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象