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
[Newtonsoft.Json.JsonObject("DataBoxHeavy")]
public class DataBoxHeavyAccountCopyLogDetails : Microsoft.Azure.Management.DataBox.Models.CopyLogDetails
[<Newtonsoft.Json.JsonObject("DataBoxHeavy")>]
type DataBoxHeavyAccountCopyLogDetails = class
inherit CopyLogDetails
Public Class DataBoxHeavyAccountCopyLogDetails
Inherits CopyLogDetails
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
DataBoxHeavyAccountCopyLogDetails() |
Initializes a new instance of the DataBoxHeavyAccountCopyLogDetails class. |
DataBoxHeavyAccountCopyLogDetails(String, IList<String>, IList<String>) |
Initializes a new instance of the DataBoxHeavyAccountCopyLogDetails class. |
Properties
AccountName |
Gets account name. |
CopyLogLink |
Gets link for copy logs. |
CopyVerboseLogLink |
Gets link for copy verbose logs. This will be set only when the LogCollectionLevel is set to verbose. |
Applies to
Azure SDK for .NET