RouteTablePropertiesFormat 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.
Route Table resource.
public class RouteTablePropertiesFormat
type RouteTablePropertiesFormat = class
Public Class RouteTablePropertiesFormat
- Inheritance
-
RouteTablePropertiesFormat
Constructors
| Name | Description |
|---|---|
| RouteTablePropertiesFormat() |
Initializes a new instance of the RouteTablePropertiesFormat class. |
| RouteTablePropertiesFormat(IList<Route>, IList<Subnet>, Nullable<Boolean>, String) |
Initializes a new instance of the RouteTablePropertiesFormat class. |
Properties
| Name | Description |
|---|---|
| DisableBgpRoutePropagation |
Gets or sets whether to disable the routes learned by BGP on that route table. True means disable. |
| ProvisioningState |
Gets the provisioning state of the route table resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
| Routes |
Gets or sets collection of routes contained within a route table. |
| Subnets |
Gets a collection of references to subnets. |