StorageFaultDomainAlignmentType Struct

Definition

Specifies the storage fault domain alignment type for the disk.

public readonly struct StorageFaultDomainAlignmentType : IEquatable<Azure.ResourceManager.Compute.Models.StorageFaultDomainAlignmentType>
type StorageFaultDomainAlignmentType = struct
Public Structure StorageFaultDomainAlignmentType
Implements IEquatable(Of StorageFaultDomainAlignmentType)
Inheritance
StorageFaultDomainAlignmentType
Implements

Constructors

Name Description
StorageFaultDomainAlignmentType(String)

Initializes a new instance of StorageFaultDomainAlignmentType.

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(StorageFaultDomainAlignmentType)

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(StorageFaultDomainAlignmentType, StorageFaultDomainAlignmentType)

Determines if two StorageFaultDomainAlignmentType values are the same.

Implicit(String to StorageFaultDomainAlignmentType)

Converts a String to a StorageFaultDomainAlignmentType.

Inequality(StorageFaultDomainAlignmentType, StorageFaultDomainAlignmentType)

Determines if two StorageFaultDomainAlignmentType values are not the same.

Applies to