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
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET