AttestBootIntegrityStatus 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.
The status of whether the list of boot integrity properties is validated.
public readonly struct AttestBootIntegrityStatus : IEquatable<Azure.ResourceManager.Hci.Vm.Models.AttestBootIntegrityStatus>
type AttestBootIntegrityStatus = struct
Public Structure AttestBootIntegrityStatus
Implements IEquatable(Of AttestBootIntegrityStatus)
- Inheritance
-
AttestBootIntegrityStatus
- Implements
Constructors
| Name | Description |
|---|---|
| AttestBootIntegrityStatus(String) |
Initializes a new instance of AttestBootIntegrityStatus. |
Properties
| Name | Description |
|---|---|
| Invalid |
Boot integrity properties are invalid. |
| Unknown |
Boot integrity properties status is unknown. |
| Valid |
Boot integrity properties are valid. |
Methods
| Name | Description |
|---|---|
| Equals(AttestBootIntegrityStatus) |
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
| Name | Description |
|---|---|
| Equality(AttestBootIntegrityStatus, AttestBootIntegrityStatus) |
Determines if two AttestBootIntegrityStatus values are the same. |
| Implicit(String to AttestBootIntegrityStatus) |
Converts a String to a AttestBootIntegrityStatus. |
| Inequality(AttestBootIntegrityStatus, AttestBootIntegrityStatus) |
Determines if two AttestBootIntegrityStatus values are not the same. |