DataBoxDiskCopyLogDetails 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 disk
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxDiskCopyLogDetailsTypeConverter))]
public class DataBoxDiskCopyLogDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxDiskCopyLogDetails, Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxDiskCopyLogDetailsTypeConverter))>]
type DataBoxDiskCopyLogDetails = class
interface IDataBoxDiskCopyLogDetails
interface IJsonSerializable
interface ICopyLogDetails
interface IValidates
Public Class DataBoxDiskCopyLogDetails
Implements IDataBoxDiskCopyLogDetails, IValidates
- Inheritance
-
DataBoxDiskCopyLogDetails
- Attributes
- Implements
Constructors
DataBoxDiskCopyLogDetails() |
Creates an new DataBoxDiskCopyLogDetails instance. |
Properties
DiskSerialNumber |
Disk Serial Number. |
ErrorLogLink |
Link for copy error logs. |
Type |
Indicates the type of job details. |
VerboseLogLink |
Link for copy verbose logs. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DataBoxDiskCopyLogDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DataBoxDiskCopyLogDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxDiskCopyLogDetails. |
FromJsonString(String) |
Creates a new instance of DataBoxDiskCopyLogDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DataBoxDiskCopyLogDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |