Udostępnij za pośrednictwem


VHubRouteTableBaseCmdlet.CreateOrUpdateVHubRouteTable Method

Definition

public Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable CreateOrUpdateVHubRouteTable (string resourceGroupName, string virtualHubName, string routeTableName, Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable hubRouteTable);
member this.CreateOrUpdateVHubRouteTable : string * string * string * Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable -> Microsoft.Azure.Commands.Network.Models.PSVHubRouteTable
Public Function CreateOrUpdateVHubRouteTable (resourceGroupName As String, virtualHubName As String, routeTableName As String, hubRouteTable As PSVHubRouteTable) As PSVHubRouteTable

Parameters

resourceGroupName
String
virtualHubName
String
routeTableName
String
hubRouteTable
PSVHubRouteTable

Returns

Applies to