Share via


ExportJobsResult Class

Definition

The result for export jobs containing blob details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ExportJobsResultTypeConverter))]
public class ExportJobsResult : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IExportJobsResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ExportJobsResultTypeConverter))>]
type ExportJobsResult = class
    interface IExportJobsResult
    interface IJsonSerializable
Public Class ExportJobsResult
Implements IExportJobsResult
Inheritance
ExportJobsResult
Attributes
Implements

Constructors

ExportJobsResult()

Creates an new ExportJobsResult instance.

Properties

BlobSasKey

SAS key to access the blob.

BlobUrl

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

ExcelFileBlobSasKey

SAS key to access the ExcelFile blob.

ExcelFileBlobUrl

URL of the blob into which the ExcelFile is uploaded.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExportJobsResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExportJobsResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IExportJobsResult.

FromJsonString(String)

Creates a new instance of ExportJobsResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExportJobsResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to