VirtualMachineScaleSetStorageProfile 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
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
- osDisk
- VirtualMachineScaleSetOSDisk
- dataDisks
- IList<VirtualMachineScaleSetDataDisk>