HubRouteTable Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET