RouteTable Class

Definition

Route table resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class RouteTable : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RouteTable = class
    inherit Resource
Public Class RouteTable
Inherits Resource
Inheritance
RouteTable
Attributes

Constructors

RouteTable()

Initializes a new instance of the RouteTable class.

RouteTable(String, String, String, String, IDictionary<String,String>, IList<Route>, IList<Subnet>, Nullable<Boolean>, String, String, String)

Initializes a new instance of the RouteTable class.

Properties

DisableBgpRoutePropagation

Gets or sets whether to disable the routes learned by BGP on that route table. True means disable.

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Id

Gets or sets resource ID.

(Inherited from Resource)
Location

Gets or sets resource location.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
ProvisioningState

Gets the provisioning state of the route table resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

ResourceGuid

Gets the resource GUID property of the route table.

Routes

Gets or sets collection of routes contained within a route table.

Subnets

Gets a collection of references to subnets.

Tags

Gets or sets resource tags.

(Inherited from Resource)
Type

Gets resource type.

(Inherited from Resource)

Applies to