AutoImportJobsOperations interface

AutoImportJobs 작업을 나타내는 인터페이스입니다.

속성

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

자동 가져오기 작업을 생성하거나 업데이트합니다.

delete

삭제를 위해 자동 가져오기 작업을 예약합니다.

get

자동 가져오기 작업을 반환합니다.

listByAmlFilesystem

AML 파일 시스템에서 사용자가 액세스할 수 있는 모든 자동 가져오기 작업을 반환합니다.

update

자동 가져오기 작업 인스턴스를 업데이트합니다.

속성 세부 정보

beginCreateOrUpdate

경고

이 API는 이제 사용되지 않습니다.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJob, options?: AutoImportJobsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AutoImportJob>, AutoImportJob>>

속성 값

(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJob, options?: AutoImportJobsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AutoImportJob>, AutoImportJob>>

beginCreateOrUpdateAndWait

경고

이 API는 이제 사용되지 않습니다.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJob, options?: AutoImportJobsCreateOrUpdateOptionalParams) => Promise<AutoImportJob>

속성 값

(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJob, options?: AutoImportJobsCreateOrUpdateOptionalParams) => Promise<AutoImportJob>

beginDelete

경고

이 API는 이제 사용되지 않습니다.

use delete instead

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

속성 값

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

beginDeleteAndWait

경고

이 API는 이제 사용되지 않습니다.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsDeleteOptionalParams) => Promise<void>

속성 값

(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsDeleteOptionalParams) => Promise<void>

beginUpdate

경고

이 API는 이제 사용되지 않습니다.

use update instead

beginUpdate: (resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJobUpdate, options?: AutoImportJobsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AutoImportJob>, AutoImportJob>>

속성 값

(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJobUpdate, options?: AutoImportJobsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AutoImportJob>, AutoImportJob>>

beginUpdateAndWait

경고

이 API는 이제 사용되지 않습니다.

use update instead

beginUpdateAndWait: (resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJobUpdate, options?: AutoImportJobsUpdateOptionalParams) => Promise<AutoImportJob>

속성 값

(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJobUpdate, options?: AutoImportJobsUpdateOptionalParams) => Promise<AutoImportJob>

createOrUpdate

자동 가져오기 작업을 생성하거나 업데이트합니다.

createOrUpdate: (resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJob, options?: AutoImportJobsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AutoImportJob>, AutoImportJob>

속성 값

(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJob, options?: AutoImportJobsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AutoImportJob>, AutoImportJob>

delete

삭제를 위해 자동 가져오기 작업을 예약합니다.

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

속성 값

(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

자동 가져오기 작업을 반환합니다.

get: (resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsGetOptionalParams) => Promise<AutoImportJob>

속성 값

(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsGetOptionalParams) => Promise<AutoImportJob>

listByAmlFilesystem

AML 파일 시스템에서 사용자가 액세스할 수 있는 모든 자동 가져오기 작업을 반환합니다.

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

속성 값

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

update

자동 가져오기 작업 인스턴스를 업데이트합니다.

update: (resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJobUpdate, options?: AutoImportJobsUpdateOptionalParams) => PollerLike<OperationState<AutoImportJob>, AutoImportJob>

속성 값

(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJobUpdate, options?: AutoImportJobsUpdateOptionalParams) => PollerLike<OperationState<AutoImportJob>, AutoImportJob>