HubRouteTableData 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.
A class representing the HubRouteTable data model. RouteTable resource in a virtual hub.
public class HubRouteTableData : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.HubRouteTableData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.HubRouteTableData>
public class HubRouteTableData : Azure.ResourceManager.Network.Models.NetworkResourceData
type HubRouteTableData = class
inherit NetworkResourceData
interface IJsonModel<HubRouteTableData>
interface IPersistableModel<HubRouteTableData>
type HubRouteTableData = class
inherit NetworkResourceData
Public Class HubRouteTableData
Inherits NetworkResourceData
Implements IJsonModel(Of HubRouteTableData), IPersistableModel(Of HubRouteTableData)
Public Class HubRouteTableData
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
HubRouteTableData() |
Initializes a new instance of HubRouteTableData. |
Properties
AssociatedConnections |
List of all connections associated with this route table. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
Labels |
List of labels associated with this route table. |
Name |
Resource name. (Inherited from NetworkResourceData) |
PropagatingConnections |
List of all connections that advertise to this route table. |
ProvisioningState |
The provisioning state of the RouteTable resource. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
Routes |
List of all routes. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET