ExportJobsOperationResultInfo Class

Definition

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
ExportJobsOperationResultInfo

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