RegulatoryComplianceAssessment Class
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.
Regulatory compliance assessment details and state
[Microsoft.Rest.Serialization.JsonTransformation]
public class RegulatoryComplianceAssessment : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RegulatoryComplianceAssessment = class
inherit Resource
Public Class RegulatoryComplianceAssessment
Inherits Resource
- Inheritance
- Attributes
Constructors
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. |
Properties
AssessmentDetailsLink |
Gets link to more detailed assessment results data. The response type will be according to the assessmentType field |
AssessmentType |
Gets the expected type of assessment contained in the AssessmentDetailsLink |
Description |
Gets the description of the regulatory compliance assessment |
FailedResources |
Gets the given assessment's related resources count with failed state. |
Id |
Gets resource Id (Inherited from Resource) |
Name |
Gets resource name (Inherited from Resource) |
PassedResources |
Gets the given assessment's related resources count with passed state. |
SkippedResources |
Gets the given assessment's related resources count with skipped state. |
State |
Gets or sets aggregative state based on the assessment's scanned resources states Possible values include: 'Passed', 'Failed', 'Skipped', 'Unsupported' |
Type |
Gets resource type (Inherited from Resource) |
UnsupportedResources |
Gets the given assessment's related resources count with unsupported state. |
Extension Methods
ConvertToPSType(RegulatoryComplianceAssessment) |