你当前正在访问 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

blobSasKey

SAS key to access the blob. It expires in 15 mins.

blobUrl

URL of the blob into which the serialized string of list of jobs is exported.

excelFileBlobSasKey

SAS key to access the blob. It expires in 15 mins.

excelFileBlobUrl

URL of the blob into which the ExcelFile is uploaded.

objectType

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"