Class GalleryImageVersionStorageProfile
This is the storage profile of a Gallery Image Version.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Compute.dll
Syntax
public class GalleryImageVersionStorageProfile
Constructors
GalleryImageVersionStorageProfile()
Initializes a new instance of the GalleryImageVersionStorageProfile class.
Declaration
public GalleryImageVersionStorageProfile ();
GalleryImageVersionStorageProfile(GalleryArtifactVersionSource, GalleryOSDiskImage, IList<GalleryDataDiskImage>)
Initializes a new instance of the GalleryImageVersionStorageProfile class.
Declaration
public GalleryImageVersionStorageProfile (Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource source = null, Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage osDiskImage = null, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage> dataDiskImages = null);
Parameters
|
GalleryArtifactVersionSource
source
|
|
GalleryOSDiskImage
osDiskImage
|
|
IList<GalleryDataDiskImage>
dataDiskImages
A list of data disk images. |
Properties
DataDiskImages
Gets or sets a list of data disk images.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="dataDiskImages")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage> DataDiskImages { get; set; }
Property Value
|
IList<GalleryDataDiskImage>
|
OsDiskImage
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="osDiskImage")]
public Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage OsDiskImage { get; set; }
Property Value
|
GalleryOSDiskImage
|
Source
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="source")]
public Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource Source { get; set; }
Property Value
|
GalleryArtifactVersionSource
|
Methods
Validate()
Validate the object.
Declaration
public virtual void Validate ();
Exceptions
|
ValidationException
Thrown if validation fails |