Partager via


HubRouteTablesOperationsExtensions.CreateOrUpdateAsync Méthode

Définition

Crée une ressource RouteTable si elle n’existe pas, sinon met à jour le RouteTable existant.

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)

Paramètres

operations
IHubRouteTablesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources du VirtualHub.

virtualHubName
String

Nom du VirtualHub.

routeTableName
String

Nom de RouteTable.

routeTableParameters
HubRouteTable

Paramètres fournis pour créer ou mettre à jour RouteTable.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à