ExpressRoutePortsOperationsExtensions.GetAsync メソッド

定義

要求された ExpressRoutePort リソースを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePortInner> GetAsync (this Microsoft.Azure.Management.Network.Fluent.IExpressRoutePortsOperations operations, string resourceGroupName, string expressRoutePortName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Network.Fluent.IExpressRoutePortsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePortInner>
<Extension()>
Public Function GetAsync (operations As IExpressRoutePortsOperations, resourceGroupName As String, expressRoutePortName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ExpressRoutePortInner)

パラメーター

operations
IExpressRoutePortsOperations

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

resourceGroupName
String

リソース グループの名前。

expressRoutePortName
String

ExpressRoutePort の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象