RouteTableInner Constructors
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.
Overloads
RouteTableInner() |
Initializes a new instance of the RouteTableInner class. |
RouteTableInner(String, String, String, String, IDictionary<String, String>, IList<RouteInner>, IList<SubnetInner>, Nullable<Boolean>, ProvisioningState, String) |
Initializes a new instance of the RouteTableInner class. |
RouteTableInner()
Initializes a new instance of the RouteTableInner class.
public RouteTableInner ();
Public Sub New ()
Applies to
RouteTableInner(String, String, String, String, IDictionary<String, String>, IList<RouteInner>, IList<SubnetInner>, Nullable<Boolean>, ProvisioningState, String)
Initializes a new instance of the RouteTableInner class.
public RouteTableInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.RouteInner> routes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.SubnetInner> subnets = default, bool? disableBgpRoutePropagation = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.RouteTableInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.RouteInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.SubnetInner> * Nullable<bool> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string -> Microsoft.Azure.Management.Network.Fluent.Models.RouteTableInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional routes As IList(Of RouteInner) = Nothing, Optional subnets As IList(Of SubnetInner) = Nothing, Optional disableBgpRoutePropagation As Nullable(Of Boolean) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional etag As String = Nothing)
Parameters
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- routes
- IList<RouteInner>
Collection of routes contained within a route table.
- subnets
- IList<SubnetInner>
A collection of references to subnets.
Whether to disable the routes learned by BGP on that route table. True means disable.
- provisioningState
- ProvisioningState
The provisioning state of the route table resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Applies to
Azure SDK for .NET