@azure/arm-datamigration 3.0.0-alpha.20230321.1 → 3.0.0-alpha.20230419.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +156 -65
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/filesListSample.js +12 -5
- package/dist-esm/samples-dev/filesListSample.js.map +1 -1
- package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.js +12 -5
- package/dist-esm/samples-dev/getMigrationServicesInTheResourceGroup.js.map +1 -1
- package/dist-esm/samples-dev/getServicesInTheSubscriptions.js +12 -5
- package/dist-esm/samples-dev/getServicesInTheSubscriptions.js.map +1 -1
- package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.js +12 -5
- package/dist-esm/samples-dev/listDatabaseMigrationsAttachedToTheService.js.map +1 -1
- package/dist-esm/samples-dev/listSkus.js +12 -5
- package/dist-esm/samples-dev/listSkus.js.map +1 -1
- package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.js +12 -5
- package/dist-esm/samples-dev/listsAllOfTheAvailableSqlRestApiOperations.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +12 -5
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/projectsList.js +12 -5
- package/dist-esm/samples-dev/projectsList.js.map +1 -1
- package/dist-esm/samples-dev/projectsListSample.js +12 -5
- package/dist-esm/samples-dev/projectsListSample.js.map +1 -1
- package/dist-esm/samples-dev/resourceSkusListSkusSample.js +12 -5
- package/dist-esm/samples-dev/resourceSkusListSkusSample.js.map +1 -1
- package/dist-esm/samples-dev/serviceTasksList.js +12 -5
- package/dist-esm/samples-dev/serviceTasksList.js.map +1 -1
- package/dist-esm/samples-dev/serviceTasksListSample.js +12 -5
- package/dist-esm/samples-dev/serviceTasksListSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesList.js +12 -5
- package/dist-esm/samples-dev/servicesList.js.map +1 -1
- package/dist-esm/samples-dev/servicesListByResourceGroup.js +12 -5
- package/dist-esm/samples-dev/servicesListByResourceGroup.js.map +1 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +12 -5
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesListSample.js +12 -5
- package/dist-esm/samples-dev/servicesListSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesListSkus.js +12 -5
- package/dist-esm/samples-dev/servicesListSkus.js.map +1 -1
- package/dist-esm/samples-dev/servicesListSkusSample.js +12 -5
- package/dist-esm/samples-dev/servicesListSkusSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesUsages.js +12 -5
- package/dist-esm/samples-dev/servicesUsages.js.map +1 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.js +12 -5
- package/dist-esm/samples-dev/sqlMigrationServicesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.js +12 -5
- package/dist-esm/samples-dev/sqlMigrationServicesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.js +12 -5
- package/dist-esm/samples-dev/sqlMigrationServicesListMigrationsSample.js.map +1 -1
- package/dist-esm/samples-dev/tasksList.js +12 -5
- package/dist-esm/samples-dev/tasksList.js.map +1 -1
- package/dist-esm/samples-dev/tasksListSample.js +12 -5
- package/dist-esm/samples-dev/tasksListSample.js.map +1 -1
- package/dist-esm/samples-dev/usagesListSample.js +12 -5
- package/dist-esm/samples-dev/usagesListSample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +130 -130
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/operations/files.js +12 -5
- package/dist-esm/src/operations/files.js.map +1 -1
- package/dist-esm/src/operations/operations.js +12 -5
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/projects.js +12 -5
- package/dist-esm/src/operations/projects.js.map +1 -1
- package/dist-esm/src/operations/resourceSkus.js +12 -5
- package/dist-esm/src/operations/resourceSkus.js.map +1 -1
- package/dist-esm/src/operations/serviceTasks.js +12 -5
- package/dist-esm/src/operations/serviceTasks.js.map +1 -1
- package/dist-esm/src/operations/services.js +36 -15
- package/dist-esm/src/operations/services.js.map +1 -1
- package/dist-esm/src/operations/sqlMigrationServices.js +36 -15
- package/dist-esm/src/operations/sqlMigrationServices.js.map +1 -1
- package/dist-esm/src/operations/tasks.js +12 -5
- package/dist-esm/src/operations/tasks.js.map +1 -1
- package/dist-esm/src/operations/usages.js +12 -5
- package/dist-esm/src/operations/usages.js.map +1 -1
- package/package.json +2 -2
@@ -1,20 +1,20 @@
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
2
|
-
export
|
3
|
-
export
|
4
|
-
export
|
5
|
-
export
|
6
|
-
export
|
7
|
-
export
|
8
|
-
export
|
9
|
-
export
|
10
|
-
export
|
11
|
-
export
|
12
|
-
export
|
13
|
-
export
|
14
|
-
export
|
15
|
-
export
|
16
|
-
export
|
17
|
-
export
|
2
|
+
export type DatabaseMigrationPropertiesUnion = DatabaseMigrationProperties | DatabaseMigrationPropertiesSqlMi | DatabaseMigrationPropertiesSqlVm;
|
3
|
+
export type ProjectTaskPropertiesUnion = ProjectTaskProperties | MigrateSchemaSqlServerSqlDbTaskProperties | CheckOCIDriverTaskProperties | UploadOCIDriverTaskProperties | InstallOCIDriverTaskProperties | ConnectToMongoDbTaskProperties | ConnectToSourceSqlServerTaskProperties | ConnectToSourceSqlServerSyncTaskProperties | ConnectToSourcePostgreSqlSyncTaskProperties | ConnectToSourceMySqlTaskProperties | ConnectToSourceOracleSyncTaskProperties | ConnectToTargetSqlDbTaskProperties | ConnectToTargetSqlDbSyncTaskProperties | ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties | ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties | GetUserTablesSqlTaskProperties | GetUserTablesSqlSyncTaskProperties | GetUserTablesOracleTaskProperties | GetUserTablesPostgreSqlTaskProperties | GetUserTablesMySqlTaskProperties | ConnectToTargetSqlMITaskProperties | ConnectToTargetSqlMISyncTaskProperties | ConnectToTargetAzureDbForMySqlTaskProperties | MigrateMongoDbTaskProperties | MigrateSqlServerSqlMITaskProperties | MigrateSqlServerSqlMISyncTaskProperties | MigrateSqlServerSqlDbTaskProperties | MigrateSqlServerSqlDbSyncTaskProperties | MigrateMySqlAzureDbForMySqlSyncTaskProperties | MigrateMySqlAzureDbForMySqlOfflineTaskProperties | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties | MigrateOracleAzureDbForPostgreSqlSyncTaskProperties | ValidateMigrationInputSqlServerSqlDbSyncTaskProperties | ValidateMigrationInputSqlServerSqlMITaskProperties | ValidateMigrationInputSqlServerSqlMISyncTaskProperties | ValidateMongoDbTaskProperties | ValidateOracleAzureDbForPostgreSqlSyncTaskProperties | GetTdeCertificatesSqlTaskProperties | MigrateSsisTaskProperties;
|
4
|
+
export type CommandPropertiesUnion = CommandProperties | MigrateSyncCompleteCommandProperties | MigrateMISyncCompleteCommandProperties | MongoDbCancelCommand | MongoDbFinishCommand | MongoDbRestartCommand;
|
5
|
+
export type ConnectionInfoUnion = ConnectionInfo | MongoDbConnectionInfo | SqlConnectionInfo | MySqlConnectionInfo | OracleConnectionInfo | PostgreSqlConnectionInfo | MiSqlConnectionInfo;
|
6
|
+
export type ConnectToSourceSqlServerTaskOutputUnion = ConnectToSourceSqlServerTaskOutput | ConnectToSourceSqlServerTaskOutputTaskLevel | ConnectToSourceSqlServerTaskOutputDatabaseLevel | ConnectToSourceSqlServerTaskOutputLoginLevel | ConnectToSourceSqlServerTaskOutputAgentJobLevel;
|
7
|
+
export type MigrateSchemaSqlServerSqlDbTaskOutputUnion = MigrateSchemaSqlServerSqlDbTaskOutput | MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel | MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel | MigrateSchemaSqlServerSqlDbTaskOutputError | MigrateSchemaSqlTaskOutputError;
|
8
|
+
export type MigrateMySqlAzureDbForMySqlSyncTaskOutputUnion = MigrateMySqlAzureDbForMySqlSyncTaskOutput | MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel | MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel | MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel | MigrateMySqlAzureDbForMySqlSyncTaskOutputError | MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseError;
|
9
|
+
export type MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputUnion = MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError | MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError;
|
10
|
+
export type MigrateSqlServerSqlDbSyncTaskOutputUnion = MigrateSqlServerSqlDbSyncTaskOutput | MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel | MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel | MigrateSqlServerSqlDbSyncTaskOutputTableLevel | MigrateSqlServerSqlDbSyncTaskOutputError | MigrateSqlServerSqlDbSyncTaskOutputDatabaseError;
|
11
|
+
export type MigrateSqlServerSqlDbTaskOutputUnion = MigrateSqlServerSqlDbTaskOutput | MigrateSqlServerSqlDbTaskOutputMigrationLevel | MigrateSqlServerSqlDbTaskOutputDatabaseLevel | MigrateSqlServerSqlDbTaskOutputTableLevel | MigrateSqlServerSqlDbTaskOutputError | MigrateSqlServerSqlDbTaskOutputValidationResult | MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult;
|
12
|
+
export type MigrateSqlServerSqlMISyncTaskOutputUnion = MigrateSqlServerSqlMISyncTaskOutput | MigrateSqlServerSqlMISyncTaskOutputMigrationLevel | MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel | MigrateSqlServerSqlMISyncTaskOutputError;
|
13
|
+
export type MigrateSqlServerSqlMITaskOutputUnion = MigrateSqlServerSqlMITaskOutput | MigrateSqlServerSqlMITaskOutputMigrationLevel | MigrateSqlServerSqlMITaskOutputDatabaseLevel | MigrateSqlServerSqlMITaskOutputAgentJobLevel | MigrateSqlServerSqlMITaskOutputLoginLevel | MigrateSqlServerSqlMITaskOutputError;
|
14
|
+
export type MigrateSsisTaskOutputUnion = MigrateSsisTaskOutput | MigrateSsisTaskOutputMigrationLevel | MigrateSsisTaskOutputProjectLevel;
|
15
|
+
export type MongoDbProgressUnion = MongoDbProgress | MongoDbCollectionProgress | MongoDbDatabaseProgress | MongoDbMigrationProgress;
|
16
|
+
export type MigrateOracleAzureDbPostgreSqlSyncTaskOutputUnion = MigrateOracleAzureDbPostgreSqlSyncTaskOutput | MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel | MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel | MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel | MigrateOracleAzureDbPostgreSqlSyncTaskOutputError | MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError;
|
17
|
+
export type MigrateMySqlAzureDbForMySqlOfflineTaskOutputUnion = MigrateMySqlAzureDbForMySqlOfflineTaskOutput | MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel | MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel | MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel | MigrateMySqlAzureDbForMySqlOfflineTaskOutputError;
|
18
18
|
export interface SystemData {
|
19
19
|
createdBy?: string;
|
20
20
|
createdByType?: CreatedByType;
|
@@ -5669,7 +5669,7 @@ export declare enum KnownCreatedByType {
|
|
5669
5669
|
* **ManagedIdentity** \
|
5670
5670
|
* **Key**
|
5671
5671
|
*/
|
5672
|
-
export
|
5672
|
+
export type CreatedByType = string;
|
5673
5673
|
/** Known values of {@link ResourceType} that the service accepts. */
|
5674
5674
|
export declare enum KnownResourceType {
|
5675
5675
|
/** SqlMi */
|
@@ -5685,7 +5685,7 @@ export declare enum KnownResourceType {
|
|
5685
5685
|
* **SqlMi** \
|
5686
5686
|
* **SqlVm**
|
5687
5687
|
*/
|
5688
|
-
export
|
5688
|
+
export type ResourceType = string;
|
5689
5689
|
/** Known values of {@link OperationOrigin} that the service accepts. */
|
5690
5690
|
export declare enum KnownOperationOrigin {
|
5691
5691
|
/** User */
|
@@ -5701,7 +5701,7 @@ export declare enum KnownOperationOrigin {
|
|
5701
5701
|
* **user** \
|
5702
5702
|
* **system**
|
5703
5703
|
*/
|
5704
|
-
export
|
5704
|
+
export type OperationOrigin = string;
|
5705
5705
|
/** Known values of {@link ResourceSkuCapacityScaleType} that the service accepts. */
|
5706
5706
|
export declare enum KnownResourceSkuCapacityScaleType {
|
5707
5707
|
/** Automatic */
|
@@ -5720,7 +5720,7 @@ export declare enum KnownResourceSkuCapacityScaleType {
|
|
5720
5720
|
* **Manual** \
|
5721
5721
|
* **None**
|
5722
5722
|
*/
|
5723
|
-
export
|
5723
|
+
export type ResourceSkuCapacityScaleType = string;
|
5724
5724
|
/** Known values of {@link ResourceSkuRestrictionsType} that the service accepts. */
|
5725
5725
|
export declare enum KnownResourceSkuRestrictionsType {
|
5726
5726
|
/** Location */
|
@@ -5733,7 +5733,7 @@ export declare enum KnownResourceSkuRestrictionsType {
|
|
5733
5733
|
* ### Known values supported by the service
|
5734
5734
|
* **location**
|
5735
5735
|
*/
|
5736
|
-
export
|
5736
|
+
export type ResourceSkuRestrictionsType = string;
|
5737
5737
|
/** Known values of {@link ResourceSkuRestrictionsReasonCode} that the service accepts. */
|
5738
5738
|
export declare enum KnownResourceSkuRestrictionsReasonCode {
|
5739
5739
|
/** QuotaId */
|
@@ -5749,7 +5749,7 @@ export declare enum KnownResourceSkuRestrictionsReasonCode {
|
|
5749
5749
|
* **QuotaId** \
|
5750
5750
|
* **NotAvailableForSubscription**
|
5751
5751
|
*/
|
5752
|
-
export
|
5752
|
+
export type ResourceSkuRestrictionsReasonCode = string;
|
5753
5753
|
/** Known values of {@link ServiceProvisioningState} that the service accepts. */
|
5754
5754
|
export declare enum KnownServiceProvisioningState {
|
5755
5755
|
/** Accepted */
|
@@ -5789,7 +5789,7 @@ export declare enum KnownServiceProvisioningState {
|
|
5789
5789
|
* **Succeeded** \
|
5790
5790
|
* **Failed**
|
5791
5791
|
*/
|
5792
|
-
export
|
5792
|
+
export type ServiceProvisioningState = string;
|
5793
5793
|
/** Known values of {@link ServiceScalability} that the service accepts. */
|
5794
5794
|
export declare enum KnownServiceScalability {
|
5795
5795
|
/** None */
|
@@ -5808,7 +5808,7 @@ export declare enum KnownServiceScalability {
|
|
5808
5808
|
* **manual** \
|
5809
5809
|
* **automatic**
|
5810
5810
|
*/
|
5811
|
-
export
|
5811
|
+
export type ServiceScalability = string;
|
5812
5812
|
/** Known values of {@link TaskType} that the service accepts. */
|
5813
5813
|
export declare enum KnownTaskType {
|
5814
5814
|
/** ConnectMongoDb */
|
@@ -5932,7 +5932,7 @@ export declare enum KnownTaskType {
|
|
5932
5932
|
* **Service.Install.OCI** \
|
5933
5933
|
* **MigrateSchemaSqlServerSqlDb**
|
5934
5934
|
*/
|
5935
|
-
export
|
5935
|
+
export type TaskType = string;
|
5936
5936
|
/** Known values of {@link TaskState} that the service accepts. */
|
5937
5937
|
export declare enum KnownTaskState {
|
5938
5938
|
/** Unknown */
|
@@ -5966,7 +5966,7 @@ export declare enum KnownTaskState {
|
|
5966
5966
|
* **FailedInputValidation** \
|
5967
5967
|
* **Faulted**
|
5968
5968
|
*/
|
5969
|
-
export
|
5969
|
+
export type TaskState = string;
|
5970
5970
|
/** Known values of {@link CommandType} that the service accepts. */
|
5971
5971
|
export declare enum KnownCommandType {
|
5972
5972
|
/** MigrateSyncCompleteDatabase */
|
@@ -5991,7 +5991,7 @@ export declare enum KnownCommandType {
|
|
5991
5991
|
* **finish** \
|
5992
5992
|
* **restart**
|
5993
5993
|
*/
|
5994
|
-
export
|
5994
|
+
export type CommandType = string;
|
5995
5995
|
/** Known values of {@link CommandState} that the service accepts. */
|
5996
5996
|
export declare enum KnownCommandState {
|
5997
5997
|
/** Unknown */
|
@@ -6016,7 +6016,7 @@ export declare enum KnownCommandState {
|
|
6016
6016
|
* **Succeeded** \
|
6017
6017
|
* **Failed**
|
6018
6018
|
*/
|
6019
|
-
export
|
6019
|
+
export type CommandState = string;
|
6020
6020
|
/** Known values of {@link NameCheckFailureReason} that the service accepts. */
|
6021
6021
|
export declare enum KnownNameCheckFailureReason {
|
6022
6022
|
/** AlreadyExists */
|
@@ -6032,7 +6032,7 @@ export declare enum KnownNameCheckFailureReason {
|
|
6032
6032
|
* **AlreadyExists** \
|
6033
6033
|
* **Invalid**
|
6034
6034
|
*/
|
6035
|
-
export
|
6035
|
+
export type NameCheckFailureReason = string;
|
6036
6036
|
/** Known values of {@link ProjectSourcePlatform} that the service accepts. */
|
6037
6037
|
export declare enum KnownProjectSourcePlatform {
|
6038
6038
|
/** SQL */
|
@@ -6057,7 +6057,7 @@ export declare enum KnownProjectSourcePlatform {
|
|
6057
6057
|
* **MongoDb** \
|
6058
6058
|
* **Unknown**
|
6059
6059
|
*/
|
6060
|
-
export
|
6060
|
+
export type ProjectSourcePlatform = string;
|
6061
6061
|
/** Known values of {@link ProjectTargetPlatform} that the service accepts. */
|
6062
6062
|
export declare enum KnownProjectTargetPlatform {
|
6063
6063
|
/** Sqldb */
|
@@ -6085,7 +6085,7 @@ export declare enum KnownProjectTargetPlatform {
|
|
6085
6085
|
* **MongoDb** \
|
6086
6086
|
* **Unknown**
|
6087
6087
|
*/
|
6088
|
-
export
|
6088
|
+
export type ProjectTargetPlatform = string;
|
6089
6089
|
/** Known values of {@link ProjectProvisioningState} that the service accepts. */
|
6090
6090
|
export declare enum KnownProjectProvisioningState {
|
6091
6091
|
/** Deleting */
|
@@ -6101,7 +6101,7 @@ export declare enum KnownProjectProvisioningState {
|
|
6101
6101
|
* **Deleting** \
|
6102
6102
|
* **Succeeded**
|
6103
6103
|
*/
|
6104
|
-
export
|
6104
|
+
export type ProjectProvisioningState = string;
|
6105
6105
|
/** Known values of {@link AuthenticationType} that the service accepts. */
|
6106
6106
|
export declare enum KnownAuthenticationType {
|
6107
6107
|
/** None */
|
@@ -6126,7 +6126,7 @@ export declare enum KnownAuthenticationType {
|
|
6126
6126
|
* **ActiveDirectoryIntegrated** \
|
6127
6127
|
* **ActiveDirectoryPassword**
|
6128
6128
|
*/
|
6129
|
-
export
|
6129
|
+
export type AuthenticationType = string;
|
6130
6130
|
/** Known values of {@link SqlSourcePlatform} that the service accepts. */
|
6131
6131
|
export declare enum KnownSqlSourcePlatform {
|
6132
6132
|
/** SqlOnPrem */
|
@@ -6139,7 +6139,7 @@ export declare enum KnownSqlSourcePlatform {
|
|
6139
6139
|
* ### Known values supported by the service
|
6140
6140
|
* **SqlOnPrem**
|
6141
6141
|
*/
|
6142
|
-
export
|
6142
|
+
export type SqlSourcePlatform = string;
|
6143
6143
|
/** Known values of {@link BackupType} that the service accepts. */
|
6144
6144
|
export declare enum KnownBackupType {
|
6145
6145
|
/** Database */
|
@@ -6170,7 +6170,7 @@ export declare enum KnownBackupType {
|
|
6170
6170
|
* **Partial** \
|
6171
6171
|
* **DifferentialPartial**
|
6172
6172
|
*/
|
6173
|
-
export
|
6173
|
+
export type BackupType = string;
|
6174
6174
|
/** Known values of {@link BackupFileStatus} that the service accepts. */
|
6175
6175
|
export declare enum KnownBackupFileStatus {
|
6176
6176
|
/** Arrived */
|
@@ -6201,7 +6201,7 @@ export declare enum KnownBackupFileStatus {
|
|
6201
6201
|
* **Restored** \
|
6202
6202
|
* **Cancelled**
|
6203
6203
|
*/
|
6204
|
-
export
|
6204
|
+
export type BackupFileStatus = string;
|
6205
6205
|
/** Known values of {@link MySqlTargetPlatformType} that the service accepts. */
|
6206
6206
|
export declare enum KnownMySqlTargetPlatformType {
|
6207
6207
|
/** SqlServer */
|
@@ -6217,7 +6217,7 @@ export declare enum KnownMySqlTargetPlatformType {
|
|
6217
6217
|
* **SqlServer** \
|
6218
6218
|
* **AzureDbForMySQL**
|
6219
6219
|
*/
|
6220
|
-
export
|
6220
|
+
export type MySqlTargetPlatformType = string;
|
6221
6221
|
/** Known values of {@link DatabaseFileType} that the service accepts. */
|
6222
6222
|
export declare enum KnownDatabaseFileType {
|
6223
6223
|
/** Rows */
|
@@ -6242,7 +6242,7 @@ export declare enum KnownDatabaseFileType {
|
|
6242
6242
|
* **NotSupported** \
|
6243
6243
|
* **Fulltext**
|
6244
6244
|
*/
|
6245
|
-
export
|
6245
|
+
export type DatabaseFileType = string;
|
6246
6246
|
/** Known values of {@link DatabaseCompatLevel} that the service accepts. */
|
6247
6247
|
export declare enum KnownDatabaseCompatLevel {
|
6248
6248
|
/** CompatLevel80 */
|
@@ -6273,7 +6273,7 @@ export declare enum KnownDatabaseCompatLevel {
|
|
6273
6273
|
* **CompatLevel130** \
|
6274
6274
|
* **CompatLevel140**
|
6275
6275
|
*/
|
6276
|
-
export
|
6276
|
+
export type DatabaseCompatLevel = string;
|
6277
6277
|
/** Known values of {@link DatabaseState} that the service accepts. */
|
6278
6278
|
export declare enum KnownDatabaseState {
|
6279
6279
|
/** Online */
|
@@ -6310,7 +6310,7 @@ export declare enum KnownDatabaseState {
|
|
6310
6310
|
* **Copying** \
|
6311
6311
|
* **OfflineSecondary**
|
6312
6312
|
*/
|
6313
|
-
export
|
6313
|
+
export type DatabaseState = string;
|
6314
6314
|
/** Known values of {@link LoginType} that the service accepts. */
|
6315
6315
|
export declare enum KnownLoginType {
|
6316
6316
|
/** WindowsUser */
|
@@ -6341,7 +6341,7 @@ export declare enum KnownLoginType {
|
|
6341
6341
|
* **ExternalUser** \
|
6342
6342
|
* **ExternalGroup**
|
6343
6343
|
*/
|
6344
|
-
export
|
6344
|
+
export type LoginType = string;
|
6345
6345
|
/** Known values of {@link SchemaMigrationOption} that the service accepts. */
|
6346
6346
|
export declare enum KnownSchemaMigrationOption {
|
6347
6347
|
/** None */
|
@@ -6360,7 +6360,7 @@ export declare enum KnownSchemaMigrationOption {
|
|
6360
6360
|
* **ExtractFromSource** \
|
6361
6361
|
* **UseStorageFile**
|
6362
6362
|
*/
|
6363
|
-
export
|
6363
|
+
export type SchemaMigrationOption = string;
|
6364
6364
|
/** Known values of {@link MigrationState} that the service accepts. */
|
6365
6365
|
export declare enum KnownMigrationState {
|
6366
6366
|
/** None */
|
@@ -6391,7 +6391,7 @@ export declare enum KnownMigrationState {
|
|
6391
6391
|
* **Skipped** \
|
6392
6392
|
* **Stopped**
|
6393
6393
|
*/
|
6394
|
-
export
|
6394
|
+
export type MigrationState = string;
|
6395
6395
|
/** Known values of {@link SchemaMigrationStage} that the service accepts. */
|
6396
6396
|
export declare enum KnownSchemaMigrationStage {
|
6397
6397
|
/** NotStarted */
|
@@ -6431,7 +6431,7 @@ export declare enum KnownSchemaMigrationStage {
|
|
6431
6431
|
* **CompletedWithWarnings** \
|
6432
6432
|
* **Failed**
|
6433
6433
|
*/
|
6434
|
-
export
|
6434
|
+
export type SchemaMigrationStage = string;
|
6435
6435
|
/** Known values of {@link SyncDatabaseMigrationReportingState} that the service accepts. */
|
6436
6436
|
export declare enum KnownSyncDatabaseMigrationReportingState {
|
6437
6437
|
/** Undefined */
|
@@ -6495,7 +6495,7 @@ export declare enum KnownSyncDatabaseMigrationReportingState {
|
|
6495
6495
|
* **BACKUP_IN_PROGRESS** \
|
6496
6496
|
* **BACKUP_COMPLETED**
|
6497
6497
|
*/
|
6498
|
-
export
|
6498
|
+
export type SyncDatabaseMigrationReportingState = string;
|
6499
6499
|
/** Known values of {@link SyncTableMigrationState} that the service accepts. */
|
6500
6500
|
export declare enum KnownSyncTableMigrationState {
|
6501
6501
|
/** BeforeLoad */
|
@@ -6523,7 +6523,7 @@ export declare enum KnownSyncTableMigrationState {
|
|
6523
6523
|
* **ERROR** \
|
6524
6524
|
* **FAILED**
|
6525
6525
|
*/
|
6526
|
-
export
|
6526
|
+
export type SyncTableMigrationState = string;
|
6527
6527
|
/** Known values of {@link ScenarioSource} that the service accepts. */
|
6528
6528
|
export declare enum KnownScenarioSource {
|
6529
6529
|
/** Access */
|
@@ -6566,7 +6566,7 @@ export declare enum KnownScenarioSource {
|
|
6566
6566
|
* **MySQLRDS** \
|
6567
6567
|
* **PostgreSQLRDS**
|
6568
6568
|
*/
|
6569
|
-
export
|
6569
|
+
export type ScenarioSource = string;
|
6570
6570
|
/** Known values of {@link ScenarioTarget} that the service accepts. */
|
6571
6571
|
export declare enum KnownScenarioTarget {
|
6572
6572
|
/** SQLServer */
|
@@ -6597,7 +6597,7 @@ export declare enum KnownScenarioTarget {
|
|
6597
6597
|
* **AzureDBForPostgresSQL** \
|
6598
6598
|
* **MongoDB**
|
6599
6599
|
*/
|
6600
|
-
export
|
6600
|
+
export type ScenarioTarget = string;
|
6601
6601
|
/** Known values of {@link ReplicateMigrationState} that the service accepts. */
|
6602
6602
|
export declare enum KnownReplicateMigrationState {
|
6603
6603
|
/** Undefined */
|
@@ -6625,7 +6625,7 @@ export declare enum KnownReplicateMigrationState {
|
|
6625
6625
|
* **ACTION_REQUIRED** \
|
6626
6626
|
* **FAILED**
|
6627
6627
|
*/
|
6628
|
-
export
|
6628
|
+
export type ReplicateMigrationState = string;
|
6629
6629
|
/** Known values of {@link MigrationStatus} that the service accepts. */
|
6630
6630
|
export declare enum KnownMigrationStatus {
|
6631
6631
|
/** Default */
|
@@ -6665,7 +6665,7 @@ export declare enum KnownMigrationStatus {
|
|
6665
6665
|
* **Completed** \
|
6666
6666
|
* **CompletedWithWarnings**
|
6667
6667
|
*/
|
6668
|
-
export
|
6668
|
+
export type MigrationStatus = string;
|
6669
6669
|
/** Known values of {@link ValidationStatus} that the service accepts. */
|
6670
6670
|
export declare enum KnownValidationStatus {
|
6671
6671
|
/** Default */
|
@@ -6699,7 +6699,7 @@ export declare enum KnownValidationStatus {
|
|
6699
6699
|
* **Stopped** \
|
6700
6700
|
* **Failed**
|
6701
6701
|
*/
|
6702
|
-
export
|
6702
|
+
export type ValidationStatus = string;
|
6703
6703
|
/** Known values of {@link DatabaseMigrationStage} that the service accepts. */
|
6704
6704
|
export declare enum KnownDatabaseMigrationStage {
|
6705
6705
|
/** None */
|
@@ -6727,7 +6727,7 @@ export declare enum KnownDatabaseMigrationStage {
|
|
6727
6727
|
* **Restore** \
|
6728
6728
|
* **Completed**
|
6729
6729
|
*/
|
6730
|
-
export
|
6730
|
+
export type DatabaseMigrationStage = string;
|
6731
6731
|
/** Known values of {@link Severity} that the service accepts. */
|
6732
6732
|
export declare enum KnownSeverity {
|
6733
6733
|
/** Message */
|
@@ -6746,7 +6746,7 @@ export declare enum KnownSeverity {
|
|
6746
6746
|
* **Warning** \
|
6747
6747
|
* **Error**
|
6748
6748
|
*/
|
6749
|
-
export
|
6749
|
+
export type Severity = string;
|
6750
6750
|
/** Known values of {@link ObjectType} that the service accepts. */
|
6751
6751
|
export declare enum KnownObjectType {
|
6752
6752
|
/** StoredProcedures */
|
@@ -6771,7 +6771,7 @@ export declare enum KnownObjectType {
|
|
6771
6771
|
* **View** \
|
6772
6772
|
* **Function**
|
6773
6773
|
*/
|
6774
|
-
export
|
6774
|
+
export type ObjectType = string;
|
6775
6775
|
/** Known values of {@link UpdateActionType} that the service accepts. */
|
6776
6776
|
export declare enum KnownUpdateActionType {
|
6777
6777
|
/** DeletedOnTarget */
|
@@ -6790,7 +6790,7 @@ export declare enum KnownUpdateActionType {
|
|
6790
6790
|
* **ChangedOnTarget** \
|
6791
6791
|
* **AddedOnTarget**
|
6792
6792
|
*/
|
6793
|
-
export
|
6793
|
+
export type UpdateActionType = string;
|
6794
6794
|
/** Known values of {@link DatabaseMigrationState} that the service accepts. */
|
6795
6795
|
export declare enum KnownDatabaseMigrationState {
|
6796
6796
|
/** Undefined */
|
@@ -6830,7 +6830,7 @@ export declare enum KnownDatabaseMigrationState {
|
|
6830
6830
|
* **CANCELLED** \
|
6831
6831
|
* **FAILED**
|
6832
6832
|
*/
|
6833
|
-
export
|
6833
|
+
export type DatabaseMigrationState = string;
|
6834
6834
|
/** Known values of {@link BackupMode} that the service accepts. */
|
6835
6835
|
export declare enum KnownBackupMode {
|
6836
6836
|
/** CreateBackup */
|
@@ -6846,7 +6846,7 @@ export declare enum KnownBackupMode {
|
|
6846
6846
|
* **CreateBackup** \
|
6847
6847
|
* **ExistingBackup**
|
6848
6848
|
*/
|
6849
|
-
export
|
6849
|
+
export type BackupMode = string;
|
6850
6850
|
/** Known values of {@link LoginMigrationStage} that the service accepts. */
|
6851
6851
|
export declare enum KnownLoginMigrationStage {
|
6852
6852
|
/** None */
|
@@ -6883,7 +6883,7 @@ export declare enum KnownLoginMigrationStage {
|
|
6883
6883
|
* **EstablishObjectPermissions** \
|
6884
6884
|
* **Completed**
|
6885
6885
|
*/
|
6886
|
-
export
|
6886
|
+
export type LoginMigrationStage = string;
|
6887
6887
|
/** Known values of {@link SsisStoreType} that the service accepts. */
|
6888
6888
|
export declare enum KnownSsisStoreType {
|
6889
6889
|
/** SsisCatalog */
|
@@ -6896,7 +6896,7 @@ export declare enum KnownSsisStoreType {
|
|
6896
6896
|
* ### Known values supported by the service
|
6897
6897
|
* **SsisCatalog**
|
6898
6898
|
*/
|
6899
|
-
export
|
6899
|
+
export type SsisStoreType = string;
|
6900
6900
|
/** Known values of {@link SsisMigrationOverwriteOption} that the service accepts. */
|
6901
6901
|
export declare enum KnownSsisMigrationOverwriteOption {
|
6902
6902
|
/** Ignore */
|
@@ -6912,7 +6912,7 @@ export declare enum KnownSsisMigrationOverwriteOption {
|
|
6912
6912
|
* **Ignore** \
|
6913
6913
|
* **Overwrite**
|
6914
6914
|
*/
|
6915
|
-
export
|
6915
|
+
export type SsisMigrationOverwriteOption = string;
|
6916
6916
|
/** Known values of {@link SsisMigrationStage} that the service accepts. */
|
6917
6917
|
export declare enum KnownSsisMigrationStage {
|
6918
6918
|
/** None */
|
@@ -6934,7 +6934,7 @@ export declare enum KnownSsisMigrationStage {
|
|
6934
6934
|
* **InProgress** \
|
6935
6935
|
* **Completed**
|
6936
6936
|
*/
|
6937
|
-
export
|
6937
|
+
export type SsisMigrationStage = string;
|
6938
6938
|
/** Known values of {@link MongoDbShardKeyOrder} that the service accepts. */
|
6939
6939
|
export declare enum KnownMongoDbShardKeyOrder {
|
6940
6940
|
/** Forward */
|
@@ -6953,7 +6953,7 @@ export declare enum KnownMongoDbShardKeyOrder {
|
|
6953
6953
|
* **Reverse** \
|
6954
6954
|
* **Hashed**
|
6955
6955
|
*/
|
6956
|
-
export
|
6956
|
+
export type MongoDbShardKeyOrder = string;
|
6957
6957
|
/** Known values of {@link MongoDbClusterType} that the service accepts. */
|
6958
6958
|
export declare enum KnownMongoDbClusterType {
|
6959
6959
|
/** BlobContainer */
|
@@ -6972,7 +6972,7 @@ export declare enum KnownMongoDbClusterType {
|
|
6972
6972
|
* **CosmosDb** \
|
6973
6973
|
* **MongoDb**
|
6974
6974
|
*/
|
6975
|
-
export
|
6975
|
+
export type MongoDbClusterType = string;
|
6976
6976
|
/** Known values of {@link MongoDbErrorType} that the service accepts. */
|
6977
6977
|
export declare enum KnownMongoDbErrorType {
|
6978
6978
|
/** Error */
|
@@ -6991,7 +6991,7 @@ export declare enum KnownMongoDbErrorType {
|
|
6991
6991
|
* **ValidationError** \
|
6992
6992
|
* **Warning**
|
6993
6993
|
*/
|
6994
|
-
export
|
6994
|
+
export type MongoDbErrorType = string;
|
6995
6995
|
/** Known values of {@link MongoDbProgressResultType} that the service accepts. */
|
6996
6996
|
export declare enum KnownMongoDbProgressResultType {
|
6997
6997
|
/** Migration */
|
@@ -7010,7 +7010,7 @@ export declare enum KnownMongoDbProgressResultType {
|
|
7010
7010
|
* **Database** \
|
7011
7011
|
* **Collection**
|
7012
7012
|
*/
|
7013
|
-
export
|
7013
|
+
export type MongoDbProgressResultType = string;
|
7014
7014
|
/** Known values of {@link MongoDbMigrationState} that the service accepts. */
|
7015
7015
|
export declare enum KnownMongoDbMigrationState {
|
7016
7016
|
/** NotStarted */
|
@@ -7053,7 +7053,7 @@ export declare enum KnownMongoDbMigrationState {
|
|
7053
7053
|
* **Canceled** \
|
7054
7054
|
* **Failed**
|
7055
7055
|
*/
|
7056
|
-
export
|
7056
|
+
export type MongoDbMigrationState = string;
|
7057
7057
|
/** Known values of {@link MongoDbReplication} that the service accepts. */
|
7058
7058
|
export declare enum KnownMongoDbReplication {
|
7059
7059
|
/** Disabled */
|
@@ -7072,7 +7072,7 @@ export declare enum KnownMongoDbReplication {
|
|
7072
7072
|
* **OneTime** \
|
7073
7073
|
* **Continuous**
|
7074
7074
|
*/
|
7075
|
-
export
|
7075
|
+
export type MongoDbReplication = string;
|
7076
7076
|
/** Known values of {@link DataMigrationResultCode} that the service accepts. */
|
7077
7077
|
export declare enum KnownDataMigrationResultCode {
|
7078
7078
|
/** Initial */
|
@@ -7100,7 +7100,7 @@ export declare enum KnownDataMigrationResultCode {
|
|
7100
7100
|
* **TargetObjectIsInaccessible** \
|
7101
7101
|
* **FatalError**
|
7102
7102
|
*/
|
7103
|
-
export
|
7103
|
+
export type DataMigrationResultCode = string;
|
7104
7104
|
/** Known values of {@link ErrorType} that the service accepts. */
|
7105
7105
|
export declare enum KnownErrorType {
|
7106
7106
|
/** Default */
|
@@ -7119,9 +7119,9 @@ export declare enum KnownErrorType {
|
|
7119
7119
|
* **Warning** \
|
7120
7120
|
* **Error**
|
7121
7121
|
*/
|
7122
|
-
export
|
7122
|
+
export type ErrorType = string;
|
7123
7123
|
/** Defines values for ServerLevelPermissionsGroup. */
|
7124
|
-
export
|
7124
|
+
export type ServerLevelPermissionsGroup = "Default" | "MigrationFromSqlServerToAzureDB" | "MigrationFromSqlServerToAzureMI" | "MigrationFromMySQLToAzureDBForMySQL";
|
7125
7125
|
/** Optional parameters. */
|
7126
7126
|
export interface DatabaseMigrationsSqlMiGetOptionalParams extends coreClient.OperationOptions {
|
7127
7127
|
/** Optional migration operation ID. If this is provided, then details of migration operation for that ID are retrieved. If not provided (default), then details related to most recent or current operation are retrieved. */
|
@@ -7130,7 +7130,7 @@ export interface DatabaseMigrationsSqlMiGetOptionalParams extends coreClient.Ope
|
|
7130
7130
|
expand?: string;
|
7131
7131
|
}
|
7132
7132
|
/** Contains response data for the get operation. */
|
7133
|
-
export
|
7133
|
+
export type DatabaseMigrationsSqlMiGetResponse = DatabaseMigrationSqlMi;
|
7134
7134
|
/** Optional parameters. */
|
7135
7135
|
export interface DatabaseMigrationsSqlMiCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
7136
7136
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -7139,7 +7139,7 @@ export interface DatabaseMigrationsSqlMiCreateOrUpdateOptionalParams extends cor
|
|
7139
7139
|
resumeFrom?: string;
|
7140
7140
|
}
|
7141
7141
|
/** Contains response data for the createOrUpdate operation. */
|
7142
|
-
export
|
7142
|
+
export type DatabaseMigrationsSqlMiCreateOrUpdateResponse = DatabaseMigrationSqlMi;
|
7143
7143
|
/** Optional parameters. */
|
7144
7144
|
export interface DatabaseMigrationsSqlMiCancelOptionalParams extends coreClient.OperationOptions {
|
7145
7145
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -7162,7 +7162,7 @@ export interface DatabaseMigrationsSqlVmGetOptionalParams extends coreClient.Ope
|
|
7162
7162
|
expand?: string;
|
7163
7163
|
}
|
7164
7164
|
/** Contains response data for the get operation. */
|
7165
|
-
export
|
7165
|
+
export type DatabaseMigrationsSqlVmGetResponse = DatabaseMigrationSqlVm;
|
7166
7166
|
/** Optional parameters. */
|
7167
7167
|
export interface DatabaseMigrationsSqlVmCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
7168
7168
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -7171,7 +7171,7 @@ export interface DatabaseMigrationsSqlVmCreateOrUpdateOptionalParams extends cor
|
|
7171
7171
|
resumeFrom?: string;
|
7172
7172
|
}
|
7173
7173
|
/** Contains response data for the createOrUpdate operation. */
|
7174
|
-
export
|
7174
|
+
export type DatabaseMigrationsSqlVmCreateOrUpdateResponse = DatabaseMigrationSqlVm;
|
7175
7175
|
/** Optional parameters. */
|
7176
7176
|
export interface DatabaseMigrationsSqlVmCancelOptionalParams extends coreClient.OperationOptions {
|
7177
7177
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -7190,17 +7190,17 @@ export interface DatabaseMigrationsSqlVmCutoverOptionalParams extends coreClient
|
|
7190
7190
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
7191
7191
|
}
|
7192
7192
|
/** Contains response data for the list operation. */
|
7193
|
-
export
|
7193
|
+
export type OperationsListResponse = OperationListResult;
|
7194
7194
|
/** Optional parameters. */
|
7195
7195
|
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
7196
7196
|
}
|
7197
7197
|
/** Contains response data for the listNext operation. */
|
7198
|
-
export
|
7198
|
+
export type OperationsListNextResponse = OperationListResult;
|
7199
7199
|
/** Optional parameters. */
|
7200
7200
|
export interface SqlMigrationServicesGetOptionalParams extends coreClient.OperationOptions {
|
7201
7201
|
}
|
7202
7202
|
/** Contains response data for the get operation. */
|
7203
|
-
export
|
7203
|
+
export type SqlMigrationServicesGetResponse = SqlMigrationService;
|
7204
7204
|
/** Optional parameters. */
|
7205
7205
|
export interface SqlMigrationServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
7206
7206
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -7209,7 +7209,7 @@ export interface SqlMigrationServicesCreateOrUpdateOptionalParams extends coreCl
|
|
7209
7209
|
resumeFrom?: string;
|
7210
7210
|
}
|
7211
7211
|
/** Contains response data for the createOrUpdate operation. */
|
7212
|
-
export
|
7212
|
+
export type SqlMigrationServicesCreateOrUpdateResponse = SqlMigrationService;
|
7213
7213
|
/** Optional parameters. */
|
7214
7214
|
export interface SqlMigrationServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
7215
7215
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -7225,67 +7225,67 @@ export interface SqlMigrationServicesUpdateOptionalParams extends coreClient.Ope
|
|
7225
7225
|
resumeFrom?: string;
|
7226
7226
|
}
|
7227
7227
|
/** Contains response data for the update operation. */
|
7228
|
-
export
|
7228
|
+
export type SqlMigrationServicesUpdateResponse = SqlMigrationService;
|
7229
7229
|
/** Optional parameters. */
|
7230
7230
|
export interface SqlMigrationServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
7231
7231
|
}
|
7232
7232
|
/** Contains response data for the listByResourceGroup operation. */
|
7233
|
-
export
|
7233
|
+
export type SqlMigrationServicesListByResourceGroupResponse = SqlMigrationListResult;
|
7234
7234
|
/** Optional parameters. */
|
7235
7235
|
export interface SqlMigrationServicesListAuthKeysOptionalParams extends coreClient.OperationOptions {
|
7236
7236
|
}
|
7237
7237
|
/** Contains response data for the listAuthKeys operation. */
|
7238
|
-
export
|
7238
|
+
export type SqlMigrationServicesListAuthKeysResponse = AuthenticationKeys;
|
7239
7239
|
/** Optional parameters. */
|
7240
7240
|
export interface SqlMigrationServicesRegenerateAuthKeysOptionalParams extends coreClient.OperationOptions {
|
7241
7241
|
}
|
7242
7242
|
/** Contains response data for the regenerateAuthKeys operation. */
|
7243
|
-
export
|
7243
|
+
export type SqlMigrationServicesRegenerateAuthKeysResponse = RegenAuthKeys;
|
7244
7244
|
/** Optional parameters. */
|
7245
7245
|
export interface SqlMigrationServicesDeleteNodeOptionalParams extends coreClient.OperationOptions {
|
7246
7246
|
}
|
7247
7247
|
/** Contains response data for the deleteNode operation. */
|
7248
|
-
export
|
7248
|
+
export type SqlMigrationServicesDeleteNodeResponse = DeleteNode;
|
7249
7249
|
/** Optional parameters. */
|
7250
7250
|
export interface SqlMigrationServicesListMigrationsOptionalParams extends coreClient.OperationOptions {
|
7251
7251
|
}
|
7252
7252
|
/** Contains response data for the listMigrations operation. */
|
7253
|
-
export
|
7253
|
+
export type SqlMigrationServicesListMigrationsResponse = DatabaseMigrationListResult;
|
7254
7254
|
/** Optional parameters. */
|
7255
7255
|
export interface SqlMigrationServicesListMonitoringDataOptionalParams extends coreClient.OperationOptions {
|
7256
7256
|
}
|
7257
7257
|
/** Contains response data for the listMonitoringData operation. */
|
7258
|
-
export
|
7258
|
+
export type SqlMigrationServicesListMonitoringDataResponse = IntegrationRuntimeMonitoringData;
|
7259
7259
|
/** Optional parameters. */
|
7260
7260
|
export interface SqlMigrationServicesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
7261
7261
|
}
|
7262
7262
|
/** Contains response data for the listBySubscription operation. */
|
7263
|
-
export
|
7263
|
+
export type SqlMigrationServicesListBySubscriptionResponse = SqlMigrationListResult;
|
7264
7264
|
/** Optional parameters. */
|
7265
7265
|
export interface SqlMigrationServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
7266
7266
|
}
|
7267
7267
|
/** Contains response data for the listByResourceGroupNext operation. */
|
7268
|
-
export
|
7268
|
+
export type SqlMigrationServicesListByResourceGroupNextResponse = SqlMigrationListResult;
|
7269
7269
|
/** Optional parameters. */
|
7270
7270
|
export interface SqlMigrationServicesListMigrationsNextOptionalParams extends coreClient.OperationOptions {
|
7271
7271
|
}
|
7272
7272
|
/** Contains response data for the listMigrationsNext operation. */
|
7273
|
-
export
|
7273
|
+
export type SqlMigrationServicesListMigrationsNextResponse = DatabaseMigrationListResult;
|
7274
7274
|
/** Optional parameters. */
|
7275
7275
|
export interface SqlMigrationServicesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
7276
7276
|
}
|
7277
7277
|
/** Contains response data for the listBySubscriptionNext operation. */
|
7278
|
-
export
|
7278
|
+
export type SqlMigrationServicesListBySubscriptionNextResponse = SqlMigrationListResult;
|
7279
7279
|
/** Optional parameters. */
|
7280
7280
|
export interface ResourceSkusListSkusOptionalParams extends coreClient.OperationOptions {
|
7281
7281
|
}
|
7282
7282
|
/** Contains response data for the listSkus operation. */
|
7283
|
-
export
|
7283
|
+
export type ResourceSkusListSkusResponse = ResourceSkusResult;
|
7284
7284
|
/** Optional parameters. */
|
7285
7285
|
export interface ResourceSkusListSkusNextOptionalParams extends coreClient.OperationOptions {
|
7286
7286
|
}
|
7287
7287
|
/** Contains response data for the listSkusNext operation. */
|
7288
|
-
export
|
7288
|
+
export type ResourceSkusListSkusNextResponse = ResourceSkusResult;
|
7289
7289
|
/** Optional parameters. */
|
7290
7290
|
export interface ServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
7291
7291
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -7294,12 +7294,12 @@ export interface ServicesCreateOrUpdateOptionalParams extends coreClient.Operati
|
|
7294
7294
|
resumeFrom?: string;
|
7295
7295
|
}
|
7296
7296
|
/** Contains response data for the createOrUpdate operation. */
|
7297
|
-
export
|
7297
|
+
export type ServicesCreateOrUpdateResponse = DataMigrationService;
|
7298
7298
|
/** Optional parameters. */
|
7299
7299
|
export interface ServicesGetOptionalParams extends coreClient.OperationOptions {
|
7300
7300
|
}
|
7301
7301
|
/** Contains response data for the get operation. */
|
7302
|
-
export
|
7302
|
+
export type ServicesGetResponse = DataMigrationService;
|
7303
7303
|
/** Optional parameters. */
|
7304
7304
|
export interface ServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
7305
7305
|
/** Delete the resource even if it contains running tasks */
|
@@ -7317,12 +7317,12 @@ export interface ServicesUpdateOptionalParams extends coreClient.OperationOption
|
|
7317
7317
|
resumeFrom?: string;
|
7318
7318
|
}
|
7319
7319
|
/** Contains response data for the update operation. */
|
7320
|
-
export
|
7320
|
+
export type ServicesUpdateResponse = DataMigrationService;
|
7321
7321
|
/** Optional parameters. */
|
7322
7322
|
export interface ServicesCheckStatusOptionalParams extends coreClient.OperationOptions {
|
7323
7323
|
}
|
7324
7324
|
/** Contains response data for the checkStatus operation. */
|
7325
|
-
export
|
7325
|
+
export type ServicesCheckStatusResponse = DataMigrationServiceStatusResponse;
|
7326
7326
|
/** Optional parameters. */
|
7327
7327
|
export interface ServicesStartOptionalParams extends coreClient.OperationOptions {
|
7328
7328
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -7341,61 +7341,61 @@ export interface ServicesStopOptionalParams extends coreClient.OperationOptions
|
|
7341
7341
|
export interface ServicesListSkusOptionalParams extends coreClient.OperationOptions {
|
7342
7342
|
}
|
7343
7343
|
/** Contains response data for the listSkus operation. */
|
7344
|
-
export
|
7344
|
+
export type ServicesListSkusResponse = ServiceSkuList;
|
7345
7345
|
/** Optional parameters. */
|
7346
7346
|
export interface ServicesCheckChildrenNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
7347
7347
|
}
|
7348
7348
|
/** Contains response data for the checkChildrenNameAvailability operation. */
|
7349
|
-
export
|
7349
|
+
export type ServicesCheckChildrenNameAvailabilityResponse = NameAvailabilityResponse;
|
7350
7350
|
/** Optional parameters. */
|
7351
7351
|
export interface ServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
7352
7352
|
}
|
7353
7353
|
/** Contains response data for the listByResourceGroup operation. */
|
7354
|
-
export
|
7354
|
+
export type ServicesListByResourceGroupResponse = DataMigrationServiceList;
|
7355
7355
|
/** Optional parameters. */
|
7356
7356
|
export interface ServicesListOptionalParams extends coreClient.OperationOptions {
|
7357
7357
|
}
|
7358
7358
|
/** Contains response data for the list operation. */
|
7359
|
-
export
|
7359
|
+
export type ServicesListResponse = DataMigrationServiceList;
|
7360
7360
|
/** Optional parameters. */
|
7361
7361
|
export interface ServicesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
7362
7362
|
}
|
7363
7363
|
/** Contains response data for the checkNameAvailability operation. */
|
7364
|
-
export
|
7364
|
+
export type ServicesCheckNameAvailabilityResponse = NameAvailabilityResponse;
|
7365
7365
|
/** Optional parameters. */
|
7366
7366
|
export interface ServicesListSkusNextOptionalParams extends coreClient.OperationOptions {
|
7367
7367
|
}
|
7368
7368
|
/** Contains response data for the listSkusNext operation. */
|
7369
|
-
export
|
7369
|
+
export type ServicesListSkusNextResponse = ServiceSkuList;
|
7370
7370
|
/** Optional parameters. */
|
7371
7371
|
export interface ServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
7372
7372
|
}
|
7373
7373
|
/** Contains response data for the listByResourceGroupNext operation. */
|
7374
|
-
export
|
7374
|
+
export type ServicesListByResourceGroupNextResponse = DataMigrationServiceList;
|
7375
7375
|
/** Optional parameters. */
|
7376
7376
|
export interface ServicesListNextOptionalParams extends coreClient.OperationOptions {
|
7377
7377
|
}
|
7378
7378
|
/** Contains response data for the listNext operation. */
|
7379
|
-
export
|
7379
|
+
export type ServicesListNextResponse = DataMigrationServiceList;
|
7380
7380
|
/** Optional parameters. */
|
7381
7381
|
export interface TasksListOptionalParams extends coreClient.OperationOptions {
|
7382
7382
|
/** Filter tasks by task type */
|
7383
7383
|
taskType?: string;
|
7384
7384
|
}
|
7385
7385
|
/** Contains response data for the list operation. */
|
7386
|
-
export
|
7386
|
+
export type TasksListResponse = TaskList;
|
7387
7387
|
/** Optional parameters. */
|
7388
7388
|
export interface TasksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
7389
7389
|
}
|
7390
7390
|
/** Contains response data for the createOrUpdate operation. */
|
7391
|
-
export
|
7391
|
+
export type TasksCreateOrUpdateResponse = ProjectTask;
|
7392
7392
|
/** Optional parameters. */
|
7393
7393
|
export interface TasksGetOptionalParams extends coreClient.OperationOptions {
|
7394
7394
|
/** Expand the response */
|
7395
7395
|
expand?: string;
|
7396
7396
|
}
|
7397
7397
|
/** Contains response data for the get operation. */
|
7398
|
-
export
|
7398
|
+
export type TasksGetResponse = ProjectTask;
|
7399
7399
|
/** Optional parameters. */
|
7400
7400
|
export interface TasksDeleteOptionalParams extends coreClient.OperationOptions {
|
7401
7401
|
/** Delete the resource even if it contains running tasks */
|
@@ -7405,43 +7405,43 @@ export interface TasksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
7405
7405
|
export interface TasksUpdateOptionalParams extends coreClient.OperationOptions {
|
7406
7406
|
}
|
7407
7407
|
/** Contains response data for the update operation. */
|
7408
|
-
export
|
7408
|
+
export type TasksUpdateResponse = ProjectTask;
|
7409
7409
|
/** Optional parameters. */
|
7410
7410
|
export interface TasksCancelOptionalParams extends coreClient.OperationOptions {
|
7411
7411
|
}
|
7412
7412
|
/** Contains response data for the cancel operation. */
|
7413
|
-
export
|
7413
|
+
export type TasksCancelResponse = ProjectTask;
|
7414
7414
|
/** Optional parameters. */
|
7415
7415
|
export interface TasksCommandOptionalParams extends coreClient.OperationOptions {
|
7416
7416
|
}
|
7417
7417
|
/** Contains response data for the command operation. */
|
7418
|
-
export
|
7418
|
+
export type TasksCommandResponse = CommandPropertiesUnion;
|
7419
7419
|
/** Optional parameters. */
|
7420
7420
|
export interface TasksListNextOptionalParams extends coreClient.OperationOptions {
|
7421
7421
|
/** Filter tasks by task type */
|
7422
7422
|
taskType?: string;
|
7423
7423
|
}
|
7424
7424
|
/** Contains response data for the listNext operation. */
|
7425
|
-
export
|
7425
|
+
export type TasksListNextResponse = TaskList;
|
7426
7426
|
/** Optional parameters. */
|
7427
7427
|
export interface ServiceTasksListOptionalParams extends coreClient.OperationOptions {
|
7428
7428
|
/** Filter tasks by task type */
|
7429
7429
|
taskType?: string;
|
7430
7430
|
}
|
7431
7431
|
/** Contains response data for the list operation. */
|
7432
|
-
export
|
7432
|
+
export type ServiceTasksListResponse = TaskList;
|
7433
7433
|
/** Optional parameters. */
|
7434
7434
|
export interface ServiceTasksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
7435
7435
|
}
|
7436
7436
|
/** Contains response data for the createOrUpdate operation. */
|
7437
|
-
export
|
7437
|
+
export type ServiceTasksCreateOrUpdateResponse = ProjectTask;
|
7438
7438
|
/** Optional parameters. */
|
7439
7439
|
export interface ServiceTasksGetOptionalParams extends coreClient.OperationOptions {
|
7440
7440
|
/** Expand the response */
|
7441
7441
|
expand?: string;
|
7442
7442
|
}
|
7443
7443
|
/** Contains response data for the get operation. */
|
7444
|
-
export
|
7444
|
+
export type ServiceTasksGetResponse = ProjectTask;
|
7445
7445
|
/** Optional parameters. */
|
7446
7446
|
export interface ServiceTasksDeleteOptionalParams extends coreClient.OperationOptions {
|
7447
7447
|
/** Delete the resource even if it contains running tasks */
|
@@ -7451,34 +7451,34 @@ export interface ServiceTasksDeleteOptionalParams extends coreClient.OperationOp
|
|
7451
7451
|
export interface ServiceTasksUpdateOptionalParams extends coreClient.OperationOptions {
|
7452
7452
|
}
|
7453
7453
|
/** Contains response data for the update operation. */
|
7454
|
-
export
|
7454
|
+
export type ServiceTasksUpdateResponse = ProjectTask;
|
7455
7455
|
/** Optional parameters. */
|
7456
7456
|
export interface ServiceTasksCancelOptionalParams extends coreClient.OperationOptions {
|
7457
7457
|
}
|
7458
7458
|
/** Contains response data for the cancel operation. */
|
7459
|
-
export
|
7459
|
+
export type ServiceTasksCancelResponse = ProjectTask;
|
7460
7460
|
/** Optional parameters. */
|
7461
7461
|
export interface ServiceTasksListNextOptionalParams extends coreClient.OperationOptions {
|
7462
7462
|
/** Filter tasks by task type */
|
7463
7463
|
taskType?: string;
|
7464
7464
|
}
|
7465
7465
|
/** Contains response data for the listNext operation. */
|
7466
|
-
export
|
7466
|
+
export type ServiceTasksListNextResponse = TaskList;
|
7467
7467
|
/** Optional parameters. */
|
7468
7468
|
export interface ProjectsListOptionalParams extends coreClient.OperationOptions {
|
7469
7469
|
}
|
7470
7470
|
/** Contains response data for the list operation. */
|
7471
|
-
export
|
7471
|
+
export type ProjectsListResponse = ProjectList;
|
7472
7472
|
/** Optional parameters. */
|
7473
7473
|
export interface ProjectsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
7474
7474
|
}
|
7475
7475
|
/** Contains response data for the createOrUpdate operation. */
|
7476
|
-
export
|
7476
|
+
export type ProjectsCreateOrUpdateResponse = Project;
|
7477
7477
|
/** Optional parameters. */
|
7478
7478
|
export interface ProjectsGetOptionalParams extends coreClient.OperationOptions {
|
7479
7479
|
}
|
7480
7480
|
/** Contains response data for the get operation. */
|
7481
|
-
export
|
7481
|
+
export type ProjectsGetResponse = Project;
|
7482
7482
|
/** Optional parameters. */
|
7483
7483
|
export interface ProjectsDeleteOptionalParams extends coreClient.OperationOptions {
|
7484
7484
|
/** Delete the resource even if it contains running tasks */
|
@@ -7488,37 +7488,37 @@ export interface ProjectsDeleteOptionalParams extends coreClient.OperationOption
|
|
7488
7488
|
export interface ProjectsUpdateOptionalParams extends coreClient.OperationOptions {
|
7489
7489
|
}
|
7490
7490
|
/** Contains response data for the update operation. */
|
7491
|
-
export
|
7491
|
+
export type ProjectsUpdateResponse = Project;
|
7492
7492
|
/** Optional parameters. */
|
7493
7493
|
export interface ProjectsListNextOptionalParams extends coreClient.OperationOptions {
|
7494
7494
|
}
|
7495
7495
|
/** Contains response data for the listNext operation. */
|
7496
|
-
export
|
7496
|
+
export type ProjectsListNextResponse = ProjectList;
|
7497
7497
|
/** Optional parameters. */
|
7498
7498
|
export interface UsagesListOptionalParams extends coreClient.OperationOptions {
|
7499
7499
|
}
|
7500
7500
|
/** Contains response data for the list operation. */
|
7501
|
-
export
|
7501
|
+
export type UsagesListResponse = QuotaList;
|
7502
7502
|
/** Optional parameters. */
|
7503
7503
|
export interface UsagesListNextOptionalParams extends coreClient.OperationOptions {
|
7504
7504
|
}
|
7505
7505
|
/** Contains response data for the listNext operation. */
|
7506
|
-
export
|
7506
|
+
export type UsagesListNextResponse = QuotaList;
|
7507
7507
|
/** Optional parameters. */
|
7508
7508
|
export interface FilesListOptionalParams extends coreClient.OperationOptions {
|
7509
7509
|
}
|
7510
7510
|
/** Contains response data for the list operation. */
|
7511
|
-
export
|
7511
|
+
export type FilesListResponse = FileList;
|
7512
7512
|
/** Optional parameters. */
|
7513
7513
|
export interface FilesGetOptionalParams extends coreClient.OperationOptions {
|
7514
7514
|
}
|
7515
7515
|
/** Contains response data for the get operation. */
|
7516
|
-
export
|
7516
|
+
export type FilesGetResponse = ProjectFile;
|
7517
7517
|
/** Optional parameters. */
|
7518
7518
|
export interface FilesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
7519
7519
|
}
|
7520
7520
|
/** Contains response data for the createOrUpdate operation. */
|
7521
|
-
export
|
7521
|
+
export type FilesCreateOrUpdateResponse = ProjectFile;
|
7522
7522
|
/** Optional parameters. */
|
7523
7523
|
export interface FilesDeleteOptionalParams extends coreClient.OperationOptions {
|
7524
7524
|
}
|
@@ -7526,22 +7526,22 @@ export interface FilesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
7526
7526
|
export interface FilesUpdateOptionalParams extends coreClient.OperationOptions {
|
7527
7527
|
}
|
7528
7528
|
/** Contains response data for the update operation. */
|
7529
|
-
export
|
7529
|
+
export type FilesUpdateResponse = ProjectFile;
|
7530
7530
|
/** Optional parameters. */
|
7531
7531
|
export interface FilesReadOptionalParams extends coreClient.OperationOptions {
|
7532
7532
|
}
|
7533
7533
|
/** Contains response data for the read operation. */
|
7534
|
-
export
|
7534
|
+
export type FilesReadResponse = FileStorageInfo;
|
7535
7535
|
/** Optional parameters. */
|
7536
7536
|
export interface FilesReadWriteOptionalParams extends coreClient.OperationOptions {
|
7537
7537
|
}
|
7538
7538
|
/** Contains response data for the readWrite operation. */
|
7539
|
-
export
|
7539
|
+
export type FilesReadWriteResponse = FileStorageInfo;
|
7540
7540
|
/** Optional parameters. */
|
7541
7541
|
export interface FilesListNextOptionalParams extends coreClient.OperationOptions {
|
7542
7542
|
}
|
7543
7543
|
/** Contains response data for the listNext operation. */
|
7544
|
-
export
|
7544
|
+
export type FilesListNextResponse = FileList;
|
7545
7545
|
/** Optional parameters. */
|
7546
7546
|
export interface DataMigrationManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
7547
7547
|
/** server parameter */
|