Partager via


HubRouteTablesOperationsExtensions.CreateOrUpdate Méthode

Définition

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

public static Microsoft.Azure.Management.Network.Models.HubRouteTable CreateOrUpdate (this Microsoft.Azure.Management.Network.IHubRouteTablesOperations operations, string resourceGroupName, string virtualHubName, string routeTableName, Microsoft.Azure.Management.Network.Models.HubRouteTable routeTableParameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Network.IHubRouteTablesOperations * string * string * string * Microsoft.Azure.Management.Network.Models.HubRouteTable -> Microsoft.Azure.Management.Network.Models.HubRouteTable
<Extension()>
Public Function CreateOrUpdate (operations As IHubRouteTablesOperations, resourceGroupName As String, virtualHubName As String, routeTableName As String, routeTableParameters As HubRouteTable) As 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 du RouteTable.

routeTableParameters
HubRouteTable

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

Retours

S’applique à