ExportJobsOperationResultInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class is used to send blob details after exporting jobs.
public class ExportJobsOperationResultInfo : Microsoft.Azure.Management.RecoveryServices.Backup.Models.OperationResultInfoBase
type ExportJobsOperationResultInfo = class
inherit OperationResultInfoBase
Public Class ExportJobsOperationResultInfo
Inherits OperationResultInfoBase
- Inheritance
Constructors
ExportJobsOperationResultInfo() |
Initializes a new instance of the ExportJobsOperationResultInfo class. |
ExportJobsOperationResultInfo(String, String, String, String) |
Initializes a new instance of the ExportJobsOperationResultInfo class. |
Properties
BlobSasKey |
Gets or sets SAS key to access the blob. It expires in 15 mins. |
BlobUrl |
Gets or sets URL of the blob into which the serialized string of list of jobs is exported. |
ExcelFileBlobSasKey |
Gets or sets SAS key to access the blob. It expires in 15 mins. |
ExcelFileBlobUrl |
Gets or sets URL of the blob into which the ExcelFile is uploaded. |
Applies to
Azure SDK for .NET