HubRouteTable Class

Definition

RouteTable resource in a virtual hub.

[Microsoft.Rest.Serialization.JsonTransformation]
public class HubRouteTable : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type HubRouteTable = class
    inherit SubResource
Public Class HubRouteTable
Inherits SubResource
Inheritance
HubRouteTable
Attributes

Constructors

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.

Properties

AssociatedConnections

Gets list of all connections associated with this route table.

Etag

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

Id

Gets or sets resource ID.

(Inherited from SubResource)
Labels

Gets or sets list of labels associated with this route table.

Name

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

PropagatingConnections

Gets list of all connections that advertise to this route table.

ProvisioningState

Gets the provisioning state of the RouteTable resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Routes

Gets or sets list of all routes.

Type

Gets resource type.

Applies to