Share via


VirtualHubRouteTableV2 Constructors

Definition

Overloads

VirtualHubRouteTableV2()

Initializes a new instance of the VirtualHubRouteTableV2 class.

VirtualHubRouteTableV2(String, IList<VirtualHubRouteV2>, IList<String>, String, String, String)

Initializes a new instance of the VirtualHubRouteTableV2 class.

VirtualHubRouteTableV2()

Initializes a new instance of the VirtualHubRouteTableV2 class.

public VirtualHubRouteTableV2 ();
Public Sub New ()

Applies to

VirtualHubRouteTableV2(String, IList<VirtualHubRouteV2>, IList<String>, String, String, String)

Initializes a new instance of the VirtualHubRouteTableV2 class.

public VirtualHubRouteTableV2 (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.VirtualHubRouteV2> routes = default, System.Collections.Generic.IList<string> attachedConnections = default, string provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.VirtualHubRouteTableV2 : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.VirtualHubRouteV2> * System.Collections.Generic.IList<string> * string * string * string -> Microsoft.Azure.Management.Network.Models.VirtualHubRouteTableV2
Public Sub New (Optional id As String = Nothing, Optional routes As IList(Of VirtualHubRouteV2) = Nothing, Optional attachedConnections As IList(Of String) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)

Parameters

id
String

Resource ID.

routes
IList<VirtualHubRouteV2>

List of all routes.

attachedConnections
IList<String>

List of all connections attached to this route table v2.

provisioningState
String

The provisioning state of the virtual hub route table v2 resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

name
String

The name of the resource that is unique within a resource group. This name can be used to access the resource.

etag
String

A unique read-only string that changes whenever the resource is updated.

Applies to