AutoImportJobsOperations interface
Schnittstelle, die AutoImportJobs-Operationen darstellt.
Eigenschaften
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Erstellen oder aktualisieren Sie einen Auto-Import-Auftrag. |
| delete | Plant das Löschen eines automatischen Importauftrags. |
| get | Gibt einen Autoimportauftrag zurück. |
| list |
Gibt alle automatischen Importaufträge zurück, auf die der Benutzer unter einem AML-Dateisystem Zugriff hat. |
| update | Aktualisieren Sie eine Auftragsinstanz für den automatischen Import. |
Details zur Eigenschaft
beginCreateOrUpdate
Warnung
Diese API ist nun veraltet.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJob, options?: AutoImportJobsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AutoImportJob>, AutoImportJob>>
Eigenschaftswert
(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJob, options?: AutoImportJobsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AutoImportJob>, AutoImportJob>>
beginCreateOrUpdateAndWait
Warnung
Diese API ist nun veraltet.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJob, options?: AutoImportJobsCreateOrUpdateOptionalParams) => Promise<AutoImportJob>
Eigenschaftswert
(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJob, options?: AutoImportJobsCreateOrUpdateOptionalParams) => Promise<AutoImportJob>
beginDelete
Warnung
Diese API ist nun veraltet.
use delete instead
beginDelete: (resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Eigenschaftswert
(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warnung
Diese API ist nun veraltet.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsDeleteOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsDeleteOptionalParams) => Promise<void>
beginUpdate
Warnung
Diese API ist nun veraltet.
use update instead
beginUpdate: (resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJobUpdate, options?: AutoImportJobsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AutoImportJob>, AutoImportJob>>
Eigenschaftswert
(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJobUpdate, options?: AutoImportJobsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AutoImportJob>, AutoImportJob>>
beginUpdateAndWait
Warnung
Diese API ist nun veraltet.
use update instead
beginUpdateAndWait: (resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJobUpdate, options?: AutoImportJobsUpdateOptionalParams) => Promise<AutoImportJob>
Eigenschaftswert
(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJobUpdate, options?: AutoImportJobsUpdateOptionalParams) => Promise<AutoImportJob>
createOrUpdate
Erstellen oder aktualisieren Sie einen Auto-Import-Auftrag.
createOrUpdate: (resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJob, options?: AutoImportJobsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AutoImportJob>, AutoImportJob>
Eigenschaftswert
(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJob, options?: AutoImportJobsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AutoImportJob>, AutoImportJob>
delete
Plant das Löschen eines automatischen Importauftrags.
delete: (resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Eigenschaftswert
(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gibt einen Autoimportauftrag zurück.
get: (resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsGetOptionalParams) => Promise<AutoImportJob>
Eigenschaftswert
(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsGetOptionalParams) => Promise<AutoImportJob>
listByAmlFilesystem
Gibt alle automatischen Importaufträge zurück, auf die der Benutzer unter einem AML-Dateisystem Zugriff hat.
listByAmlFilesystem: (resourceGroupName: string, amlFilesystemName: string, options?: AutoImportJobsListByAmlFilesystemOptionalParams) => PagedAsyncIterableIterator<AutoImportJob, AutoImportJob[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, amlFilesystemName: string, options?: AutoImportJobsListByAmlFilesystemOptionalParams) => PagedAsyncIterableIterator<AutoImportJob, AutoImportJob[], PageSettings>
update
Aktualisieren Sie eine Auftragsinstanz für den automatischen Import.
update: (resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJobUpdate, options?: AutoImportJobsUpdateOptionalParams) => PollerLike<OperationState<AutoImportJob>, AutoImportJob>
Eigenschaftswert
(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJobUpdate, options?: AutoImportJobsUpdateOptionalParams) => PollerLike<OperationState<AutoImportJob>, AutoImportJob>