AutoExportJobsOperations interface

Rozhraní reprezentující operace AutoExportJobs.

Vlastnosti

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Vytvořte nebo aktualizujte úlohu automatického exportu.

delete

Naplánuje odstranění úlohy automatického exportu.

get

Vrátí úlohu automatického exportu.

listByAmlFilesystem

Vrátí všechny úlohy automatického exportu, ke kterým má uživatel přístup v rámci systému souborů AML.

update

Aktualizujte instanci úlohy automatického exportu.

Podrobnosti vlastnosti

beginCreateOrUpdate

Upozornění

Toto rozhraní API je teď zastaralé.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJob, options?: AutoExportJobsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AutoExportJob>, AutoExportJob>>

Hodnota vlastnosti

(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJob, options?: AutoExportJobsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AutoExportJob>, AutoExportJob>>

beginCreateOrUpdateAndWait

Upozornění

Toto rozhraní API je teď zastaralé.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJob, options?: AutoExportJobsCreateOrUpdateOptionalParams) => Promise<AutoExportJob>

Hodnota vlastnosti

(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJob, options?: AutoExportJobsCreateOrUpdateOptionalParams) => Promise<AutoExportJob>

beginDelete

Upozornění

Toto rozhraní API je teď zastaralé.

use delete instead

beginDelete: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Hodnota vlastnosti

(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Upozornění

Toto rozhraní API je teď zastaralé.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsDeleteOptionalParams) => Promise<void>

Hodnota vlastnosti

(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsDeleteOptionalParams) => Promise<void>

beginUpdate

Upozornění

Toto rozhraní API je teď zastaralé.

use update instead

beginUpdate: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJobUpdate, options?: AutoExportJobsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AutoExportJob>, AutoExportJob>>

Hodnota vlastnosti

(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJobUpdate, options?: AutoExportJobsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AutoExportJob>, AutoExportJob>>

beginUpdateAndWait

Upozornění

Toto rozhraní API je teď zastaralé.

use update instead

beginUpdateAndWait: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJobUpdate, options?: AutoExportJobsUpdateOptionalParams) => Promise<AutoExportJob>

Hodnota vlastnosti

(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJobUpdate, options?: AutoExportJobsUpdateOptionalParams) => Promise<AutoExportJob>

createOrUpdate

Vytvořte nebo aktualizujte úlohu automatického exportu.

createOrUpdate: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJob, options?: AutoExportJobsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AutoExportJob>, AutoExportJob>

Hodnota vlastnosti

(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJob, options?: AutoExportJobsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AutoExportJob>, AutoExportJob>

delete

Naplánuje odstranění úlohy automatického exportu.

delete: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Hodnota vlastnosti

(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Vrátí úlohu automatického exportu.

get: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsGetOptionalParams) => Promise<AutoExportJob>

Hodnota vlastnosti

(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsGetOptionalParams) => Promise<AutoExportJob>

listByAmlFilesystem

Vrátí všechny úlohy automatického exportu, ke kterým má uživatel přístup v rámci systému souborů AML.

listByAmlFilesystem: (resourceGroupName: string, amlFilesystemName: string, options?: AutoExportJobsListByAmlFilesystemOptionalParams) => PagedAsyncIterableIterator<AutoExportJob, AutoExportJob[], PageSettings>

Hodnota vlastnosti

(resourceGroupName: string, amlFilesystemName: string, options?: AutoExportJobsListByAmlFilesystemOptionalParams) => PagedAsyncIterableIterator<AutoExportJob, AutoExportJob[], PageSettings>

update

Aktualizujte instanci úlohy automatického exportu.

update: (resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJobUpdate, options?: AutoExportJobsUpdateOptionalParams) => PollerLike<OperationState<AutoExportJob>, AutoExportJob>

Hodnota vlastnosti

(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJobUpdate, options?: AutoExportJobsUpdateOptionalParams) => PollerLike<OperationState<AutoExportJob>, AutoExportJob>