你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ExportJobsOperationResultInfo interface
This class is used to send blob details after exporting jobs.
- Extends
Properties
blob |
SAS key to access the blob. It expires in 15 mins. |
blob |
URL of the blob into which the serialized string of list of jobs is exported. |
excel |
SAS key to access the blob. It expires in 15 mins. |
excel |
URL of the blob into which the ExcelFile is uploaded. |
object |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
blobSasKey
SAS key to access the blob. It expires in 15 mins.
blobSasKey?: string
Property Value
string
blobUrl
URL of the blob into which the serialized string of list of jobs is exported.
blobUrl?: string
Property Value
string
excelFileBlobSasKey
SAS key to access the blob. It expires in 15 mins.
excelFileBlobSasKey?: string
Property Value
string
excelFileBlobUrl
URL of the blob into which the ExcelFile is uploaded.
excelFileBlobUrl?: string
Property Value
string
objectType
Polymorphic discriminator, which specifies the different types this object can be
objectType: "ExportJobsOperationResultInfo"
Property Value
"ExportJobsOperationResultInfo"