Поделиться через


StorageProfile Constructors

Definition

Overloads

StorageProfile()
StorageProfile(ImageReference, OSDisk, IList<DataDisk>)

StorageProfile()

public StorageProfile ();
Public Sub New ()

Applies to

StorageProfile(ImageReference, OSDisk, IList<DataDisk>)

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

Parameters

imageReference
ImageReference
osDisk
OSDisk
dataDisks
IList<DataDisk>

Applies to