StorageAlignmentStatus 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.
Specifies the storage alignment status for the disk.
public readonly struct StorageAlignmentStatus : IEquatable<Azure.ResourceManager.Compute.Models.StorageAlignmentStatus>
type StorageAlignmentStatus = struct
Public Structure StorageAlignmentStatus
Implements IEquatable(Of StorageAlignmentStatus)
- Inheritance
-
StorageAlignmentStatus
- Implements
Constructors
| Name | Description |
|---|---|
| StorageAlignmentStatus(String) |
Initializes a new instance of StorageAlignmentStatus. |
Properties
| Name | Description |
|---|---|
| Aligned |
Disk has Storage Fault Domain to Compute Fault Domain mapping. Storage Fault Domain failure is contained to VMs in a single Compute Fault Domain. |
| Unaligned |
Disk does not have Storage Fault Domain to Compute Fault Domain mapping. A single Storage Fault Domain failure may impact all VMs that reference this disk profile. |
Methods
| Name | Description |
|---|---|
| Equals(StorageAlignmentStatus) |
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(StorageAlignmentStatus, StorageAlignmentStatus) |
Determines if two StorageAlignmentStatus values are the same. |
| Implicit(String to StorageAlignmentStatus) |
Converts a String to a StorageAlignmentStatus. |
| Inequality(StorageAlignmentStatus, StorageAlignmentStatus) |
Determines if two StorageAlignmentStatus values are not the same. |