ArmNetworkModelFactory.RouteTableData Method
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.
public static Azure.ResourceManager.Network.RouteTableData RouteTableData(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.RouteData> routes = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.SubnetData> subnets = default, bool? disableBgpRoutePropagation = default, Azure.ResourceManager.Network.Models.DisablePeeringRoute? disablePeeringRoute = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, Guid? resourceGuid = default, Azure.ETag? eTag = default);
static member RouteTableData : Azure.Core.ResourceIdentifier * string * string * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, string> * seq<Azure.ResourceManager.Network.RouteData> * seq<Azure.ResourceManager.Network.SubnetData> * Nullable<bool> * Nullable<Azure.ResourceManager.Network.Models.DisablePeeringRoute> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Nullable<Guid> * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.RouteTableData
Public Shared Function RouteTableData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional routes As IEnumerable(Of RouteData) = Nothing, Optional subnets As IEnumerable(Of SubnetData) = Nothing, Optional disableBgpRoutePropagation As Nullable(Of Boolean) = Nothing, Optional disablePeeringRoute As Nullable(Of DisablePeeringRoute) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional resourceGuid As Nullable(Of Guid) = Nothing, Optional eTag As Nullable(Of ETag) = Nothing) As RouteTableData
Parameters
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- location
- Nullable<AzureLocation>
Resource location.
- tags
- IDictionary<String,String>
Resource tags.
- routes
- IEnumerable<RouteData>
Collection of routes contained within a route table.
- subnets
- IEnumerable<SubnetData>
A collection of references to subnets.
Whether to disable the routes learned by BGP on that route table. True means disable.
- disablePeeringRoute
- Nullable<DisablePeeringRoute>
Whether to disable the routes learned by peering on the route table. 'None' means peering routes are enabled, 'All' means all peering routes are disabled.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the route table resource.
Returns
A new RouteTableData instance for mocking.