你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureStorageJobExtendedInfo interface
Azure Storage workload-specific additional information for job.
Properties
dynamic |
Non localized error message on job execution. |
property |
Job properties. |
tasks |
List of tasks for this job |
Property Details
dynamicErrorMessage
Non localized error message on job execution.
dynamicErrorMessage?: string
Property Value
string
propertyBag
Job properties.
propertyBag?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
tasksList
List of tasks for this job
tasksList?: AzureStorageJobTaskDetails[]