ConfidentialVmEncryptionType Struct

Definition

confidential VM encryption types.

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

Constructors

ConfidentialVmEncryptionType(String)

Initializes a new instance of ConfidentialVmEncryptionType.

Properties

EncryptedVmGuestStateOnlyWithPmk

EncryptedVMGuestStateOnlyWithPmk.

EncryptedWithCmk

EncryptedWithCmk.

EncryptedWithPmk

EncryptedWithPmk.

NonPersistedTPM

NonPersistedTPM.

Methods

Equals(ConfidentialVmEncryptionType)

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

Equality(ConfidentialVmEncryptionType, ConfidentialVmEncryptionType)

Determines if two ConfidentialVmEncryptionType values are the same.

Implicit(String to ConfidentialVmEncryptionType)

Converts a string to a ConfidentialVmEncryptionType.

Inequality(ConfidentialVmEncryptionType, ConfidentialVmEncryptionType)

Determines if two ConfidentialVmEncryptionType values are not the same.

Applies to