Compartilhar via


DiskSecurityType Struct

Definition

Specifies the SecurityType of the VM. Applicable for OS disks only.

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

Constructors

DiskSecurityType(String)

Initializes a new instance of DiskSecurityType.

Properties

ConfidentialVmDiskEncryptedWithCustomerKey

Indicates Confidential VM disk with both OS disk and VM guest state encrypted with a customer managed key.

ConfidentialVmDiskEncryptedWithPlatformKey

Indicates Confidential VM disk with both OS disk and VM guest state encrypted with a platform managed key.

ConfidentialVmGuestStateOnlyEncryptedWithPlatformKey

Indicates Confidential VM disk with only VM guest state encrypted.

ConfidentialVmNonPersistedTPM

Indicates Confidential VM disk with a ephemeral vTPM. vTPM state is not persisted across VM reboots.

TrustedLaunch

Trusted Launch provides security features such as secure boot and virtual Trusted Platform Module (vTPM).

Methods

Equals(DiskSecurityType)

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

Determines if two DiskSecurityType values are the same.

Implicit(String to DiskSecurityType)

Converts a string to a DiskSecurityType.

Inequality(DiskSecurityType, DiskSecurityType)

Determines if two DiskSecurityType values are not the same.

Applies to