RouteMap 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
RouteMap() |
Initializes a new instance of the RouteMap class. |
RouteMap(String, IList<String>, IList<String>, IList<RouteMapRule>, String, String, String, String) |
Initializes a new instance of the RouteMap class. |
RouteMap()
Initializes a new instance of the RouteMap class.
public RouteMap ();
Public Sub New ()
Applies to
RouteMap(String, IList<String>, IList<String>, IList<RouteMapRule>, String, String, String, String)
Initializes a new instance of the RouteMap class.
public RouteMap (string id = default, System.Collections.Generic.IList<string> associatedInboundConnections = default, System.Collections.Generic.IList<string> associatedOutboundConnections = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.RouteMapRule> rules = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.RouteMap : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.RouteMapRule> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.RouteMap
Public Sub New (Optional id As String = Nothing, Optional associatedInboundConnections As IList(Of String) = Nothing, Optional associatedOutboundConnections As IList(Of String) = Nothing, Optional rules As IList(Of RouteMapRule) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
Resource ID.
List of connections which have this RoutMap associated for inbound traffic.
List of connections which have this RoutMap associated for outbound traffic.
- rules
- IList<RouteMapRule>
List of RouteMap rules to be applied.
- provisioningState
- String
The provisioning state of the RouteMap resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- type
- String
Resource type.
Applies to
Azure SDK for .NET