VirtualMachineImage.DisallowedVmDiskType 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.
VM disk types which are disallowed.
public Azure.ResourceManager.Compute.Models.VirtualMachineDiskType? DisallowedVmDiskType { get; set; }
member this.DisallowedVmDiskType : Nullable<Azure.ResourceManager.Compute.Models.VirtualMachineDiskType> with get, set
Public Property DisallowedVmDiskType As Nullable(Of VirtualMachineDiskType)