RoutingRuleListResult 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
RoutingRuleListResult() |
Initializes a new instance of the RoutingRuleListResult class. |
RoutingRuleListResult(IList<RoutingRule>, String) |
Initializes a new instance of the RoutingRuleListResult class. |
RoutingRuleListResult()
Initializes a new instance of the RoutingRuleListResult class.
public RoutingRuleListResult ();
Public Sub New ()
Applies to
RoutingRuleListResult(IList<RoutingRule>, String)
Initializes a new instance of the RoutingRuleListResult class.
public RoutingRuleListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.RoutingRule> value = default, string nextLink = default);
new Microsoft.Azure.Management.FrontDoor.Models.RoutingRuleListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.RoutingRule> * string -> Microsoft.Azure.Management.FrontDoor.Models.RoutingRuleListResult
Public Sub New (Optional value As IList(Of RoutingRule) = Nothing, Optional nextLink As String = Nothing)
Parameters
- value
- IList<RoutingRule>
List of Routing Rules within a Front Door.
- nextLink
- String
URL to get the next set of RoutingRule objects if there are any.