ComputeStorageFaultDomainAlignmentType 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 fault domain alignment type for the disk.
public readonly struct ComputeStorageFaultDomainAlignmentType : IEquatable<Azure.ResourceManager.Compute.Models.ComputeStorageFaultDomainAlignmentType>
type ComputeStorageFaultDomainAlignmentType = struct
Public Structure ComputeStorageFaultDomainAlignmentType
Implements IEquatable(Of ComputeStorageFaultDomainAlignmentType)
- Inheritance
-
ComputeStorageFaultDomainAlignmentType
- Implements
Constructors
| Name | Description |
|---|---|
| ComputeStorageFaultDomainAlignmentType(String) |
Initializes a new instance of ComputeStorageFaultDomainAlignmentType. |
Properties
| Name | Description |
|---|---|
| Aligned |
Disk Storage Fault Domains are mapped to Compute Fault Domains. Deployment fails if disk does not support enough Fault Domains. |
| BestEffortAligned |
Attempt to map Storage Fault Domains to Compute Fault Domains. Disks are unaligned if disk does not support enough Fault Domains. |
Methods
| Name | Description |
|---|---|
| Equals(ComputeStorageFaultDomainAlignmentType) |
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(ComputeStorageFaultDomainAlignmentType, ComputeStorageFaultDomainAlignmentType) |
Determines if two ComputeStorageFaultDomainAlignmentType values are the same. |
| Implicit(String to ComputeStorageFaultDomainAlignmentType) |
Converts a string to a ComputeStorageFaultDomainAlignmentType. |
| Implicit(String to Nullable<ComputeStorageFaultDomainAlignmentType>) | |
| Inequality(ComputeStorageFaultDomainAlignmentType, ComputeStorageFaultDomainAlignmentType) |
Determines if two ComputeStorageFaultDomainAlignmentType values are not the same. |