AttachDetachDataDisksRequest.DataDisksToAttach Property
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.
The list of managed data disks to be attached.
public System.Collections.Generic.IList<Azure.ResourceManager.Compute.Models.DataDisksToAttach> DataDisksToAttach { get; }
member this.DataDisksToAttach : System.Collections.Generic.IList<Azure.ResourceManager.Compute.Models.DataDisksToAttach>
Public ReadOnly Property DataDisksToAttach As IList(Of DataDisksToAttach)