Share via


ActiveSecurityAdminRulesListResult Constructors

Definition

Overloads

ActiveSecurityAdminRulesListResult()

Initializes a new instance of the ActiveSecurityAdminRulesListResult class.

ActiveSecurityAdminRulesListResult(IList<ActiveBaseSecurityAdminRule>, String)

Initializes a new instance of the ActiveSecurityAdminRulesListResult class.

ActiveSecurityAdminRulesListResult()

Initializes a new instance of the ActiveSecurityAdminRulesListResult class.

public ActiveSecurityAdminRulesListResult ();
Public Sub New ()

Applies to

ActiveSecurityAdminRulesListResult(IList<ActiveBaseSecurityAdminRule>, String)

Initializes a new instance of the ActiveSecurityAdminRulesListResult class.

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

Parameters

value
IList<ActiveBaseSecurityAdminRule>

Gets a page of active security admin rules.

skipToken
String

When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

Applies to