RegulatoryComplianceAssessment 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
RegulatoryComplianceAssessment() |
Initializes a new instance of the RegulatoryComplianceAssessment class. |
RegulatoryComplianceAssessment(String, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the RegulatoryComplianceAssessment class. |
RegulatoryComplianceAssessment()
Initializes a new instance of the RegulatoryComplianceAssessment class.
public RegulatoryComplianceAssessment ();
Public Sub New ()
Applies to
RegulatoryComplianceAssessment(String, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the RegulatoryComplianceAssessment class.
public RegulatoryComplianceAssessment (string id = default, string name = default, string type = default, string state = default, string description = default, string assessmentType = default, string assessmentDetailsLink = default, int? passedResources = default, int? failedResources = default, int? skippedResources = default, int? unsupportedResources = default);
new Microsoft.Azure.Management.Security.Models.RegulatoryComplianceAssessment : string * string * string * string * string * string * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Security.Models.RegulatoryComplianceAssessment
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional state As String = Nothing, Optional description As String = Nothing, Optional assessmentType As String = Nothing, Optional assessmentDetailsLink As String = Nothing, Optional passedResources As Nullable(Of Integer) = Nothing, Optional failedResources As Nullable(Of Integer) = Nothing, Optional skippedResources As Nullable(Of Integer) = Nothing, Optional unsupportedResources As Nullable(Of Integer) = Nothing)
Parameters
- id
- String
Resource Id
- name
- String
Resource name
- type
- String
Resource type
- state
- String
Aggregative state based on the assessment's scanned resources states Possible values include: 'Passed', 'Failed', 'Skipped', 'Unsupported'
- description
- String
The description of the regulatory compliance assessment
- assessmentType
- String
The expected type of assessment contained in the AssessmentDetailsLink
- assessmentDetailsLink
- String
Link to more detailed assessment results data. The response type will be according to the assessmentType field
The given assessment's related resources count with unsupported state.