DataBoxAccountCopyLogDetailsResponse

data class DataBoxAccountCopyLogDetailsResponse(val accountName: String, val copyLogDetailsType: String, val copyLogLink: String, val copyVerboseLogLink: String)

Copy log details for a storage account of a DataBox job

Constructors

Link copied to clipboard
constructor(accountName: String, copyLogDetailsType: String, copyLogLink: String, copyVerboseLogLink: 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 'DataBox'.

Link copied to clipboard

Link for copy logs.

Link copied to clipboard

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