RoutingRuleLink 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
RoutingRuleLink() |
Initializes a new instance of the RoutingRuleLink class. |
RoutingRuleLink(String) |
Initializes a new instance of the RoutingRuleLink class. |
RoutingRuleLink()
Initializes a new instance of the RoutingRuleLink class.
public RoutingRuleLink ();
Public Sub New ()
Applies to
RoutingRuleLink(String)
Initializes a new instance of the RoutingRuleLink class.
public RoutingRuleLink (string id = default);
new Microsoft.Azure.Management.FrontDoor.Models.RoutingRuleLink : string -> Microsoft.Azure.Management.FrontDoor.Models.RoutingRuleLink
Public Sub New (Optional id As String = Nothing)
Parameters
- id
- String
Resource ID.