RouteTableData 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 RouteTable data model. Route table resource.
public class RouteTableData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.RouteTableData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.RouteTableData>
public class RouteTableData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type RouteTableData = class
inherit NetworkTrackedResourceData
interface IJsonModel<RouteTableData>
interface IPersistableModel<RouteTableData>
type RouteTableData = class
inherit NetworkTrackedResourceData
Public Class RouteTableData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of RouteTableData), IPersistableModel(Of RouteTableData)
Public Class RouteTableData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
RouteTableData() |
Initializes a new instance of RouteTableData. |
Properties
DisableBgpRoutePropagation |
Whether to disable the routes learned by BGP on that route table. True means disable. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
ProvisioningState |
The provisioning state of the route table resource. |
ResourceGuid |
The resource GUID property of the route table. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
Routes |
Collection of routes contained within a route table. |
Subnets |
A collection of references to subnets. |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET