Partager via


IVmssFabricProfile.StorageProfileDataDisk Property

Definition

A list of empty data disks to attach.

[Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="A list of empty data disks to attach.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IDataDisk) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataDisks", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IDataDisk> StorageProfileDataDisk { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="A list of empty data disks to attach.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IDataDisk) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataDisks", Update=true)>]
member this.StorageProfileDataDisk : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IDataDisk> with get, set
Public Property StorageProfileDataDisk As List(Of IDataDisk)

Property Value

Attributes

Applies to