Udostępnij przez


RouteTablePropertiesFormat Class

Definition

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.

Applies to