Sdílet prostřednictvím


RoutingRuleListResult Constructors

Definition

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.

Applies to