SqlMigrationServicesOperations interface
SqlMigrationServices 운영을 나타내는 인터페이스입니다.
속성
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Database Migration Service 만들거나 업데이트합니다. |
| delete | Database Migration Service 삭제합니다. |
| delete |
통합 런타임 노드를 삭제합니다. |
| get | 데이터베이스 마이그레이션 서비스 검색 |
| list |
자체 호스팅 Integration Runtime 대한 인증 키 목록을 검색합니다. |
| list |
리소스 그룹의 모든 SQL 마이그레이션 서비스를 검색합니다. |
| list |
구독의 모든 SQL 마이그레이션 서비스를 검색합니다. |
| list |
서비스에 연결된 데이터베이스 마이그레이션 목록을 검색합니다. |
| list |
지정된 데이터베이스 마이그레이션 서비스에 대해 등록된 Integration Runtime 노드 및 해당 모니터링 데이터를 검색합니다. |
| regenerate |
자체 호스팅 Integration Runtime 대한 새 인증 키 집합을 다시 생성합니다. |
| update | Database Migration Service 업데이트합니다. |
속성 세부 정보
beginCreateOrUpdate
경고
이 API는 이제 사용되지 않습니다.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationService, options?: SqlMigrationServicesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SqlMigrationService>, SqlMigrationService>>
속성 값
(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationService, options?: SqlMigrationServicesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SqlMigrationService>, SqlMigrationService>>
beginCreateOrUpdateAndWait
경고
이 API는 이제 사용되지 않습니다.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationService, options?: SqlMigrationServicesCreateOrUpdateOptionalParams) => Promise<SqlMigrationService>
속성 값
(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationService, options?: SqlMigrationServicesCreateOrUpdateOptionalParams) => Promise<SqlMigrationService>
beginDelete
경고
이 API는 이제 사용되지 않습니다.
use delete instead
beginDelete: (resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
속성 값
(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
경고
이 API는 이제 사용되지 않습니다.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesDeleteOptionalParams) => Promise<void>
속성 값
(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesDeleteOptionalParams) => Promise<void>
beginUpdate
경고
이 API는 이제 사용되지 않습니다.
use update instead
beginUpdate: (resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationServiceUpdate, options?: SqlMigrationServicesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SqlMigrationService>, SqlMigrationService>>
속성 값
(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationServiceUpdate, options?: SqlMigrationServicesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SqlMigrationService>, SqlMigrationService>>
beginUpdateAndWait
경고
이 API는 이제 사용되지 않습니다.
use update instead
beginUpdateAndWait: (resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationServiceUpdate, options?: SqlMigrationServicesUpdateOptionalParams) => Promise<SqlMigrationService>
속성 값
(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationServiceUpdate, options?: SqlMigrationServicesUpdateOptionalParams) => Promise<SqlMigrationService>
createOrUpdate
Database Migration Service 만들거나 업데이트합니다.
createOrUpdate: (resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationService, options?: SqlMigrationServicesCreateOrUpdateOptionalParams) => PollerLike<OperationState<SqlMigrationService>, SqlMigrationService>
속성 값
(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationService, options?: SqlMigrationServicesCreateOrUpdateOptionalParams) => PollerLike<OperationState<SqlMigrationService>, SqlMigrationService>
delete
Database Migration Service 삭제합니다.
delete: (resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
속성 값
(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
deleteNode
통합 런타임 노드를 삭제합니다.
deleteNode: (resourceGroupName: string, sqlMigrationServiceName: string, parameters: DeleteNode, options?: SqlMigrationServicesDeleteNodeOptionalParams) => Promise<DeleteNode>
속성 값
(resourceGroupName: string, sqlMigrationServiceName: string, parameters: DeleteNode, options?: SqlMigrationServicesDeleteNodeOptionalParams) => Promise<DeleteNode>
get
데이터베이스 마이그레이션 서비스 검색
get: (resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesGetOptionalParams) => Promise<SqlMigrationService>
속성 값
(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesGetOptionalParams) => Promise<SqlMigrationService>
listAuthKeys
자체 호스팅 Integration Runtime 대한 인증 키 목록을 검색합니다.
listAuthKeys: (resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesListAuthKeysOptionalParams) => Promise<AuthenticationKeys>
속성 값
(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesListAuthKeysOptionalParams) => Promise<AuthenticationKeys>
listByResourceGroup
리소스 그룹의 모든 SQL 마이그레이션 서비스를 검색합니다.
listByResourceGroup: (resourceGroupName: string, options?: SqlMigrationServicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SqlMigrationService, SqlMigrationService[], PageSettings>
속성 값
(resourceGroupName: string, options?: SqlMigrationServicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SqlMigrationService, SqlMigrationService[], PageSettings>
listBySubscription
구독의 모든 SQL 마이그레이션 서비스를 검색합니다.
listBySubscription: (options?: SqlMigrationServicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SqlMigrationService, SqlMigrationService[], PageSettings>
속성 값
(options?: SqlMigrationServicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SqlMigrationService, SqlMigrationService[], PageSettings>
listMigrations
서비스에 연결된 데이터베이스 마이그레이션 목록을 검색합니다.
listMigrations: (resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesListMigrationsOptionalParams) => PagedAsyncIterableIterator<DatabaseMigration, DatabaseMigration[], PageSettings>
속성 값
(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesListMigrationsOptionalParams) => PagedAsyncIterableIterator<DatabaseMigration, DatabaseMigration[], PageSettings>
listMonitoringData
지정된 데이터베이스 마이그레이션 서비스에 대해 등록된 Integration Runtime 노드 및 해당 모니터링 데이터를 검색합니다.
listMonitoringData: (resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesListMonitoringDataOptionalParams) => Promise<IntegrationRuntimeMonitoringData>
속성 값
(resourceGroupName: string, sqlMigrationServiceName: string, options?: SqlMigrationServicesListMonitoringDataOptionalParams) => Promise<IntegrationRuntimeMonitoringData>
regenerateAuthKeys
자체 호스팅 Integration Runtime 대한 새 인증 키 집합을 다시 생성합니다.
regenerateAuthKeys: (resourceGroupName: string, sqlMigrationServiceName: string, parameters: RegenAuthKeys, options?: SqlMigrationServicesRegenerateAuthKeysOptionalParams) => Promise<RegenAuthKeys>
속성 값
(resourceGroupName: string, sqlMigrationServiceName: string, parameters: RegenAuthKeys, options?: SqlMigrationServicesRegenerateAuthKeysOptionalParams) => Promise<RegenAuthKeys>
update
Database Migration Service 업데이트합니다.
update: (resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationServiceUpdate, options?: SqlMigrationServicesUpdateOptionalParams) => PollerLike<OperationState<SqlMigrationService>, SqlMigrationService>
속성 값
(resourceGroupName: string, sqlMigrationServiceName: string, parameters: SqlMigrationServiceUpdate, options?: SqlMigrationServicesUpdateOptionalParams) => PollerLike<OperationState<SqlMigrationService>, SqlMigrationService>