ComplianceResult 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
ComplianceResult() |
Initializes a new instance of the ComplianceResult class. |
ComplianceResult(String, String, String, String) |
Initializes a new instance of the ComplianceResult class. |
ComplianceResult()
Initializes a new instance of the ComplianceResult class.
public ComplianceResult ();
Public Sub New ()
Applies to
ComplianceResult(String, String, String, String)
Initializes a new instance of the ComplianceResult class.
public ComplianceResult (string id = default, string name = default, string type = default, string resourceStatus = default);
new Microsoft.Azure.Management.Security.Models.ComplianceResult : string * string * string * string -> Microsoft.Azure.Management.Security.Models.ComplianceResult
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional resourceStatus As String = Nothing)
Parameters
- id
- String
Resource Id
- name
- String
Resource name
- type
- String
Resource type
- resourceStatus
- String
The status of the resource regarding a single assessment Possible values include: 'Healthy', 'NotApplicable', 'OffByPolicy', 'NotHealthy'