你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageAlignmentStatus Struct

Definition

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.

Applies to