ExportJobsOperationResultInfo Constructors

Definition

Overloads

ExportJobsOperationResultInfo()

Initializes a new instance of the ExportJobsOperationResultInfo class.

ExportJobsOperationResultInfo(String, String, String, String)

Initializes a new instance of the ExportJobsOperationResultInfo class.

ExportJobsOperationResultInfo()

Initializes a new instance of the ExportJobsOperationResultInfo class.

public ExportJobsOperationResultInfo ();
Public Sub New ()

Applies to

ExportJobsOperationResultInfo(String, String, String, String)

Initializes a new instance of the ExportJobsOperationResultInfo class.

public ExportJobsOperationResultInfo (string blobUrl = default, string blobSasKey = default, string excelFileBlobUrl = default, string excelFileBlobSasKey = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ExportJobsOperationResultInfo : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ExportJobsOperationResultInfo
Public Sub New (Optional blobUrl As String = Nothing, Optional blobSasKey As String = Nothing, Optional excelFileBlobUrl As String = Nothing, Optional excelFileBlobSasKey As String = Nothing)

Parameters

blobUrl
String

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

blobSasKey
String

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

excelFileBlobUrl
String

URL of the blob into which the ExcelFile is uploaded.

excelFileBlobSasKey
String

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

Applies to