次の方法で共有


NetworkExtensions.GetRouteTableAsync メソッド

定義

指定したルート テーブルを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeTables/{routeTableName}
  • 操作IdRouteTables_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.RouteTableResource>> GetRouteTableAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string routeTableName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetRouteTableAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.RouteTableResource>>
<Extension()>
Public Function GetRouteTableAsync (resourceGroupResource As ResourceGroupResource, routeTableName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RouteTableResource))

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行するインスタンス。

routeTableName
String

ルート テーブルの名前。

expand
String

参照先のリソースを展開します。

cancellationToken
CancellationToken

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

戻り値

例外

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

routeTableName が null です。

適用対象