你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DiskEncryptionTarget Struct

Definition

DiskEncryptionTarget enums.

public readonly struct DiskEncryptionTarget : IEquatable<Azure.Compute.Batch.DiskEncryptionTarget>
type DiskEncryptionTarget = struct
Public Structure DiskEncryptionTarget
Implements IEquatable(Of DiskEncryptionTarget)
Inheritance
DiskEncryptionTarget
Implements

Constructors

DiskEncryptionTarget(String)

Initializes a new instance of DiskEncryptionTarget.

Properties

OsDisk

The OS Disk on the compute node is encrypted.

TemporaryDisk

The temporary disk on the compute node is encrypted. On Linux this encryption applies to other partitions (such as those on mounted data disks) when encryption occurs at boot time.

Methods

Equals(DiskEncryptionTarget)

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

Determines if two DiskEncryptionTarget values are the same.

Implicit(String to DiskEncryptionTarget)

Converts a string to a DiskEncryptionTarget.

Inequality(DiskEncryptionTarget, DiskEncryptionTarget)

Determines if two DiskEncryptionTarget values are not the same.

Applies to