RuleResults 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
RuleResults() |
Initializes a new instance of the RuleResults class. |
RuleResults(String, String, String, RuleResultsProperties) |
Initializes a new instance of the RuleResults class. |
RuleResults()
Initializes a new instance of the RuleResults class.
public RuleResults ();
Public Sub New ()
Applies to
RuleResults(String, String, String, RuleResultsProperties)
Initializes a new instance of the RuleResults class.
public RuleResults (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Security.Models.RuleResultsProperties properties = default);
new Microsoft.Azure.Management.Security.Models.RuleResults : string * string * string * Microsoft.Azure.Management.Security.Models.RuleResultsProperties -> Microsoft.Azure.Management.Security.Models.RuleResults
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As RuleResultsProperties = Nothing)
Parameters
- id
- String
Resource Id
- name
- String
Resource name
- type
- String
Resource type
- properties
- RuleResultsProperties
Rule results properties.