你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataBoxAccountCopyLogDetails Class

Definition

Copy log details for a storage account of a DataBox job

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxAccountCopyLogDetailsTypeConverter))]
public class DataBoxAccountCopyLogDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxAccountCopyLogDetails, Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxAccountCopyLogDetailsTypeConverter))>]
type DataBoxAccountCopyLogDetails = class
    interface IDataBoxAccountCopyLogDetails
    interface IJsonSerializable
    interface ICopyLogDetails
    interface IValidates
Public Class DataBoxAccountCopyLogDetails
Implements IDataBoxAccountCopyLogDetails, IValidates
Inheritance
DataBoxAccountCopyLogDetails
Attributes
Implements

Constructors

DataBoxAccountCopyLogDetails()

Creates an new DataBoxAccountCopyLogDetails instance.

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.

Type

Indicates the type of job details.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataBoxAccountCopyLogDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataBoxAccountCopyLogDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxAccountCopyLogDetails.

FromJsonString(String)

Creates a new instance of DataBoxAccountCopyLogDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataBoxAccountCopyLogDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to