SecurityComplianceStatus 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.
Security compliance properties of the resource.
public class SecurityComplianceStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.SecurityComplianceStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.SecurityComplianceStatus>
type SecurityComplianceStatus = class
interface IJsonModel<SecurityComplianceStatus>
interface IPersistableModel<SecurityComplianceStatus>
Public Class SecurityComplianceStatus
Implements IJsonModel(Of SecurityComplianceStatus), IPersistableModel(Of SecurityComplianceStatus)
- Inheritance
-
SecurityComplianceStatus
- Implements
Properties
DataAtRestEncrypted |
Indicates whether data at-rest encryption is enabled on Azure Stack HCI clustered volumes. |
DataInTransitProtected |
Indicates whether HCI cluster has data in-transit protection. |
LastUpdatedOn |
Time in UTC when compliance status was last updated. |
SecuredCoreCompliance |
Indicates whether HCI hosts meets secured-core server requirements. |
WdacCompliance |
Indicates whether HCI hosts have enforced consistent Windows Defender Application Control. |
Explicit Interface Implementations
IJsonModel<SecurityComplianceStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SecurityComplianceStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SecurityComplianceStatus>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SecurityComplianceStatus>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SecurityComplianceStatus>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET