74 строки
4.2 KiB
YAML
74 строки
4.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.dataprotection.models.ExportJobsResult"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.ExportJobsResult"
|
|
name: "ExportJobsResult"
|
|
nameWithType: "ExportJobsResult"
|
|
summary: "An immutable client-side representation of Export<wbr>Jobs<wbr>Result."
|
|
syntax: "public interface **ExportJobsResult**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.ExportJobsResult.blobSasKey()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.ExportJobsResult.blobSasKey()"
|
|
name: "blobSasKey()"
|
|
nameWithType: "ExportJobsResult.blobSasKey()"
|
|
summary: "Gets the blob<wbr>Sas<wbr>Key property: SAS key to access the blob."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String blobSasKey()"
|
|
desc: "Gets the blobSasKey property: SAS key to access the blob."
|
|
returns:
|
|
description: "the blobSasKey value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.ExportJobsResult.blobUrl()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.ExportJobsResult.blobUrl()"
|
|
name: "blobUrl()"
|
|
nameWithType: "ExportJobsResult.blobUrl()"
|
|
summary: "Gets the blob<wbr>Url property: URL of the blob into which the serialized string of list of jobs is exported."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String blobUrl()"
|
|
desc: "Gets the blobUrl property: URL of the blob into which the serialized string of list of jobs is exported."
|
|
returns:
|
|
description: "the blobUrl value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.ExportJobsResult.excelFileBlobSasKey()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.ExportJobsResult.excelFileBlobSasKey()"
|
|
name: "excelFileBlobSasKey()"
|
|
nameWithType: "ExportJobsResult.excelFileBlobSasKey()"
|
|
summary: "Gets the excel<wbr>File<wbr>Blob<wbr>Sas<wbr>Key property: SAS key to access the Excel<wbr>File blob."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String excelFileBlobSasKey()"
|
|
desc: "Gets the excelFileBlobSasKey property: SAS key to access the ExcelFile blob."
|
|
returns:
|
|
description: "the excelFileBlobSasKey value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.ExportJobsResult.excelFileBlobUrl()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.ExportJobsResult.excelFileBlobUrl()"
|
|
name: "excelFileBlobUrl()"
|
|
nameWithType: "ExportJobsResult.excelFileBlobUrl()"
|
|
summary: "Gets the excel<wbr>File<wbr>Blob<wbr>Url property: URL of the blob into which the Excel<wbr>File is uploaded."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String excelFileBlobUrl()"
|
|
desc: "Gets the excelFileBlobUrl property: URL of the blob into which the ExcelFile is uploaded."
|
|
returns:
|
|
description: "the excelFileBlobUrl value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.dataprotection.models.ExportJobsResult.innerModel()"
|
|
fullName: "com.azure.resourcemanager.dataprotection.models.ExportJobsResult.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "ExportJobsResult.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>dataprotection.<wbr>fluent.<wbr>models.<wbr>Export<wbr>Jobs<wbr>Result<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ExportJobsResultInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.dataprotection.fluent.models.ExportJobsResultInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.dataprotection.fluent.models.ExportJobsResultInner?alt=com.azure.resourcemanager.dataprotection.fluent.models.ExportJobsResultInner&text=ExportJobsResultInner\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of ExportJobsResult."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.dataprotection.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-dataprotection:1.3.0
|