NetworkRuleSetListResult Constructors

Definition

Overloads

NetworkRuleSetListResult()

Initializes a new instance of the NetworkRuleSetListResult class.

NetworkRuleSetListResult(IList<NetworkRuleSet>, String)

Initializes a new instance of the NetworkRuleSetListResult class.

NetworkRuleSetListResult()

Initializes a new instance of the NetworkRuleSetListResult class.

public NetworkRuleSetListResult ();
Public Sub New ()

Applies to

NetworkRuleSetListResult(IList<NetworkRuleSet>, String)

Initializes a new instance of the NetworkRuleSetListResult class.

public NetworkRuleSetListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Models.NetworkRuleSet> value = default, string nextLink = default);
new Microsoft.Azure.Management.EventHub.Models.NetworkRuleSetListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Models.NetworkRuleSet> * string -> Microsoft.Azure.Management.EventHub.Models.NetworkRuleSetListResult
Public Sub New (Optional value As IList(Of NetworkRuleSet) = Nothing, Optional nextLink As String = Nothing)

Parameters

value
IList<NetworkRuleSet>

Result of the List NetworkRuleSet operation

nextLink
String

Link to the next set of results. Not empty if Value contains incomplete list of NetworkRuleSet.

Applies to