HubRouteTablesOperationsExtensions.BeginCreateOrUpdate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une ressource RouteTable si elle n’existe pas, sinon met à jour le RouteTable existant.
public static Microsoft.Azure.Management.Network.Models.HubRouteTable BeginCreateOrUpdate (this Microsoft.Azure.Management.Network.IHubRouteTablesOperations operations, string resourceGroupName, string virtualHubName, string routeTableName, Microsoft.Azure.Management.Network.Models.HubRouteTable routeTableParameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Network.IHubRouteTablesOperations * string * string * string * Microsoft.Azure.Management.Network.Models.HubRouteTable -> Microsoft.Azure.Management.Network.Models.HubRouteTable
<Extension()>
Public Function BeginCreateOrUpdate (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 de RouteTable.
- routeTableParameters
- HubRouteTable
Paramètres fournis pour créer ou mettre à jour RouteTable.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET