StorageProfile 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
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