VirtualMachineScaleSetUpdateStorageProfile Constructors
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.
Overloads
VirtualMachineScaleSetUpdateStorageProfile() |
Initializes a new instance of the VirtualMachineScaleSetUpdateStorageProfile class. |
VirtualMachineScaleSetUpdateStorageProfile(ImageReference, VirtualMachineScaleSetUpdateOSDisk, IList<VirtualMachineScaleSetDataDisk>, String) |
Initializes a new instance of the VirtualMachineScaleSetUpdateStorageProfile class. |
VirtualMachineScaleSetUpdateStorageProfile()
Initializes a new instance of the VirtualMachineScaleSetUpdateStorageProfile class.
public VirtualMachineScaleSetUpdateStorageProfile ();
Public Sub New ()
Applies to
VirtualMachineScaleSetUpdateStorageProfile(ImageReference, VirtualMachineScaleSetUpdateOSDisk, IList<VirtualMachineScaleSetDataDisk>, String)
Initializes a new instance of the VirtualMachineScaleSetUpdateStorageProfile class.
public VirtualMachineScaleSetUpdateStorageProfile (Microsoft.Azure.Management.Compute.Models.ImageReference imageReference = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateOSDisk osDisk = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk> dataDisks = default, string diskControllerType = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateStorageProfile : Microsoft.Azure.Management.Compute.Models.ImageReference * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateOSDisk * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk> * string -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateStorageProfile
Public Sub New (Optional imageReference As ImageReference = Nothing, Optional osDisk As VirtualMachineScaleSetUpdateOSDisk = Nothing, Optional dataDisks As IList(Of VirtualMachineScaleSetDataDisk) = Nothing, Optional diskControllerType As String = Nothing)
Parameters
- imageReference
- ImageReference
The image reference.
The OS disk.
- dataDisks
- IList<VirtualMachineScaleSetDataDisk>
The data disks.
- diskControllerType
- String