DataBoxAccountCopyLogDetails interface
Copy log details for a storage account of a DataBox job
- Extends
Properties
account |
Account name. NOTE: This property will not be serialized. It can only be populated by the server. |
copy |
Polymorphic discriminator, which specifies the different types this object can be |
copy |
Link for copy logs. NOTE: This property will not be serialized. It can only be populated by the server. |
copy |
Link for copy verbose logs. This will be set only when LogCollectionLevel is set to Verbose. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
accountName
Account name. NOTE: This property will not be serialized. It can only be populated by the server.
accountName?: string
Property Value
string
copyLogDetailsType
Polymorphic discriminator, which specifies the different types this object can be
copyLogDetailsType: "DataBox"
Property Value
"DataBox"
copyLogLink
Link for copy logs. NOTE: This property will not be serialized. It can only be populated by the server.
copyLogLink?: string
Property Value
string
copyVerboseLogLink
Link for copy verbose logs. This will be set only when LogCollectionLevel is set to Verbose. NOTE: This property will not be serialized. It can only be populated by the server.
copyVerboseLogLink?: string
Property Value
string