Share via


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