ConfidentialVmStatus Struct

Definition

Captures the current status of Confidential Virtual Machine (CVM) support on the cluster.

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

Constructors

Name Description
ConfidentialVmStatus(String)

Initializes a new instance of ConfidentialVmStatus.

Properties

Name Description
Disabled

CVM support is disabled. None of the nodes in the cluster are CVM capable.

Enabled

CVM support is fully enabled on the cluster. All nodes are CVM capable.

PartiallyEnabled

CVM support is partially enabled. At least one node in the cluster is CVM capable.

Methods

Name Description
Equals(ConfidentialVmStatus)

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

Determines if two ConfidentialVmStatus values are the same.

Implicit(String to ConfidentialVmStatus)

Converts a string to a ConfidentialVmStatus.

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

Determines if two ConfidentialVmStatus values are not the same.

Applies to