DataBoxCustomerDiskJobDetails.ExportDiskDetailsCollection Property

Definition

Gets contains the map of disk serial number to the disk details for export jobs.

[Newtonsoft.Json.JsonProperty(PropertyName="exportDiskDetailsCollection")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataBox.Models.ExportDiskDetails> ExportDiskDetailsCollection { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="exportDiskDetailsCollection")>]
member this.ExportDiskDetailsCollection : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataBox.Models.ExportDiskDetails>
Public ReadOnly Property ExportDiskDetailsCollection As IDictionary(Of String, ExportDiskDetails)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to