ExportJobDetails interface
This class represents details for export jobs workflow.
- Extends
Properties
blob |
BlobUri of the exported jobs. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
sas |
The sas token to access blob. |
Inherited Properties
affected |
The affected object properties like source server, source cloud, target server, target cloud etc. based on the workflow object details. |
Property Details
blobUri
BlobUri of the exported jobs.
blobUri?: string
Property Value
string
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "ExportJobDetails"
Property Value
"ExportJobDetails"
sasToken
The sas token to access blob.
sasToken?: string
Property Value
string
Inherited Property Details
affectedObjectDetails
The affected object properties like source server, source cloud, target server, target cloud etc. based on the workflow object details.
affectedObjectDetails?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From JobDetails.affectedObjectDetails