DataBoxAccountCopyLogDetails interface
Copy log details for a storage account of a DataBox job
- Extends
Properties
| account |
Account name. |
| copy |
Indicates the type of job details. |
| copy |
Link for copy logs. |
| copy |
Link for copy verbose logs. This will be set only when LogCollectionLevel is set to Verbose. |
Property Details
accountName
Account name.
accountName?: string
Property Value
string
copyLogDetailsType
Indicates the type of job details.
copyLogDetailsType: "DataBox"
Property Value
"DataBox"
copyLogLink
Link for copy logs.
copyLogLink?: string
Property Value
string
copyVerboseLogLink
Link for copy verbose logs. This will be set only when LogCollectionLevel is set to Verbose.
copyVerboseLogLink?: string
Property Value
string