HubRouteTable Constructors

Definition

Overloads

HubRouteTable()

Initializes a new instance of the HubRouteTable class.

HubRouteTable(String, IList<HubRoute>, IList<String>, IList<String>, IList<String>, String, String, String, String)

Initializes a new instance of the HubRouteTable class.

HubRouteTable()

Initializes a new instance of the HubRouteTable class.

public HubRouteTable ();
Public Sub New ()

Applies to

HubRouteTable(String, IList<HubRoute>, IList<String>, IList<String>, IList<String>, String, String, String, String)

Initializes a new instance of the HubRouteTable class.

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

Parameters

id
String

Resource ID.

routes
IList<HubRoute>

List of all routes.

labels
IList<String>

List of labels associated with this route table.

associatedConnections
IList<String>

List of all connections associated with this route table.

propagatingConnections
IList<String>

List of all connections that advertise to this route table.

provisioningState
String

The provisioning state of the RouteTable 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.

type
String

Resource type.

Applies to