次の方法で共有


ExpressRoutePortsLocationCollection.GetAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Network/ExpressRoutePortsLocations/{locationName}
  • 操作IdExpressRoutePortsLocations_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.ExpressRoutePortsLocationResource>> GetAsync (string locationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.ExpressRoutePortsLocationResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.ExpressRoutePortsLocationResource>>
Public Overridable Function GetAsync (locationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ExpressRoutePortsLocationResource))

パラメーター

locationName
String

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

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

locationName は空の文字列であり、空でないと予想されていました。

locationName が null です。

適用対象