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

Name Description
ConfidentialVmEncryptionType(String)

Initializes a new instance of ConfidentialVmEncryptionType.

Properties

Name Description
EncryptedVmGuestStateOnlyWithPmk

Gets the EncryptedVmGuestStateOnlyWithPmk.

EncryptedWithCmk

Gets the EncryptedWithCmk.

EncryptedWithPmk

Gets the EncryptedWithPmk.

NonPersistedTPM

Gets the NonPersistedTPM.

Methods

Name Description
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

Name Description
Equality(ConfidentialVmEncryptionType, ConfidentialVmEncryptionType)

Determines if two ConfidentialVmEncryptionType values are the same.

Implicit(String to ConfidentialVmEncryptionType)

Converts a string to a ConfidentialVmEncryptionType.

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

Determines if two ConfidentialVmEncryptionType values are not the same.

Applies to