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
[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. |