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


DataBoxHeavyAccountCopyLogDetails Class

Definition

Copy log details for a storage account for Databox heavy.

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

Properties

AccountName

Account name.

CopyLogLink

Link for copy logs.

CopyVerboseLogLink

Link for copy verbose logs. This will be set only when the 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<DataBoxHeavyAccountCopyLogDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxHeavyAccountCopyLogDetails>.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<DataBoxHeavyAccountCopyLogDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxHeavyAccountCopyLogDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxHeavyAccountCopyLogDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to