ActiveSecurityAdminRulesListResult 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
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.