BatchDiffDiskPlacement 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.
The location where the OS disk should be placed.
public readonly struct BatchDiffDiskPlacement : IEquatable<Azure.ResourceManager.Batch.Models.BatchDiffDiskPlacement>
type BatchDiffDiskPlacement = struct
Public Structure BatchDiffDiskPlacement
Implements IEquatable(Of BatchDiffDiskPlacement)
- Inheritance
-
BatchDiffDiskPlacement
- Implements
Constructors
| Name | Description |
|---|---|
| BatchDiffDiskPlacement(String) |
Initializes a new instance of BatchDiffDiskPlacement. |
Properties
| Name | Description |
|---|---|
| CacheDisk |
The OS disk will be placed on the cache disk of the VM. |
Methods
| Name | Description |
|---|---|
| Equals(BatchDiffDiskPlacement) |
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
| Name | Description |
|---|---|
| Equality(BatchDiffDiskPlacement, BatchDiffDiskPlacement) |
Determines if two BatchDiffDiskPlacement values are the same. |
| Implicit(String to BatchDiffDiskPlacement) |
Converts a string to a BatchDiffDiskPlacement. |
| Implicit(String to Nullable<BatchDiffDiskPlacement>) | |
| Inequality(BatchDiffDiskPlacement, BatchDiffDiskPlacement) |
Determines if two BatchDiffDiskPlacement values are not the same. |