AttestSecureBootStatus 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 secure boot is enabled.
public readonly struct AttestSecureBootStatus : IEquatable<Azure.ResourceManager.Hci.Vm.Models.AttestSecureBootStatus>
type AttestSecureBootStatus = struct
Public Structure AttestSecureBootStatus
Implements IEquatable(Of AttestSecureBootStatus)
- Inheritance
-
AttestSecureBootStatus
- Implements
Constructors
| Name | Description |
|---|---|
| AttestSecureBootStatus(String) |
Initializes a new instance of AttestSecureBootStatus. |
Properties
| Name | Description |
|---|---|
| Disabled |
Secure boot disabled. |
| Enabled |
Secure boot enabled. |
| Unknown |
Secure boot status is unknown. |
Methods
| Name | Description |
|---|---|
| Equals(AttestSecureBootStatus) |
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(AttestSecureBootStatus, AttestSecureBootStatus) |
Determines if two AttestSecureBootStatus values are the same. |
| Implicit(String to AttestSecureBootStatus) |
Converts a String to a AttestSecureBootStatus. |
| Inequality(AttestSecureBootStatus, AttestSecureBootStatus) |
Determines if two AttestSecureBootStatus values are not the same. |