次の方法で共有


VirtualHubRouteTableV2Collection.CreateOrUpdateAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeTables/{routeTableName}
  • 操作IdVirtualHubRouteTableV2s_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VirtualHubRouteTableV2Resource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string routeTableName, Azure.ResourceManager.Network.VirtualHubRouteTableV2Data data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Network.VirtualHubRouteTableV2Data * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VirtualHubRouteTableV2Resource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Network.VirtualHubRouteTableV2Data * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VirtualHubRouteTableV2Resource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, routeTableName As String, data As VirtualHubRouteTableV2Data, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of VirtualHubRouteTableV2Resource))

パラメーター

waitUntil
WaitUntil

Completed メソッドがサービスで実行時間の長い操作が完了するまで戻るのを待機する必要がある場合。 Started 操作を開始した後に が返される場合は 。 実行時間の長い操作の詳細については、「 Azure.Core Long-Running 操作のサンプル」を参照してください。

routeTableName
String

VirtualHubRouteTableV2 の名前。

data
VirtualHubRouteTableV2Data

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

cancellationToken
CancellationToken

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

戻り値

例外

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

routeTableName または data が null です。

適用対象