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