次の方法で共有


RouteTablesOperationsExtensions.CreateOrUpdateAsync メソッド

定義

指定したリソース グループ内のルート テーブルを作成または更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.RouteTable> CreateOrUpdateAsync (this Microsoft.Azure.Management.Network.IRouteTablesOperations operations, string resourceGroupName, string routeTableName, Microsoft.Azure.Management.Network.Models.RouteTable parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Network.IRouteTablesOperations * string * string * Microsoft.Azure.Management.Network.Models.RouteTable * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.RouteTable>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IRouteTablesOperations, resourceGroupName As String, routeTableName As String, parameters As RouteTable, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RouteTable)

パラメーター

operations
IRouteTablesOperations

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

resourceGroupName
String

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

routeTableName
String

ルート テーブルの名前。

parameters
RouteTable

ルート テーブルの作成または更新操作に指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象