Share via


VirtualMachineScaleSetUpdateStorageProfile Constructors

Definition

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.

dataDisks
IList<VirtualMachineScaleSetDataDisk>

The data disks.

diskControllerType
String

Applies to