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