Share via


IJobResponse.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.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IDriveStatus) }, ReadOnly=false, Required=false, SerializedName="driveList")]
public Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IDriveStatus[] DriveList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IDriveStatus) }, ReadOnly=false, Required=false, SerializedName="driveList")>]
member this.DriveList : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IDriveStatus[] with get, set
Public Property DriveList As IDriveStatus()

Property Value

Attributes

Applies to