次の方法で共有


RoutesOperationsExtensions.CreateOrUpdate メソッド

定義

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

public static Microsoft.Azure.Management.Network.Models.Route CreateOrUpdate (this Microsoft.Azure.Management.Network.IRoutesOperations operations, string resourceGroupName, string routeTableName, string routeName, Microsoft.Azure.Management.Network.Models.Route routeParameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Network.IRoutesOperations * string * string * string * Microsoft.Azure.Management.Network.Models.Route -> Microsoft.Azure.Management.Network.Models.Route
<Extension()>
Public Function CreateOrUpdate (operations As IRoutesOperations, resourceGroupName As String, routeTableName As String, routeName As String, routeParameters As Route) As Route

パラメーター

operations
IRoutesOperations

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

resourceGroupName
String

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

routeTableName
String

ルート テーブルの名前。

routeName
String

ルートの名前。

routeParameters
Route

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

戻り値

適用対象