次の方法で共有


HubRouteTablesOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

存在しない場合は RouteTable リソースを作成し、それ以外の場合は既存の RouteTable を更新します。

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

パラメーター

operations
IHubRouteTablesOperations

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

resourceGroupName
String

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

virtualHubName
String

VirtualHub の名前。

routeTableName
String

RouteTable の名前。

routeTableParameters
HubRouteTable

RouteTable を作成または更新するために指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象