Delen via


DataBoxBasicJobDetails.CopyLogDetails Property

Definition

List of copy log details. Please note CopyLogDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DataBoxAccountCopyLogDetails, DataBoxCustomerDiskCopyLogDetails, DataBoxDiskCopyLogDetails and DataBoxHeavyAccountCopyLogDetails.

public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.DataBox.Models.CopyLogDetails> CopyLogDetails { get; }
member this.CopyLogDetails : System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.DataBox.Models.CopyLogDetails>
Public ReadOnly Property CopyLogDetails As IReadOnlyList(Of CopyLogDetails)

Property Value

Applies to