HciVmAttestationStatusProperties 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.
Defines the attestation status properties.
public class HciVmAttestationStatusProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Vm.Models.HciVmAttestationStatusProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Vm.Models.HciVmAttestationStatusProperties>
type HciVmAttestationStatusProperties = class
interface IJsonModel<HciVmAttestationStatusProperties>
interface IPersistableModel<HciVmAttestationStatusProperties>
Public Class HciVmAttestationStatusProperties
Implements IJsonModel(Of HciVmAttestationStatusProperties), IPersistableModel(Of HciVmAttestationStatusProperties)
- Inheritance
-
HciVmAttestationStatusProperties
- Implements
Properties
AttestationCertValidated |
The status of whether attestation certificate is validated. |
AttestDiskSecurityEncryptionType |
The managed disk security encryption type from attestation token. This only applies to Confidential VM. |
AttestHardwarePlatform |
The hardware platform information from attestation token. This only applies to Confidential VM. |
AttestSecureBootEnabled |
The status of whether secure boot is enabled. |
BootIntegrityValidated |
The status of whether the list of boot integrity properties is validated. |
ErrorMessage |
The error message of attestation validation and parsing. |
HealthStatus |
The health status of attestation validation and parsing. |
LinuxKernelVersion |
kernel version string for Linux VM. |
ProvisioningState |
Provisioning state of the virtual machine instance. |
Timestamp |
The time stamp of the last time attestation token is validated by relying party service. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<HciVmAttestationStatusProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HciVmAttestationStatusProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HciVmAttestationStatusProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HciVmAttestationStatusProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HciVmAttestationStatusProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |