AutoExportJobsOperations interface
Gränssnitt som representerar en AutoExportJobs-operation.
Egenskaper
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Skapa eller uppdatera ett automatiskt exportjobb. |
| delete | Schemalägger ett automatiskt exportjobb för borttagning. |
| get | Returnerar ett automatiskt exportjobb. |
| list |
Returnerar alla automatiska exportjobb som användaren har åtkomst till under ett AML-filsystem. |
| update | Uppdatera en automatisk exportjobbinstans. |
Egenskapsinformation
beginCreateOrUpdate
Varning
Det här API:et är nu inaktuellt.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJob, options?: AutoExportJobsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AutoExportJob>, AutoExportJob>>
Egenskapsvärde
(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJob, options?: AutoExportJobsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AutoExportJob>, AutoExportJob>>
beginCreateOrUpdateAndWait
Varning
Det här API:et är nu inaktuellt.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJob, options?: AutoExportJobsCreateOrUpdateOptionalParams) => Promise<AutoExportJob>
Egenskapsvärde
(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJob, options?: AutoExportJobsCreateOrUpdateOptionalParams) => Promise<AutoExportJob>
beginDelete
Varning
Det här API:et är nu inaktuellt.
use delete instead
beginDelete: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Egenskapsvärde
(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Varning
Det här API:et är nu inaktuellt.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsDeleteOptionalParams) => Promise<void>
Egenskapsvärde
(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsDeleteOptionalParams) => Promise<void>
beginUpdate
Varning
Det här API:et är nu inaktuellt.
use update instead
beginUpdate: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJobUpdate, options?: AutoExportJobsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AutoExportJob>, AutoExportJob>>
Egenskapsvärde
(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJobUpdate, options?: AutoExportJobsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AutoExportJob>, AutoExportJob>>
beginUpdateAndWait
Varning
Det här API:et är nu inaktuellt.
use update instead
beginUpdateAndWait: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJobUpdate, options?: AutoExportJobsUpdateOptionalParams) => Promise<AutoExportJob>
Egenskapsvärde
(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJobUpdate, options?: AutoExportJobsUpdateOptionalParams) => Promise<AutoExportJob>
createOrUpdate
Skapa eller uppdatera ett automatiskt exportjobb.
createOrUpdate: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJob, options?: AutoExportJobsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AutoExportJob>, AutoExportJob>
Egenskapsvärde
(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJob, options?: AutoExportJobsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AutoExportJob>, AutoExportJob>
delete
Schemalägger ett automatiskt exportjobb för borttagning.
delete: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Egenskapsvärde
(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Returnerar ett automatiskt exportjobb.
get: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsGetOptionalParams) => Promise<AutoExportJob>
Egenskapsvärde
(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsGetOptionalParams) => Promise<AutoExportJob>
listByAmlFilesystem
Returnerar alla automatiska exportjobb som användaren har åtkomst till under ett AML-filsystem.
listByAmlFilesystem: (resourceGroupName: string, amlFilesystemName: string, options?: AutoExportJobsListByAmlFilesystemOptionalParams) => PagedAsyncIterableIterator<AutoExportJob, AutoExportJob[], PageSettings>
Egenskapsvärde
(resourceGroupName: string, amlFilesystemName: string, options?: AutoExportJobsListByAmlFilesystemOptionalParams) => PagedAsyncIterableIterator<AutoExportJob, AutoExportJob[], PageSettings>
update
Uppdatera en automatisk exportjobbinstans.
update: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJobUpdate, options?: AutoExportJobsUpdateOptionalParams) => PollerLike<OperationState<AutoExportJob>, AutoExportJob>
Egenskapsvärde
(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJobUpdate, options?: AutoExportJobsUpdateOptionalParams) => PollerLike<OperationState<AutoExportJob>, AutoExportJob>