次の方法で共有


ExpressRoutePortsLocationsOperationsExtensions.GetAsync メソッド

定義

1 つの ExpressRoutePort ピアリングの場所を取得します。これには、そのピアリングの場所で使用できる使用可能な帯域幅の一覧が含まれます。

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

パラメーター

operations
IExpressRoutePortsLocationsOperations

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

locationName
String

要求された ExpressRoutePort ピアリングの場所の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象