ExportJobsResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. dataprotection. fluent. models. ExportJobsResultInner
- com.
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 blob |
| String |
blobUrl()
Get the blob |
| String |
excelFileBlobSasKey()
Get the excel |
| String |
excelFileBlobUrl()
Get the excel |
|
static
Export |
fromJson(JsonReader jsonReader)
Reads an instance of Export |
|
Json |
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:
blobUrl
public String blobUrl()
Get the blobUrl property: URL of the blob into which the serialized string of list of jobs is exported.
Returns:
excelFileBlobSasKey
public String excelFileBlobSasKey()
Get the excelFileBlobSasKey property: SAS key to access the ExcelFile blob.
Returns:
excelFileBlobUrl
public String excelFileBlobUrl()
Get the excelFileBlobUrl property: URL of the blob into which the ExcelFile is uploaded.
Returns:
fromJson
public static ExportJobsResultInner fromJson(JsonReader jsonReader)
Reads an instance of ExportJobsResultInner from the JsonReader.
Parameters:
Returns:
Throws: