RoutingRule 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
RoutingRule() |
Initializes a new instance of the RoutingRule class. |
RoutingRule(String, String, String, String, SystemData, String, String, String, RoutingRuleRouteDestination, RoutingRuleNextHop) |
Initializes a new instance of the RoutingRule class. |
RoutingRule()
Initializes a new instance of the RoutingRule class.
public RoutingRule ();
Public Sub New ()
Applies to
RoutingRule(String, String, String, String, SystemData, String, String, String, RoutingRuleRouteDestination, RoutingRuleNextHop)
Initializes a new instance of the RoutingRule class.
public RoutingRule (string id = default, string name = default, string type = default, string etag = default, Microsoft.Azure.Management.Network.Models.SystemData systemData = default, string provisioningState = default, string description = default, string resourceGuid = default, Microsoft.Azure.Management.Network.Models.RoutingRuleRouteDestination destination = default, Microsoft.Azure.Management.Network.Models.RoutingRuleNextHop nextHop = default);
new Microsoft.Azure.Management.Network.Models.RoutingRule : string * string * string * string * Microsoft.Azure.Management.Network.Models.SystemData * string * string * string * Microsoft.Azure.Management.Network.Models.RoutingRuleRouteDestination * Microsoft.Azure.Management.Network.Models.RoutingRuleNextHop -> Microsoft.Azure.Management.Network.Models.RoutingRule
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As String = Nothing, Optional description As String = Nothing, Optional resourceGuid As String = Nothing, Optional destination As RoutingRuleRouteDestination = Nothing, Optional nextHop As RoutingRuleNextHop = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- systemData
- SystemData
The system metadata related to this resource.
- provisioningState
- String
The provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- description
- String
A description for this rule.
- resourceGuid
- String
Unique identifier for this resource.
- destination
- RoutingRuleRouteDestination
Indicates the destination for this particular rule.
- nextHop
- RoutingRuleNextHop
Indicates the next hop for this particular rule.