RouteTable 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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RouteTable : Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RouteTable = class
inherit Resource
Public Class RouteTable
Inherits Resource
- Inheritance
- 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) |
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' |
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) |