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.
Compatibility declaration for the RouteTableData type.
public class RouteTableData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.RouteTableData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.RouteTableData>
type RouteTableData = class
inherit NetworkTrackedResourceData
interface IJsonModel<RouteTableData>
interface IPersistableModel<RouteTableData>
Public Class RouteTableData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of RouteTableData), IPersistableModel(Of RouteTableData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| RouteTableData() |
Initializes a new instance of RouteTableData. |
Properties
| Name | Description |
|---|---|
| DisableBgpRoutePropagation |
Whether to disable the routes learned by BGP on that route table. True means disable. |
| DisablePeeringRoute |
Whether to disable the routes learned by peering on the route table. 'None' means peering routes are enabled, 'All' means all peering routes are disabled. |
| 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 |
Gets the ResourceGuid compatibility property. |
| ResourceType |
Compatibility member. (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) |
| Type |
Resource type. (Inherited from NetworkTrackedResourceData) |