IDataBoxDiskJobDetails.DisksAndSizeDetail 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.
Contains the map of disk serial number to the disk size being used for the job. Is returned only after the disks are shipped to the customer.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Contains the map of disk serial number to the disk size being used for the job. Is returned only after the disks are shipped to the customer.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxDiskJobDetailsDisksAndSizeDetails) }, ReadOnly=true, Required=false, SerializedName="disksAndSizeDetails")]
public Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxDiskJobDetailsDisksAndSizeDetails DisksAndSizeDetail { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Contains the map of disk serial number to the disk size being used for the job. Is returned only after the disks are shipped to the customer.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxDiskJobDetailsDisksAndSizeDetails) }, ReadOnly=true, Required=false, SerializedName="disksAndSizeDetails")>]
member this.DisksAndSizeDetail : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxDiskJobDetailsDisksAndSizeDetails
Public ReadOnly Property DisksAndSizeDetail As IDataBoxDiskJobDetailsDisksAndSizeDetails
Property Value
- Attributes