Поделиться через


DataBoxAccountCopyLogDetails Class

Definition

Copy log details for a storage account of a DataBox job.

public class DataBoxAccountCopyLogDetails : Azure.ResourceManager.DataBox.Models.CopyLogDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBox.Models.DataBoxAccountCopyLogDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBox.Models.DataBoxAccountCopyLogDetails>
type DataBoxAccountCopyLogDetails = class
    inherit CopyLogDetails
    interface IJsonModel<DataBoxAccountCopyLogDetails>
    interface IPersistableModel<DataBoxAccountCopyLogDetails>
Public Class DataBoxAccountCopyLogDetails
Inherits CopyLogDetails
Implements IJsonModel(Of DataBoxAccountCopyLogDetails), IPersistableModel(Of DataBoxAccountCopyLogDetails)
Inheritance
DataBoxAccountCopyLogDetails
Implements

Properties

AccountName

Account name.

CopyLogLink

Link for copy logs.

CopyVerboseLogLink

Link for copy verbose logs. This will be set only when LogCollectionLevel is set to Verbose.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CopyLogDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from CopyLogDetails)
IJsonModel<CopyLogDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from CopyLogDetails)
IJsonModel<DataBoxAccountCopyLogDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataBoxAccountCopyLogDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CopyLogDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from CopyLogDetails)
IPersistableModel<CopyLogDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from CopyLogDetails)
IPersistableModel<CopyLogDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from CopyLogDetails)
IPersistableModel<DataBoxAccountCopyLogDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxAccountCopyLogDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataBoxAccountCopyLogDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to