RegulatoryComplianceState Struct
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.
Aggregative state based on the standard's supported controls states.
public readonly struct RegulatoryComplianceState : IEquatable<Azure.ResourceManager.SecurityCenter.Models.RegulatoryComplianceState>
type RegulatoryComplianceState = struct
Public Structure RegulatoryComplianceState
Implements IEquatable(Of RegulatoryComplianceState)
- Inheritance
-
RegulatoryComplianceState
- Implements
Constructors
RegulatoryComplianceState(String) |
Initializes a new instance of RegulatoryComplianceState. |
Properties
Failed |
At least one supported regulatory compliance control in the given standard has a state of failed. |
Passed |
All supported regulatory compliance controls in the given standard have a passed state. |
Skipped |
All supported regulatory compliance controls in the given standard have a state of skipped. |
Unsupported |
No supported regulatory compliance data for the given standard. |
Methods
Equals(RegulatoryComplianceState) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(RegulatoryComplianceState, RegulatoryComplianceState) |
Determines if two RegulatoryComplianceState values are the same. |
Implicit(String to RegulatoryComplianceState) |
Converts a string to a RegulatoryComplianceState. |
Inequality(RegulatoryComplianceState, RegulatoryComplianceState) |
Determines if two RegulatoryComplianceState values are not the same. |
Applies to
Azure SDK for .NET