VirtualMachineScaleSetStorageProfile Constructors

Definition

Overloads

VirtualMachineScaleSetStorageProfile()
VirtualMachineScaleSetStorageProfile(ImageReference, VirtualMachineScaleSetOSDisk, IList<VirtualMachineScaleSetDataDisk>)

VirtualMachineScaleSetStorageProfile()

public VirtualMachineScaleSetStorageProfile ();
Public Sub New ()

Applies to

VirtualMachineScaleSetStorageProfile(ImageReference, VirtualMachineScaleSetOSDisk, IList<VirtualMachineScaleSetDataDisk>)

public VirtualMachineScaleSetStorageProfile (Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageReference imageReference = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetOSDisk osDisk = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetDataDisk> dataDisks = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetStorageProfile : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageReference * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetOSDisk * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetDataDisk> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetStorageProfile
Public Sub New (Optional imageReference As ImageReference = Nothing, Optional osDisk As VirtualMachineScaleSetOSDisk = Nothing, Optional dataDisks As IList(Of VirtualMachineScaleSetDataDisk) = Nothing)

Parameters

imageReference
ImageReference

Applies to