DataBoxHeavyAccountCopyLogDetails 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 for Databox heavy
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxHeavyAccountCopyLogDetailsTypeConverter))]
public class DataBoxHeavyAccountCopyLogDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxHeavyAccountCopyLogDetails, Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxHeavyAccountCopyLogDetailsTypeConverter))>]
type DataBoxHeavyAccountCopyLogDetails = class
interface IDataBoxHeavyAccountCopyLogDetails
interface IJsonSerializable
interface ICopyLogDetails
interface IValidates
Public Class DataBoxHeavyAccountCopyLogDetails
Implements IDataBoxHeavyAccountCopyLogDetails, IValidates
- Inheritance
-
DataBoxHeavyAccountCopyLogDetails
- Attributes
- Implements
Constructors
DataBoxHeavyAccountCopyLogDetails() |
Creates an new DataBoxHeavyAccountCopyLogDetails instance. |
Properties
AccountName |
Account name. |
CopyLogLink |
Link for copy logs. |
CopyVerboseLogLink |
Link for copy verbose logs. This will be set only when the LogCollectionLevel is set to verbose. |
Type |
Indicates the type of job details. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DataBoxHeavyAccountCopyLogDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DataBoxHeavyAccountCopyLogDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxHeavyAccountCopyLogDetails. |
FromJsonString(String) |
Creates a new instance of DataBoxHeavyAccountCopyLogDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DataBoxHeavyAccountCopyLogDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |