IgvmStatus Struct

Definition

Represents the IGVM support status for the device.

public readonly struct IgvmStatus : IEquatable<Azure.ResourceManager.Hci.Models.IgvmStatus>
type IgvmStatus = struct
Public Structure IgvmStatus
Implements IEquatable(Of IgvmStatus)
Inheritance
IgvmStatus
Implements

Constructors

Name Description
IgvmStatus(String)

Initializes a new instance of IgvmStatus.

Properties

Name Description
Disabled

IGVM status is disabled, indicating that confidential VM features are not supported on this device.

Enabled

IGVM support is enabled, indicating that confidential VM features are available on this device.

Unknown

The IGVM status could not be determined due to a query failure or inconsistent system state.

Methods

Name Description
Equals(IgvmStatus)

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(IgvmStatus, IgvmStatus)

Determines if two IgvmStatus values are the same.

Implicit(String to IgvmStatus)

Converts a string to a IgvmStatus.

Implicit(String to Nullable<IgvmStatus>)
Inequality(IgvmStatus, IgvmStatus)

Determines if two IgvmStatus values are not the same.

Applies to