Megosztás a következőn keresztül:


DiskEncryptionSetType Struct

Definition

The type of key used to encrypt the data of the disk.

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

Constructors

DiskEncryptionSetType(String)

Initializes a new instance of DiskEncryptionSetType.

Properties

ConfidentialVmEncryptedWithCustomerKey

Confidential VM supported disk and VM guest state would be encrypted with customer managed key.

EncryptionAtRestWithCustomerKey

Resource using diskEncryptionSet would be encrypted at rest with Customer managed key that can be changed and revoked by a customer.

EncryptionAtRestWithPlatformAndCustomerKeys

Resource using diskEncryptionSet would be encrypted at rest with two layers of encryption. One of the keys is Customer managed and the other key is Platform managed.

Methods

Equals(DiskEncryptionSetType)

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

Determines if two DiskEncryptionSetType values are the same.

Implicit(String to DiskEncryptionSetType)

Converts a string to a DiskEncryptionSetType.

Inequality(DiskEncryptionSetType, DiskEncryptionSetType)

Determines if two DiskEncryptionSetType values are not the same.

Applies to