VirtualMachineStorageProfile.AlignRegionalDisksToVmZone Property
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 whether the regional disks should be aligned/moved to the VM zone. This is applicable only for VMs with placement property set. Please note that this change is irreversible. Minimum api-version: 2024-11-01.
public bool? AlignRegionalDisksToVmZone { get; set; }
member this.AlignRegionalDisksToVmZone : Nullable<bool> with get, set
Public Property AlignRegionalDisksToVmZone As Nullable(Of Boolean)