DataBoxCustomerDiskJobDetails.ExportDiskDetails 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 details for export jobs.
public System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.DataBox.Models.ExportDiskDetails> ExportDiskDetails { get; }
member this.ExportDiskDetails : System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.DataBox.Models.ExportDiskDetails>
Public ReadOnly Property ExportDiskDetails As IReadOnlyDictionary(Of String, ExportDiskDetails)