ComputeFleetSecurityEncryptionType Struct

Definition

Specifies the EncryptionType of the managed disk. Note: It can be set for only Confidential VMs.

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

Constructors

ComputeFleetSecurityEncryptionType(String)

Initializes a new instance of ComputeFleetSecurityEncryptionType.

Properties

DiskWithVmGuestState

EncryptionType of the managed disk is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob.

NonPersistedTpm

EncryptionType of the managed disk is set to NonPersistedTPM for not persisting firmware state in the VMGuestState blob.

VmGuestStateOnly

EncryptionType of the managed disk is set to VMGuestStateOnly for encryption of just the VMGuestState blob.

Methods

Equals(ComputeFleetSecurityEncryptionType)

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

Determines if two ComputeFleetSecurityEncryptionType values are the same.

Implicit(String to ComputeFleetSecurityEncryptionType)

Converts a string to a ComputeFleetSecurityEncryptionType.

Inequality(ComputeFleetSecurityEncryptionType, ComputeFleetSecurityEncryptionType)

Determines if two ComputeFleetSecurityEncryptionType values are not the same.

Applies to