ExportJobsResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.dataprotection.fluent.models.ExportJobsResultInner

Implements

public final class ExportJobsResultInner
implements JsonSerializable<ExportJobsResultInner>

The result for export jobs containing blob details.

Method Summary

Modifier and Type Method and Description
String blobSasKey()

Get the blobSasKey property: SAS key to access the blob.

String blobUrl()

Get the blobUrl property: URL of the blob into which the serialized string of list of jobs is exported.

String excelFileBlobSasKey()

Get the excelFileBlobSasKey property: SAS key to access the ExcelFile blob.

String excelFileBlobUrl()

Get the excelFileBlobUrl property: URL of the blob into which the ExcelFile is uploaded.

static ExportJobsResultInner fromJson(JsonReader jsonReader)

Reads an instance of ExportJobsResultInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

blobSasKey

public String blobSasKey()

Get the blobSasKey property: SAS key to access the blob.

Returns:

the blobSasKey value.

blobUrl

public String blobUrl()

Get the blobUrl property: URL of the blob into which the serialized string of list of jobs is exported.

Returns:

the blobUrl value.

excelFileBlobSasKey

public String excelFileBlobSasKey()

Get the excelFileBlobSasKey property: SAS key to access the ExcelFile blob.

Returns:

the excelFileBlobSasKey value.

excelFileBlobUrl

public String excelFileBlobUrl()

Get the excelFileBlobUrl property: URL of the blob into which the ExcelFile is uploaded.

Returns:

the excelFileBlobUrl value.

fromJson

public static ExportJobsResultInner fromJson(JsonReader jsonReader)

Reads an instance of ExportJobsResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ExportJobsResultInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ExportJobsResultInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to