Udostępnij przez


JobDetails.DriveList Property

Definition

List of up to ten drives that comprise the job. The drive list is a required element for an import job; it is not specified for export jobs.

[Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Origin(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.PropertyOrigin.Owned)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.IDriveStatus> DriveList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Origin(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.PropertyOrigin.Owned)>]
member this.DriveList : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.IDriveStatus> with get, set
Public Property DriveList As List(Of IDriveStatus)

Property Value

Implements

Attributes

Applies to