ImageStorageProfile 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
ImageStorageProfile() | |
ImageStorageProfile(ImageOSDisk, IList<ImageDataDisk>, Nullable<Boolean>) |
ImageStorageProfile()
public ImageStorageProfile ();
Public Sub New ()
Applies to
ImageStorageProfile(ImageOSDisk, IList<ImageDataDisk>, Nullable<Boolean>)
public ImageStorageProfile (Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageOSDisk osDisk = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageDataDisk> dataDisks = default, bool? zoneResilient = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageStorageProfile : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageOSDisk * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageDataDisk> * Nullable<bool> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageStorageProfile
Public Sub New (Optional osDisk As ImageOSDisk = Nothing, Optional dataDisks As IList(Of ImageDataDisk) = Nothing, Optional zoneResilient As Nullable(Of Boolean) = Nothing)
Parameters
- osDisk
- ImageOSDisk
- dataDisks
- IList<ImageDataDisk>