Udostępnij za pośrednictwem


VirtualMachineScaleSetStorageProfile Constructors

Definition

Overloads

VirtualMachineScaleSetStorageProfile()

Initializes a new instance of the VirtualMachineScaleSetStorageProfile class.

VirtualMachineScaleSetStorageProfile(ImageReferenceInner, VirtualMachineScaleSetOSDisk, IList<VirtualMachineScaleSetDataDisk>)

Initializes a new instance of the VirtualMachineScaleSetStorageProfile class.

VirtualMachineScaleSetStorageProfile()

Initializes a new instance of the VirtualMachineScaleSetStorageProfile class.

public VirtualMachineScaleSetStorageProfile ();
Public Sub New ()

Applies to

VirtualMachineScaleSetStorageProfile(ImageReferenceInner, VirtualMachineScaleSetOSDisk, IList<VirtualMachineScaleSetDataDisk>)

Initializes a new instance of the VirtualMachineScaleSetStorageProfile class.

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

Parameters

imageReference
ImageReferenceInner

Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.

osDisk
VirtualMachineScaleSetOSDisk

Specifies information about the operating system disk used by the virtual machines in the scale set. <br><br> For more information about disks, see About disks and VHDs for Azure virtual machines.

dataDisks
IList<VirtualMachineScaleSetDataDisk>

Specifies the parameters that are used to add data disks to the virtual machines in the scale set. <br><br> For more information about disks, see About disks and VHDs for Azure virtual machines.

Applies to