DataBoxAccountCopyLogDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET