ScriptsOperations interface

스크립트 작업을 나타내는 인터페이스.

속성

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
checkNameAvailability

스크립트 이름이 유효하고 아직 사용되지 않는지 확인합니다.

createOrUpdate

Kusto 데이터베이스 스크립트를 만듭니다.

delete

Kusto 데이터베이스 스크립트를 삭제합니다.

get

Kusto 클러스터 데이터베이스 스크립트를 가져옵니다.

listByDatabase

지정된 데이터베이스에 대한 데이터베이스 스크립트 목록을 반환합니다.

update

데이터베이스 스크립트를 업데이트합니다.

속성 세부 정보

beginCreateOrUpdate

경고

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

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Script>, Script>>

속성 값

(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Script>, Script>>

beginCreateOrUpdateAndWait

경고

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

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsCreateOrUpdateOptionalParams) => Promise<Script>

속성 값

(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsCreateOrUpdateOptionalParams) => Promise<Script>

beginDelete

경고

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

use delete instead

beginDelete: (resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

속성 값

(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

경고

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

use delete instead

beginDeleteAndWait: (resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsDeleteOptionalParams) => Promise<void>

속성 값

(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsDeleteOptionalParams) => Promise<void>

beginUpdate

경고

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

use update instead

beginUpdate: (resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Script>, Script>>

속성 값

(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Script>, Script>>

beginUpdateAndWait

경고

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

use update instead

beginUpdateAndWait: (resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsUpdateOptionalParams) => Promise<Script>

속성 값

(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsUpdateOptionalParams) => Promise<Script>

checkNameAvailability

스크립트 이름이 유효하고 아직 사용되지 않는지 확인합니다.

checkNameAvailability: (resourceGroupName: string, clusterName: string, databaseName: string, scriptName: ScriptCheckNameRequest, options?: ScriptsCheckNameAvailabilityOptionalParams) => Promise<CheckNameResult>

속성 값

(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: ScriptCheckNameRequest, options?: ScriptsCheckNameAvailabilityOptionalParams) => Promise<CheckNameResult>

createOrUpdate

Kusto 데이터베이스 스크립트를 만듭니다.

createOrUpdate: (resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Script>, Script>

속성 값

(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Script>, Script>

delete

Kusto 데이터베이스 스크립트를 삭제합니다.

delete: (resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

속성 값

(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Kusto 클러스터 데이터베이스 스크립트를 가져옵니다.

get: (resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsGetOptionalParams) => Promise<Script>

속성 값

(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsGetOptionalParams) => Promise<Script>

listByDatabase

지정된 데이터베이스에 대한 데이터베이스 스크립트 목록을 반환합니다.

listByDatabase: (resourceGroupName: string, clusterName: string, databaseName: string, options?: ScriptsListByDatabaseOptionalParams) => PagedAsyncIterableIterator<Script, Script[], PageSettings>

속성 값

(resourceGroupName: string, clusterName: string, databaseName: string, options?: ScriptsListByDatabaseOptionalParams) => PagedAsyncIterableIterator<Script, Script[], PageSettings>

update

데이터베이스 스크립트를 업데이트합니다.

update: (resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsUpdateOptionalParams) => PollerLike<OperationState<Script>, Script>

속성 값

(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsUpdateOptionalParams) => PollerLike<OperationState<Script>, Script>