你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HubRouteTablesOperationsExtensions.CreateOrUpdateAsync 方法

定义

如果路由表资源不存在,则创建该资源,否则会更新现有的 RouteTable。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.HubRouteTable> CreateOrUpdateAsync (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 CreateOrUpdateAsync : 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 CreateOrUpdateAsync (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

取消标记。

返回

适用于