Share via


IGalleryImageVersion.StorageProfileDataDiskImage Property

Definition

A list of data disk images.

[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="A list of data disk images.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryDataDiskImage) }, ReadOnly=false, Required=false, SerializedName="dataDiskImages")]
public Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryDataDiskImage[] StorageProfileDataDiskImage { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="A list of data disk images.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryDataDiskImage) }, ReadOnly=false, Required=false, SerializedName="dataDiskImages")>]
member this.StorageProfileDataDiskImage : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryDataDiskImage[] with get, set
Public Property StorageProfileDataDiskImage As IGalleryDataDiskImage()

Property Value

Attributes

Applies to