DataBoxHeavyAccountCopyLogDetailsResponse

data class DataBoxHeavyAccountCopyLogDetailsResponse(val accountName: String, val copyLogDetailsType: String, val copyLogLink: List<String>, val copyVerboseLogLink: List<String>)

Copy log details for a storage account for Databox heavy

Constructors

constructor(accountName: String, copyLogDetailsType: String, copyLogLink: List<String>, copyVerboseLogLink: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account name.

Link copied to clipboard

Indicates the type of job details. Expected value is 'DataBoxHeavy'.

Link copied to clipboard

Link for copy logs.

Link copied to clipboard

Link for copy verbose logs. This will be set only when the LogCollectionLevel is set to verbose.