DataBoxCustomerDiskJobDetails.ImportDiskDetailsCollection Property

Definition

Gets or sets contains the map of disk serial number to the disk details for import jobs.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to