次の方法で共有


ExpressRouteGatewayCollection.GetAsync(String, CancellationToken) メソッド

定義

リソース グループ内の ExpressRoute ゲートウェイの詳細をフェッチします。

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

パラメーター

expressRouteGatewayName
String

ExpressRoute ゲートウェイの名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

expressRouteGatewayName が null です。

適用対象