DiskEncryptionTarget Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |