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.
This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
public readonly struct BatchDiffDiskPlacement : IEquatable<Azure.ResourceManager.Batch.Models.BatchDiffDiskPlacement>
type BatchDiffDiskPlacement = struct
Public Structure BatchDiffDiskPlacement
Implements IEquatable(Of BatchDiffDiskPlacement)
- Inheritance
-
BatchDiffDiskPlacement
- Implements
Constructors
BatchDiffDiskPlacement(String) |
Initializes a new instance of BatchDiffDiskPlacement. |
Properties
CacheDisk |
CacheDisk. |
Methods
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
Equality(BatchDiffDiskPlacement, BatchDiffDiskPlacement) |
Determines if two BatchDiffDiskPlacement values are the same. |
Implicit(String to BatchDiffDiskPlacement) |
Converts a string to a BatchDiffDiskPlacement. |
Inequality(BatchDiffDiskPlacement, BatchDiffDiskPlacement) |
Determines if two BatchDiffDiskPlacement values are not the same. |
Applies to
Azure SDK for .NET