@azure/arm-migrationassessment 1.0.0-alpha.20250718.1 → 1.0.0-alpha.20250722.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/azureMigrateAssessmentService.js +38 -5
- package/dist/browser/azureMigrateAssessmentService.js.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +1209 -588
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/assessedMachinesOperations.js +23 -40
- package/dist/browser/operations/assessedMachinesOperations.js.map +1 -1
- package/dist/browser/operations/assessedSqlDatabaseV2Operations.js +23 -40
- package/dist/browser/operations/assessedSqlDatabaseV2Operations.js.map +1 -1
- package/dist/browser/operations/assessedSqlInstanceV2Operations.js +23 -40
- package/dist/browser/operations/assessedSqlInstanceV2Operations.js.map +1 -1
- package/dist/browser/operations/assessedSqlMachinesOperations.js +23 -40
- package/dist/browser/operations/assessedSqlMachinesOperations.js.map +1 -1
- package/dist/browser/operations/assessedSqlRecommendedEntityOperations.js +23 -40
- package/dist/browser/operations/assessedSqlRecommendedEntityOperations.js.map +1 -1
- package/dist/browser/operations/assessmentOptionsOperations.js +23 -40
- package/dist/browser/operations/assessmentOptionsOperations.js.map +1 -1
- package/dist/browser/operations/assessmentProjectSummaryOperations.js +23 -40
- package/dist/browser/operations/assessmentProjectSummaryOperations.js.map +1 -1
- package/dist/browser/operations/assessmentProjectsOperations.js +67 -91
- package/dist/browser/operations/assessmentProjectsOperations.js.map +1 -1
- package/dist/browser/operations/assessmentsOperations.js +45 -52
- package/dist/browser/operations/assessmentsOperations.js.map +1 -1
- package/dist/browser/operations/avsAssessedMachinesOperations.js +23 -40
- package/dist/browser/operations/avsAssessedMachinesOperations.js.map +1 -1
- package/dist/browser/operations/avsAssessmentOptionsOperations.js +23 -40
- package/dist/browser/operations/avsAssessmentOptionsOperations.js.map +1 -1
- package/dist/browser/operations/avsAssessmentsOperations.js +45 -52
- package/dist/browser/operations/avsAssessmentsOperations.js.map +1 -1
- package/dist/browser/operations/groupsOperations.js +45 -52
- package/dist/browser/operations/groupsOperations.js.map +1 -1
- package/dist/browser/operations/hypervCollectorsOperations.js +34 -46
- package/dist/browser/operations/hypervCollectorsOperations.js.map +1 -1
- package/dist/browser/operations/importCollectorsOperations.js +34 -46
- package/dist/browser/operations/importCollectorsOperations.js.map +1 -1
- package/dist/browser/operations/machinesOperations.js +23 -40
- package/dist/browser/operations/machinesOperations.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnectionOperations.js +34 -46
- package/dist/browser/operations/privateEndpointConnectionOperations.js.map +1 -1
- package/dist/browser/operations/privateLinkResourceOperations.js +23 -40
- package/dist/browser/operations/privateLinkResourceOperations.js.map +1 -1
- package/dist/browser/operations/serverCollectorsOperations.js +34 -46
- package/dist/browser/operations/serverCollectorsOperations.js.map +1 -1
- package/dist/browser/operations/sqlAssessmentOptionsOperations.js +23 -40
- package/dist/browser/operations/sqlAssessmentOptionsOperations.js.map +1 -1
- package/dist/browser/operations/sqlAssessmentV2Operations.js +45 -52
- package/dist/browser/operations/sqlAssessmentV2Operations.js.map +1 -1
- package/dist/browser/operations/sqlAssessmentV2SummaryOperations.js +23 -40
- package/dist/browser/operations/sqlAssessmentV2SummaryOperations.js.map +1 -1
- package/dist/browser/operations/sqlCollectorOperations.js +34 -46
- package/dist/browser/operations/sqlCollectorOperations.js.map +1 -1
- package/dist/browser/operations/vmwareCollectorsOperations.js +34 -46
- package/dist/browser/operations/vmwareCollectorsOperations.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/azureMigrateAssessmentService.js +38 -5
- package/dist/commonjs/azureMigrateAssessmentService.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +1209 -588
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/assessedMachinesOperations.js +23 -39
- package/dist/commonjs/operations/assessedMachinesOperations.js.map +1 -1
- package/dist/commonjs/operations/assessedSqlDatabaseV2Operations.js +23 -39
- package/dist/commonjs/operations/assessedSqlDatabaseV2Operations.js.map +1 -1
- package/dist/commonjs/operations/assessedSqlInstanceV2Operations.js +23 -39
- package/dist/commonjs/operations/assessedSqlInstanceV2Operations.js.map +1 -1
- package/dist/commonjs/operations/assessedSqlMachinesOperations.js +23 -39
- package/dist/commonjs/operations/assessedSqlMachinesOperations.js.map +1 -1
- package/dist/commonjs/operations/assessedSqlRecommendedEntityOperations.js +23 -39
- package/dist/commonjs/operations/assessedSqlRecommendedEntityOperations.js.map +1 -1
- package/dist/commonjs/operations/assessmentOptionsOperations.js +23 -39
- package/dist/commonjs/operations/assessmentOptionsOperations.js.map +1 -1
- package/dist/commonjs/operations/assessmentProjectSummaryOperations.js +23 -39
- package/dist/commonjs/operations/assessmentProjectSummaryOperations.js.map +1 -1
- package/dist/commonjs/operations/assessmentProjectsOperations.js +67 -90
- package/dist/commonjs/operations/assessmentProjectsOperations.js.map +1 -1
- package/dist/commonjs/operations/assessmentsOperations.js +45 -51
- package/dist/commonjs/operations/assessmentsOperations.js.map +1 -1
- package/dist/commonjs/operations/avsAssessedMachinesOperations.js +23 -39
- package/dist/commonjs/operations/avsAssessedMachinesOperations.js.map +1 -1
- package/dist/commonjs/operations/avsAssessmentOptionsOperations.js +23 -39
- package/dist/commonjs/operations/avsAssessmentOptionsOperations.js.map +1 -1
- package/dist/commonjs/operations/avsAssessmentsOperations.js +45 -51
- package/dist/commonjs/operations/avsAssessmentsOperations.js.map +1 -1
- package/dist/commonjs/operations/groupsOperations.js +45 -51
- package/dist/commonjs/operations/groupsOperations.js.map +1 -1
- package/dist/commonjs/operations/hypervCollectorsOperations.js +34 -45
- package/dist/commonjs/operations/hypervCollectorsOperations.js.map +1 -1
- package/dist/commonjs/operations/importCollectorsOperations.js +34 -45
- package/dist/commonjs/operations/importCollectorsOperations.js.map +1 -1
- package/dist/commonjs/operations/machinesOperations.js +23 -39
- package/dist/commonjs/operations/machinesOperations.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnectionOperations.js +34 -45
- package/dist/commonjs/operations/privateEndpointConnectionOperations.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResourceOperations.js +23 -39
- package/dist/commonjs/operations/privateLinkResourceOperations.js.map +1 -1
- package/dist/commonjs/operations/serverCollectorsOperations.js +34 -45
- package/dist/commonjs/operations/serverCollectorsOperations.js.map +1 -1
- package/dist/commonjs/operations/sqlAssessmentOptionsOperations.js +23 -39
- package/dist/commonjs/operations/sqlAssessmentOptionsOperations.js.map +1 -1
- package/dist/commonjs/operations/sqlAssessmentV2Operations.js +45 -51
- package/dist/commonjs/operations/sqlAssessmentV2Operations.js.map +1 -1
- package/dist/commonjs/operations/sqlAssessmentV2SummaryOperations.js +23 -39
- package/dist/commonjs/operations/sqlAssessmentV2SummaryOperations.js.map +1 -1
- package/dist/commonjs/operations/sqlCollectorOperations.js +34 -45
- package/dist/commonjs/operations/sqlCollectorOperations.js.map +1 -1
- package/dist/commonjs/operations/vmwareCollectorsOperations.js +34 -45
- package/dist/commonjs/operations/vmwareCollectorsOperations.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/azureMigrateAssessmentService.js +38 -5
- package/dist/esm/azureMigrateAssessmentService.js.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +1209 -588
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/assessedMachinesOperations.js +23 -40
- package/dist/esm/operations/assessedMachinesOperations.js.map +1 -1
- package/dist/esm/operations/assessedSqlDatabaseV2Operations.js +23 -40
- package/dist/esm/operations/assessedSqlDatabaseV2Operations.js.map +1 -1
- package/dist/esm/operations/assessedSqlInstanceV2Operations.js +23 -40
- package/dist/esm/operations/assessedSqlInstanceV2Operations.js.map +1 -1
- package/dist/esm/operations/assessedSqlMachinesOperations.js +23 -40
- package/dist/esm/operations/assessedSqlMachinesOperations.js.map +1 -1
- package/dist/esm/operations/assessedSqlRecommendedEntityOperations.js +23 -40
- package/dist/esm/operations/assessedSqlRecommendedEntityOperations.js.map +1 -1
- package/dist/esm/operations/assessmentOptionsOperations.js +23 -40
- package/dist/esm/operations/assessmentOptionsOperations.js.map +1 -1
- package/dist/esm/operations/assessmentProjectSummaryOperations.js +23 -40
- package/dist/esm/operations/assessmentProjectSummaryOperations.js.map +1 -1
- package/dist/esm/operations/assessmentProjectsOperations.js +67 -91
- package/dist/esm/operations/assessmentProjectsOperations.js.map +1 -1
- package/dist/esm/operations/assessmentsOperations.js +45 -52
- package/dist/esm/operations/assessmentsOperations.js.map +1 -1
- package/dist/esm/operations/avsAssessedMachinesOperations.js +23 -40
- package/dist/esm/operations/avsAssessedMachinesOperations.js.map +1 -1
- package/dist/esm/operations/avsAssessmentOptionsOperations.js +23 -40
- package/dist/esm/operations/avsAssessmentOptionsOperations.js.map +1 -1
- package/dist/esm/operations/avsAssessmentsOperations.js +45 -52
- package/dist/esm/operations/avsAssessmentsOperations.js.map +1 -1
- package/dist/esm/operations/groupsOperations.js +45 -52
- package/dist/esm/operations/groupsOperations.js.map +1 -1
- package/dist/esm/operations/hypervCollectorsOperations.js +34 -46
- package/dist/esm/operations/hypervCollectorsOperations.js.map +1 -1
- package/dist/esm/operations/importCollectorsOperations.js +34 -46
- package/dist/esm/operations/importCollectorsOperations.js.map +1 -1
- package/dist/esm/operations/machinesOperations.js +23 -40
- package/dist/esm/operations/machinesOperations.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnectionOperations.js +34 -46
- package/dist/esm/operations/privateEndpointConnectionOperations.js.map +1 -1
- package/dist/esm/operations/privateLinkResourceOperations.js +23 -40
- package/dist/esm/operations/privateLinkResourceOperations.js.map +1 -1
- package/dist/esm/operations/serverCollectorsOperations.js +34 -46
- package/dist/esm/operations/serverCollectorsOperations.js.map +1 -1
- package/dist/esm/operations/sqlAssessmentOptionsOperations.js +23 -40
- package/dist/esm/operations/sqlAssessmentOptionsOperations.js.map +1 -1
- package/dist/esm/operations/sqlAssessmentV2Operations.js +45 -52
- package/dist/esm/operations/sqlAssessmentV2Operations.js.map +1 -1
- package/dist/esm/operations/sqlAssessmentV2SummaryOperations.js +23 -40
- package/dist/esm/operations/sqlAssessmentV2SummaryOperations.js.map +1 -1
- package/dist/esm/operations/sqlCollectorOperations.js +34 -46
- package/dist/esm/operations/sqlCollectorOperations.js.map +1 -1
- package/dist/esm/operations/vmwareCollectorsOperations.js +34 -46
- package/dist/esm/operations/vmwareCollectorsOperations.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/azureMigrateAssessmentService.js +38 -5
- package/dist/react-native/azureMigrateAssessmentService.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +1209 -588
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/assessedMachinesOperations.js +23 -40
- package/dist/react-native/operations/assessedMachinesOperations.js.map +1 -1
- package/dist/react-native/operations/assessedSqlDatabaseV2Operations.js +23 -40
- package/dist/react-native/operations/assessedSqlDatabaseV2Operations.js.map +1 -1
- package/dist/react-native/operations/assessedSqlInstanceV2Operations.js +23 -40
- package/dist/react-native/operations/assessedSqlInstanceV2Operations.js.map +1 -1
- package/dist/react-native/operations/assessedSqlMachinesOperations.js +23 -40
- package/dist/react-native/operations/assessedSqlMachinesOperations.js.map +1 -1
- package/dist/react-native/operations/assessedSqlRecommendedEntityOperations.js +23 -40
- package/dist/react-native/operations/assessedSqlRecommendedEntityOperations.js.map +1 -1
- package/dist/react-native/operations/assessmentOptionsOperations.js +23 -40
- package/dist/react-native/operations/assessmentOptionsOperations.js.map +1 -1
- package/dist/react-native/operations/assessmentProjectSummaryOperations.js +23 -40
- package/dist/react-native/operations/assessmentProjectSummaryOperations.js.map +1 -1
- package/dist/react-native/operations/assessmentProjectsOperations.js +67 -91
- package/dist/react-native/operations/assessmentProjectsOperations.js.map +1 -1
- package/dist/react-native/operations/assessmentsOperations.js +45 -52
- package/dist/react-native/operations/assessmentsOperations.js.map +1 -1
- package/dist/react-native/operations/avsAssessedMachinesOperations.js +23 -40
- package/dist/react-native/operations/avsAssessedMachinesOperations.js.map +1 -1
- package/dist/react-native/operations/avsAssessmentOptionsOperations.js +23 -40
- package/dist/react-native/operations/avsAssessmentOptionsOperations.js.map +1 -1
- package/dist/react-native/operations/avsAssessmentsOperations.js +45 -52
- package/dist/react-native/operations/avsAssessmentsOperations.js.map +1 -1
- package/dist/react-native/operations/groupsOperations.js +45 -52
- package/dist/react-native/operations/groupsOperations.js.map +1 -1
- package/dist/react-native/operations/hypervCollectorsOperations.js +34 -46
- package/dist/react-native/operations/hypervCollectorsOperations.js.map +1 -1
- package/dist/react-native/operations/importCollectorsOperations.js +34 -46
- package/dist/react-native/operations/importCollectorsOperations.js.map +1 -1
- package/dist/react-native/operations/machinesOperations.js +23 -40
- package/dist/react-native/operations/machinesOperations.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnectionOperations.js +34 -46
- package/dist/react-native/operations/privateEndpointConnectionOperations.js.map +1 -1
- package/dist/react-native/operations/privateLinkResourceOperations.js +23 -40
- package/dist/react-native/operations/privateLinkResourceOperations.js.map +1 -1
- package/dist/react-native/operations/serverCollectorsOperations.js +34 -46
- package/dist/react-native/operations/serverCollectorsOperations.js.map +1 -1
- package/dist/react-native/operations/sqlAssessmentOptionsOperations.js +23 -40
- package/dist/react-native/operations/sqlAssessmentOptionsOperations.js.map +1 -1
- package/dist/react-native/operations/sqlAssessmentV2Operations.js +45 -52
- package/dist/react-native/operations/sqlAssessmentV2Operations.js.map +1 -1
- package/dist/react-native/operations/sqlAssessmentV2SummaryOperations.js +23 -40
- package/dist/react-native/operations/sqlAssessmentV2SummaryOperations.js.map +1 -1
- package/dist/react-native/operations/sqlCollectorOperations.js +34 -46
- package/dist/react-native/operations/sqlCollectorOperations.js.map +1 -1
- package/dist/react-native/operations/vmwareCollectorsOperations.js +34 -46
- package/dist/react-native/operations/vmwareCollectorsOperations.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +2 -2
- package/review/arm-migrationassessment-node.api.md +4068 -4068
|
@@ -3313,76 +3313,92 @@ export const ProxyResource = {
|
|
|
3313
3313
|
type: {
|
|
3314
3314
|
name: "Composite",
|
|
3315
3315
|
className: "ProxyResource",
|
|
3316
|
-
modelProperties:
|
|
3316
|
+
modelProperties: {
|
|
3317
|
+
...Resource.type.modelProperties,
|
|
3318
|
+
},
|
|
3317
3319
|
},
|
|
3318
3320
|
};
|
|
3319
3321
|
export const TrackedResource = {
|
|
3320
3322
|
type: {
|
|
3321
3323
|
name: "Composite",
|
|
3322
3324
|
className: "TrackedResource",
|
|
3323
|
-
modelProperties:
|
|
3325
|
+
modelProperties: {
|
|
3326
|
+
...Resource.type.modelProperties,
|
|
3327
|
+
tags: {
|
|
3324
3328
|
serializedName: "tags",
|
|
3325
3329
|
type: {
|
|
3326
3330
|
name: "Dictionary",
|
|
3327
3331
|
value: { type: { name: "String" } },
|
|
3328
3332
|
},
|
|
3329
|
-
},
|
|
3333
|
+
},
|
|
3334
|
+
location: {
|
|
3330
3335
|
serializedName: "location",
|
|
3331
3336
|
required: true,
|
|
3332
3337
|
type: {
|
|
3333
3338
|
name: "String",
|
|
3334
3339
|
},
|
|
3335
|
-
}
|
|
3340
|
+
},
|
|
3341
|
+
},
|
|
3336
3342
|
},
|
|
3337
3343
|
};
|
|
3338
3344
|
export const ProjectProperties = {
|
|
3339
3345
|
type: {
|
|
3340
3346
|
name: "Composite",
|
|
3341
3347
|
className: "ProjectProperties",
|
|
3342
|
-
modelProperties:
|
|
3348
|
+
modelProperties: {
|
|
3349
|
+
...AzureResourceProperties.type.modelProperties,
|
|
3350
|
+
createdTimestamp: {
|
|
3343
3351
|
serializedName: "createdTimestamp",
|
|
3344
3352
|
readOnly: true,
|
|
3345
3353
|
type: {
|
|
3346
3354
|
name: "DateTime",
|
|
3347
3355
|
},
|
|
3348
|
-
},
|
|
3356
|
+
},
|
|
3357
|
+
updatedTimestamp: {
|
|
3349
3358
|
serializedName: "updatedTimestamp",
|
|
3350
3359
|
readOnly: true,
|
|
3351
3360
|
type: {
|
|
3352
3361
|
name: "DateTime",
|
|
3353
3362
|
},
|
|
3354
|
-
},
|
|
3363
|
+
},
|
|
3364
|
+
serviceEndpoint: {
|
|
3355
3365
|
serializedName: "serviceEndpoint",
|
|
3356
3366
|
readOnly: true,
|
|
3357
3367
|
type: {
|
|
3358
3368
|
name: "String",
|
|
3359
3369
|
},
|
|
3360
|
-
},
|
|
3370
|
+
},
|
|
3371
|
+
assessmentSolutionId: {
|
|
3361
3372
|
serializedName: "assessmentSolutionId",
|
|
3362
3373
|
type: {
|
|
3363
3374
|
name: "String",
|
|
3364
3375
|
},
|
|
3365
|
-
},
|
|
3376
|
+
},
|
|
3377
|
+
projectStatus: {
|
|
3366
3378
|
serializedName: "projectStatus",
|
|
3367
3379
|
type: {
|
|
3368
3380
|
name: "String",
|
|
3369
3381
|
},
|
|
3370
|
-
},
|
|
3382
|
+
},
|
|
3383
|
+
customerWorkspaceId: {
|
|
3371
3384
|
serializedName: "customerWorkspaceId",
|
|
3372
3385
|
type: {
|
|
3373
3386
|
name: "String",
|
|
3374
3387
|
},
|
|
3375
|
-
},
|
|
3388
|
+
},
|
|
3389
|
+
customerWorkspaceLocation: {
|
|
3376
3390
|
serializedName: "customerWorkspaceLocation",
|
|
3377
3391
|
type: {
|
|
3378
3392
|
name: "String",
|
|
3379
3393
|
},
|
|
3380
|
-
},
|
|
3394
|
+
},
|
|
3395
|
+
publicNetworkAccess: {
|
|
3381
3396
|
serializedName: "publicNetworkAccess",
|
|
3382
3397
|
type: {
|
|
3383
3398
|
name: "String",
|
|
3384
3399
|
},
|
|
3385
|
-
},
|
|
3400
|
+
},
|
|
3401
|
+
privateEndpointConnections: {
|
|
3386
3402
|
serializedName: "privateEndpointConnections",
|
|
3387
3403
|
readOnly: true,
|
|
3388
3404
|
type: {
|
|
@@ -3394,31 +3410,37 @@ export const ProjectProperties = {
|
|
|
3394
3410
|
},
|
|
3395
3411
|
},
|
|
3396
3412
|
},
|
|
3397
|
-
},
|
|
3413
|
+
},
|
|
3414
|
+
customerStorageAccountArmId: {
|
|
3398
3415
|
serializedName: "customerStorageAccountArmId",
|
|
3399
3416
|
type: {
|
|
3400
3417
|
name: "String",
|
|
3401
3418
|
},
|
|
3402
|
-
}
|
|
3419
|
+
},
|
|
3420
|
+
},
|
|
3403
3421
|
},
|
|
3404
3422
|
};
|
|
3405
3423
|
export const GroupProperties = {
|
|
3406
3424
|
type: {
|
|
3407
3425
|
name: "Composite",
|
|
3408
3426
|
className: "GroupProperties",
|
|
3409
|
-
modelProperties:
|
|
3427
|
+
modelProperties: {
|
|
3428
|
+
...AzureResourceProperties.type.modelProperties,
|
|
3429
|
+
groupStatus: {
|
|
3410
3430
|
serializedName: "groupStatus",
|
|
3411
3431
|
readOnly: true,
|
|
3412
3432
|
type: {
|
|
3413
3433
|
name: "String",
|
|
3414
3434
|
},
|
|
3415
|
-
},
|
|
3435
|
+
},
|
|
3436
|
+
machineCount: {
|
|
3416
3437
|
serializedName: "machineCount",
|
|
3417
3438
|
readOnly: true,
|
|
3418
3439
|
type: {
|
|
3419
3440
|
name: "Number",
|
|
3420
3441
|
},
|
|
3421
|
-
},
|
|
3442
|
+
},
|
|
3443
|
+
assessments: {
|
|
3422
3444
|
serializedName: "assessments",
|
|
3423
3445
|
readOnly: true,
|
|
3424
3446
|
type: {
|
|
@@ -3429,7 +3451,8 @@ export const GroupProperties = {
|
|
|
3429
3451
|
},
|
|
3430
3452
|
},
|
|
3431
3453
|
},
|
|
3432
|
-
},
|
|
3454
|
+
},
|
|
3455
|
+
supportedAssessmentTypes: {
|
|
3433
3456
|
serializedName: "supportedAssessmentTypes",
|
|
3434
3457
|
type: {
|
|
3435
3458
|
name: "Sequence",
|
|
@@ -3439,50 +3462,59 @@ export const GroupProperties = {
|
|
|
3439
3462
|
},
|
|
3440
3463
|
},
|
|
3441
3464
|
},
|
|
3442
|
-
},
|
|
3465
|
+
},
|
|
3466
|
+
areAssessmentsRunning: {
|
|
3443
3467
|
serializedName: "areAssessmentsRunning",
|
|
3444
3468
|
readOnly: true,
|
|
3445
3469
|
type: {
|
|
3446
3470
|
name: "Boolean",
|
|
3447
3471
|
},
|
|
3448
|
-
},
|
|
3472
|
+
},
|
|
3473
|
+
createdTimestamp: {
|
|
3449
3474
|
serializedName: "createdTimestamp",
|
|
3450
3475
|
readOnly: true,
|
|
3451
3476
|
type: {
|
|
3452
3477
|
name: "DateTime",
|
|
3453
3478
|
},
|
|
3454
|
-
},
|
|
3479
|
+
},
|
|
3480
|
+
updatedTimestamp: {
|
|
3455
3481
|
serializedName: "updatedTimestamp",
|
|
3456
3482
|
readOnly: true,
|
|
3457
3483
|
type: {
|
|
3458
3484
|
name: "DateTime",
|
|
3459
3485
|
},
|
|
3460
|
-
},
|
|
3486
|
+
},
|
|
3487
|
+
groupType: {
|
|
3461
3488
|
serializedName: "groupType",
|
|
3462
3489
|
type: {
|
|
3463
3490
|
name: "String",
|
|
3464
3491
|
},
|
|
3465
|
-
}
|
|
3492
|
+
},
|
|
3493
|
+
},
|
|
3466
3494
|
},
|
|
3467
3495
|
};
|
|
3468
3496
|
export const MachineAssessmentProperties = {
|
|
3469
3497
|
type: {
|
|
3470
3498
|
name: "Composite",
|
|
3471
3499
|
className: "MachineAssessmentProperties",
|
|
3472
|
-
modelProperties:
|
|
3500
|
+
modelProperties: {
|
|
3501
|
+
...AzureResourceProperties.type.modelProperties,
|
|
3502
|
+
assessmentErrorSummary: {
|
|
3473
3503
|
serializedName: "assessmentErrorSummary",
|
|
3474
3504
|
readOnly: true,
|
|
3475
3505
|
type: {
|
|
3476
3506
|
name: "Dictionary",
|
|
3477
3507
|
value: { type: { name: "Number" } },
|
|
3478
3508
|
},
|
|
3479
|
-
},
|
|
3509
|
+
},
|
|
3510
|
+
monthlyUltraStorageCost: {
|
|
3480
3511
|
serializedName: "monthlyUltraStorageCost",
|
|
3481
3512
|
readOnly: true,
|
|
3482
3513
|
type: {
|
|
3483
3514
|
name: "Number",
|
|
3484
3515
|
},
|
|
3485
|
-
},
|
|
3516
|
+
},
|
|
3517
|
+
costComponents: {
|
|
3486
3518
|
serializedName: "costComponents",
|
|
3487
3519
|
readOnly: true,
|
|
3488
3520
|
type: {
|
|
@@ -3494,32 +3526,38 @@ export const MachineAssessmentProperties = {
|
|
|
3494
3526
|
},
|
|
3495
3527
|
},
|
|
3496
3528
|
},
|
|
3497
|
-
},
|
|
3529
|
+
},
|
|
3530
|
+
eaSubscriptionId: {
|
|
3498
3531
|
serializedName: "eaSubscriptionId",
|
|
3499
3532
|
type: {
|
|
3500
3533
|
name: "String",
|
|
3501
3534
|
},
|
|
3502
|
-
},
|
|
3535
|
+
},
|
|
3536
|
+
azurePricingTier: {
|
|
3503
3537
|
serializedName: "azurePricingTier",
|
|
3504
3538
|
type: {
|
|
3505
3539
|
name: "String",
|
|
3506
3540
|
},
|
|
3507
|
-
},
|
|
3541
|
+
},
|
|
3542
|
+
azureStorageRedundancy: {
|
|
3508
3543
|
serializedName: "azureStorageRedundancy",
|
|
3509
3544
|
type: {
|
|
3510
3545
|
name: "String",
|
|
3511
3546
|
},
|
|
3512
|
-
},
|
|
3547
|
+
},
|
|
3548
|
+
reservedInstance: {
|
|
3513
3549
|
serializedName: "reservedInstance",
|
|
3514
3550
|
type: {
|
|
3515
3551
|
name: "String",
|
|
3516
3552
|
},
|
|
3517
|
-
},
|
|
3553
|
+
},
|
|
3554
|
+
azureHybridUseBenefit: {
|
|
3518
3555
|
serializedName: "azureHybridUseBenefit",
|
|
3519
3556
|
type: {
|
|
3520
3557
|
name: "String",
|
|
3521
3558
|
},
|
|
3522
|
-
},
|
|
3559
|
+
},
|
|
3560
|
+
azureDiskTypes: {
|
|
3523
3561
|
serializedName: "azureDiskTypes",
|
|
3524
3562
|
type: {
|
|
3525
3563
|
name: "Sequence",
|
|
@@ -3529,7 +3567,8 @@ export const MachineAssessmentProperties = {
|
|
|
3529
3567
|
},
|
|
3530
3568
|
},
|
|
3531
3569
|
},
|
|
3532
|
-
},
|
|
3570
|
+
},
|
|
3571
|
+
azureVmFamilies: {
|
|
3533
3572
|
serializedName: "azureVmFamilies",
|
|
3534
3573
|
type: {
|
|
3535
3574
|
name: "Sequence",
|
|
@@ -3539,676 +3578,801 @@ export const MachineAssessmentProperties = {
|
|
|
3539
3578
|
},
|
|
3540
3579
|
},
|
|
3541
3580
|
},
|
|
3542
|
-
},
|
|
3581
|
+
},
|
|
3582
|
+
distributionBySupportStatus: {
|
|
3543
3583
|
serializedName: "distributionBySupportStatus",
|
|
3544
3584
|
readOnly: true,
|
|
3545
3585
|
type: {
|
|
3546
3586
|
name: "Dictionary",
|
|
3547
3587
|
value: { type: { name: "Number" } },
|
|
3548
3588
|
},
|
|
3549
|
-
},
|
|
3589
|
+
},
|
|
3590
|
+
distributionByServicePackInsight: {
|
|
3550
3591
|
serializedName: "distributionByServicePackInsight",
|
|
3551
3592
|
readOnly: true,
|
|
3552
3593
|
type: {
|
|
3553
3594
|
name: "Dictionary",
|
|
3554
3595
|
value: { type: { name: "Number" } },
|
|
3555
3596
|
},
|
|
3556
|
-
},
|
|
3597
|
+
},
|
|
3598
|
+
distributionByOsName: {
|
|
3557
3599
|
serializedName: "distributionByOsName",
|
|
3558
3600
|
readOnly: true,
|
|
3559
3601
|
type: {
|
|
3560
3602
|
name: "Dictionary",
|
|
3561
3603
|
value: { type: { name: "Number" } },
|
|
3562
3604
|
},
|
|
3563
|
-
},
|
|
3605
|
+
},
|
|
3606
|
+
monthlyComputeCost: {
|
|
3564
3607
|
serializedName: "monthlyComputeCost",
|
|
3565
3608
|
readOnly: true,
|
|
3566
3609
|
type: {
|
|
3567
3610
|
name: "Number",
|
|
3568
3611
|
},
|
|
3569
|
-
},
|
|
3612
|
+
},
|
|
3613
|
+
monthlyBandwidthCost: {
|
|
3570
3614
|
serializedName: "monthlyBandwidthCost",
|
|
3571
3615
|
readOnly: true,
|
|
3572
3616
|
type: {
|
|
3573
3617
|
name: "Number",
|
|
3574
3618
|
},
|
|
3575
|
-
},
|
|
3619
|
+
},
|
|
3620
|
+
monthlyStorageCost: {
|
|
3576
3621
|
serializedName: "monthlyStorageCost",
|
|
3577
3622
|
readOnly: true,
|
|
3578
3623
|
type: {
|
|
3579
3624
|
name: "Number",
|
|
3580
3625
|
},
|
|
3581
|
-
},
|
|
3626
|
+
},
|
|
3627
|
+
monthlyPremiumStorageCost: {
|
|
3582
3628
|
serializedName: "monthlyPremiumStorageCost",
|
|
3583
3629
|
readOnly: true,
|
|
3584
3630
|
type: {
|
|
3585
3631
|
name: "Number",
|
|
3586
3632
|
},
|
|
3587
|
-
},
|
|
3633
|
+
},
|
|
3634
|
+
monthlyStandardSsdStorageCost: {
|
|
3588
3635
|
serializedName: "monthlyStandardSsdStorageCost",
|
|
3589
3636
|
readOnly: true,
|
|
3590
3637
|
type: {
|
|
3591
3638
|
name: "Number",
|
|
3592
3639
|
},
|
|
3593
|
-
},
|
|
3640
|
+
},
|
|
3641
|
+
suitabilitySummary: {
|
|
3594
3642
|
serializedName: "suitabilitySummary",
|
|
3595
3643
|
readOnly: true,
|
|
3596
3644
|
type: {
|
|
3597
3645
|
name: "Dictionary",
|
|
3598
3646
|
value: { type: { name: "Number" } },
|
|
3599
3647
|
},
|
|
3600
|
-
},
|
|
3648
|
+
},
|
|
3649
|
+
numberOfMachines: {
|
|
3601
3650
|
serializedName: "numberOfMachines",
|
|
3602
3651
|
readOnly: true,
|
|
3603
3652
|
type: {
|
|
3604
3653
|
name: "Number",
|
|
3605
3654
|
},
|
|
3606
|
-
},
|
|
3655
|
+
},
|
|
3656
|
+
vmUptime: {
|
|
3607
3657
|
serializedName: "vmUptime",
|
|
3608
3658
|
type: {
|
|
3609
3659
|
name: "Composite",
|
|
3610
3660
|
className: "VmUptime",
|
|
3611
3661
|
},
|
|
3612
|
-
},
|
|
3662
|
+
},
|
|
3663
|
+
groupType: {
|
|
3613
3664
|
serializedName: "groupType",
|
|
3614
3665
|
readOnly: true,
|
|
3615
3666
|
type: {
|
|
3616
3667
|
name: "String",
|
|
3617
3668
|
},
|
|
3618
|
-
},
|
|
3669
|
+
},
|
|
3670
|
+
assessmentType: {
|
|
3619
3671
|
serializedName: "assessmentType",
|
|
3620
3672
|
readOnly: true,
|
|
3621
3673
|
type: {
|
|
3622
3674
|
name: "String",
|
|
3623
3675
|
},
|
|
3624
|
-
},
|
|
3676
|
+
},
|
|
3677
|
+
azureLocation: {
|
|
3625
3678
|
serializedName: "azureLocation",
|
|
3626
3679
|
type: {
|
|
3627
3680
|
name: "String",
|
|
3628
3681
|
},
|
|
3629
|
-
},
|
|
3682
|
+
},
|
|
3683
|
+
azureOfferCode: {
|
|
3630
3684
|
serializedName: "azureOfferCode",
|
|
3631
3685
|
type: {
|
|
3632
3686
|
name: "String",
|
|
3633
3687
|
},
|
|
3634
|
-
},
|
|
3688
|
+
},
|
|
3689
|
+
currency: {
|
|
3635
3690
|
serializedName: "currency",
|
|
3636
3691
|
type: {
|
|
3637
3692
|
name: "String",
|
|
3638
3693
|
},
|
|
3639
|
-
},
|
|
3694
|
+
},
|
|
3695
|
+
scalingFactor: {
|
|
3640
3696
|
serializedName: "scalingFactor",
|
|
3641
3697
|
type: {
|
|
3642
3698
|
name: "Number",
|
|
3643
3699
|
},
|
|
3644
|
-
},
|
|
3700
|
+
},
|
|
3701
|
+
percentile: {
|
|
3645
3702
|
serializedName: "percentile",
|
|
3646
3703
|
type: {
|
|
3647
3704
|
name: "String",
|
|
3648
3705
|
},
|
|
3649
|
-
},
|
|
3706
|
+
},
|
|
3707
|
+
timeRange: {
|
|
3650
3708
|
serializedName: "timeRange",
|
|
3651
3709
|
type: {
|
|
3652
3710
|
name: "String",
|
|
3653
3711
|
},
|
|
3654
|
-
},
|
|
3712
|
+
},
|
|
3713
|
+
perfDataStartTime: {
|
|
3655
3714
|
serializedName: "perfDataStartTime",
|
|
3656
3715
|
type: {
|
|
3657
3716
|
name: "DateTime",
|
|
3658
3717
|
},
|
|
3659
|
-
},
|
|
3718
|
+
},
|
|
3719
|
+
perfDataEndTime: {
|
|
3660
3720
|
serializedName: "perfDataEndTime",
|
|
3661
3721
|
type: {
|
|
3662
3722
|
name: "DateTime",
|
|
3663
3723
|
},
|
|
3664
|
-
},
|
|
3724
|
+
},
|
|
3725
|
+
stage: {
|
|
3665
3726
|
serializedName: "stage",
|
|
3666
3727
|
readOnly: true,
|
|
3667
3728
|
type: {
|
|
3668
3729
|
name: "String",
|
|
3669
3730
|
},
|
|
3670
|
-
},
|
|
3731
|
+
},
|
|
3732
|
+
discountPercentage: {
|
|
3671
3733
|
serializedName: "discountPercentage",
|
|
3672
3734
|
type: {
|
|
3673
3735
|
name: "Number",
|
|
3674
3736
|
},
|
|
3675
|
-
},
|
|
3737
|
+
},
|
|
3738
|
+
sizingCriterion: {
|
|
3676
3739
|
serializedName: "sizingCriterion",
|
|
3677
3740
|
type: {
|
|
3678
3741
|
name: "String",
|
|
3679
3742
|
},
|
|
3680
|
-
},
|
|
3743
|
+
},
|
|
3744
|
+
confidenceRatingInPercentage: {
|
|
3681
3745
|
serializedName: "confidenceRatingInPercentage",
|
|
3682
3746
|
readOnly: true,
|
|
3683
3747
|
type: {
|
|
3684
3748
|
name: "Number",
|
|
3685
3749
|
},
|
|
3686
|
-
},
|
|
3750
|
+
},
|
|
3751
|
+
pricesTimestamp: {
|
|
3687
3752
|
serializedName: "pricesTimestamp",
|
|
3688
3753
|
readOnly: true,
|
|
3689
3754
|
type: {
|
|
3690
3755
|
name: "DateTime",
|
|
3691
3756
|
},
|
|
3692
|
-
},
|
|
3757
|
+
},
|
|
3758
|
+
createdTimestamp: {
|
|
3693
3759
|
serializedName: "createdTimestamp",
|
|
3694
3760
|
readOnly: true,
|
|
3695
3761
|
type: {
|
|
3696
3762
|
name: "DateTime",
|
|
3697
3763
|
},
|
|
3698
|
-
},
|
|
3764
|
+
},
|
|
3765
|
+
updatedTimestamp: {
|
|
3699
3766
|
serializedName: "updatedTimestamp",
|
|
3700
3767
|
readOnly: true,
|
|
3701
3768
|
type: {
|
|
3702
3769
|
name: "DateTime",
|
|
3703
3770
|
},
|
|
3704
|
-
},
|
|
3771
|
+
},
|
|
3772
|
+
status: {
|
|
3705
3773
|
serializedName: "status",
|
|
3706
3774
|
readOnly: true,
|
|
3707
3775
|
type: {
|
|
3708
3776
|
name: "String",
|
|
3709
3777
|
},
|
|
3710
|
-
},
|
|
3778
|
+
},
|
|
3779
|
+
schemaVersion: {
|
|
3711
3780
|
serializedName: "schemaVersion",
|
|
3712
3781
|
readOnly: true,
|
|
3713
3782
|
type: {
|
|
3714
3783
|
name: "String",
|
|
3715
3784
|
},
|
|
3716
|
-
}
|
|
3785
|
+
},
|
|
3786
|
+
},
|
|
3717
3787
|
},
|
|
3718
3788
|
};
|
|
3719
3789
|
export const AvsAssessmentProperties = {
|
|
3720
3790
|
type: {
|
|
3721
3791
|
name: "Composite",
|
|
3722
3792
|
className: "AvsAssessmentProperties",
|
|
3723
|
-
modelProperties:
|
|
3793
|
+
modelProperties: {
|
|
3794
|
+
...AzureResourceProperties.type.modelProperties,
|
|
3795
|
+
assessmentErrorSummary: {
|
|
3724
3796
|
serializedName: "assessmentErrorSummary",
|
|
3725
3797
|
readOnly: true,
|
|
3726
3798
|
type: {
|
|
3727
3799
|
name: "Dictionary",
|
|
3728
3800
|
value: { type: { name: "Number" } },
|
|
3729
3801
|
},
|
|
3730
|
-
},
|
|
3802
|
+
},
|
|
3803
|
+
failuresToTolerateAndRaidLevel: {
|
|
3731
3804
|
serializedName: "failuresToTolerateAndRaidLevel",
|
|
3732
3805
|
type: {
|
|
3733
3806
|
name: "String",
|
|
3734
3807
|
},
|
|
3735
|
-
},
|
|
3808
|
+
},
|
|
3809
|
+
vcpuOversubscription: {
|
|
3736
3810
|
serializedName: "vcpuOversubscription",
|
|
3737
3811
|
type: {
|
|
3738
3812
|
name: "Number",
|
|
3739
3813
|
},
|
|
3740
|
-
},
|
|
3814
|
+
},
|
|
3815
|
+
nodeType: {
|
|
3741
3816
|
serializedName: "nodeType",
|
|
3742
3817
|
type: {
|
|
3743
3818
|
name: "String",
|
|
3744
3819
|
},
|
|
3745
|
-
},
|
|
3820
|
+
},
|
|
3821
|
+
reservedInstance: {
|
|
3746
3822
|
serializedName: "reservedInstance",
|
|
3747
3823
|
type: {
|
|
3748
3824
|
name: "String",
|
|
3749
3825
|
},
|
|
3750
|
-
},
|
|
3826
|
+
},
|
|
3827
|
+
totalMonthlyCost: {
|
|
3751
3828
|
serializedName: "totalMonthlyCost",
|
|
3752
3829
|
readOnly: true,
|
|
3753
3830
|
type: {
|
|
3754
3831
|
name: "Number",
|
|
3755
3832
|
},
|
|
3756
|
-
},
|
|
3833
|
+
},
|
|
3834
|
+
suitability: {
|
|
3757
3835
|
serializedName: "suitability",
|
|
3758
3836
|
readOnly: true,
|
|
3759
3837
|
type: {
|
|
3760
3838
|
name: "String",
|
|
3761
3839
|
},
|
|
3762
|
-
},
|
|
3840
|
+
},
|
|
3841
|
+
suitabilityExplanation: {
|
|
3763
3842
|
serializedName: "suitabilityExplanation",
|
|
3764
3843
|
readOnly: true,
|
|
3765
3844
|
type: {
|
|
3766
3845
|
name: "String",
|
|
3767
3846
|
},
|
|
3768
|
-
},
|
|
3847
|
+
},
|
|
3848
|
+
numberOfNodes: {
|
|
3769
3849
|
serializedName: "numberOfNodes",
|
|
3770
3850
|
readOnly: true,
|
|
3771
3851
|
type: {
|
|
3772
3852
|
name: "Number",
|
|
3773
3853
|
},
|
|
3774
|
-
},
|
|
3854
|
+
},
|
|
3855
|
+
cpuUtilization: {
|
|
3775
3856
|
serializedName: "cpuUtilization",
|
|
3776
3857
|
readOnly: true,
|
|
3777
3858
|
type: {
|
|
3778
3859
|
name: "Number",
|
|
3779
3860
|
},
|
|
3780
|
-
},
|
|
3861
|
+
},
|
|
3862
|
+
ramUtilization: {
|
|
3781
3863
|
serializedName: "ramUtilization",
|
|
3782
3864
|
readOnly: true,
|
|
3783
3865
|
type: {
|
|
3784
3866
|
name: "Number",
|
|
3785
3867
|
},
|
|
3786
|
-
},
|
|
3868
|
+
},
|
|
3869
|
+
storageUtilization: {
|
|
3787
3870
|
serializedName: "storageUtilization",
|
|
3788
3871
|
readOnly: true,
|
|
3789
3872
|
type: {
|
|
3790
3873
|
name: "Number",
|
|
3791
3874
|
},
|
|
3792
|
-
},
|
|
3875
|
+
},
|
|
3876
|
+
totalCpuCores: {
|
|
3793
3877
|
serializedName: "totalCpuCores",
|
|
3794
3878
|
readOnly: true,
|
|
3795
3879
|
type: {
|
|
3796
3880
|
name: "Number",
|
|
3797
3881
|
},
|
|
3798
|
-
},
|
|
3882
|
+
},
|
|
3883
|
+
totalRamInGB: {
|
|
3799
3884
|
serializedName: "totalRamInGB",
|
|
3800
3885
|
readOnly: true,
|
|
3801
3886
|
type: {
|
|
3802
3887
|
name: "Number",
|
|
3803
3888
|
},
|
|
3804
|
-
},
|
|
3889
|
+
},
|
|
3890
|
+
totalStorageInGB: {
|
|
3805
3891
|
serializedName: "totalStorageInGB",
|
|
3806
3892
|
readOnly: true,
|
|
3807
3893
|
type: {
|
|
3808
3894
|
name: "Number",
|
|
3809
3895
|
},
|
|
3810
|
-
},
|
|
3896
|
+
},
|
|
3897
|
+
numberOfMachines: {
|
|
3811
3898
|
serializedName: "numberOfMachines",
|
|
3812
3899
|
readOnly: true,
|
|
3813
3900
|
type: {
|
|
3814
3901
|
name: "Number",
|
|
3815
3902
|
},
|
|
3816
|
-
},
|
|
3903
|
+
},
|
|
3904
|
+
suitabilitySummary: {
|
|
3817
3905
|
serializedName: "suitabilitySummary",
|
|
3818
3906
|
readOnly: true,
|
|
3819
3907
|
type: {
|
|
3820
3908
|
name: "Dictionary",
|
|
3821
3909
|
value: { type: { name: "Number" } },
|
|
3822
3910
|
},
|
|
3823
|
-
},
|
|
3911
|
+
},
|
|
3912
|
+
memOvercommit: {
|
|
3824
3913
|
serializedName: "memOvercommit",
|
|
3825
3914
|
type: {
|
|
3826
3915
|
name: "Number",
|
|
3827
3916
|
},
|
|
3828
|
-
},
|
|
3917
|
+
},
|
|
3918
|
+
dedupeCompression: {
|
|
3829
3919
|
serializedName: "dedupeCompression",
|
|
3830
3920
|
type: {
|
|
3831
3921
|
name: "Number",
|
|
3832
3922
|
},
|
|
3833
|
-
},
|
|
3923
|
+
},
|
|
3924
|
+
limitingFactor: {
|
|
3834
3925
|
serializedName: "limitingFactor",
|
|
3835
3926
|
readOnly: true,
|
|
3836
3927
|
type: {
|
|
3837
3928
|
name: "String",
|
|
3838
3929
|
},
|
|
3839
|
-
},
|
|
3930
|
+
},
|
|
3931
|
+
isStretchClusterEnabled: {
|
|
3840
3932
|
serializedName: "isStretchClusterEnabled",
|
|
3841
3933
|
type: {
|
|
3842
3934
|
name: "Boolean",
|
|
3843
3935
|
},
|
|
3844
|
-
},
|
|
3936
|
+
},
|
|
3937
|
+
groupType: {
|
|
3845
3938
|
serializedName: "groupType",
|
|
3846
3939
|
readOnly: true,
|
|
3847
3940
|
type: {
|
|
3848
3941
|
name: "String",
|
|
3849
3942
|
},
|
|
3850
|
-
},
|
|
3943
|
+
},
|
|
3944
|
+
assessmentType: {
|
|
3851
3945
|
serializedName: "assessmentType",
|
|
3852
3946
|
readOnly: true,
|
|
3853
3947
|
type: {
|
|
3854
3948
|
name: "String",
|
|
3855
3949
|
},
|
|
3856
|
-
},
|
|
3950
|
+
},
|
|
3951
|
+
azureLocation: {
|
|
3857
3952
|
serializedName: "azureLocation",
|
|
3858
3953
|
type: {
|
|
3859
3954
|
name: "String",
|
|
3860
3955
|
},
|
|
3861
|
-
},
|
|
3956
|
+
},
|
|
3957
|
+
azureOfferCode: {
|
|
3862
3958
|
serializedName: "azureOfferCode",
|
|
3863
3959
|
type: {
|
|
3864
3960
|
name: "String",
|
|
3865
3961
|
},
|
|
3866
|
-
},
|
|
3962
|
+
},
|
|
3963
|
+
currency: {
|
|
3867
3964
|
serializedName: "currency",
|
|
3868
3965
|
type: {
|
|
3869
3966
|
name: "String",
|
|
3870
3967
|
},
|
|
3871
|
-
},
|
|
3968
|
+
},
|
|
3969
|
+
scalingFactor: {
|
|
3872
3970
|
serializedName: "scalingFactor",
|
|
3873
3971
|
type: {
|
|
3874
3972
|
name: "Number",
|
|
3875
3973
|
},
|
|
3876
|
-
},
|
|
3974
|
+
},
|
|
3975
|
+
percentile: {
|
|
3877
3976
|
serializedName: "percentile",
|
|
3878
3977
|
type: {
|
|
3879
3978
|
name: "String",
|
|
3880
3979
|
},
|
|
3881
|
-
},
|
|
3980
|
+
},
|
|
3981
|
+
timeRange: {
|
|
3882
3982
|
serializedName: "timeRange",
|
|
3883
3983
|
type: {
|
|
3884
3984
|
name: "String",
|
|
3885
3985
|
},
|
|
3886
|
-
},
|
|
3986
|
+
},
|
|
3987
|
+
perfDataStartTime: {
|
|
3887
3988
|
serializedName: "perfDataStartTime",
|
|
3888
3989
|
type: {
|
|
3889
3990
|
name: "DateTime",
|
|
3890
3991
|
},
|
|
3891
|
-
},
|
|
3992
|
+
},
|
|
3993
|
+
perfDataEndTime: {
|
|
3892
3994
|
serializedName: "perfDataEndTime",
|
|
3893
3995
|
type: {
|
|
3894
3996
|
name: "DateTime",
|
|
3895
3997
|
},
|
|
3896
|
-
},
|
|
3998
|
+
},
|
|
3999
|
+
stage: {
|
|
3897
4000
|
serializedName: "stage",
|
|
3898
4001
|
readOnly: true,
|
|
3899
4002
|
type: {
|
|
3900
4003
|
name: "String",
|
|
3901
4004
|
},
|
|
3902
|
-
},
|
|
4005
|
+
},
|
|
4006
|
+
discountPercentage: {
|
|
3903
4007
|
serializedName: "discountPercentage",
|
|
3904
4008
|
type: {
|
|
3905
4009
|
name: "Number",
|
|
3906
4010
|
},
|
|
3907
|
-
},
|
|
4011
|
+
},
|
|
4012
|
+
sizingCriterion: {
|
|
3908
4013
|
serializedName: "sizingCriterion",
|
|
3909
4014
|
type: {
|
|
3910
4015
|
name: "String",
|
|
3911
4016
|
},
|
|
3912
|
-
},
|
|
4017
|
+
},
|
|
4018
|
+
confidenceRatingInPercentage: {
|
|
3913
4019
|
serializedName: "confidenceRatingInPercentage",
|
|
3914
4020
|
readOnly: true,
|
|
3915
4021
|
type: {
|
|
3916
4022
|
name: "Number",
|
|
3917
4023
|
},
|
|
3918
|
-
},
|
|
4024
|
+
},
|
|
4025
|
+
pricesTimestamp: {
|
|
3919
4026
|
serializedName: "pricesTimestamp",
|
|
3920
4027
|
readOnly: true,
|
|
3921
4028
|
type: {
|
|
3922
4029
|
name: "DateTime",
|
|
3923
4030
|
},
|
|
3924
|
-
},
|
|
4031
|
+
},
|
|
4032
|
+
createdTimestamp: {
|
|
3925
4033
|
serializedName: "createdTimestamp",
|
|
3926
4034
|
readOnly: true,
|
|
3927
4035
|
type: {
|
|
3928
4036
|
name: "DateTime",
|
|
3929
4037
|
},
|
|
3930
|
-
},
|
|
4038
|
+
},
|
|
4039
|
+
updatedTimestamp: {
|
|
3931
4040
|
serializedName: "updatedTimestamp",
|
|
3932
4041
|
readOnly: true,
|
|
3933
4042
|
type: {
|
|
3934
4043
|
name: "DateTime",
|
|
3935
4044
|
},
|
|
3936
|
-
},
|
|
4045
|
+
},
|
|
4046
|
+
status: {
|
|
3937
4047
|
serializedName: "status",
|
|
3938
4048
|
readOnly: true,
|
|
3939
4049
|
type: {
|
|
3940
4050
|
name: "String",
|
|
3941
4051
|
},
|
|
3942
|
-
},
|
|
4052
|
+
},
|
|
4053
|
+
schemaVersion: {
|
|
3943
4054
|
serializedName: "schemaVersion",
|
|
3944
4055
|
readOnly: true,
|
|
3945
4056
|
type: {
|
|
3946
4057
|
name: "String",
|
|
3947
4058
|
},
|
|
3948
|
-
}
|
|
4059
|
+
},
|
|
4060
|
+
},
|
|
3949
4061
|
},
|
|
3950
4062
|
};
|
|
3951
4063
|
export const SqlAssessmentV2Properties = {
|
|
3952
4064
|
type: {
|
|
3953
4065
|
name: "Composite",
|
|
3954
4066
|
className: "SqlAssessmentV2Properties",
|
|
3955
|
-
modelProperties:
|
|
4067
|
+
modelProperties: {
|
|
4068
|
+
...AzureResourceProperties.type.modelProperties,
|
|
4069
|
+
osLicense: {
|
|
3956
4070
|
serializedName: "osLicense",
|
|
3957
4071
|
type: {
|
|
3958
4072
|
name: "String",
|
|
3959
4073
|
},
|
|
3960
|
-
},
|
|
4074
|
+
},
|
|
4075
|
+
environmentType: {
|
|
3961
4076
|
serializedName: "environmentType",
|
|
3962
4077
|
type: {
|
|
3963
4078
|
name: "String",
|
|
3964
4079
|
},
|
|
3965
|
-
},
|
|
4080
|
+
},
|
|
4081
|
+
entityUptime: {
|
|
3966
4082
|
serializedName: "entityUptime",
|
|
3967
4083
|
type: {
|
|
3968
4084
|
name: "Composite",
|
|
3969
4085
|
className: "EntityUptime",
|
|
3970
4086
|
},
|
|
3971
|
-
},
|
|
4087
|
+
},
|
|
4088
|
+
optimizationLogic: {
|
|
3972
4089
|
serializedName: "optimizationLogic",
|
|
3973
4090
|
type: {
|
|
3974
4091
|
name: "String",
|
|
3975
4092
|
},
|
|
3976
|
-
},
|
|
4093
|
+
},
|
|
4094
|
+
reservedInstanceForVm: {
|
|
3977
4095
|
serializedName: "reservedInstanceForVm",
|
|
3978
4096
|
type: {
|
|
3979
4097
|
name: "String",
|
|
3980
4098
|
},
|
|
3981
|
-
},
|
|
4099
|
+
},
|
|
4100
|
+
azureOfferCodeForVm: {
|
|
3982
4101
|
serializedName: "azureOfferCodeForVm",
|
|
3983
4102
|
type: {
|
|
3984
4103
|
name: "String",
|
|
3985
4104
|
},
|
|
3986
|
-
},
|
|
4105
|
+
},
|
|
4106
|
+
eaSubscriptionId: {
|
|
3987
4107
|
serializedName: "eaSubscriptionId",
|
|
3988
4108
|
type: {
|
|
3989
4109
|
name: "String",
|
|
3990
4110
|
},
|
|
3991
|
-
},
|
|
4111
|
+
},
|
|
4112
|
+
azureSqlManagedInstanceSettings: {
|
|
3992
4113
|
serializedName: "azureSqlManagedInstanceSettings",
|
|
3993
4114
|
type: {
|
|
3994
4115
|
name: "Composite",
|
|
3995
4116
|
className: "SqlMiSettings",
|
|
3996
4117
|
},
|
|
3997
|
-
},
|
|
4118
|
+
},
|
|
4119
|
+
azureSqlDatabaseSettings: {
|
|
3998
4120
|
serializedName: "azureSqlDatabaseSettings",
|
|
3999
4121
|
type: {
|
|
4000
4122
|
name: "Composite",
|
|
4001
4123
|
className: "SqlDbSettings",
|
|
4002
4124
|
},
|
|
4003
|
-
},
|
|
4125
|
+
},
|
|
4126
|
+
azureSqlVmSettings: {
|
|
4004
4127
|
serializedName: "azureSqlVmSettings",
|
|
4005
4128
|
type: {
|
|
4006
4129
|
name: "Composite",
|
|
4007
4130
|
className: "SqlVmSettings",
|
|
4008
4131
|
},
|
|
4009
|
-
},
|
|
4132
|
+
},
|
|
4133
|
+
multiSubnetIntent: {
|
|
4010
4134
|
serializedName: "multiSubnetIntent",
|
|
4011
4135
|
type: {
|
|
4012
4136
|
name: "String",
|
|
4013
4137
|
},
|
|
4014
|
-
},
|
|
4138
|
+
},
|
|
4139
|
+
asyncCommitModeIntent: {
|
|
4015
4140
|
serializedName: "asyncCommitModeIntent",
|
|
4016
4141
|
type: {
|
|
4017
4142
|
name: "String",
|
|
4018
4143
|
},
|
|
4019
|
-
},
|
|
4144
|
+
},
|
|
4145
|
+
isInternetAccessAvailable: {
|
|
4020
4146
|
serializedName: "isInternetAccessAvailable",
|
|
4021
4147
|
type: {
|
|
4022
4148
|
name: "Boolean",
|
|
4023
4149
|
},
|
|
4024
|
-
},
|
|
4150
|
+
},
|
|
4151
|
+
disasterRecoveryLocation: {
|
|
4025
4152
|
serializedName: "disasterRecoveryLocation",
|
|
4026
4153
|
type: {
|
|
4027
4154
|
name: "String",
|
|
4028
4155
|
},
|
|
4029
|
-
},
|
|
4156
|
+
},
|
|
4157
|
+
enableHadrAssessment: {
|
|
4030
4158
|
serializedName: "enableHadrAssessment",
|
|
4031
4159
|
type: {
|
|
4032
4160
|
name: "Boolean",
|
|
4033
4161
|
},
|
|
4034
|
-
},
|
|
4162
|
+
},
|
|
4163
|
+
azureSecurityOfferingType: {
|
|
4035
4164
|
serializedName: "azureSecurityOfferingType",
|
|
4036
4165
|
type: {
|
|
4037
4166
|
name: "String",
|
|
4038
4167
|
},
|
|
4039
|
-
},
|
|
4168
|
+
},
|
|
4169
|
+
reservedInstance: {
|
|
4040
4170
|
serializedName: "reservedInstance",
|
|
4041
4171
|
type: {
|
|
4042
4172
|
name: "String",
|
|
4043
4173
|
},
|
|
4044
|
-
},
|
|
4174
|
+
},
|
|
4175
|
+
sqlServerLicense: {
|
|
4045
4176
|
serializedName: "sqlServerLicense",
|
|
4046
4177
|
type: {
|
|
4047
4178
|
name: "String",
|
|
4048
4179
|
},
|
|
4049
|
-
},
|
|
4180
|
+
},
|
|
4181
|
+
groupType: {
|
|
4050
4182
|
serializedName: "groupType",
|
|
4051
4183
|
type: {
|
|
4052
4184
|
name: "String",
|
|
4053
4185
|
},
|
|
4054
|
-
},
|
|
4186
|
+
},
|
|
4187
|
+
assessmentType: {
|
|
4055
4188
|
serializedName: "assessmentType",
|
|
4056
4189
|
type: {
|
|
4057
4190
|
name: "String",
|
|
4058
4191
|
},
|
|
4059
|
-
},
|
|
4192
|
+
},
|
|
4193
|
+
azureLocation: {
|
|
4060
4194
|
serializedName: "azureLocation",
|
|
4061
4195
|
type: {
|
|
4062
4196
|
name: "String",
|
|
4063
4197
|
},
|
|
4064
|
-
},
|
|
4198
|
+
},
|
|
4199
|
+
azureOfferCode: {
|
|
4065
4200
|
serializedName: "azureOfferCode",
|
|
4066
4201
|
type: {
|
|
4067
4202
|
name: "String",
|
|
4068
4203
|
},
|
|
4069
|
-
},
|
|
4204
|
+
},
|
|
4205
|
+
currency: {
|
|
4070
4206
|
serializedName: "currency",
|
|
4071
4207
|
type: {
|
|
4072
4208
|
name: "String",
|
|
4073
4209
|
},
|
|
4074
|
-
},
|
|
4210
|
+
},
|
|
4211
|
+
scalingFactor: {
|
|
4075
4212
|
serializedName: "scalingFactor",
|
|
4076
4213
|
type: {
|
|
4077
4214
|
name: "Number",
|
|
4078
4215
|
},
|
|
4079
|
-
},
|
|
4216
|
+
},
|
|
4217
|
+
percentile: {
|
|
4080
4218
|
serializedName: "percentile",
|
|
4081
4219
|
type: {
|
|
4082
4220
|
name: "String",
|
|
4083
4221
|
},
|
|
4084
|
-
},
|
|
4222
|
+
},
|
|
4223
|
+
timeRange: {
|
|
4085
4224
|
serializedName: "timeRange",
|
|
4086
4225
|
type: {
|
|
4087
4226
|
name: "String",
|
|
4088
4227
|
},
|
|
4089
|
-
},
|
|
4228
|
+
},
|
|
4229
|
+
perfDataStartTime: {
|
|
4090
4230
|
serializedName: "perfDataStartTime",
|
|
4091
4231
|
type: {
|
|
4092
4232
|
name: "DateTime",
|
|
4093
4233
|
},
|
|
4094
|
-
},
|
|
4234
|
+
},
|
|
4235
|
+
perfDataEndTime: {
|
|
4095
4236
|
serializedName: "perfDataEndTime",
|
|
4096
4237
|
type: {
|
|
4097
4238
|
name: "DateTime",
|
|
4098
4239
|
},
|
|
4099
|
-
},
|
|
4240
|
+
},
|
|
4241
|
+
stage: {
|
|
4100
4242
|
serializedName: "stage",
|
|
4101
4243
|
readOnly: true,
|
|
4102
4244
|
type: {
|
|
4103
4245
|
name: "String",
|
|
4104
4246
|
},
|
|
4105
|
-
},
|
|
4247
|
+
},
|
|
4248
|
+
discountPercentage: {
|
|
4106
4249
|
serializedName: "discountPercentage",
|
|
4107
4250
|
type: {
|
|
4108
4251
|
name: "Number",
|
|
4109
4252
|
},
|
|
4110
|
-
},
|
|
4253
|
+
},
|
|
4254
|
+
sizingCriterion: {
|
|
4111
4255
|
serializedName: "sizingCriterion",
|
|
4112
4256
|
type: {
|
|
4113
4257
|
name: "String",
|
|
4114
4258
|
},
|
|
4115
|
-
},
|
|
4259
|
+
},
|
|
4260
|
+
confidenceRatingInPercentage: {
|
|
4116
4261
|
serializedName: "confidenceRatingInPercentage",
|
|
4117
4262
|
type: {
|
|
4118
4263
|
name: "Number",
|
|
4119
4264
|
},
|
|
4120
|
-
},
|
|
4265
|
+
},
|
|
4266
|
+
pricesTimestamp: {
|
|
4121
4267
|
serializedName: "pricesTimestamp",
|
|
4122
4268
|
readOnly: true,
|
|
4123
4269
|
type: {
|
|
4124
4270
|
name: "DateTime",
|
|
4125
4271
|
},
|
|
4126
|
-
},
|
|
4272
|
+
},
|
|
4273
|
+
createdTimestamp: {
|
|
4127
4274
|
serializedName: "createdTimestamp",
|
|
4128
4275
|
readOnly: true,
|
|
4129
4276
|
type: {
|
|
4130
4277
|
name: "DateTime",
|
|
4131
4278
|
},
|
|
4132
|
-
},
|
|
4279
|
+
},
|
|
4280
|
+
updatedTimestamp: {
|
|
4133
4281
|
serializedName: "updatedTimestamp",
|
|
4134
4282
|
readOnly: true,
|
|
4135
4283
|
type: {
|
|
4136
4284
|
name: "DateTime",
|
|
4137
4285
|
},
|
|
4138
|
-
},
|
|
4286
|
+
},
|
|
4287
|
+
status: {
|
|
4139
4288
|
serializedName: "status",
|
|
4140
4289
|
readOnly: true,
|
|
4141
4290
|
type: {
|
|
4142
4291
|
name: "String",
|
|
4143
4292
|
},
|
|
4144
|
-
},
|
|
4293
|
+
},
|
|
4294
|
+
schemaVersion: {
|
|
4145
4295
|
serializedName: "schemaVersion",
|
|
4146
4296
|
readOnly: true,
|
|
4147
4297
|
type: {
|
|
4148
4298
|
name: "String",
|
|
4149
4299
|
},
|
|
4150
|
-
}
|
|
4300
|
+
},
|
|
4301
|
+
},
|
|
4151
4302
|
},
|
|
4152
4303
|
};
|
|
4153
4304
|
export const CollectorPropertiesBaseWithAgent = {
|
|
4154
4305
|
type: {
|
|
4155
4306
|
name: "Composite",
|
|
4156
4307
|
className: "CollectorPropertiesBaseWithAgent",
|
|
4157
|
-
modelProperties:
|
|
4308
|
+
modelProperties: {
|
|
4309
|
+
...AzureResourceProperties.type.modelProperties,
|
|
4310
|
+
agentProperties: {
|
|
4158
4311
|
serializedName: "agentProperties",
|
|
4159
4312
|
type: {
|
|
4160
4313
|
name: "Composite",
|
|
4161
4314
|
className: "CollectorAgentPropertiesBase",
|
|
4162
4315
|
},
|
|
4163
|
-
},
|
|
4316
|
+
},
|
|
4317
|
+
discoverySiteId: {
|
|
4164
4318
|
serializedName: "discoverySiteId",
|
|
4165
4319
|
type: {
|
|
4166
4320
|
name: "String",
|
|
4167
4321
|
},
|
|
4168
|
-
},
|
|
4322
|
+
},
|
|
4323
|
+
createdTimestamp: {
|
|
4169
4324
|
serializedName: "createdTimestamp",
|
|
4170
4325
|
readOnly: true,
|
|
4171
4326
|
type: {
|
|
4172
4327
|
name: "DateTime",
|
|
4173
4328
|
},
|
|
4174
|
-
},
|
|
4329
|
+
},
|
|
4330
|
+
updatedTimestamp: {
|
|
4175
4331
|
serializedName: "updatedTimestamp",
|
|
4176
4332
|
readOnly: true,
|
|
4177
4333
|
type: {
|
|
4178
4334
|
name: "DateTime",
|
|
4179
4335
|
},
|
|
4180
|
-
}
|
|
4336
|
+
},
|
|
4337
|
+
},
|
|
4181
4338
|
},
|
|
4182
4339
|
};
|
|
4183
4340
|
export const CollectorPropertiesBase = {
|
|
4184
4341
|
type: {
|
|
4185
4342
|
name: "Composite",
|
|
4186
4343
|
className: "CollectorPropertiesBase",
|
|
4187
|
-
modelProperties:
|
|
4344
|
+
modelProperties: {
|
|
4345
|
+
...AzureResourceProperties.type.modelProperties,
|
|
4346
|
+
discoverySiteId: {
|
|
4188
4347
|
serializedName: "discoverySiteId",
|
|
4189
4348
|
type: {
|
|
4190
4349
|
name: "String",
|
|
4191
4350
|
},
|
|
4192
|
-
},
|
|
4351
|
+
},
|
|
4352
|
+
createdTimestamp: {
|
|
4193
4353
|
serializedName: "createdTimestamp",
|
|
4194
4354
|
readOnly: true,
|
|
4195
4355
|
type: {
|
|
4196
4356
|
name: "DateTime",
|
|
4197
4357
|
},
|
|
4198
|
-
},
|
|
4358
|
+
},
|
|
4359
|
+
updatedTimestamp: {
|
|
4199
4360
|
serializedName: "updatedTimestamp",
|
|
4200
4361
|
readOnly: true,
|
|
4201
4362
|
type: {
|
|
4202
4363
|
name: "DateTime",
|
|
4203
4364
|
},
|
|
4204
|
-
}
|
|
4365
|
+
},
|
|
4366
|
+
},
|
|
4205
4367
|
},
|
|
4206
4368
|
};
|
|
4207
4369
|
export const PrivateEndpointConnection = {
|
|
4208
4370
|
type: {
|
|
4209
4371
|
name: "Composite",
|
|
4210
4372
|
className: "PrivateEndpointConnection",
|
|
4211
|
-
modelProperties:
|
|
4373
|
+
modelProperties: {
|
|
4374
|
+
...ProxyResource.type.modelProperties,
|
|
4375
|
+
groupIds: {
|
|
4212
4376
|
serializedName: "properties.groupIds",
|
|
4213
4377
|
readOnly: true,
|
|
4214
4378
|
type: {
|
|
@@ -4219,32 +4383,38 @@ export const PrivateEndpointConnection = {
|
|
|
4219
4383
|
},
|
|
4220
4384
|
},
|
|
4221
4385
|
},
|
|
4222
|
-
},
|
|
4386
|
+
},
|
|
4387
|
+
privateEndpoint: {
|
|
4223
4388
|
serializedName: "properties.privateEndpoint",
|
|
4224
4389
|
type: {
|
|
4225
4390
|
name: "Composite",
|
|
4226
4391
|
className: "PrivateEndpoint",
|
|
4227
4392
|
},
|
|
4228
|
-
},
|
|
4393
|
+
},
|
|
4394
|
+
privateLinkServiceConnectionState: {
|
|
4229
4395
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
4230
4396
|
type: {
|
|
4231
4397
|
name: "Composite",
|
|
4232
4398
|
className: "PrivateLinkServiceConnectionState",
|
|
4233
4399
|
},
|
|
4234
|
-
},
|
|
4400
|
+
},
|
|
4401
|
+
provisioningState: {
|
|
4235
4402
|
serializedName: "properties.provisioningState",
|
|
4236
4403
|
readOnly: true,
|
|
4237
4404
|
type: {
|
|
4238
4405
|
name: "String",
|
|
4239
4406
|
},
|
|
4240
|
-
}
|
|
4407
|
+
},
|
|
4408
|
+
},
|
|
4241
4409
|
},
|
|
4242
4410
|
};
|
|
4243
4411
|
export const AssessmentOptions = {
|
|
4244
4412
|
type: {
|
|
4245
4413
|
name: "Composite",
|
|
4246
4414
|
className: "AssessmentOptions",
|
|
4247
|
-
modelProperties:
|
|
4415
|
+
modelProperties: {
|
|
4416
|
+
...ProxyResource.type.modelProperties,
|
|
4417
|
+
vmFamilies: {
|
|
4248
4418
|
serializedName: "properties.vmFamilies",
|
|
4249
4419
|
readOnly: true,
|
|
4250
4420
|
type: {
|
|
@@ -4256,7 +4426,8 @@ export const AssessmentOptions = {
|
|
|
4256
4426
|
},
|
|
4257
4427
|
},
|
|
4258
4428
|
},
|
|
4259
|
-
},
|
|
4429
|
+
},
|
|
4430
|
+
reservedInstanceVmFamilies: {
|
|
4260
4431
|
serializedName: "properties.reservedInstanceVmFamilies",
|
|
4261
4432
|
readOnly: true,
|
|
4262
4433
|
type: {
|
|
@@ -4267,7 +4438,8 @@ export const AssessmentOptions = {
|
|
|
4267
4438
|
},
|
|
4268
4439
|
},
|
|
4269
4440
|
},
|
|
4270
|
-
},
|
|
4441
|
+
},
|
|
4442
|
+
reservedInstanceSupportedLocations: {
|
|
4271
4443
|
serializedName: "properties.reservedInstanceSupportedLocations",
|
|
4272
4444
|
readOnly: true,
|
|
4273
4445
|
type: {
|
|
@@ -4278,7 +4450,8 @@ export const AssessmentOptions = {
|
|
|
4278
4450
|
},
|
|
4279
4451
|
},
|
|
4280
4452
|
},
|
|
4281
|
-
},
|
|
4453
|
+
},
|
|
4454
|
+
reservedInstanceSupportedCurrencies: {
|
|
4282
4455
|
serializedName: "properties.reservedInstanceSupportedCurrencies",
|
|
4283
4456
|
readOnly: true,
|
|
4284
4457
|
type: {
|
|
@@ -4289,7 +4462,8 @@ export const AssessmentOptions = {
|
|
|
4289
4462
|
},
|
|
4290
4463
|
},
|
|
4291
4464
|
},
|
|
4292
|
-
},
|
|
4465
|
+
},
|
|
4466
|
+
reservedInstanceSupportedOffers: {
|
|
4293
4467
|
serializedName: "properties.reservedInstanceSupportedOffers",
|
|
4294
4468
|
readOnly: true,
|
|
4295
4469
|
type: {
|
|
@@ -4300,7 +4474,8 @@ export const AssessmentOptions = {
|
|
|
4300
4474
|
},
|
|
4301
4475
|
},
|
|
4302
4476
|
},
|
|
4303
|
-
},
|
|
4477
|
+
},
|
|
4478
|
+
ultraDiskVmFamilies: {
|
|
4304
4479
|
serializedName: "properties.ultraDiskVmFamilies",
|
|
4305
4480
|
readOnly: true,
|
|
4306
4481
|
type: {
|
|
@@ -4312,7 +4487,8 @@ export const AssessmentOptions = {
|
|
|
4312
4487
|
},
|
|
4313
4488
|
},
|
|
4314
4489
|
},
|
|
4315
|
-
},
|
|
4490
|
+
},
|
|
4491
|
+
premiumDiskVmFamilies: {
|
|
4316
4492
|
serializedName: "properties.premiumDiskVmFamilies",
|
|
4317
4493
|
readOnly: true,
|
|
4318
4494
|
type: {
|
|
@@ -4323,7 +4499,8 @@ export const AssessmentOptions = {
|
|
|
4323
4499
|
},
|
|
4324
4500
|
},
|
|
4325
4501
|
},
|
|
4326
|
-
},
|
|
4502
|
+
},
|
|
4503
|
+
savingsPlanVmFamilies: {
|
|
4327
4504
|
serializedName: "properties.savingsPlanVmFamilies",
|
|
4328
4505
|
readOnly: true,
|
|
4329
4506
|
type: {
|
|
@@ -4334,7 +4511,8 @@ export const AssessmentOptions = {
|
|
|
4334
4511
|
},
|
|
4335
4512
|
},
|
|
4336
4513
|
},
|
|
4337
|
-
},
|
|
4514
|
+
},
|
|
4515
|
+
savingsPlanSupportedLocations: {
|
|
4338
4516
|
serializedName: "properties.savingsPlanSupportedLocations",
|
|
4339
4517
|
readOnly: true,
|
|
4340
4518
|
type: {
|
|
@@ -4345,14 +4523,17 @@ export const AssessmentOptions = {
|
|
|
4345
4523
|
},
|
|
4346
4524
|
},
|
|
4347
4525
|
},
|
|
4348
|
-
}
|
|
4526
|
+
},
|
|
4527
|
+
},
|
|
4349
4528
|
},
|
|
4350
4529
|
};
|
|
4351
4530
|
export const AvsAssessmentOptions = {
|
|
4352
4531
|
type: {
|
|
4353
4532
|
name: "Composite",
|
|
4354
4533
|
className: "AvsAssessmentOptions",
|
|
4355
|
-
modelProperties:
|
|
4534
|
+
modelProperties: {
|
|
4535
|
+
...ProxyResource.type.modelProperties,
|
|
4536
|
+
avsNodes: {
|
|
4356
4537
|
serializedName: "properties.avsNodes",
|
|
4357
4538
|
type: {
|
|
4358
4539
|
name: "Sequence",
|
|
@@ -4363,7 +4544,8 @@ export const AvsAssessmentOptions = {
|
|
|
4363
4544
|
},
|
|
4364
4545
|
},
|
|
4365
4546
|
},
|
|
4366
|
-
},
|
|
4547
|
+
},
|
|
4548
|
+
failuresToTolerateAndRaidLevelValues: {
|
|
4367
4549
|
serializedName: "properties.failuresToTolerateAndRaidLevelValues",
|
|
4368
4550
|
type: {
|
|
4369
4551
|
name: "Sequence",
|
|
@@ -4373,7 +4555,8 @@ export const AvsAssessmentOptions = {
|
|
|
4373
4555
|
},
|
|
4374
4556
|
},
|
|
4375
4557
|
},
|
|
4376
|
-
},
|
|
4558
|
+
},
|
|
4559
|
+
reservedInstanceAvsNodes: {
|
|
4377
4560
|
serializedName: "properties.reservedInstanceAvsNodes",
|
|
4378
4561
|
type: {
|
|
4379
4562
|
name: "Sequence",
|
|
@@ -4383,7 +4566,8 @@ export const AvsAssessmentOptions = {
|
|
|
4383
4566
|
},
|
|
4384
4567
|
},
|
|
4385
4568
|
},
|
|
4386
|
-
},
|
|
4569
|
+
},
|
|
4570
|
+
reservedInstanceSupportedLocations: {
|
|
4387
4571
|
serializedName: "properties.reservedInstanceSupportedLocations",
|
|
4388
4572
|
type: {
|
|
4389
4573
|
name: "Sequence",
|
|
@@ -4393,7 +4577,8 @@ export const AvsAssessmentOptions = {
|
|
|
4393
4577
|
},
|
|
4394
4578
|
},
|
|
4395
4579
|
},
|
|
4396
|
-
},
|
|
4580
|
+
},
|
|
4581
|
+
reservedInstanceSupportedCurrencies: {
|
|
4397
4582
|
serializedName: "properties.reservedInstanceSupportedCurrencies",
|
|
4398
4583
|
type: {
|
|
4399
4584
|
name: "Sequence",
|
|
@@ -4403,7 +4588,8 @@ export const AvsAssessmentOptions = {
|
|
|
4403
4588
|
},
|
|
4404
4589
|
},
|
|
4405
4590
|
},
|
|
4406
|
-
},
|
|
4591
|
+
},
|
|
4592
|
+
reservedInstanceSupportedOffers: {
|
|
4407
4593
|
serializedName: "properties.reservedInstanceSupportedOffers",
|
|
4408
4594
|
type: {
|
|
4409
4595
|
name: "Sequence",
|
|
@@ -4413,31 +4599,37 @@ export const AvsAssessmentOptions = {
|
|
|
4413
4599
|
},
|
|
4414
4600
|
},
|
|
4415
4601
|
},
|
|
4416
|
-
}
|
|
4602
|
+
},
|
|
4603
|
+
},
|
|
4417
4604
|
},
|
|
4418
4605
|
};
|
|
4419
4606
|
export const Group = {
|
|
4420
4607
|
type: {
|
|
4421
4608
|
name: "Composite",
|
|
4422
4609
|
className: "Group",
|
|
4423
|
-
modelProperties:
|
|
4610
|
+
modelProperties: {
|
|
4611
|
+
...ProxyResource.type.modelProperties,
|
|
4612
|
+
provisioningState: {
|
|
4424
4613
|
serializedName: "properties.provisioningState",
|
|
4425
4614
|
type: {
|
|
4426
4615
|
name: "String",
|
|
4427
4616
|
},
|
|
4428
|
-
},
|
|
4617
|
+
},
|
|
4618
|
+
groupStatus: {
|
|
4429
4619
|
serializedName: "properties.groupStatus",
|
|
4430
4620
|
readOnly: true,
|
|
4431
4621
|
type: {
|
|
4432
4622
|
name: "String",
|
|
4433
4623
|
},
|
|
4434
|
-
},
|
|
4624
|
+
},
|
|
4625
|
+
machineCount: {
|
|
4435
4626
|
serializedName: "properties.machineCount",
|
|
4436
4627
|
readOnly: true,
|
|
4437
4628
|
type: {
|
|
4438
4629
|
name: "Number",
|
|
4439
4630
|
},
|
|
4440
|
-
},
|
|
4631
|
+
},
|
|
4632
|
+
assessments: {
|
|
4441
4633
|
serializedName: "properties.assessments",
|
|
4442
4634
|
readOnly: true,
|
|
4443
4635
|
type: {
|
|
@@ -4448,7 +4640,8 @@ export const Group = {
|
|
|
4448
4640
|
},
|
|
4449
4641
|
},
|
|
4450
4642
|
},
|
|
4451
|
-
},
|
|
4643
|
+
},
|
|
4644
|
+
supportedAssessmentTypes: {
|
|
4452
4645
|
serializedName: "properties.supportedAssessmentTypes",
|
|
4453
4646
|
type: {
|
|
4454
4647
|
name: "Sequence",
|
|
@@ -4458,55 +4651,65 @@ export const Group = {
|
|
|
4458
4651
|
},
|
|
4459
4652
|
},
|
|
4460
4653
|
},
|
|
4461
|
-
},
|
|
4654
|
+
},
|
|
4655
|
+
areAssessmentsRunning: {
|
|
4462
4656
|
serializedName: "properties.areAssessmentsRunning",
|
|
4463
4657
|
readOnly: true,
|
|
4464
4658
|
type: {
|
|
4465
4659
|
name: "Boolean",
|
|
4466
4660
|
},
|
|
4467
|
-
},
|
|
4661
|
+
},
|
|
4662
|
+
createdTimestamp: {
|
|
4468
4663
|
serializedName: "properties.createdTimestamp",
|
|
4469
4664
|
readOnly: true,
|
|
4470
4665
|
type: {
|
|
4471
4666
|
name: "DateTime",
|
|
4472
4667
|
},
|
|
4473
|
-
},
|
|
4668
|
+
},
|
|
4669
|
+
updatedTimestamp: {
|
|
4474
4670
|
serializedName: "properties.updatedTimestamp",
|
|
4475
4671
|
readOnly: true,
|
|
4476
4672
|
type: {
|
|
4477
4673
|
name: "DateTime",
|
|
4478
4674
|
},
|
|
4479
|
-
},
|
|
4675
|
+
},
|
|
4676
|
+
groupType: {
|
|
4480
4677
|
serializedName: "properties.groupType",
|
|
4481
4678
|
type: {
|
|
4482
4679
|
name: "String",
|
|
4483
4680
|
},
|
|
4484
|
-
}
|
|
4681
|
+
},
|
|
4682
|
+
},
|
|
4485
4683
|
},
|
|
4486
4684
|
};
|
|
4487
4685
|
export const Assessment = {
|
|
4488
4686
|
type: {
|
|
4489
4687
|
name: "Composite",
|
|
4490
4688
|
className: "Assessment",
|
|
4491
|
-
modelProperties:
|
|
4689
|
+
modelProperties: {
|
|
4690
|
+
...ProxyResource.type.modelProperties,
|
|
4691
|
+
provisioningState: {
|
|
4492
4692
|
serializedName: "properties.provisioningState",
|
|
4493
4693
|
type: {
|
|
4494
4694
|
name: "String",
|
|
4495
4695
|
},
|
|
4496
|
-
},
|
|
4696
|
+
},
|
|
4697
|
+
assessmentErrorSummary: {
|
|
4497
4698
|
serializedName: "properties.assessmentErrorSummary",
|
|
4498
4699
|
readOnly: true,
|
|
4499
4700
|
type: {
|
|
4500
4701
|
name: "Dictionary",
|
|
4501
4702
|
value: { type: { name: "Number" } },
|
|
4502
4703
|
},
|
|
4503
|
-
},
|
|
4704
|
+
},
|
|
4705
|
+
monthlyUltraStorageCost: {
|
|
4504
4706
|
serializedName: "properties.monthlyUltraStorageCost",
|
|
4505
4707
|
readOnly: true,
|
|
4506
4708
|
type: {
|
|
4507
4709
|
name: "Number",
|
|
4508
4710
|
},
|
|
4509
|
-
},
|
|
4711
|
+
},
|
|
4712
|
+
costComponents: {
|
|
4510
4713
|
serializedName: "properties.costComponents",
|
|
4511
4714
|
readOnly: true,
|
|
4512
4715
|
type: {
|
|
@@ -4518,32 +4721,38 @@ export const Assessment = {
|
|
|
4518
4721
|
},
|
|
4519
4722
|
},
|
|
4520
4723
|
},
|
|
4521
|
-
},
|
|
4724
|
+
},
|
|
4725
|
+
eaSubscriptionId: {
|
|
4522
4726
|
serializedName: "properties.eaSubscriptionId",
|
|
4523
4727
|
type: {
|
|
4524
4728
|
name: "String",
|
|
4525
4729
|
},
|
|
4526
|
-
},
|
|
4730
|
+
},
|
|
4731
|
+
azurePricingTier: {
|
|
4527
4732
|
serializedName: "properties.azurePricingTier",
|
|
4528
4733
|
type: {
|
|
4529
4734
|
name: "String",
|
|
4530
4735
|
},
|
|
4531
|
-
},
|
|
4736
|
+
},
|
|
4737
|
+
azureStorageRedundancy: {
|
|
4532
4738
|
serializedName: "properties.azureStorageRedundancy",
|
|
4533
4739
|
type: {
|
|
4534
4740
|
name: "String",
|
|
4535
4741
|
},
|
|
4536
|
-
},
|
|
4742
|
+
},
|
|
4743
|
+
reservedInstance: {
|
|
4537
4744
|
serializedName: "properties.reservedInstance",
|
|
4538
4745
|
type: {
|
|
4539
4746
|
name: "String",
|
|
4540
4747
|
},
|
|
4541
|
-
},
|
|
4748
|
+
},
|
|
4749
|
+
azureHybridUseBenefit: {
|
|
4542
4750
|
serializedName: "properties.azureHybridUseBenefit",
|
|
4543
4751
|
type: {
|
|
4544
4752
|
name: "String",
|
|
4545
4753
|
},
|
|
4546
|
-
},
|
|
4754
|
+
},
|
|
4755
|
+
azureDiskTypes: {
|
|
4547
4756
|
serializedName: "properties.azureDiskTypes",
|
|
4548
4757
|
type: {
|
|
4549
4758
|
name: "Sequence",
|
|
@@ -4553,7 +4762,8 @@ export const Assessment = {
|
|
|
4553
4762
|
},
|
|
4554
4763
|
},
|
|
4555
4764
|
},
|
|
4556
|
-
},
|
|
4765
|
+
},
|
|
4766
|
+
azureVmFamilies: {
|
|
4557
4767
|
serializedName: "properties.azureVmFamilies",
|
|
4558
4768
|
type: {
|
|
4559
4769
|
name: "Sequence",
|
|
@@ -4563,188 +4773,221 @@ export const Assessment = {
|
|
|
4563
4773
|
},
|
|
4564
4774
|
},
|
|
4565
4775
|
},
|
|
4566
|
-
},
|
|
4776
|
+
},
|
|
4777
|
+
distributionBySupportStatus: {
|
|
4567
4778
|
serializedName: "properties.distributionBySupportStatus",
|
|
4568
4779
|
readOnly: true,
|
|
4569
4780
|
type: {
|
|
4570
4781
|
name: "Dictionary",
|
|
4571
4782
|
value: { type: { name: "Number" } },
|
|
4572
4783
|
},
|
|
4573
|
-
},
|
|
4784
|
+
},
|
|
4785
|
+
distributionByServicePackInsight: {
|
|
4574
4786
|
serializedName: "properties.distributionByServicePackInsight",
|
|
4575
4787
|
readOnly: true,
|
|
4576
4788
|
type: {
|
|
4577
4789
|
name: "Dictionary",
|
|
4578
4790
|
value: { type: { name: "Number" } },
|
|
4579
4791
|
},
|
|
4580
|
-
},
|
|
4792
|
+
},
|
|
4793
|
+
distributionByOsName: {
|
|
4581
4794
|
serializedName: "properties.distributionByOsName",
|
|
4582
4795
|
readOnly: true,
|
|
4583
4796
|
type: {
|
|
4584
4797
|
name: "Dictionary",
|
|
4585
4798
|
value: { type: { name: "Number" } },
|
|
4586
4799
|
},
|
|
4587
|
-
},
|
|
4800
|
+
},
|
|
4801
|
+
monthlyComputeCost: {
|
|
4588
4802
|
serializedName: "properties.monthlyComputeCost",
|
|
4589
4803
|
readOnly: true,
|
|
4590
4804
|
type: {
|
|
4591
4805
|
name: "Number",
|
|
4592
4806
|
},
|
|
4593
|
-
},
|
|
4807
|
+
},
|
|
4808
|
+
monthlyBandwidthCost: {
|
|
4594
4809
|
serializedName: "properties.monthlyBandwidthCost",
|
|
4595
4810
|
readOnly: true,
|
|
4596
4811
|
type: {
|
|
4597
4812
|
name: "Number",
|
|
4598
4813
|
},
|
|
4599
|
-
},
|
|
4814
|
+
},
|
|
4815
|
+
monthlyStorageCost: {
|
|
4600
4816
|
serializedName: "properties.monthlyStorageCost",
|
|
4601
4817
|
readOnly: true,
|
|
4602
4818
|
type: {
|
|
4603
4819
|
name: "Number",
|
|
4604
4820
|
},
|
|
4605
|
-
},
|
|
4821
|
+
},
|
|
4822
|
+
monthlyPremiumStorageCost: {
|
|
4606
4823
|
serializedName: "properties.monthlyPremiumStorageCost",
|
|
4607
4824
|
readOnly: true,
|
|
4608
4825
|
type: {
|
|
4609
4826
|
name: "Number",
|
|
4610
4827
|
},
|
|
4611
|
-
},
|
|
4828
|
+
},
|
|
4829
|
+
monthlyStandardSsdStorageCost: {
|
|
4612
4830
|
serializedName: "properties.monthlyStandardSsdStorageCost",
|
|
4613
4831
|
readOnly: true,
|
|
4614
4832
|
type: {
|
|
4615
4833
|
name: "Number",
|
|
4616
4834
|
},
|
|
4617
|
-
},
|
|
4835
|
+
},
|
|
4836
|
+
suitabilitySummary: {
|
|
4618
4837
|
serializedName: "properties.suitabilitySummary",
|
|
4619
4838
|
readOnly: true,
|
|
4620
4839
|
type: {
|
|
4621
4840
|
name: "Dictionary",
|
|
4622
4841
|
value: { type: { name: "Number" } },
|
|
4623
4842
|
},
|
|
4624
|
-
},
|
|
4843
|
+
},
|
|
4844
|
+
numberOfMachines: {
|
|
4625
4845
|
serializedName: "properties.numberOfMachines",
|
|
4626
4846
|
readOnly: true,
|
|
4627
4847
|
type: {
|
|
4628
4848
|
name: "Number",
|
|
4629
4849
|
},
|
|
4630
|
-
},
|
|
4850
|
+
},
|
|
4851
|
+
vmUptime: {
|
|
4631
4852
|
serializedName: "properties.vmUptime",
|
|
4632
4853
|
type: {
|
|
4633
4854
|
name: "Composite",
|
|
4634
4855
|
className: "VmUptime",
|
|
4635
4856
|
},
|
|
4636
|
-
},
|
|
4857
|
+
},
|
|
4858
|
+
groupType: {
|
|
4637
4859
|
serializedName: "properties.groupType",
|
|
4638
4860
|
readOnly: true,
|
|
4639
4861
|
type: {
|
|
4640
4862
|
name: "String",
|
|
4641
4863
|
},
|
|
4642
|
-
},
|
|
4864
|
+
},
|
|
4865
|
+
assessmentType: {
|
|
4643
4866
|
serializedName: "properties.assessmentType",
|
|
4644
4867
|
readOnly: true,
|
|
4645
4868
|
type: {
|
|
4646
4869
|
name: "String",
|
|
4647
4870
|
},
|
|
4648
|
-
},
|
|
4871
|
+
},
|
|
4872
|
+
azureLocation: {
|
|
4649
4873
|
serializedName: "properties.azureLocation",
|
|
4650
4874
|
type: {
|
|
4651
4875
|
name: "String",
|
|
4652
4876
|
},
|
|
4653
|
-
},
|
|
4877
|
+
},
|
|
4878
|
+
azureOfferCode: {
|
|
4654
4879
|
serializedName: "properties.azureOfferCode",
|
|
4655
4880
|
type: {
|
|
4656
4881
|
name: "String",
|
|
4657
4882
|
},
|
|
4658
|
-
},
|
|
4883
|
+
},
|
|
4884
|
+
currency: {
|
|
4659
4885
|
serializedName: "properties.currency",
|
|
4660
4886
|
type: {
|
|
4661
4887
|
name: "String",
|
|
4662
4888
|
},
|
|
4663
|
-
},
|
|
4889
|
+
},
|
|
4890
|
+
scalingFactor: {
|
|
4664
4891
|
serializedName: "properties.scalingFactor",
|
|
4665
4892
|
type: {
|
|
4666
4893
|
name: "Number",
|
|
4667
4894
|
},
|
|
4668
|
-
},
|
|
4895
|
+
},
|
|
4896
|
+
percentile: {
|
|
4669
4897
|
serializedName: "properties.percentile",
|
|
4670
4898
|
type: {
|
|
4671
4899
|
name: "String",
|
|
4672
4900
|
},
|
|
4673
|
-
},
|
|
4901
|
+
},
|
|
4902
|
+
timeRange: {
|
|
4674
4903
|
serializedName: "properties.timeRange",
|
|
4675
4904
|
type: {
|
|
4676
4905
|
name: "String",
|
|
4677
4906
|
},
|
|
4678
|
-
},
|
|
4907
|
+
},
|
|
4908
|
+
perfDataStartTime: {
|
|
4679
4909
|
serializedName: "properties.perfDataStartTime",
|
|
4680
4910
|
type: {
|
|
4681
4911
|
name: "DateTime",
|
|
4682
4912
|
},
|
|
4683
|
-
},
|
|
4913
|
+
},
|
|
4914
|
+
perfDataEndTime: {
|
|
4684
4915
|
serializedName: "properties.perfDataEndTime",
|
|
4685
4916
|
type: {
|
|
4686
4917
|
name: "DateTime",
|
|
4687
4918
|
},
|
|
4688
|
-
},
|
|
4919
|
+
},
|
|
4920
|
+
stage: {
|
|
4689
4921
|
serializedName: "properties.stage",
|
|
4690
4922
|
readOnly: true,
|
|
4691
4923
|
type: {
|
|
4692
4924
|
name: "String",
|
|
4693
4925
|
},
|
|
4694
|
-
},
|
|
4926
|
+
},
|
|
4927
|
+
discountPercentage: {
|
|
4695
4928
|
serializedName: "properties.discountPercentage",
|
|
4696
4929
|
type: {
|
|
4697
4930
|
name: "Number",
|
|
4698
4931
|
},
|
|
4699
|
-
},
|
|
4932
|
+
},
|
|
4933
|
+
sizingCriterion: {
|
|
4700
4934
|
serializedName: "properties.sizingCriterion",
|
|
4701
4935
|
type: {
|
|
4702
4936
|
name: "String",
|
|
4703
4937
|
},
|
|
4704
|
-
},
|
|
4938
|
+
},
|
|
4939
|
+
confidenceRatingInPercentage: {
|
|
4705
4940
|
serializedName: "properties.confidenceRatingInPercentage",
|
|
4706
4941
|
readOnly: true,
|
|
4707
4942
|
type: {
|
|
4708
4943
|
name: "Number",
|
|
4709
4944
|
},
|
|
4710
|
-
},
|
|
4945
|
+
},
|
|
4946
|
+
pricesTimestamp: {
|
|
4711
4947
|
serializedName: "properties.pricesTimestamp",
|
|
4712
4948
|
readOnly: true,
|
|
4713
4949
|
type: {
|
|
4714
4950
|
name: "DateTime",
|
|
4715
4951
|
},
|
|
4716
|
-
},
|
|
4952
|
+
},
|
|
4953
|
+
createdTimestamp: {
|
|
4717
4954
|
serializedName: "properties.createdTimestamp",
|
|
4718
4955
|
readOnly: true,
|
|
4719
4956
|
type: {
|
|
4720
4957
|
name: "DateTime",
|
|
4721
4958
|
},
|
|
4722
|
-
},
|
|
4959
|
+
},
|
|
4960
|
+
updatedTimestamp: {
|
|
4723
4961
|
serializedName: "properties.updatedTimestamp",
|
|
4724
4962
|
readOnly: true,
|
|
4725
4963
|
type: {
|
|
4726
4964
|
name: "DateTime",
|
|
4727
4965
|
},
|
|
4728
|
-
},
|
|
4966
|
+
},
|
|
4967
|
+
status: {
|
|
4729
4968
|
serializedName: "properties.status",
|
|
4730
4969
|
readOnly: true,
|
|
4731
4970
|
type: {
|
|
4732
4971
|
name: "String",
|
|
4733
4972
|
},
|
|
4734
|
-
},
|
|
4973
|
+
},
|
|
4974
|
+
schemaVersion: {
|
|
4735
4975
|
serializedName: "properties.schemaVersion",
|
|
4736
4976
|
readOnly: true,
|
|
4737
4977
|
type: {
|
|
4738
4978
|
name: "String",
|
|
4739
4979
|
},
|
|
4740
|
-
}
|
|
4980
|
+
},
|
|
4981
|
+
},
|
|
4741
4982
|
},
|
|
4742
4983
|
};
|
|
4743
4984
|
export const AssessedMachine = {
|
|
4744
4985
|
type: {
|
|
4745
4986
|
name: "Composite",
|
|
4746
4987
|
className: "AssessedMachine",
|
|
4747
|
-
modelProperties:
|
|
4988
|
+
modelProperties: {
|
|
4989
|
+
...ProxyResource.type.modelProperties,
|
|
4990
|
+
errors: {
|
|
4748
4991
|
serializedName: "properties.errors",
|
|
4749
4992
|
readOnly: true,
|
|
4750
4993
|
type: {
|
|
@@ -4756,26 +4999,30 @@ export const AssessedMachine = {
|
|
|
4756
4999
|
},
|
|
4757
5000
|
},
|
|
4758
5001
|
},
|
|
4759
|
-
},
|
|
5002
|
+
},
|
|
5003
|
+
disks: {
|
|
4760
5004
|
serializedName: "properties.disks",
|
|
4761
5005
|
readOnly: true,
|
|
4762
5006
|
type: {
|
|
4763
5007
|
name: "Dictionary",
|
|
4764
5008
|
value: { type: { name: "Composite", className: "AssessedDisk" } },
|
|
4765
5009
|
},
|
|
4766
|
-
},
|
|
5010
|
+
},
|
|
5011
|
+
monthlyUltraStorageCost: {
|
|
4767
5012
|
serializedName: "properties.monthlyUltraStorageCost",
|
|
4768
5013
|
readOnly: true,
|
|
4769
5014
|
type: {
|
|
4770
5015
|
name: "Number",
|
|
4771
5016
|
},
|
|
4772
|
-
},
|
|
5017
|
+
},
|
|
5018
|
+
hostProcessor: {
|
|
4773
5019
|
serializedName: "properties.hostProcessor",
|
|
4774
5020
|
type: {
|
|
4775
5021
|
name: "Composite",
|
|
4776
5022
|
className: "ProcessorInfo",
|
|
4777
5023
|
},
|
|
4778
|
-
},
|
|
5024
|
+
},
|
|
5025
|
+
costComponents: {
|
|
4779
5026
|
serializedName: "properties.costComponents",
|
|
4780
5027
|
type: {
|
|
4781
5028
|
name: "Sequence",
|
|
@@ -4786,37 +5033,43 @@ export const AssessedMachine = {
|
|
|
4786
5033
|
},
|
|
4787
5034
|
},
|
|
4788
5035
|
},
|
|
4789
|
-
},
|
|
5036
|
+
},
|
|
5037
|
+
productSupportStatus: {
|
|
4790
5038
|
serializedName: "properties.productSupportStatus",
|
|
4791
5039
|
type: {
|
|
4792
5040
|
name: "Composite",
|
|
4793
5041
|
className: "ProductSupportStatus",
|
|
4794
5042
|
},
|
|
4795
|
-
},
|
|
5043
|
+
},
|
|
5044
|
+
monthlyBandwidthCost: {
|
|
4796
5045
|
serializedName: "properties.monthlyBandwidthCost",
|
|
4797
5046
|
readOnly: true,
|
|
4798
5047
|
type: {
|
|
4799
5048
|
name: "Number",
|
|
4800
5049
|
},
|
|
4801
|
-
},
|
|
5050
|
+
},
|
|
5051
|
+
monthlyStorageCost: {
|
|
4802
5052
|
serializedName: "properties.monthlyStorageCost",
|
|
4803
5053
|
readOnly: true,
|
|
4804
5054
|
type: {
|
|
4805
5055
|
name: "Number",
|
|
4806
5056
|
},
|
|
4807
|
-
},
|
|
5057
|
+
},
|
|
5058
|
+
monthlyPremiumStorageCost: {
|
|
4808
5059
|
serializedName: "properties.monthlyPremiumStorageCost",
|
|
4809
5060
|
readOnly: true,
|
|
4810
5061
|
type: {
|
|
4811
5062
|
name: "Number",
|
|
4812
5063
|
},
|
|
4813
|
-
},
|
|
5064
|
+
},
|
|
5065
|
+
monthlyStandardSsdStorageCost: {
|
|
4814
5066
|
serializedName: "properties.monthlyStandardSsdStorageCost",
|
|
4815
5067
|
readOnly: true,
|
|
4816
5068
|
type: {
|
|
4817
5069
|
name: "Number",
|
|
4818
5070
|
},
|
|
4819
|
-
},
|
|
5071
|
+
},
|
|
5072
|
+
networkAdapters: {
|
|
4820
5073
|
serializedName: "properties.networkAdapters",
|
|
4821
5074
|
readOnly: true,
|
|
4822
5075
|
type: {
|
|
@@ -4825,401 +5078,472 @@ export const AssessedMachine = {
|
|
|
4825
5078
|
type: { name: "Composite", className: "AssessedNetworkAdapter" },
|
|
4826
5079
|
},
|
|
4827
5080
|
},
|
|
4828
|
-
},
|
|
5081
|
+
},
|
|
5082
|
+
recommendedSize: {
|
|
4829
5083
|
serializedName: "properties.recommendedSize",
|
|
4830
5084
|
readOnly: true,
|
|
4831
5085
|
type: {
|
|
4832
5086
|
name: "String",
|
|
4833
5087
|
},
|
|
4834
|
-
},
|
|
5088
|
+
},
|
|
5089
|
+
numberOfCoresForRecommendedSize: {
|
|
4835
5090
|
serializedName: "properties.numberOfCoresForRecommendedSize",
|
|
4836
5091
|
readOnly: true,
|
|
4837
5092
|
type: {
|
|
4838
5093
|
name: "Number",
|
|
4839
5094
|
},
|
|
4840
|
-
},
|
|
5095
|
+
},
|
|
5096
|
+
megabytesOfMemoryForRecommendedSize: {
|
|
4841
5097
|
serializedName: "properties.megabytesOfMemoryForRecommendedSize",
|
|
4842
5098
|
readOnly: true,
|
|
4843
5099
|
type: {
|
|
4844
5100
|
name: "Number",
|
|
4845
5101
|
},
|
|
4846
|
-
},
|
|
5102
|
+
},
|
|
5103
|
+
monthlyComputeCostForRecommendedSize: {
|
|
4847
5104
|
serializedName: "properties.monthlyComputeCostForRecommendedSize",
|
|
4848
5105
|
readOnly: true,
|
|
4849
5106
|
type: {
|
|
4850
5107
|
name: "Number",
|
|
4851
5108
|
},
|
|
4852
|
-
},
|
|
5109
|
+
},
|
|
5110
|
+
suitabilityExplanation: {
|
|
4853
5111
|
serializedName: "properties.suitabilityExplanation",
|
|
4854
5112
|
readOnly: true,
|
|
4855
5113
|
type: {
|
|
4856
5114
|
name: "String",
|
|
4857
5115
|
},
|
|
4858
|
-
},
|
|
5116
|
+
},
|
|
5117
|
+
suitabilityDetail: {
|
|
4859
5118
|
serializedName: "properties.suitabilityDetail",
|
|
4860
5119
|
readOnly: true,
|
|
4861
5120
|
type: {
|
|
4862
5121
|
name: "String",
|
|
4863
5122
|
},
|
|
4864
|
-
},
|
|
5123
|
+
},
|
|
5124
|
+
typePropertiesType: {
|
|
4865
5125
|
serializedName: "properties.type",
|
|
4866
5126
|
readOnly: true,
|
|
4867
5127
|
type: {
|
|
4868
5128
|
name: "String",
|
|
4869
5129
|
},
|
|
4870
|
-
},
|
|
5130
|
+
},
|
|
5131
|
+
bootType: {
|
|
4871
5132
|
serializedName: "properties.bootType",
|
|
4872
5133
|
readOnly: true,
|
|
4873
5134
|
type: {
|
|
4874
5135
|
name: "String",
|
|
4875
5136
|
},
|
|
4876
|
-
},
|
|
5137
|
+
},
|
|
5138
|
+
operatingSystemType: {
|
|
4877
5139
|
serializedName: "properties.operatingSystemType",
|
|
4878
5140
|
readOnly: true,
|
|
4879
5141
|
type: {
|
|
4880
5142
|
name: "String",
|
|
4881
5143
|
},
|
|
4882
|
-
},
|
|
5144
|
+
},
|
|
5145
|
+
operatingSystemName: {
|
|
4883
5146
|
serializedName: "properties.operatingSystemName",
|
|
4884
5147
|
readOnly: true,
|
|
4885
5148
|
type: {
|
|
4886
5149
|
name: "String",
|
|
4887
5150
|
},
|
|
4888
|
-
},
|
|
5151
|
+
},
|
|
5152
|
+
operatingSystemVersion: {
|
|
4889
5153
|
serializedName: "properties.operatingSystemVersion",
|
|
4890
5154
|
readOnly: true,
|
|
4891
5155
|
type: {
|
|
4892
5156
|
name: "String",
|
|
4893
5157
|
},
|
|
4894
|
-
},
|
|
5158
|
+
},
|
|
5159
|
+
operatingSystemArchitecture: {
|
|
4895
5160
|
serializedName: "properties.operatingSystemArchitecture",
|
|
4896
5161
|
readOnly: true,
|
|
4897
5162
|
type: {
|
|
4898
5163
|
name: "String",
|
|
4899
5164
|
},
|
|
4900
|
-
},
|
|
5165
|
+
},
|
|
5166
|
+
createdTimestamp: {
|
|
4901
5167
|
serializedName: "properties.createdTimestamp",
|
|
4902
5168
|
readOnly: true,
|
|
4903
5169
|
type: {
|
|
4904
5170
|
name: "DateTime",
|
|
4905
5171
|
},
|
|
4906
|
-
},
|
|
5172
|
+
},
|
|
5173
|
+
updatedTimestamp: {
|
|
4907
5174
|
serializedName: "properties.updatedTimestamp",
|
|
4908
5175
|
readOnly: true,
|
|
4909
5176
|
type: {
|
|
4910
5177
|
name: "DateTime",
|
|
4911
5178
|
},
|
|
4912
|
-
},
|
|
5179
|
+
},
|
|
5180
|
+
displayName: {
|
|
4913
5181
|
serializedName: "properties.displayName",
|
|
4914
5182
|
readOnly: true,
|
|
4915
5183
|
type: {
|
|
4916
5184
|
name: "String",
|
|
4917
5185
|
},
|
|
4918
|
-
},
|
|
5186
|
+
},
|
|
5187
|
+
description: {
|
|
4919
5188
|
serializedName: "properties.description",
|
|
4920
5189
|
readOnly: true,
|
|
4921
5190
|
type: {
|
|
4922
5191
|
name: "String",
|
|
4923
5192
|
},
|
|
4924
|
-
},
|
|
5193
|
+
},
|
|
5194
|
+
datacenterMachineArmId: {
|
|
4925
5195
|
serializedName: "properties.datacenterMachineArmId",
|
|
4926
5196
|
readOnly: true,
|
|
4927
5197
|
type: {
|
|
4928
5198
|
name: "String",
|
|
4929
5199
|
},
|
|
4930
|
-
},
|
|
5200
|
+
},
|
|
5201
|
+
datacenterManagementServerArmId: {
|
|
4931
5202
|
serializedName: "properties.datacenterManagementServerArmId",
|
|
4932
5203
|
readOnly: true,
|
|
4933
5204
|
type: {
|
|
4934
5205
|
name: "String",
|
|
4935
5206
|
},
|
|
4936
|
-
},
|
|
5207
|
+
},
|
|
5208
|
+
datacenterManagementServerName: {
|
|
4937
5209
|
serializedName: "properties.datacenterManagementServerName",
|
|
4938
5210
|
readOnly: true,
|
|
4939
5211
|
type: {
|
|
4940
5212
|
name: "String",
|
|
4941
5213
|
},
|
|
4942
|
-
},
|
|
5214
|
+
},
|
|
5215
|
+
megabytesOfMemory: {
|
|
4943
5216
|
serializedName: "properties.megabytesOfMemory",
|
|
4944
5217
|
readOnly: true,
|
|
4945
5218
|
type: {
|
|
4946
5219
|
name: "Number",
|
|
4947
5220
|
},
|
|
4948
|
-
},
|
|
5221
|
+
},
|
|
5222
|
+
numberOfCores: {
|
|
4949
5223
|
serializedName: "properties.numberOfCores",
|
|
4950
5224
|
readOnly: true,
|
|
4951
5225
|
type: {
|
|
4952
5226
|
name: "Number",
|
|
4953
5227
|
},
|
|
4954
|
-
},
|
|
5228
|
+
},
|
|
5229
|
+
confidenceRatingInPercentage: {
|
|
4955
5230
|
serializedName: "properties.confidenceRatingInPercentage",
|
|
4956
5231
|
readOnly: true,
|
|
4957
5232
|
type: {
|
|
4958
5233
|
name: "Number",
|
|
4959
5234
|
},
|
|
4960
|
-
},
|
|
5235
|
+
},
|
|
5236
|
+
percentageCoresUtilization: {
|
|
4961
5237
|
serializedName: "properties.percentageCoresUtilization",
|
|
4962
5238
|
readOnly: true,
|
|
4963
5239
|
type: {
|
|
4964
5240
|
name: "Number",
|
|
4965
5241
|
},
|
|
4966
|
-
},
|
|
5242
|
+
},
|
|
5243
|
+
percentageMemoryUtilization: {
|
|
4967
5244
|
serializedName: "properties.percentageMemoryUtilization",
|
|
4968
5245
|
readOnly: true,
|
|
4969
5246
|
type: {
|
|
4970
5247
|
name: "Number",
|
|
4971
5248
|
},
|
|
4972
|
-
},
|
|
5249
|
+
},
|
|
5250
|
+
suitability: {
|
|
4973
5251
|
serializedName: "properties.suitability",
|
|
4974
5252
|
readOnly: true,
|
|
4975
5253
|
type: {
|
|
4976
5254
|
name: "String",
|
|
4977
5255
|
},
|
|
4978
|
-
}
|
|
5256
|
+
},
|
|
5257
|
+
},
|
|
4979
5258
|
},
|
|
4980
5259
|
};
|
|
4981
5260
|
export const AvsAssessment = {
|
|
4982
5261
|
type: {
|
|
4983
5262
|
name: "Composite",
|
|
4984
5263
|
className: "AvsAssessment",
|
|
4985
|
-
modelProperties:
|
|
5264
|
+
modelProperties: {
|
|
5265
|
+
...ProxyResource.type.modelProperties,
|
|
5266
|
+
provisioningState: {
|
|
4986
5267
|
serializedName: "properties.provisioningState",
|
|
4987
5268
|
type: {
|
|
4988
5269
|
name: "String",
|
|
4989
5270
|
},
|
|
4990
|
-
},
|
|
5271
|
+
},
|
|
5272
|
+
assessmentErrorSummary: {
|
|
4991
5273
|
serializedName: "properties.assessmentErrorSummary",
|
|
4992
5274
|
readOnly: true,
|
|
4993
5275
|
type: {
|
|
4994
5276
|
name: "Dictionary",
|
|
4995
5277
|
value: { type: { name: "Number" } },
|
|
4996
5278
|
},
|
|
4997
|
-
},
|
|
5279
|
+
},
|
|
5280
|
+
failuresToTolerateAndRaidLevel: {
|
|
4998
5281
|
serializedName: "properties.failuresToTolerateAndRaidLevel",
|
|
4999
5282
|
type: {
|
|
5000
5283
|
name: "String",
|
|
5001
5284
|
},
|
|
5002
|
-
},
|
|
5285
|
+
},
|
|
5286
|
+
vcpuOversubscription: {
|
|
5003
5287
|
serializedName: "properties.vcpuOversubscription",
|
|
5004
5288
|
type: {
|
|
5005
5289
|
name: "Number",
|
|
5006
5290
|
},
|
|
5007
|
-
},
|
|
5291
|
+
},
|
|
5292
|
+
nodeType: {
|
|
5008
5293
|
serializedName: "properties.nodeType",
|
|
5009
5294
|
type: {
|
|
5010
5295
|
name: "String",
|
|
5011
5296
|
},
|
|
5012
|
-
},
|
|
5297
|
+
},
|
|
5298
|
+
reservedInstance: {
|
|
5013
5299
|
serializedName: "properties.reservedInstance",
|
|
5014
5300
|
type: {
|
|
5015
5301
|
name: "String",
|
|
5016
5302
|
},
|
|
5017
|
-
},
|
|
5303
|
+
},
|
|
5304
|
+
totalMonthlyCost: {
|
|
5018
5305
|
serializedName: "properties.totalMonthlyCost",
|
|
5019
5306
|
readOnly: true,
|
|
5020
5307
|
type: {
|
|
5021
5308
|
name: "Number",
|
|
5022
5309
|
},
|
|
5023
|
-
},
|
|
5310
|
+
},
|
|
5311
|
+
suitability: {
|
|
5024
5312
|
serializedName: "properties.suitability",
|
|
5025
5313
|
readOnly: true,
|
|
5026
5314
|
type: {
|
|
5027
5315
|
name: "String",
|
|
5028
5316
|
},
|
|
5029
|
-
},
|
|
5317
|
+
},
|
|
5318
|
+
suitabilityExplanation: {
|
|
5030
5319
|
serializedName: "properties.suitabilityExplanation",
|
|
5031
5320
|
readOnly: true,
|
|
5032
5321
|
type: {
|
|
5033
5322
|
name: "String",
|
|
5034
5323
|
},
|
|
5035
|
-
},
|
|
5324
|
+
},
|
|
5325
|
+
numberOfNodes: {
|
|
5036
5326
|
serializedName: "properties.numberOfNodes",
|
|
5037
5327
|
readOnly: true,
|
|
5038
5328
|
type: {
|
|
5039
5329
|
name: "Number",
|
|
5040
5330
|
},
|
|
5041
|
-
},
|
|
5331
|
+
},
|
|
5332
|
+
cpuUtilization: {
|
|
5042
5333
|
serializedName: "properties.cpuUtilization",
|
|
5043
5334
|
readOnly: true,
|
|
5044
5335
|
type: {
|
|
5045
5336
|
name: "Number",
|
|
5046
5337
|
},
|
|
5047
|
-
},
|
|
5338
|
+
},
|
|
5339
|
+
ramUtilization: {
|
|
5048
5340
|
serializedName: "properties.ramUtilization",
|
|
5049
5341
|
readOnly: true,
|
|
5050
5342
|
type: {
|
|
5051
5343
|
name: "Number",
|
|
5052
5344
|
},
|
|
5053
|
-
},
|
|
5345
|
+
},
|
|
5346
|
+
storageUtilization: {
|
|
5054
5347
|
serializedName: "properties.storageUtilization",
|
|
5055
5348
|
readOnly: true,
|
|
5056
5349
|
type: {
|
|
5057
5350
|
name: "Number",
|
|
5058
5351
|
},
|
|
5059
|
-
},
|
|
5352
|
+
},
|
|
5353
|
+
totalCpuCores: {
|
|
5060
5354
|
serializedName: "properties.totalCpuCores",
|
|
5061
5355
|
readOnly: true,
|
|
5062
5356
|
type: {
|
|
5063
5357
|
name: "Number",
|
|
5064
5358
|
},
|
|
5065
|
-
},
|
|
5359
|
+
},
|
|
5360
|
+
totalRamInGB: {
|
|
5066
5361
|
serializedName: "properties.totalRamInGB",
|
|
5067
5362
|
readOnly: true,
|
|
5068
5363
|
type: {
|
|
5069
5364
|
name: "Number",
|
|
5070
5365
|
},
|
|
5071
|
-
},
|
|
5366
|
+
},
|
|
5367
|
+
totalStorageInGB: {
|
|
5072
5368
|
serializedName: "properties.totalStorageInGB",
|
|
5073
5369
|
readOnly: true,
|
|
5074
5370
|
type: {
|
|
5075
5371
|
name: "Number",
|
|
5076
5372
|
},
|
|
5077
|
-
},
|
|
5373
|
+
},
|
|
5374
|
+
numberOfMachines: {
|
|
5078
5375
|
serializedName: "properties.numberOfMachines",
|
|
5079
5376
|
readOnly: true,
|
|
5080
5377
|
type: {
|
|
5081
5378
|
name: "Number",
|
|
5082
5379
|
},
|
|
5083
|
-
},
|
|
5380
|
+
},
|
|
5381
|
+
suitabilitySummary: {
|
|
5084
5382
|
serializedName: "properties.suitabilitySummary",
|
|
5085
5383
|
readOnly: true,
|
|
5086
5384
|
type: {
|
|
5087
5385
|
name: "Dictionary",
|
|
5088
5386
|
value: { type: { name: "Number" } },
|
|
5089
5387
|
},
|
|
5090
|
-
},
|
|
5388
|
+
},
|
|
5389
|
+
memOvercommit: {
|
|
5091
5390
|
serializedName: "properties.memOvercommit",
|
|
5092
5391
|
type: {
|
|
5093
5392
|
name: "Number",
|
|
5094
5393
|
},
|
|
5095
|
-
},
|
|
5394
|
+
},
|
|
5395
|
+
dedupeCompression: {
|
|
5096
5396
|
serializedName: "properties.dedupeCompression",
|
|
5097
5397
|
type: {
|
|
5098
5398
|
name: "Number",
|
|
5099
5399
|
},
|
|
5100
|
-
},
|
|
5400
|
+
},
|
|
5401
|
+
limitingFactor: {
|
|
5101
5402
|
serializedName: "properties.limitingFactor",
|
|
5102
5403
|
readOnly: true,
|
|
5103
5404
|
type: {
|
|
5104
5405
|
name: "String",
|
|
5105
5406
|
},
|
|
5106
|
-
},
|
|
5407
|
+
},
|
|
5408
|
+
isStretchClusterEnabled: {
|
|
5107
5409
|
serializedName: "properties.isStretchClusterEnabled",
|
|
5108
5410
|
type: {
|
|
5109
5411
|
name: "Boolean",
|
|
5110
5412
|
},
|
|
5111
|
-
},
|
|
5413
|
+
},
|
|
5414
|
+
groupType: {
|
|
5112
5415
|
serializedName: "properties.groupType",
|
|
5113
5416
|
readOnly: true,
|
|
5114
5417
|
type: {
|
|
5115
5418
|
name: "String",
|
|
5116
5419
|
},
|
|
5117
|
-
},
|
|
5420
|
+
},
|
|
5421
|
+
assessmentType: {
|
|
5118
5422
|
serializedName: "properties.assessmentType",
|
|
5119
5423
|
readOnly: true,
|
|
5120
5424
|
type: {
|
|
5121
5425
|
name: "String",
|
|
5122
5426
|
},
|
|
5123
|
-
},
|
|
5427
|
+
},
|
|
5428
|
+
azureLocation: {
|
|
5124
5429
|
serializedName: "properties.azureLocation",
|
|
5125
5430
|
type: {
|
|
5126
5431
|
name: "String",
|
|
5127
5432
|
},
|
|
5128
|
-
},
|
|
5433
|
+
},
|
|
5434
|
+
azureOfferCode: {
|
|
5129
5435
|
serializedName: "properties.azureOfferCode",
|
|
5130
5436
|
type: {
|
|
5131
5437
|
name: "String",
|
|
5132
5438
|
},
|
|
5133
|
-
},
|
|
5439
|
+
},
|
|
5440
|
+
currency: {
|
|
5134
5441
|
serializedName: "properties.currency",
|
|
5135
5442
|
type: {
|
|
5136
5443
|
name: "String",
|
|
5137
5444
|
},
|
|
5138
|
-
},
|
|
5445
|
+
},
|
|
5446
|
+
scalingFactor: {
|
|
5139
5447
|
serializedName: "properties.scalingFactor",
|
|
5140
5448
|
type: {
|
|
5141
5449
|
name: "Number",
|
|
5142
5450
|
},
|
|
5143
|
-
},
|
|
5451
|
+
},
|
|
5452
|
+
percentile: {
|
|
5144
5453
|
serializedName: "properties.percentile",
|
|
5145
5454
|
type: {
|
|
5146
5455
|
name: "String",
|
|
5147
5456
|
},
|
|
5148
|
-
},
|
|
5457
|
+
},
|
|
5458
|
+
timeRange: {
|
|
5149
5459
|
serializedName: "properties.timeRange",
|
|
5150
5460
|
type: {
|
|
5151
5461
|
name: "String",
|
|
5152
5462
|
},
|
|
5153
|
-
},
|
|
5463
|
+
},
|
|
5464
|
+
perfDataStartTime: {
|
|
5154
5465
|
serializedName: "properties.perfDataStartTime",
|
|
5155
5466
|
type: {
|
|
5156
5467
|
name: "DateTime",
|
|
5157
5468
|
},
|
|
5158
|
-
},
|
|
5469
|
+
},
|
|
5470
|
+
perfDataEndTime: {
|
|
5159
5471
|
serializedName: "properties.perfDataEndTime",
|
|
5160
5472
|
type: {
|
|
5161
5473
|
name: "DateTime",
|
|
5162
5474
|
},
|
|
5163
|
-
},
|
|
5475
|
+
},
|
|
5476
|
+
stage: {
|
|
5164
5477
|
serializedName: "properties.stage",
|
|
5165
5478
|
readOnly: true,
|
|
5166
5479
|
type: {
|
|
5167
5480
|
name: "String",
|
|
5168
5481
|
},
|
|
5169
|
-
},
|
|
5482
|
+
},
|
|
5483
|
+
discountPercentage: {
|
|
5170
5484
|
serializedName: "properties.discountPercentage",
|
|
5171
5485
|
type: {
|
|
5172
5486
|
name: "Number",
|
|
5173
5487
|
},
|
|
5174
|
-
},
|
|
5488
|
+
},
|
|
5489
|
+
sizingCriterion: {
|
|
5175
5490
|
serializedName: "properties.sizingCriterion",
|
|
5176
5491
|
type: {
|
|
5177
5492
|
name: "String",
|
|
5178
5493
|
},
|
|
5179
|
-
},
|
|
5494
|
+
},
|
|
5495
|
+
confidenceRatingInPercentage: {
|
|
5180
5496
|
serializedName: "properties.confidenceRatingInPercentage",
|
|
5181
5497
|
readOnly: true,
|
|
5182
5498
|
type: {
|
|
5183
5499
|
name: "Number",
|
|
5184
5500
|
},
|
|
5185
|
-
},
|
|
5501
|
+
},
|
|
5502
|
+
pricesTimestamp: {
|
|
5186
5503
|
serializedName: "properties.pricesTimestamp",
|
|
5187
5504
|
readOnly: true,
|
|
5188
5505
|
type: {
|
|
5189
5506
|
name: "DateTime",
|
|
5190
5507
|
},
|
|
5191
|
-
},
|
|
5508
|
+
},
|
|
5509
|
+
createdTimestamp: {
|
|
5192
5510
|
serializedName: "properties.createdTimestamp",
|
|
5193
5511
|
readOnly: true,
|
|
5194
5512
|
type: {
|
|
5195
5513
|
name: "DateTime",
|
|
5196
5514
|
},
|
|
5197
|
-
},
|
|
5515
|
+
},
|
|
5516
|
+
updatedTimestamp: {
|
|
5198
5517
|
serializedName: "properties.updatedTimestamp",
|
|
5199
5518
|
readOnly: true,
|
|
5200
5519
|
type: {
|
|
5201
5520
|
name: "DateTime",
|
|
5202
5521
|
},
|
|
5203
|
-
},
|
|
5522
|
+
},
|
|
5523
|
+
status: {
|
|
5204
5524
|
serializedName: "properties.status",
|
|
5205
5525
|
readOnly: true,
|
|
5206
5526
|
type: {
|
|
5207
5527
|
name: "String",
|
|
5208
5528
|
},
|
|
5209
|
-
},
|
|
5529
|
+
},
|
|
5530
|
+
schemaVersion: {
|
|
5210
5531
|
serializedName: "properties.schemaVersion",
|
|
5211
5532
|
readOnly: true,
|
|
5212
5533
|
type: {
|
|
5213
5534
|
name: "String",
|
|
5214
5535
|
},
|
|
5215
|
-
}
|
|
5536
|
+
},
|
|
5537
|
+
},
|
|
5216
5538
|
},
|
|
5217
5539
|
};
|
|
5218
5540
|
export const AvsAssessedMachine = {
|
|
5219
5541
|
type: {
|
|
5220
5542
|
name: "Composite",
|
|
5221
5543
|
className: "AvsAssessedMachine",
|
|
5222
|
-
modelProperties:
|
|
5544
|
+
modelProperties: {
|
|
5545
|
+
...ProxyResource.type.modelProperties,
|
|
5546
|
+
errors: {
|
|
5223
5547
|
serializedName: "properties.errors",
|
|
5224
5548
|
readOnly: true,
|
|
5225
5549
|
type: {
|
|
@@ -5231,14 +5555,16 @@ export const AvsAssessedMachine = {
|
|
|
5231
5555
|
},
|
|
5232
5556
|
},
|
|
5233
5557
|
},
|
|
5234
|
-
},
|
|
5558
|
+
},
|
|
5559
|
+
disks: {
|
|
5235
5560
|
serializedName: "properties.disks",
|
|
5236
5561
|
readOnly: true,
|
|
5237
5562
|
type: {
|
|
5238
5563
|
name: "Dictionary",
|
|
5239
5564
|
value: { type: { name: "Composite", className: "AvsAssessedDisk" } },
|
|
5240
5565
|
},
|
|
5241
|
-
},
|
|
5566
|
+
},
|
|
5567
|
+
networkAdapters: {
|
|
5242
5568
|
serializedName: "properties.networkAdapters",
|
|
5243
5569
|
readOnly: true,
|
|
5244
5570
|
type: {
|
|
@@ -5247,552 +5573,651 @@ export const AvsAssessedMachine = {
|
|
|
5247
5573
|
type: { name: "Composite", className: "AvsAssessedNetworkAdapter" },
|
|
5248
5574
|
},
|
|
5249
5575
|
},
|
|
5250
|
-
},
|
|
5576
|
+
},
|
|
5577
|
+
storageInUseGB: {
|
|
5251
5578
|
serializedName: "properties.storageInUseGB",
|
|
5252
5579
|
readOnly: true,
|
|
5253
5580
|
type: {
|
|
5254
5581
|
name: "Number",
|
|
5255
5582
|
},
|
|
5256
|
-
},
|
|
5583
|
+
},
|
|
5584
|
+
suitabilityExplanation: {
|
|
5257
5585
|
serializedName: "properties.suitabilityExplanation",
|
|
5258
5586
|
readOnly: true,
|
|
5259
5587
|
type: {
|
|
5260
5588
|
name: "String",
|
|
5261
5589
|
},
|
|
5262
|
-
},
|
|
5590
|
+
},
|
|
5591
|
+
suitabilityDetail: {
|
|
5263
5592
|
serializedName: "properties.suitabilityDetail",
|
|
5264
5593
|
readOnly: true,
|
|
5265
5594
|
type: {
|
|
5266
5595
|
name: "String",
|
|
5267
5596
|
},
|
|
5268
|
-
},
|
|
5597
|
+
},
|
|
5598
|
+
typePropertiesType: {
|
|
5269
5599
|
serializedName: "properties.type",
|
|
5270
5600
|
readOnly: true,
|
|
5271
5601
|
type: {
|
|
5272
5602
|
name: "String",
|
|
5273
5603
|
},
|
|
5274
|
-
},
|
|
5604
|
+
},
|
|
5605
|
+
bootType: {
|
|
5275
5606
|
serializedName: "properties.bootType",
|
|
5276
5607
|
readOnly: true,
|
|
5277
5608
|
type: {
|
|
5278
5609
|
name: "String",
|
|
5279
5610
|
},
|
|
5280
|
-
},
|
|
5611
|
+
},
|
|
5612
|
+
operatingSystemType: {
|
|
5281
5613
|
serializedName: "properties.operatingSystemType",
|
|
5282
5614
|
readOnly: true,
|
|
5283
5615
|
type: {
|
|
5284
5616
|
name: "String",
|
|
5285
5617
|
},
|
|
5286
|
-
},
|
|
5618
|
+
},
|
|
5619
|
+
operatingSystemName: {
|
|
5287
5620
|
serializedName: "properties.operatingSystemName",
|
|
5288
5621
|
readOnly: true,
|
|
5289
5622
|
type: {
|
|
5290
5623
|
name: "String",
|
|
5291
5624
|
},
|
|
5292
|
-
},
|
|
5625
|
+
},
|
|
5626
|
+
operatingSystemVersion: {
|
|
5293
5627
|
serializedName: "properties.operatingSystemVersion",
|
|
5294
5628
|
readOnly: true,
|
|
5295
5629
|
type: {
|
|
5296
5630
|
name: "String",
|
|
5297
5631
|
},
|
|
5298
|
-
},
|
|
5632
|
+
},
|
|
5633
|
+
operatingSystemArchitecture: {
|
|
5299
5634
|
serializedName: "properties.operatingSystemArchitecture",
|
|
5300
5635
|
readOnly: true,
|
|
5301
5636
|
type: {
|
|
5302
5637
|
name: "String",
|
|
5303
5638
|
},
|
|
5304
|
-
},
|
|
5639
|
+
},
|
|
5640
|
+
createdTimestamp: {
|
|
5305
5641
|
serializedName: "properties.createdTimestamp",
|
|
5306
5642
|
readOnly: true,
|
|
5307
5643
|
type: {
|
|
5308
5644
|
name: "DateTime",
|
|
5309
5645
|
},
|
|
5310
|
-
},
|
|
5646
|
+
},
|
|
5647
|
+
updatedTimestamp: {
|
|
5311
5648
|
serializedName: "properties.updatedTimestamp",
|
|
5312
5649
|
readOnly: true,
|
|
5313
5650
|
type: {
|
|
5314
5651
|
name: "DateTime",
|
|
5315
5652
|
},
|
|
5316
|
-
},
|
|
5653
|
+
},
|
|
5654
|
+
displayName: {
|
|
5317
5655
|
serializedName: "properties.displayName",
|
|
5318
5656
|
readOnly: true,
|
|
5319
5657
|
type: {
|
|
5320
5658
|
name: "String",
|
|
5321
5659
|
},
|
|
5322
|
-
},
|
|
5660
|
+
},
|
|
5661
|
+
description: {
|
|
5323
5662
|
serializedName: "properties.description",
|
|
5324
5663
|
readOnly: true,
|
|
5325
5664
|
type: {
|
|
5326
5665
|
name: "String",
|
|
5327
5666
|
},
|
|
5328
|
-
},
|
|
5667
|
+
},
|
|
5668
|
+
datacenterMachineArmId: {
|
|
5329
5669
|
serializedName: "properties.datacenterMachineArmId",
|
|
5330
5670
|
readOnly: true,
|
|
5331
5671
|
type: {
|
|
5332
5672
|
name: "String",
|
|
5333
5673
|
},
|
|
5334
|
-
},
|
|
5674
|
+
},
|
|
5675
|
+
datacenterManagementServerArmId: {
|
|
5335
5676
|
serializedName: "properties.datacenterManagementServerArmId",
|
|
5336
5677
|
readOnly: true,
|
|
5337
5678
|
type: {
|
|
5338
5679
|
name: "String",
|
|
5339
5680
|
},
|
|
5340
|
-
},
|
|
5681
|
+
},
|
|
5682
|
+
datacenterManagementServerName: {
|
|
5341
5683
|
serializedName: "properties.datacenterManagementServerName",
|
|
5342
5684
|
readOnly: true,
|
|
5343
5685
|
type: {
|
|
5344
5686
|
name: "String",
|
|
5345
5687
|
},
|
|
5346
|
-
},
|
|
5688
|
+
},
|
|
5689
|
+
megabytesOfMemory: {
|
|
5347
5690
|
serializedName: "properties.megabytesOfMemory",
|
|
5348
5691
|
readOnly: true,
|
|
5349
5692
|
type: {
|
|
5350
5693
|
name: "Number",
|
|
5351
5694
|
},
|
|
5352
|
-
},
|
|
5695
|
+
},
|
|
5696
|
+
numberOfCores: {
|
|
5353
5697
|
serializedName: "properties.numberOfCores",
|
|
5354
5698
|
readOnly: true,
|
|
5355
5699
|
type: {
|
|
5356
5700
|
name: "Number",
|
|
5357
5701
|
},
|
|
5358
|
-
},
|
|
5702
|
+
},
|
|
5703
|
+
confidenceRatingInPercentage: {
|
|
5359
5704
|
serializedName: "properties.confidenceRatingInPercentage",
|
|
5360
5705
|
readOnly: true,
|
|
5361
5706
|
type: {
|
|
5362
5707
|
name: "Number",
|
|
5363
5708
|
},
|
|
5364
|
-
},
|
|
5709
|
+
},
|
|
5710
|
+
percentageCoresUtilization: {
|
|
5365
5711
|
serializedName: "properties.percentageCoresUtilization",
|
|
5366
5712
|
readOnly: true,
|
|
5367
5713
|
type: {
|
|
5368
5714
|
name: "Number",
|
|
5369
5715
|
},
|
|
5370
|
-
},
|
|
5716
|
+
},
|
|
5717
|
+
percentageMemoryUtilization: {
|
|
5371
5718
|
serializedName: "properties.percentageMemoryUtilization",
|
|
5372
5719
|
readOnly: true,
|
|
5373
5720
|
type: {
|
|
5374
5721
|
name: "Number",
|
|
5375
5722
|
},
|
|
5376
|
-
},
|
|
5723
|
+
},
|
|
5724
|
+
suitability: {
|
|
5377
5725
|
serializedName: "properties.suitability",
|
|
5378
5726
|
readOnly: true,
|
|
5379
5727
|
type: {
|
|
5380
5728
|
name: "String",
|
|
5381
5729
|
},
|
|
5382
|
-
}
|
|
5730
|
+
},
|
|
5731
|
+
},
|
|
5383
5732
|
},
|
|
5384
5733
|
};
|
|
5385
5734
|
export const SqlAssessmentV2 = {
|
|
5386
5735
|
type: {
|
|
5387
5736
|
name: "Composite",
|
|
5388
5737
|
className: "SqlAssessmentV2",
|
|
5389
|
-
modelProperties:
|
|
5738
|
+
modelProperties: {
|
|
5739
|
+
...ProxyResource.type.modelProperties,
|
|
5740
|
+
provisioningState: {
|
|
5390
5741
|
serializedName: "properties.provisioningState",
|
|
5391
5742
|
type: {
|
|
5392
5743
|
name: "String",
|
|
5393
5744
|
},
|
|
5394
|
-
},
|
|
5745
|
+
},
|
|
5746
|
+
osLicense: {
|
|
5395
5747
|
serializedName: "properties.osLicense",
|
|
5396
5748
|
type: {
|
|
5397
5749
|
name: "String",
|
|
5398
5750
|
},
|
|
5399
|
-
},
|
|
5751
|
+
},
|
|
5752
|
+
environmentType: {
|
|
5400
5753
|
serializedName: "properties.environmentType",
|
|
5401
5754
|
type: {
|
|
5402
5755
|
name: "String",
|
|
5403
5756
|
},
|
|
5404
|
-
},
|
|
5757
|
+
},
|
|
5758
|
+
entityUptime: {
|
|
5405
5759
|
serializedName: "properties.entityUptime",
|
|
5406
5760
|
type: {
|
|
5407
5761
|
name: "Composite",
|
|
5408
5762
|
className: "EntityUptime",
|
|
5409
5763
|
},
|
|
5410
|
-
},
|
|
5764
|
+
},
|
|
5765
|
+
optimizationLogic: {
|
|
5411
5766
|
serializedName: "properties.optimizationLogic",
|
|
5412
5767
|
type: {
|
|
5413
5768
|
name: "String",
|
|
5414
5769
|
},
|
|
5415
|
-
},
|
|
5770
|
+
},
|
|
5771
|
+
reservedInstanceForVm: {
|
|
5416
5772
|
serializedName: "properties.reservedInstanceForVm",
|
|
5417
5773
|
type: {
|
|
5418
5774
|
name: "String",
|
|
5419
5775
|
},
|
|
5420
|
-
},
|
|
5776
|
+
},
|
|
5777
|
+
azureOfferCodeForVm: {
|
|
5421
5778
|
serializedName: "properties.azureOfferCodeForVm",
|
|
5422
5779
|
type: {
|
|
5423
5780
|
name: "String",
|
|
5424
5781
|
},
|
|
5425
|
-
},
|
|
5782
|
+
},
|
|
5783
|
+
eaSubscriptionId: {
|
|
5426
5784
|
serializedName: "properties.eaSubscriptionId",
|
|
5427
5785
|
type: {
|
|
5428
5786
|
name: "String",
|
|
5429
5787
|
},
|
|
5430
|
-
},
|
|
5788
|
+
},
|
|
5789
|
+
azureSqlManagedInstanceSettings: {
|
|
5431
5790
|
serializedName: "properties.azureSqlManagedInstanceSettings",
|
|
5432
5791
|
type: {
|
|
5433
5792
|
name: "Composite",
|
|
5434
5793
|
className: "SqlMiSettings",
|
|
5435
5794
|
},
|
|
5436
|
-
},
|
|
5795
|
+
},
|
|
5796
|
+
azureSqlDatabaseSettings: {
|
|
5437
5797
|
serializedName: "properties.azureSqlDatabaseSettings",
|
|
5438
5798
|
type: {
|
|
5439
5799
|
name: "Composite",
|
|
5440
5800
|
className: "SqlDbSettings",
|
|
5441
5801
|
},
|
|
5442
|
-
},
|
|
5802
|
+
},
|
|
5803
|
+
azureSqlVmSettings: {
|
|
5443
5804
|
serializedName: "properties.azureSqlVmSettings",
|
|
5444
5805
|
type: {
|
|
5445
5806
|
name: "Composite",
|
|
5446
5807
|
className: "SqlVmSettings",
|
|
5447
5808
|
},
|
|
5448
|
-
},
|
|
5809
|
+
},
|
|
5810
|
+
multiSubnetIntent: {
|
|
5449
5811
|
serializedName: "properties.multiSubnetIntent",
|
|
5450
5812
|
type: {
|
|
5451
5813
|
name: "String",
|
|
5452
5814
|
},
|
|
5453
|
-
},
|
|
5815
|
+
},
|
|
5816
|
+
asyncCommitModeIntent: {
|
|
5454
5817
|
serializedName: "properties.asyncCommitModeIntent",
|
|
5455
5818
|
type: {
|
|
5456
5819
|
name: "String",
|
|
5457
5820
|
},
|
|
5458
|
-
},
|
|
5821
|
+
},
|
|
5822
|
+
isInternetAccessAvailable: {
|
|
5459
5823
|
serializedName: "properties.isInternetAccessAvailable",
|
|
5460
5824
|
type: {
|
|
5461
5825
|
name: "Boolean",
|
|
5462
5826
|
},
|
|
5463
|
-
},
|
|
5827
|
+
},
|
|
5828
|
+
disasterRecoveryLocation: {
|
|
5464
5829
|
serializedName: "properties.disasterRecoveryLocation",
|
|
5465
5830
|
type: {
|
|
5466
5831
|
name: "String",
|
|
5467
5832
|
},
|
|
5468
|
-
},
|
|
5833
|
+
},
|
|
5834
|
+
enableHadrAssessment: {
|
|
5469
5835
|
serializedName: "properties.enableHadrAssessment",
|
|
5470
5836
|
type: {
|
|
5471
5837
|
name: "Boolean",
|
|
5472
5838
|
},
|
|
5473
|
-
},
|
|
5839
|
+
},
|
|
5840
|
+
azureSecurityOfferingType: {
|
|
5474
5841
|
serializedName: "properties.azureSecurityOfferingType",
|
|
5475
5842
|
type: {
|
|
5476
5843
|
name: "String",
|
|
5477
5844
|
},
|
|
5478
|
-
},
|
|
5845
|
+
},
|
|
5846
|
+
reservedInstance: {
|
|
5479
5847
|
serializedName: "properties.reservedInstance",
|
|
5480
5848
|
type: {
|
|
5481
5849
|
name: "String",
|
|
5482
5850
|
},
|
|
5483
|
-
},
|
|
5851
|
+
},
|
|
5852
|
+
sqlServerLicense: {
|
|
5484
5853
|
serializedName: "properties.sqlServerLicense",
|
|
5485
5854
|
type: {
|
|
5486
5855
|
name: "String",
|
|
5487
5856
|
},
|
|
5488
|
-
},
|
|
5857
|
+
},
|
|
5858
|
+
groupType: {
|
|
5489
5859
|
serializedName: "properties.groupType",
|
|
5490
5860
|
type: {
|
|
5491
5861
|
name: "String",
|
|
5492
5862
|
},
|
|
5493
|
-
},
|
|
5863
|
+
},
|
|
5864
|
+
assessmentType: {
|
|
5494
5865
|
serializedName: "properties.assessmentType",
|
|
5495
5866
|
type: {
|
|
5496
5867
|
name: "String",
|
|
5497
5868
|
},
|
|
5498
|
-
},
|
|
5869
|
+
},
|
|
5870
|
+
azureLocation: {
|
|
5499
5871
|
serializedName: "properties.azureLocation",
|
|
5500
5872
|
type: {
|
|
5501
5873
|
name: "String",
|
|
5502
5874
|
},
|
|
5503
|
-
},
|
|
5875
|
+
},
|
|
5876
|
+
azureOfferCode: {
|
|
5504
5877
|
serializedName: "properties.azureOfferCode",
|
|
5505
5878
|
type: {
|
|
5506
5879
|
name: "String",
|
|
5507
5880
|
},
|
|
5508
|
-
},
|
|
5881
|
+
},
|
|
5882
|
+
currency: {
|
|
5509
5883
|
serializedName: "properties.currency",
|
|
5510
5884
|
type: {
|
|
5511
5885
|
name: "String",
|
|
5512
5886
|
},
|
|
5513
|
-
},
|
|
5887
|
+
},
|
|
5888
|
+
scalingFactor: {
|
|
5514
5889
|
serializedName: "properties.scalingFactor",
|
|
5515
5890
|
type: {
|
|
5516
5891
|
name: "Number",
|
|
5517
5892
|
},
|
|
5518
|
-
},
|
|
5893
|
+
},
|
|
5894
|
+
percentile: {
|
|
5519
5895
|
serializedName: "properties.percentile",
|
|
5520
5896
|
type: {
|
|
5521
5897
|
name: "String",
|
|
5522
5898
|
},
|
|
5523
|
-
},
|
|
5899
|
+
},
|
|
5900
|
+
timeRange: {
|
|
5524
5901
|
serializedName: "properties.timeRange",
|
|
5525
5902
|
type: {
|
|
5526
5903
|
name: "String",
|
|
5527
5904
|
},
|
|
5528
|
-
},
|
|
5905
|
+
},
|
|
5906
|
+
perfDataStartTime: {
|
|
5529
5907
|
serializedName: "properties.perfDataStartTime",
|
|
5530
5908
|
type: {
|
|
5531
5909
|
name: "DateTime",
|
|
5532
5910
|
},
|
|
5533
|
-
},
|
|
5911
|
+
},
|
|
5912
|
+
perfDataEndTime: {
|
|
5534
5913
|
serializedName: "properties.perfDataEndTime",
|
|
5535
5914
|
type: {
|
|
5536
5915
|
name: "DateTime",
|
|
5537
5916
|
},
|
|
5538
|
-
},
|
|
5917
|
+
},
|
|
5918
|
+
stage: {
|
|
5539
5919
|
serializedName: "properties.stage",
|
|
5540
5920
|
readOnly: true,
|
|
5541
5921
|
type: {
|
|
5542
5922
|
name: "String",
|
|
5543
5923
|
},
|
|
5544
|
-
},
|
|
5924
|
+
},
|
|
5925
|
+
discountPercentage: {
|
|
5545
5926
|
serializedName: "properties.discountPercentage",
|
|
5546
5927
|
type: {
|
|
5547
5928
|
name: "Number",
|
|
5548
5929
|
},
|
|
5549
|
-
},
|
|
5930
|
+
},
|
|
5931
|
+
sizingCriterion: {
|
|
5550
5932
|
serializedName: "properties.sizingCriterion",
|
|
5551
5933
|
type: {
|
|
5552
5934
|
name: "String",
|
|
5553
5935
|
},
|
|
5554
|
-
},
|
|
5936
|
+
},
|
|
5937
|
+
confidenceRatingInPercentage: {
|
|
5555
5938
|
serializedName: "properties.confidenceRatingInPercentage",
|
|
5556
5939
|
type: {
|
|
5557
5940
|
name: "Number",
|
|
5558
5941
|
},
|
|
5559
|
-
},
|
|
5942
|
+
},
|
|
5943
|
+
pricesTimestamp: {
|
|
5560
5944
|
serializedName: "properties.pricesTimestamp",
|
|
5561
5945
|
readOnly: true,
|
|
5562
5946
|
type: {
|
|
5563
5947
|
name: "DateTime",
|
|
5564
5948
|
},
|
|
5565
|
-
},
|
|
5949
|
+
},
|
|
5950
|
+
createdTimestamp: {
|
|
5566
5951
|
serializedName: "properties.createdTimestamp",
|
|
5567
5952
|
readOnly: true,
|
|
5568
5953
|
type: {
|
|
5569
5954
|
name: "DateTime",
|
|
5570
5955
|
},
|
|
5571
|
-
},
|
|
5956
|
+
},
|
|
5957
|
+
updatedTimestamp: {
|
|
5572
5958
|
serializedName: "properties.updatedTimestamp",
|
|
5573
5959
|
readOnly: true,
|
|
5574
5960
|
type: {
|
|
5575
5961
|
name: "DateTime",
|
|
5576
5962
|
},
|
|
5577
|
-
},
|
|
5963
|
+
},
|
|
5964
|
+
status: {
|
|
5578
5965
|
serializedName: "properties.status",
|
|
5579
5966
|
readOnly: true,
|
|
5580
5967
|
type: {
|
|
5581
5968
|
name: "String",
|
|
5582
5969
|
},
|
|
5583
|
-
},
|
|
5970
|
+
},
|
|
5971
|
+
schemaVersion: {
|
|
5584
5972
|
serializedName: "properties.schemaVersion",
|
|
5585
5973
|
readOnly: true,
|
|
5586
5974
|
type: {
|
|
5587
5975
|
name: "String",
|
|
5588
5976
|
},
|
|
5589
|
-
}
|
|
5977
|
+
},
|
|
5978
|
+
},
|
|
5590
5979
|
},
|
|
5591
5980
|
};
|
|
5592
5981
|
export const AssessedSqlDatabaseV2 = {
|
|
5593
5982
|
type: {
|
|
5594
5983
|
name: "Composite",
|
|
5595
5984
|
className: "AssessedSqlDatabaseV2",
|
|
5596
|
-
modelProperties:
|
|
5985
|
+
modelProperties: {
|
|
5986
|
+
...ProxyResource.type.modelProperties,
|
|
5987
|
+
recommendedAzureSqlTargetType: {
|
|
5597
5988
|
serializedName: "properties.recommendedAzureSqlTargetType",
|
|
5598
5989
|
readOnly: true,
|
|
5599
5990
|
type: {
|
|
5600
5991
|
name: "String",
|
|
5601
5992
|
},
|
|
5602
|
-
},
|
|
5993
|
+
},
|
|
5994
|
+
recommendedSuitability: {
|
|
5603
5995
|
serializedName: "properties.recommendedSuitability",
|
|
5604
5996
|
readOnly: true,
|
|
5605
5997
|
type: {
|
|
5606
5998
|
name: "String",
|
|
5607
5999
|
},
|
|
5608
|
-
},
|
|
6000
|
+
},
|
|
6001
|
+
bufferCacheSizeInMB: {
|
|
5609
6002
|
serializedName: "properties.bufferCacheSizeInMB",
|
|
5610
6003
|
readOnly: true,
|
|
5611
6004
|
type: {
|
|
5612
6005
|
name: "Number",
|
|
5613
6006
|
},
|
|
5614
|
-
},
|
|
6007
|
+
},
|
|
6008
|
+
productSupportStatus: {
|
|
5615
6009
|
serializedName: "properties.productSupportStatus",
|
|
5616
6010
|
type: {
|
|
5617
6011
|
name: "Composite",
|
|
5618
6012
|
className: "ProductSupportStatus",
|
|
5619
6013
|
},
|
|
5620
|
-
},
|
|
6014
|
+
},
|
|
6015
|
+
azureSqlMISuitabilityDetails: {
|
|
5621
6016
|
serializedName: "properties.azureSqlMISuitabilityDetails",
|
|
5622
6017
|
type: {
|
|
5623
6018
|
name: "Composite",
|
|
5624
6019
|
className: "SqlAssessmentV2PaasSuitabilityData",
|
|
5625
6020
|
},
|
|
5626
|
-
},
|
|
6021
|
+
},
|
|
6022
|
+
azureSqlDBSuitabilityDetails: {
|
|
5627
6023
|
serializedName: "properties.azureSqlDBSuitabilityDetails",
|
|
5628
6024
|
type: {
|
|
5629
6025
|
name: "Composite",
|
|
5630
6026
|
className: "SqlAssessmentV2PaasSuitabilityData",
|
|
5631
6027
|
},
|
|
5632
|
-
},
|
|
6028
|
+
},
|
|
6029
|
+
isDatabaseHighlyAvailable: {
|
|
5633
6030
|
serializedName: "properties.isDatabaseHighlyAvailable",
|
|
5634
6031
|
readOnly: true,
|
|
5635
6032
|
type: {
|
|
5636
6033
|
name: "Boolean",
|
|
5637
6034
|
},
|
|
5638
|
-
},
|
|
6035
|
+
},
|
|
6036
|
+
linkedAvailabilityGroupOverview: {
|
|
5639
6037
|
serializedName: "properties.linkedAvailabilityGroupOverview",
|
|
5640
6038
|
type: {
|
|
5641
6039
|
name: "Composite",
|
|
5642
6040
|
className: "SqlAvailabilityGroupDataOverview",
|
|
5643
6041
|
},
|
|
5644
|
-
},
|
|
6042
|
+
},
|
|
6043
|
+
machineArmId: {
|
|
5645
6044
|
serializedName: "properties.machineArmId",
|
|
5646
6045
|
readOnly: true,
|
|
5647
6046
|
type: {
|
|
5648
6047
|
name: "String",
|
|
5649
6048
|
},
|
|
5650
|
-
},
|
|
6049
|
+
},
|
|
6050
|
+
assessedSqlInstanceArmId: {
|
|
5651
6051
|
serializedName: "properties.assessedSqlInstanceArmId",
|
|
5652
6052
|
readOnly: true,
|
|
5653
6053
|
type: {
|
|
5654
6054
|
name: "String",
|
|
5655
6055
|
},
|
|
5656
|
-
},
|
|
6056
|
+
},
|
|
6057
|
+
machineName: {
|
|
5657
6058
|
serializedName: "properties.machineName",
|
|
5658
6059
|
readOnly: true,
|
|
5659
6060
|
type: {
|
|
5660
6061
|
name: "String",
|
|
5661
6062
|
},
|
|
5662
|
-
},
|
|
6063
|
+
},
|
|
6064
|
+
instanceName: {
|
|
5663
6065
|
serializedName: "properties.instanceName",
|
|
5664
6066
|
readOnly: true,
|
|
5665
6067
|
type: {
|
|
5666
6068
|
name: "String",
|
|
5667
6069
|
},
|
|
5668
|
-
},
|
|
6070
|
+
},
|
|
6071
|
+
databaseName: {
|
|
5669
6072
|
serializedName: "properties.databaseName",
|
|
5670
6073
|
readOnly: true,
|
|
5671
6074
|
type: {
|
|
5672
6075
|
name: "String",
|
|
5673
6076
|
},
|
|
5674
|
-
},
|
|
6077
|
+
},
|
|
6078
|
+
databaseSizeInMB: {
|
|
5675
6079
|
serializedName: "properties.databaseSizeInMB",
|
|
5676
6080
|
readOnly: true,
|
|
5677
6081
|
type: {
|
|
5678
6082
|
name: "Number",
|
|
5679
6083
|
},
|
|
5680
|
-
},
|
|
6084
|
+
},
|
|
6085
|
+
compatibilityLevel: {
|
|
5681
6086
|
serializedName: "properties.compatibilityLevel",
|
|
5682
6087
|
readOnly: true,
|
|
5683
6088
|
type: {
|
|
5684
6089
|
name: "String",
|
|
5685
6090
|
},
|
|
5686
|
-
},
|
|
6091
|
+
},
|
|
6092
|
+
sqlDatabaseSdsArmId: {
|
|
5687
6093
|
serializedName: "properties.sqlDatabaseSdsArmId",
|
|
5688
6094
|
readOnly: true,
|
|
5689
6095
|
type: {
|
|
5690
6096
|
name: "String",
|
|
5691
6097
|
},
|
|
5692
|
-
},
|
|
6098
|
+
},
|
|
6099
|
+
percentageCoresUtilization: {
|
|
5693
6100
|
serializedName: "properties.percentageCoresUtilization",
|
|
5694
6101
|
readOnly: true,
|
|
5695
6102
|
type: {
|
|
5696
6103
|
name: "Number",
|
|
5697
6104
|
},
|
|
5698
|
-
},
|
|
6105
|
+
},
|
|
6106
|
+
megabytesPerSecondOfRead: {
|
|
5699
6107
|
serializedName: "properties.megabytesPerSecondOfRead",
|
|
5700
6108
|
readOnly: true,
|
|
5701
6109
|
type: {
|
|
5702
6110
|
name: "Number",
|
|
5703
6111
|
},
|
|
5704
|
-
},
|
|
6112
|
+
},
|
|
6113
|
+
megabytesPerSecondOfWrite: {
|
|
5705
6114
|
serializedName: "properties.megabytesPerSecondOfWrite",
|
|
5706
6115
|
readOnly: true,
|
|
5707
6116
|
type: {
|
|
5708
6117
|
name: "Number",
|
|
5709
6118
|
},
|
|
5710
|
-
},
|
|
6119
|
+
},
|
|
6120
|
+
numberOfReadOperationsPerSecond: {
|
|
5711
6121
|
serializedName: "properties.numberOfReadOperationsPerSecond",
|
|
5712
6122
|
readOnly: true,
|
|
5713
6123
|
type: {
|
|
5714
6124
|
name: "Number",
|
|
5715
6125
|
},
|
|
5716
|
-
},
|
|
6126
|
+
},
|
|
6127
|
+
numberOfWriteOperationsPerSecond: {
|
|
5717
6128
|
serializedName: "properties.numberOfWriteOperationsPerSecond",
|
|
5718
6129
|
readOnly: true,
|
|
5719
6130
|
type: {
|
|
5720
6131
|
name: "Number",
|
|
5721
6132
|
},
|
|
5722
|
-
},
|
|
6133
|
+
},
|
|
6134
|
+
confidenceRatingInPercentage: {
|
|
5723
6135
|
serializedName: "properties.confidenceRatingInPercentage",
|
|
5724
6136
|
readOnly: true,
|
|
5725
6137
|
type: {
|
|
5726
6138
|
name: "Number",
|
|
5727
6139
|
},
|
|
5728
|
-
},
|
|
6140
|
+
},
|
|
6141
|
+
sizingCriterion: {
|
|
5729
6142
|
serializedName: "properties.sizingCriterion",
|
|
5730
6143
|
readOnly: true,
|
|
5731
6144
|
type: {
|
|
5732
6145
|
name: "String",
|
|
5733
6146
|
},
|
|
5734
|
-
},
|
|
6147
|
+
},
|
|
6148
|
+
createdTimestamp: {
|
|
5735
6149
|
serializedName: "properties.createdTimestamp",
|
|
5736
6150
|
readOnly: true,
|
|
5737
6151
|
type: {
|
|
5738
6152
|
name: "DateTime",
|
|
5739
6153
|
},
|
|
5740
|
-
},
|
|
6154
|
+
},
|
|
6155
|
+
updatedTimestamp: {
|
|
5741
6156
|
serializedName: "properties.updatedTimestamp",
|
|
5742
6157
|
readOnly: true,
|
|
5743
6158
|
type: {
|
|
5744
6159
|
name: "DateTime",
|
|
5745
6160
|
},
|
|
5746
|
-
}
|
|
6161
|
+
},
|
|
6162
|
+
},
|
|
5747
6163
|
},
|
|
5748
6164
|
};
|
|
5749
6165
|
export const AssessedSqlInstanceV2 = {
|
|
5750
6166
|
type: {
|
|
5751
6167
|
name: "Composite",
|
|
5752
6168
|
className: "AssessedSqlInstanceV2",
|
|
5753
|
-
modelProperties:
|
|
6169
|
+
modelProperties: {
|
|
6170
|
+
...ProxyResource.type.modelProperties,
|
|
6171
|
+
memoryInUseInMB: {
|
|
5754
6172
|
serializedName: "properties.memoryInUseInMB",
|
|
5755
6173
|
readOnly: true,
|
|
5756
6174
|
type: {
|
|
5757
6175
|
name: "Number",
|
|
5758
6176
|
},
|
|
5759
|
-
},
|
|
6177
|
+
},
|
|
6178
|
+
hasScanOccurred: {
|
|
5760
6179
|
serializedName: "properties.hasScanOccurred",
|
|
5761
6180
|
readOnly: true,
|
|
5762
6181
|
type: {
|
|
5763
6182
|
name: "Boolean",
|
|
5764
6183
|
},
|
|
5765
|
-
},
|
|
6184
|
+
},
|
|
6185
|
+
recommendedAzureSqlTargetType: {
|
|
5766
6186
|
serializedName: "properties.recommendedAzureSqlTargetType",
|
|
5767
6187
|
readOnly: true,
|
|
5768
6188
|
type: {
|
|
5769
6189
|
name: "String",
|
|
5770
6190
|
},
|
|
5771
|
-
},
|
|
6191
|
+
},
|
|
6192
|
+
recommendedSuitability: {
|
|
5772
6193
|
serializedName: "properties.recommendedSuitability",
|
|
5773
6194
|
readOnly: true,
|
|
5774
6195
|
type: {
|
|
5775
6196
|
name: "String",
|
|
5776
6197
|
},
|
|
5777
|
-
},
|
|
6198
|
+
},
|
|
6199
|
+
azureSqlMISuitabilityDetails: {
|
|
5778
6200
|
serializedName: "properties.azureSqlMISuitabilityDetails",
|
|
5779
6201
|
type: {
|
|
5780
6202
|
name: "Composite",
|
|
5781
6203
|
className: "SqlAssessmentV2PaasSuitabilityData",
|
|
5782
6204
|
},
|
|
5783
|
-
},
|
|
6205
|
+
},
|
|
6206
|
+
azureSqlDBSuitabilityDetails: {
|
|
5784
6207
|
serializedName: "properties.azureSqlDBSuitabilityDetails",
|
|
5785
6208
|
type: {
|
|
5786
6209
|
name: "Composite",
|
|
5787
6210
|
className: "SqlAssessmentV2PaasSuitabilityData",
|
|
5788
6211
|
},
|
|
5789
|
-
},
|
|
6212
|
+
},
|
|
6213
|
+
azureSqlVMSuitabilityDetails: {
|
|
5790
6214
|
serializedName: "properties.azureSqlVMSuitabilityDetails",
|
|
5791
6215
|
type: {
|
|
5792
6216
|
name: "Composite",
|
|
5793
6217
|
className: "SqlAssessmentV2IaasSuitabilityData",
|
|
5794
6218
|
},
|
|
5795
|
-
},
|
|
6219
|
+
},
|
|
6220
|
+
storageTypeBasedDetails: {
|
|
5796
6221
|
serializedName: "properties.storageTypeBasedDetails",
|
|
5797
6222
|
readOnly: true,
|
|
5798
6223
|
type: {
|
|
@@ -5804,37 +6229,43 @@ export const AssessedSqlInstanceV2 = {
|
|
|
5804
6229
|
},
|
|
5805
6230
|
},
|
|
5806
6231
|
},
|
|
5807
|
-
},
|
|
6232
|
+
},
|
|
6233
|
+
productSupportStatus: {
|
|
5808
6234
|
serializedName: "properties.productSupportStatus",
|
|
5809
6235
|
type: {
|
|
5810
6236
|
name: "Composite",
|
|
5811
6237
|
className: "ProductSupportStatus",
|
|
5812
6238
|
},
|
|
5813
|
-
},
|
|
6239
|
+
},
|
|
6240
|
+
fciMetadata: {
|
|
5814
6241
|
serializedName: "properties.fciMetadata",
|
|
5815
6242
|
type: {
|
|
5816
6243
|
name: "Composite",
|
|
5817
6244
|
className: "SqlFCIMetadata",
|
|
5818
6245
|
},
|
|
5819
|
-
},
|
|
6246
|
+
},
|
|
6247
|
+
availabilityReplicaSummary: {
|
|
5820
6248
|
serializedName: "properties.availabilityReplicaSummary",
|
|
5821
6249
|
type: {
|
|
5822
6250
|
name: "Composite",
|
|
5823
6251
|
className: "SqlAvailabilityReplicaSummary",
|
|
5824
6252
|
},
|
|
5825
|
-
},
|
|
6253
|
+
},
|
|
6254
|
+
isClustered: {
|
|
5826
6255
|
serializedName: "properties.isClustered",
|
|
5827
6256
|
readOnly: true,
|
|
5828
6257
|
type: {
|
|
5829
6258
|
name: "Boolean",
|
|
5830
6259
|
},
|
|
5831
|
-
},
|
|
6260
|
+
},
|
|
6261
|
+
isHighAvailabilityEnabled: {
|
|
5832
6262
|
serializedName: "properties.isHighAvailabilityEnabled",
|
|
5833
6263
|
readOnly: true,
|
|
5834
6264
|
type: {
|
|
5835
6265
|
name: "Boolean",
|
|
5836
6266
|
},
|
|
5837
|
-
},
|
|
6267
|
+
},
|
|
6268
|
+
recommendedTargetReasonings: {
|
|
5838
6269
|
serializedName: "properties.recommendedTargetReasonings",
|
|
5839
6270
|
readOnly: true,
|
|
5840
6271
|
type: {
|
|
@@ -5846,55 +6277,64 @@ export const AssessedSqlInstanceV2 = {
|
|
|
5846
6277
|
},
|
|
5847
6278
|
},
|
|
5848
6279
|
},
|
|
5849
|
-
},
|
|
6280
|
+
},
|
|
6281
|
+
machineArmId: {
|
|
5850
6282
|
serializedName: "properties.machineArmId",
|
|
5851
6283
|
readOnly: true,
|
|
5852
6284
|
type: {
|
|
5853
6285
|
name: "String",
|
|
5854
6286
|
},
|
|
5855
|
-
},
|
|
6287
|
+
},
|
|
6288
|
+
machineName: {
|
|
5856
6289
|
serializedName: "properties.machineName",
|
|
5857
6290
|
readOnly: true,
|
|
5858
6291
|
type: {
|
|
5859
6292
|
name: "String",
|
|
5860
6293
|
},
|
|
5861
|
-
},
|
|
6294
|
+
},
|
|
6295
|
+
instanceName: {
|
|
5862
6296
|
serializedName: "properties.instanceName",
|
|
5863
6297
|
readOnly: true,
|
|
5864
6298
|
type: {
|
|
5865
6299
|
name: "String",
|
|
5866
6300
|
},
|
|
5867
|
-
},
|
|
6301
|
+
},
|
|
6302
|
+
sqlInstanceSdsArmId: {
|
|
5868
6303
|
serializedName: "properties.sqlInstanceSdsArmId",
|
|
5869
6304
|
readOnly: true,
|
|
5870
6305
|
type: {
|
|
5871
6306
|
name: "String",
|
|
5872
6307
|
},
|
|
5873
|
-
},
|
|
6308
|
+
},
|
|
6309
|
+
sqlEdition: {
|
|
5874
6310
|
serializedName: "properties.sqlEdition",
|
|
5875
6311
|
readOnly: true,
|
|
5876
6312
|
type: {
|
|
5877
6313
|
name: "String",
|
|
5878
6314
|
},
|
|
5879
|
-
},
|
|
6315
|
+
},
|
|
6316
|
+
sqlVersion: {
|
|
5880
6317
|
serializedName: "properties.sqlVersion",
|
|
5881
6318
|
readOnly: true,
|
|
5882
6319
|
type: {
|
|
5883
6320
|
name: "String",
|
|
5884
6321
|
},
|
|
5885
|
-
},
|
|
6322
|
+
},
|
|
6323
|
+
numberOfCoresAllocated: {
|
|
5886
6324
|
serializedName: "properties.numberOfCoresAllocated",
|
|
5887
6325
|
readOnly: true,
|
|
5888
6326
|
type: {
|
|
5889
6327
|
name: "Number",
|
|
5890
6328
|
},
|
|
5891
|
-
},
|
|
6329
|
+
},
|
|
6330
|
+
percentageCoresUtilization: {
|
|
5892
6331
|
serializedName: "properties.percentageCoresUtilization",
|
|
5893
6332
|
readOnly: true,
|
|
5894
6333
|
type: {
|
|
5895
6334
|
name: "Number",
|
|
5896
6335
|
},
|
|
5897
|
-
},
|
|
6336
|
+
},
|
|
6337
|
+
logicalDisks: {
|
|
5898
6338
|
serializedName: "properties.logicalDisks",
|
|
5899
6339
|
readOnly: true,
|
|
5900
6340
|
type: {
|
|
@@ -5906,56 +6346,66 @@ export const AssessedSqlInstanceV2 = {
|
|
|
5906
6346
|
},
|
|
5907
6347
|
},
|
|
5908
6348
|
},
|
|
5909
|
-
},
|
|
6349
|
+
},
|
|
6350
|
+
databaseSummary: {
|
|
5910
6351
|
serializedName: "properties.databaseSummary",
|
|
5911
6352
|
type: {
|
|
5912
6353
|
name: "Composite",
|
|
5913
6354
|
className: "AssessedSqlInstanceDatabaseSummary",
|
|
5914
6355
|
},
|
|
5915
|
-
},
|
|
6356
|
+
},
|
|
6357
|
+
confidenceRatingInPercentage: {
|
|
5916
6358
|
serializedName: "properties.confidenceRatingInPercentage",
|
|
5917
6359
|
readOnly: true,
|
|
5918
6360
|
type: {
|
|
5919
6361
|
name: "Number",
|
|
5920
6362
|
},
|
|
5921
|
-
},
|
|
6363
|
+
},
|
|
6364
|
+
sizingCriterion: {
|
|
5922
6365
|
serializedName: "properties.sizingCriterion",
|
|
5923
6366
|
readOnly: true,
|
|
5924
6367
|
type: {
|
|
5925
6368
|
name: "String",
|
|
5926
6369
|
},
|
|
5927
|
-
},
|
|
6370
|
+
},
|
|
6371
|
+
createdTimestamp: {
|
|
5928
6372
|
serializedName: "properties.createdTimestamp",
|
|
5929
6373
|
readOnly: true,
|
|
5930
6374
|
type: {
|
|
5931
6375
|
name: "DateTime",
|
|
5932
6376
|
},
|
|
5933
|
-
},
|
|
6377
|
+
},
|
|
6378
|
+
updatedTimestamp: {
|
|
5934
6379
|
serializedName: "properties.updatedTimestamp",
|
|
5935
6380
|
readOnly: true,
|
|
5936
6381
|
type: {
|
|
5937
6382
|
name: "DateTime",
|
|
5938
6383
|
},
|
|
5939
|
-
}
|
|
6384
|
+
},
|
|
6385
|
+
},
|
|
5940
6386
|
},
|
|
5941
6387
|
};
|
|
5942
6388
|
export const AssessedSqlMachine = {
|
|
5943
6389
|
type: {
|
|
5944
6390
|
name: "Composite",
|
|
5945
6391
|
className: "AssessedSqlMachine",
|
|
5946
|
-
modelProperties:
|
|
6392
|
+
modelProperties: {
|
|
6393
|
+
...ProxyResource.type.modelProperties,
|
|
6394
|
+
biosGuid: {
|
|
5947
6395
|
serializedName: "properties.biosGuid",
|
|
5948
6396
|
readOnly: true,
|
|
5949
6397
|
type: {
|
|
5950
6398
|
name: "String",
|
|
5951
6399
|
},
|
|
5952
|
-
},
|
|
6400
|
+
},
|
|
6401
|
+
fqdn: {
|
|
5953
6402
|
serializedName: "properties.fqdn",
|
|
5954
6403
|
readOnly: true,
|
|
5955
6404
|
type: {
|
|
5956
6405
|
name: "String",
|
|
5957
6406
|
},
|
|
5958
|
-
},
|
|
6407
|
+
},
|
|
6408
|
+
sqlInstances: {
|
|
5959
6409
|
serializedName: "properties.sqlInstances",
|
|
5960
6410
|
readOnly: true,
|
|
5961
6411
|
type: {
|
|
@@ -5967,62 +6417,72 @@ export const AssessedSqlMachine = {
|
|
|
5967
6417
|
},
|
|
5968
6418
|
},
|
|
5969
6419
|
},
|
|
5970
|
-
},
|
|
6420
|
+
},
|
|
6421
|
+
suitabilityDetail: {
|
|
5971
6422
|
serializedName: "properties.suitabilityDetail",
|
|
5972
6423
|
readOnly: true,
|
|
5973
6424
|
type: {
|
|
5974
6425
|
name: "String",
|
|
5975
6426
|
},
|
|
5976
|
-
},
|
|
6427
|
+
},
|
|
6428
|
+
suitabilityExplanation: {
|
|
5977
6429
|
serializedName: "properties.suitabilityExplanation",
|
|
5978
6430
|
readOnly: true,
|
|
5979
6431
|
type: {
|
|
5980
6432
|
name: "String",
|
|
5981
6433
|
},
|
|
5982
|
-
},
|
|
6434
|
+
},
|
|
6435
|
+
recommendedVmSize: {
|
|
5983
6436
|
serializedName: "properties.recommendedVmSize",
|
|
5984
6437
|
readOnly: true,
|
|
5985
6438
|
type: {
|
|
5986
6439
|
name: "String",
|
|
5987
6440
|
},
|
|
5988
|
-
},
|
|
6441
|
+
},
|
|
6442
|
+
recommendedVmFamily: {
|
|
5989
6443
|
serializedName: "properties.recommendedVmFamily",
|
|
5990
6444
|
readOnly: true,
|
|
5991
6445
|
type: {
|
|
5992
6446
|
name: "String",
|
|
5993
6447
|
},
|
|
5994
|
-
},
|
|
6448
|
+
},
|
|
6449
|
+
productSupportStatus: {
|
|
5995
6450
|
serializedName: "properties.productSupportStatus",
|
|
5996
6451
|
type: {
|
|
5997
6452
|
name: "Composite",
|
|
5998
6453
|
className: "ProductSupportStatus",
|
|
5999
6454
|
},
|
|
6000
|
-
},
|
|
6455
|
+
},
|
|
6456
|
+
recommendedVmSizeNumberOfCores: {
|
|
6001
6457
|
serializedName: "properties.recommendedVmSizeNumberOfCores",
|
|
6002
6458
|
readOnly: true,
|
|
6003
6459
|
type: {
|
|
6004
6460
|
name: "Number",
|
|
6005
6461
|
},
|
|
6006
|
-
},
|
|
6462
|
+
},
|
|
6463
|
+
recommendedVmSizeMegabytesOfMemory: {
|
|
6007
6464
|
serializedName: "properties.recommendedVmSizeMegabytesOfMemory",
|
|
6008
6465
|
readOnly: true,
|
|
6009
6466
|
type: {
|
|
6010
6467
|
name: "Number",
|
|
6011
6468
|
},
|
|
6012
|
-
},
|
|
6469
|
+
},
|
|
6470
|
+
monthlyComputeCost: {
|
|
6013
6471
|
serializedName: "properties.monthlyComputeCost",
|
|
6014
6472
|
readOnly: true,
|
|
6015
6473
|
type: {
|
|
6016
6474
|
name: "Number",
|
|
6017
6475
|
},
|
|
6018
|
-
},
|
|
6476
|
+
},
|
|
6477
|
+
disks: {
|
|
6019
6478
|
serializedName: "properties.disks",
|
|
6020
6479
|
readOnly: true,
|
|
6021
6480
|
type: {
|
|
6022
6481
|
name: "Dictionary",
|
|
6023
6482
|
value: { type: { name: "Composite", className: "AssessedDiskData" } },
|
|
6024
6483
|
},
|
|
6025
|
-
},
|
|
6484
|
+
},
|
|
6485
|
+
networkAdapters: {
|
|
6026
6486
|
serializedName: "properties.networkAdapters",
|
|
6027
6487
|
readOnly: true,
|
|
6028
6488
|
type: {
|
|
@@ -6031,19 +6491,22 @@ export const AssessedSqlMachine = {
|
|
|
6031
6491
|
type: { name: "Composite", className: "SqlAssessedNetworkAdapter" },
|
|
6032
6492
|
},
|
|
6033
6493
|
},
|
|
6034
|
-
},
|
|
6494
|
+
},
|
|
6495
|
+
monthlyBandwidthCost: {
|
|
6035
6496
|
serializedName: "properties.monthlyBandwidthCost",
|
|
6036
6497
|
readOnly: true,
|
|
6037
6498
|
type: {
|
|
6038
6499
|
name: "Number",
|
|
6039
6500
|
},
|
|
6040
|
-
},
|
|
6501
|
+
},
|
|
6502
|
+
monthlyStorageCost: {
|
|
6041
6503
|
serializedName: "properties.monthlyStorageCost",
|
|
6042
6504
|
readOnly: true,
|
|
6043
6505
|
type: {
|
|
6044
6506
|
name: "Number",
|
|
6045
6507
|
},
|
|
6046
|
-
},
|
|
6508
|
+
},
|
|
6509
|
+
costComponents: {
|
|
6047
6510
|
serializedName: "properties.costComponents",
|
|
6048
6511
|
type: {
|
|
6049
6512
|
name: "Sequence",
|
|
@@ -6054,13 +6517,15 @@ export const AssessedSqlMachine = {
|
|
|
6054
6517
|
},
|
|
6055
6518
|
},
|
|
6056
6519
|
},
|
|
6057
|
-
},
|
|
6520
|
+
},
|
|
6521
|
+
securitySuitability: {
|
|
6058
6522
|
serializedName: "properties.securitySuitability",
|
|
6059
6523
|
readOnly: true,
|
|
6060
6524
|
type: {
|
|
6061
6525
|
name: "String",
|
|
6062
6526
|
},
|
|
6063
|
-
},
|
|
6527
|
+
},
|
|
6528
|
+
migrationGuidelines: {
|
|
6064
6529
|
serializedName: "properties.migrationGuidelines",
|
|
6065
6530
|
readOnly: true,
|
|
6066
6531
|
type: {
|
|
@@ -6072,242 +6537,284 @@ export const AssessedSqlMachine = {
|
|
|
6072
6537
|
},
|
|
6073
6538
|
},
|
|
6074
6539
|
},
|
|
6075
|
-
},
|
|
6540
|
+
},
|
|
6541
|
+
bootType: {
|
|
6076
6542
|
serializedName: "properties.bootType",
|
|
6077
6543
|
readOnly: true,
|
|
6078
6544
|
type: {
|
|
6079
6545
|
name: "String",
|
|
6080
6546
|
},
|
|
6081
|
-
},
|
|
6547
|
+
},
|
|
6548
|
+
operatingSystemType: {
|
|
6082
6549
|
serializedName: "properties.operatingSystemType",
|
|
6083
6550
|
readOnly: true,
|
|
6084
6551
|
type: {
|
|
6085
6552
|
name: "String",
|
|
6086
6553
|
},
|
|
6087
|
-
},
|
|
6554
|
+
},
|
|
6555
|
+
operatingSystemName: {
|
|
6088
6556
|
serializedName: "properties.operatingSystemName",
|
|
6089
6557
|
readOnly: true,
|
|
6090
6558
|
type: {
|
|
6091
6559
|
name: "String",
|
|
6092
6560
|
},
|
|
6093
|
-
},
|
|
6561
|
+
},
|
|
6562
|
+
operatingSystemVersion: {
|
|
6094
6563
|
serializedName: "properties.operatingSystemVersion",
|
|
6095
6564
|
readOnly: true,
|
|
6096
6565
|
type: {
|
|
6097
6566
|
name: "String",
|
|
6098
6567
|
},
|
|
6099
|
-
},
|
|
6568
|
+
},
|
|
6569
|
+
operatingSystemArchitecture: {
|
|
6100
6570
|
serializedName: "properties.operatingSystemArchitecture",
|
|
6101
6571
|
readOnly: true,
|
|
6102
6572
|
type: {
|
|
6103
6573
|
name: "String",
|
|
6104
6574
|
},
|
|
6105
|
-
},
|
|
6575
|
+
},
|
|
6576
|
+
createdTimestamp: {
|
|
6106
6577
|
serializedName: "properties.createdTimestamp",
|
|
6107
6578
|
readOnly: true,
|
|
6108
6579
|
type: {
|
|
6109
6580
|
name: "DateTime",
|
|
6110
6581
|
},
|
|
6111
|
-
},
|
|
6582
|
+
},
|
|
6583
|
+
updatedTimestamp: {
|
|
6112
6584
|
serializedName: "properties.updatedTimestamp",
|
|
6113
6585
|
readOnly: true,
|
|
6114
6586
|
type: {
|
|
6115
6587
|
name: "DateTime",
|
|
6116
6588
|
},
|
|
6117
|
-
},
|
|
6589
|
+
},
|
|
6590
|
+
displayName: {
|
|
6118
6591
|
serializedName: "properties.displayName",
|
|
6119
6592
|
readOnly: true,
|
|
6120
6593
|
type: {
|
|
6121
6594
|
name: "String",
|
|
6122
6595
|
},
|
|
6123
|
-
},
|
|
6596
|
+
},
|
|
6597
|
+
typePropertiesType: {
|
|
6124
6598
|
serializedName: "properties.type",
|
|
6125
6599
|
readOnly: true,
|
|
6126
6600
|
type: {
|
|
6127
6601
|
name: "String",
|
|
6128
6602
|
},
|
|
6129
|
-
},
|
|
6603
|
+
},
|
|
6604
|
+
description: {
|
|
6130
6605
|
serializedName: "properties.description",
|
|
6131
6606
|
readOnly: true,
|
|
6132
6607
|
type: {
|
|
6133
6608
|
name: "String",
|
|
6134
6609
|
},
|
|
6135
|
-
},
|
|
6610
|
+
},
|
|
6611
|
+
datacenterMachineArmId: {
|
|
6136
6612
|
serializedName: "properties.datacenterMachineArmId",
|
|
6137
6613
|
readOnly: true,
|
|
6138
6614
|
type: {
|
|
6139
6615
|
name: "String",
|
|
6140
6616
|
},
|
|
6141
|
-
},
|
|
6617
|
+
},
|
|
6618
|
+
datacenterManagementServerArmId: {
|
|
6142
6619
|
serializedName: "properties.datacenterManagementServerArmId",
|
|
6143
6620
|
readOnly: true,
|
|
6144
6621
|
type: {
|
|
6145
6622
|
name: "String",
|
|
6146
6623
|
},
|
|
6147
|
-
},
|
|
6624
|
+
},
|
|
6625
|
+
datacenterManagementServerName: {
|
|
6148
6626
|
serializedName: "properties.datacenterManagementServerName",
|
|
6149
6627
|
readOnly: true,
|
|
6150
6628
|
type: {
|
|
6151
6629
|
name: "String",
|
|
6152
6630
|
},
|
|
6153
|
-
},
|
|
6631
|
+
},
|
|
6632
|
+
megabytesOfMemory: {
|
|
6154
6633
|
serializedName: "properties.megabytesOfMemory",
|
|
6155
6634
|
readOnly: true,
|
|
6156
6635
|
type: {
|
|
6157
6636
|
name: "Number",
|
|
6158
6637
|
},
|
|
6159
|
-
},
|
|
6638
|
+
},
|
|
6639
|
+
numberOfCores: {
|
|
6160
6640
|
serializedName: "properties.numberOfCores",
|
|
6161
6641
|
readOnly: true,
|
|
6162
6642
|
type: {
|
|
6163
6643
|
name: "Number",
|
|
6164
6644
|
},
|
|
6165
|
-
},
|
|
6645
|
+
},
|
|
6646
|
+
confidenceRatingInPercentage: {
|
|
6166
6647
|
serializedName: "properties.confidenceRatingInPercentage",
|
|
6167
6648
|
readOnly: true,
|
|
6168
6649
|
type: {
|
|
6169
6650
|
name: "Number",
|
|
6170
6651
|
},
|
|
6171
|
-
},
|
|
6652
|
+
},
|
|
6653
|
+
percentageCoresUtilization: {
|
|
6172
6654
|
serializedName: "properties.percentageCoresUtilization",
|
|
6173
6655
|
readOnly: true,
|
|
6174
6656
|
type: {
|
|
6175
6657
|
name: "Number",
|
|
6176
6658
|
},
|
|
6177
|
-
},
|
|
6659
|
+
},
|
|
6660
|
+
percentageMemoryUtilization: {
|
|
6178
6661
|
serializedName: "properties.percentageMemoryUtilization",
|
|
6179
6662
|
readOnly: true,
|
|
6180
6663
|
type: {
|
|
6181
6664
|
name: "Number",
|
|
6182
6665
|
},
|
|
6183
|
-
},
|
|
6666
|
+
},
|
|
6667
|
+
suitability: {
|
|
6184
6668
|
serializedName: "properties.suitability",
|
|
6185
6669
|
readOnly: true,
|
|
6186
6670
|
type: {
|
|
6187
6671
|
name: "String",
|
|
6188
6672
|
},
|
|
6189
|
-
},
|
|
6673
|
+
},
|
|
6674
|
+
sizingCriterion: {
|
|
6190
6675
|
serializedName: "properties.sizingCriterion",
|
|
6191
6676
|
readOnly: true,
|
|
6192
6677
|
type: {
|
|
6193
6678
|
name: "String",
|
|
6194
6679
|
},
|
|
6195
|
-
}
|
|
6680
|
+
},
|
|
6681
|
+
},
|
|
6196
6682
|
},
|
|
6197
6683
|
};
|
|
6198
6684
|
export const AssessedSqlRecommendedEntity = {
|
|
6199
6685
|
type: {
|
|
6200
6686
|
name: "Composite",
|
|
6201
6687
|
className: "AssessedSqlRecommendedEntity",
|
|
6202
|
-
modelProperties:
|
|
6688
|
+
modelProperties: {
|
|
6689
|
+
...ProxyResource.type.modelProperties,
|
|
6690
|
+
machineName: {
|
|
6203
6691
|
serializedName: "properties.machineName",
|
|
6204
6692
|
readOnly: true,
|
|
6205
6693
|
type: {
|
|
6206
6694
|
name: "String",
|
|
6207
6695
|
},
|
|
6208
|
-
},
|
|
6696
|
+
},
|
|
6697
|
+
instanceName: {
|
|
6209
6698
|
serializedName: "properties.instanceName",
|
|
6210
6699
|
readOnly: true,
|
|
6211
6700
|
type: {
|
|
6212
6701
|
name: "String",
|
|
6213
6702
|
},
|
|
6214
|
-
},
|
|
6703
|
+
},
|
|
6704
|
+
productSupportStatus: {
|
|
6215
6705
|
serializedName: "properties.productSupportStatus",
|
|
6216
6706
|
type: {
|
|
6217
6707
|
name: "Composite",
|
|
6218
6708
|
className: "ProductSupportStatus",
|
|
6219
6709
|
},
|
|
6220
|
-
},
|
|
6710
|
+
},
|
|
6711
|
+
dbCount: {
|
|
6221
6712
|
serializedName: "properties.dbCount",
|
|
6222
6713
|
readOnly: true,
|
|
6223
6714
|
type: {
|
|
6224
6715
|
name: "Number",
|
|
6225
6716
|
},
|
|
6226
|
-
},
|
|
6717
|
+
},
|
|
6718
|
+
discoveredDBCount: {
|
|
6227
6719
|
serializedName: "properties.discoveredDBCount",
|
|
6228
6720
|
readOnly: true,
|
|
6229
6721
|
type: {
|
|
6230
6722
|
name: "Number",
|
|
6231
6723
|
},
|
|
6232
|
-
},
|
|
6724
|
+
},
|
|
6725
|
+
hasScanOccurred: {
|
|
6233
6726
|
serializedName: "properties.hasScanOccurred",
|
|
6234
6727
|
readOnly: true,
|
|
6235
6728
|
type: {
|
|
6236
6729
|
name: "Boolean",
|
|
6237
6730
|
},
|
|
6238
|
-
},
|
|
6731
|
+
},
|
|
6732
|
+
recommendedAzureSqlTargetType: {
|
|
6239
6733
|
serializedName: "properties.recommendedAzureSqlTargetType",
|
|
6240
6734
|
readOnly: true,
|
|
6241
6735
|
type: {
|
|
6242
6736
|
name: "String",
|
|
6243
6737
|
},
|
|
6244
|
-
},
|
|
6738
|
+
},
|
|
6739
|
+
recommendedSuitability: {
|
|
6245
6740
|
serializedName: "properties.recommendedSuitability",
|
|
6246
6741
|
readOnly: true,
|
|
6247
6742
|
type: {
|
|
6248
6743
|
name: "String",
|
|
6249
6744
|
},
|
|
6250
|
-
},
|
|
6745
|
+
},
|
|
6746
|
+
azureSqlMISuitabilityDetails: {
|
|
6251
6747
|
serializedName: "properties.azureSqlMISuitabilityDetails",
|
|
6252
6748
|
type: {
|
|
6253
6749
|
name: "Composite",
|
|
6254
6750
|
className: "SqlAssessmentV2PaasSuitabilityData",
|
|
6255
6751
|
},
|
|
6256
|
-
},
|
|
6752
|
+
},
|
|
6753
|
+
azureSqlDBSuitabilityDetails: {
|
|
6257
6754
|
serializedName: "properties.azureSqlDBSuitabilityDetails",
|
|
6258
6755
|
type: {
|
|
6259
6756
|
name: "Composite",
|
|
6260
6757
|
className: "SqlAssessmentV2PaasSuitabilityData",
|
|
6261
6758
|
},
|
|
6262
|
-
},
|
|
6759
|
+
},
|
|
6760
|
+
azureSqlVMSuitabilityDetails: {
|
|
6263
6761
|
serializedName: "properties.azureSqlVMSuitabilityDetails",
|
|
6264
6762
|
type: {
|
|
6265
6763
|
name: "Composite",
|
|
6266
6764
|
className: "SqlAssessmentV2IaasSuitabilityData",
|
|
6267
6765
|
},
|
|
6268
|
-
},
|
|
6766
|
+
},
|
|
6767
|
+
assessedSqlEntityArmId: {
|
|
6269
6768
|
serializedName: "properties.assessedSqlEntityArmId",
|
|
6270
6769
|
type: {
|
|
6271
6770
|
name: "String",
|
|
6272
6771
|
},
|
|
6273
|
-
},
|
|
6772
|
+
},
|
|
6773
|
+
isClustered: {
|
|
6274
6774
|
serializedName: "properties.isClustered",
|
|
6275
6775
|
readOnly: true,
|
|
6276
6776
|
type: {
|
|
6277
6777
|
name: "Boolean",
|
|
6278
6778
|
},
|
|
6279
|
-
},
|
|
6779
|
+
},
|
|
6780
|
+
isHighAvailabilityEnabled: {
|
|
6280
6781
|
serializedName: "properties.isHighAvailabilityEnabled",
|
|
6281
6782
|
readOnly: true,
|
|
6282
6783
|
type: {
|
|
6283
6784
|
name: "Boolean",
|
|
6284
6785
|
},
|
|
6285
|
-
},
|
|
6786
|
+
},
|
|
6787
|
+
sqlEdition: {
|
|
6286
6788
|
serializedName: "properties.sqlEdition",
|
|
6287
6789
|
readOnly: true,
|
|
6288
6790
|
type: {
|
|
6289
6791
|
name: "String",
|
|
6290
6792
|
},
|
|
6291
|
-
},
|
|
6793
|
+
},
|
|
6794
|
+
sqlVersion: {
|
|
6292
6795
|
serializedName: "properties.sqlVersion",
|
|
6293
6796
|
readOnly: true,
|
|
6294
6797
|
type: {
|
|
6295
6798
|
name: "String",
|
|
6296
6799
|
},
|
|
6297
|
-
},
|
|
6800
|
+
},
|
|
6801
|
+
sizingCriterion: {
|
|
6298
6802
|
serializedName: "properties.sizingCriterion",
|
|
6299
6803
|
readOnly: true,
|
|
6300
6804
|
type: {
|
|
6301
6805
|
name: "String",
|
|
6302
6806
|
},
|
|
6303
|
-
}
|
|
6807
|
+
},
|
|
6808
|
+
},
|
|
6304
6809
|
},
|
|
6305
6810
|
};
|
|
6306
6811
|
export const SqlAssessmentV2Summary = {
|
|
6307
6812
|
type: {
|
|
6308
6813
|
name: "Composite",
|
|
6309
6814
|
className: "SqlAssessmentV2Summary",
|
|
6310
|
-
modelProperties:
|
|
6815
|
+
modelProperties: {
|
|
6816
|
+
...ProxyResource.type.modelProperties,
|
|
6817
|
+
assessmentSummary: {
|
|
6311
6818
|
serializedName: "properties.assessmentSummary",
|
|
6312
6819
|
readOnly: true,
|
|
6313
6820
|
type: {
|
|
@@ -6319,162 +6826,191 @@ export const SqlAssessmentV2Summary = {
|
|
|
6319
6826
|
},
|
|
6320
6827
|
},
|
|
6321
6828
|
},
|
|
6322
|
-
},
|
|
6829
|
+
},
|
|
6830
|
+
distributionBySupportStatus: {
|
|
6323
6831
|
serializedName: "properties.distributionBySupportStatus",
|
|
6324
6832
|
readOnly: true,
|
|
6325
6833
|
type: {
|
|
6326
6834
|
name: "Dictionary",
|
|
6327
6835
|
value: { type: { name: "Number" } },
|
|
6328
6836
|
},
|
|
6329
|
-
},
|
|
6837
|
+
},
|
|
6838
|
+
distributionByServicePackInsight: {
|
|
6330
6839
|
serializedName: "properties.distributionByServicePackInsight",
|
|
6331
6840
|
readOnly: true,
|
|
6332
6841
|
type: {
|
|
6333
6842
|
name: "Dictionary",
|
|
6334
6843
|
value: { type: { name: "Number" } },
|
|
6335
6844
|
},
|
|
6336
|
-
},
|
|
6845
|
+
},
|
|
6846
|
+
distributionBySqlVersion: {
|
|
6337
6847
|
serializedName: "properties.distributionBySqlVersion",
|
|
6338
6848
|
readOnly: true,
|
|
6339
6849
|
type: {
|
|
6340
6850
|
name: "Dictionary",
|
|
6341
6851
|
value: { type: { name: "Number" } },
|
|
6342
6852
|
},
|
|
6343
|
-
},
|
|
6853
|
+
},
|
|
6854
|
+
distributionBySqlEdition: {
|
|
6344
6855
|
serializedName: "properties.distributionBySqlEdition",
|
|
6345
6856
|
readOnly: true,
|
|
6346
6857
|
type: {
|
|
6347
6858
|
name: "Dictionary",
|
|
6348
6859
|
value: { type: { name: "Number" } },
|
|
6349
6860
|
},
|
|
6350
|
-
},
|
|
6861
|
+
},
|
|
6862
|
+
instanceDistributionBySizingCriterion: {
|
|
6351
6863
|
serializedName: "properties.instanceDistributionBySizingCriterion",
|
|
6352
6864
|
readOnly: true,
|
|
6353
6865
|
type: {
|
|
6354
6866
|
name: "Dictionary",
|
|
6355
6867
|
value: { type: { name: "Number" } },
|
|
6356
6868
|
},
|
|
6357
|
-
},
|
|
6869
|
+
},
|
|
6870
|
+
databaseDistributionBySizingCriterion: {
|
|
6358
6871
|
serializedName: "properties.databaseDistributionBySizingCriterion",
|
|
6359
6872
|
readOnly: true,
|
|
6360
6873
|
type: {
|
|
6361
6874
|
name: "Dictionary",
|
|
6362
6875
|
value: { type: { name: "Number" } },
|
|
6363
6876
|
},
|
|
6364
|
-
},
|
|
6877
|
+
},
|
|
6878
|
+
numberOfMachines: {
|
|
6365
6879
|
serializedName: "properties.numberOfMachines",
|
|
6366
6880
|
readOnly: true,
|
|
6367
6881
|
type: {
|
|
6368
6882
|
name: "Number",
|
|
6369
6883
|
},
|
|
6370
|
-
},
|
|
6884
|
+
},
|
|
6885
|
+
numberOfSqlInstances: {
|
|
6371
6886
|
serializedName: "properties.numberOfSqlInstances",
|
|
6372
6887
|
readOnly: true,
|
|
6373
6888
|
type: {
|
|
6374
6889
|
name: "Number",
|
|
6375
6890
|
},
|
|
6376
|
-
},
|
|
6891
|
+
},
|
|
6892
|
+
numberOfSuccessfullyDiscoveredSqlInstances: {
|
|
6377
6893
|
serializedName: "properties.numberOfSuccessfullyDiscoveredSqlInstances",
|
|
6378
6894
|
readOnly: true,
|
|
6379
6895
|
type: {
|
|
6380
6896
|
name: "Number",
|
|
6381
6897
|
},
|
|
6382
|
-
},
|
|
6898
|
+
},
|
|
6899
|
+
numberOfSqlDatabases: {
|
|
6383
6900
|
serializedName: "properties.numberOfSqlDatabases",
|
|
6384
6901
|
readOnly: true,
|
|
6385
6902
|
type: {
|
|
6386
6903
|
name: "Number",
|
|
6387
6904
|
},
|
|
6388
|
-
},
|
|
6905
|
+
},
|
|
6906
|
+
numberOfFciInstances: {
|
|
6389
6907
|
serializedName: "properties.numberOfFciInstances",
|
|
6390
6908
|
readOnly: true,
|
|
6391
6909
|
type: {
|
|
6392
6910
|
name: "Number",
|
|
6393
6911
|
},
|
|
6394
|
-
},
|
|
6912
|
+
},
|
|
6913
|
+
numberOfSqlAvailabilityGroups: {
|
|
6395
6914
|
serializedName: "properties.numberOfSqlAvailabilityGroups",
|
|
6396
6915
|
readOnly: true,
|
|
6397
6916
|
type: {
|
|
6398
6917
|
name: "Number",
|
|
6399
6918
|
},
|
|
6400
|
-
}
|
|
6919
|
+
},
|
|
6920
|
+
},
|
|
6401
6921
|
},
|
|
6402
6922
|
};
|
|
6403
6923
|
export const HypervCollector = {
|
|
6404
6924
|
type: {
|
|
6405
6925
|
name: "Composite",
|
|
6406
6926
|
className: "HypervCollector",
|
|
6407
|
-
modelProperties:
|
|
6927
|
+
modelProperties: {
|
|
6928
|
+
...ProxyResource.type.modelProperties,
|
|
6929
|
+
provisioningState: {
|
|
6408
6930
|
serializedName: "properties.provisioningState",
|
|
6409
6931
|
type: {
|
|
6410
6932
|
name: "String",
|
|
6411
6933
|
},
|
|
6412
|
-
},
|
|
6934
|
+
},
|
|
6935
|
+
agentProperties: {
|
|
6413
6936
|
serializedName: "properties.agentProperties",
|
|
6414
6937
|
type: {
|
|
6415
6938
|
name: "Composite",
|
|
6416
6939
|
className: "CollectorAgentPropertiesBase",
|
|
6417
6940
|
},
|
|
6418
|
-
},
|
|
6941
|
+
},
|
|
6942
|
+
discoverySiteId: {
|
|
6419
6943
|
serializedName: "properties.discoverySiteId",
|
|
6420
6944
|
type: {
|
|
6421
6945
|
name: "String",
|
|
6422
6946
|
},
|
|
6423
|
-
},
|
|
6947
|
+
},
|
|
6948
|
+
createdTimestamp: {
|
|
6424
6949
|
serializedName: "properties.createdTimestamp",
|
|
6425
6950
|
readOnly: true,
|
|
6426
6951
|
type: {
|
|
6427
6952
|
name: "DateTime",
|
|
6428
6953
|
},
|
|
6429
|
-
},
|
|
6954
|
+
},
|
|
6955
|
+
updatedTimestamp: {
|
|
6430
6956
|
serializedName: "properties.updatedTimestamp",
|
|
6431
6957
|
readOnly: true,
|
|
6432
6958
|
type: {
|
|
6433
6959
|
name: "DateTime",
|
|
6434
6960
|
},
|
|
6435
|
-
}
|
|
6961
|
+
},
|
|
6962
|
+
},
|
|
6436
6963
|
},
|
|
6437
6964
|
};
|
|
6438
6965
|
export const ImportCollector = {
|
|
6439
6966
|
type: {
|
|
6440
6967
|
name: "Composite",
|
|
6441
6968
|
className: "ImportCollector",
|
|
6442
|
-
modelProperties:
|
|
6969
|
+
modelProperties: {
|
|
6970
|
+
...ProxyResource.type.modelProperties,
|
|
6971
|
+
provisioningState: {
|
|
6443
6972
|
serializedName: "properties.provisioningState",
|
|
6444
6973
|
type: {
|
|
6445
6974
|
name: "String",
|
|
6446
6975
|
},
|
|
6447
|
-
},
|
|
6976
|
+
},
|
|
6977
|
+
discoverySiteId: {
|
|
6448
6978
|
serializedName: "properties.discoverySiteId",
|
|
6449
6979
|
type: {
|
|
6450
6980
|
name: "String",
|
|
6451
6981
|
},
|
|
6452
|
-
},
|
|
6982
|
+
},
|
|
6983
|
+
createdTimestamp: {
|
|
6453
6984
|
serializedName: "properties.createdTimestamp",
|
|
6454
6985
|
readOnly: true,
|
|
6455
6986
|
type: {
|
|
6456
6987
|
name: "DateTime",
|
|
6457
6988
|
},
|
|
6458
|
-
},
|
|
6989
|
+
},
|
|
6990
|
+
updatedTimestamp: {
|
|
6459
6991
|
serializedName: "properties.updatedTimestamp",
|
|
6460
6992
|
readOnly: true,
|
|
6461
6993
|
type: {
|
|
6462
6994
|
name: "DateTime",
|
|
6463
6995
|
},
|
|
6464
|
-
}
|
|
6996
|
+
},
|
|
6997
|
+
},
|
|
6465
6998
|
},
|
|
6466
6999
|
};
|
|
6467
7000
|
export const Machine = {
|
|
6468
7001
|
type: {
|
|
6469
7002
|
name: "Composite",
|
|
6470
7003
|
className: "Machine",
|
|
6471
|
-
modelProperties:
|
|
7004
|
+
modelProperties: {
|
|
7005
|
+
...ProxyResource.type.modelProperties,
|
|
7006
|
+
workloadSummary: {
|
|
6472
7007
|
serializedName: "properties.workloadSummary",
|
|
6473
7008
|
type: {
|
|
6474
7009
|
name: "Composite",
|
|
6475
7010
|
className: "WorkloadSummary",
|
|
6476
7011
|
},
|
|
6477
|
-
},
|
|
7012
|
+
},
|
|
7013
|
+
errors: {
|
|
6478
7014
|
serializedName: "properties.errors",
|
|
6479
7015
|
readOnly: true,
|
|
6480
7016
|
type: {
|
|
@@ -6486,98 +7022,114 @@ export const Machine = {
|
|
|
6486
7022
|
},
|
|
6487
7023
|
},
|
|
6488
7024
|
},
|
|
6489
|
-
},
|
|
7025
|
+
},
|
|
7026
|
+
hostProcessor: {
|
|
6490
7027
|
serializedName: "properties.hostProcessor",
|
|
6491
7028
|
type: {
|
|
6492
7029
|
name: "Composite",
|
|
6493
7030
|
className: "ProcessorInfo",
|
|
6494
7031
|
},
|
|
6495
|
-
},
|
|
7032
|
+
},
|
|
7033
|
+
productSupportStatus: {
|
|
6496
7034
|
serializedName: "properties.productSupportStatus",
|
|
6497
7035
|
type: {
|
|
6498
7036
|
name: "Composite",
|
|
6499
7037
|
className: "ProductSupportStatus",
|
|
6500
7038
|
},
|
|
6501
|
-
},
|
|
7039
|
+
},
|
|
7040
|
+
discoveryMachineArmId: {
|
|
6502
7041
|
serializedName: "properties.discoveryMachineArmId",
|
|
6503
7042
|
readOnly: true,
|
|
6504
7043
|
type: {
|
|
6505
7044
|
name: "String",
|
|
6506
7045
|
},
|
|
6507
|
-
},
|
|
7046
|
+
},
|
|
7047
|
+
datacenterManagementServerArmId: {
|
|
6508
7048
|
serializedName: "properties.datacenterManagementServerArmId",
|
|
6509
7049
|
readOnly: true,
|
|
6510
7050
|
type: {
|
|
6511
7051
|
name: "String",
|
|
6512
7052
|
},
|
|
6513
|
-
},
|
|
7053
|
+
},
|
|
7054
|
+
datacenterManagementServerName: {
|
|
6514
7055
|
serializedName: "properties.datacenterManagementServerName",
|
|
6515
7056
|
readOnly: true,
|
|
6516
7057
|
type: {
|
|
6517
7058
|
name: "String",
|
|
6518
7059
|
},
|
|
6519
|
-
},
|
|
7060
|
+
},
|
|
7061
|
+
bootType: {
|
|
6520
7062
|
serializedName: "properties.bootType",
|
|
6521
7063
|
readOnly: true,
|
|
6522
7064
|
type: {
|
|
6523
7065
|
name: "String",
|
|
6524
7066
|
},
|
|
6525
|
-
},
|
|
7067
|
+
},
|
|
7068
|
+
displayName: {
|
|
6526
7069
|
serializedName: "properties.displayName",
|
|
6527
7070
|
readOnly: true,
|
|
6528
7071
|
type: {
|
|
6529
7072
|
name: "String",
|
|
6530
7073
|
},
|
|
6531
|
-
},
|
|
7074
|
+
},
|
|
7075
|
+
megabytesOfMemory: {
|
|
6532
7076
|
serializedName: "properties.megabytesOfMemory",
|
|
6533
7077
|
readOnly: true,
|
|
6534
7078
|
type: {
|
|
6535
7079
|
name: "Number",
|
|
6536
7080
|
},
|
|
6537
|
-
},
|
|
7081
|
+
},
|
|
7082
|
+
numberOfCores: {
|
|
6538
7083
|
serializedName: "properties.numberOfCores",
|
|
6539
7084
|
readOnly: true,
|
|
6540
7085
|
type: {
|
|
6541
7086
|
name: "Number",
|
|
6542
7087
|
},
|
|
6543
|
-
},
|
|
7088
|
+
},
|
|
7089
|
+
operatingSystemType: {
|
|
6544
7090
|
serializedName: "properties.operatingSystemType",
|
|
6545
7091
|
readOnly: true,
|
|
6546
7092
|
type: {
|
|
6547
7093
|
name: "String",
|
|
6548
7094
|
},
|
|
6549
|
-
},
|
|
7095
|
+
},
|
|
7096
|
+
operatingSystemName: {
|
|
6550
7097
|
serializedName: "properties.operatingSystemName",
|
|
6551
7098
|
readOnly: true,
|
|
6552
7099
|
type: {
|
|
6553
7100
|
name: "String",
|
|
6554
7101
|
},
|
|
6555
|
-
},
|
|
7102
|
+
},
|
|
7103
|
+
operatingSystemVersion: {
|
|
6556
7104
|
serializedName: "properties.operatingSystemVersion",
|
|
6557
7105
|
readOnly: true,
|
|
6558
7106
|
type: {
|
|
6559
7107
|
name: "String",
|
|
6560
7108
|
},
|
|
6561
|
-
},
|
|
7109
|
+
},
|
|
7110
|
+
description: {
|
|
6562
7111
|
serializedName: "properties.description",
|
|
6563
7112
|
readOnly: true,
|
|
6564
7113
|
type: {
|
|
6565
7114
|
name: "String",
|
|
6566
7115
|
},
|
|
6567
|
-
},
|
|
7116
|
+
},
|
|
7117
|
+
createdTimestamp: {
|
|
6568
7118
|
serializedName: "properties.createdTimestamp",
|
|
6569
7119
|
readOnly: true,
|
|
6570
7120
|
type: {
|
|
6571
7121
|
name: "DateTime",
|
|
6572
7122
|
},
|
|
6573
|
-
},
|
|
7123
|
+
},
|
|
7124
|
+
disks: {
|
|
6574
7125
|
serializedName: "properties.disks",
|
|
6575
7126
|
readOnly: true,
|
|
6576
7127
|
type: {
|
|
6577
7128
|
name: "Dictionary",
|
|
6578
7129
|
value: { type: { name: "Composite", className: "Disk" } },
|
|
6579
7130
|
},
|
|
6580
|
-
},
|
|
7131
|
+
},
|
|
7132
|
+
groups: {
|
|
6581
7133
|
serializedName: "properties.groups",
|
|
6582
7134
|
readOnly: true,
|
|
6583
7135
|
type: {
|
|
@@ -6588,14 +7140,16 @@ export const Machine = {
|
|
|
6588
7140
|
},
|
|
6589
7141
|
},
|
|
6590
7142
|
},
|
|
6591
|
-
},
|
|
7143
|
+
},
|
|
7144
|
+
networkAdapters: {
|
|
6592
7145
|
serializedName: "properties.networkAdapters",
|
|
6593
7146
|
readOnly: true,
|
|
6594
7147
|
type: {
|
|
6595
7148
|
name: "Dictionary",
|
|
6596
7149
|
value: { type: { name: "Composite", className: "NetworkAdapter" } },
|
|
6597
7150
|
},
|
|
6598
|
-
},
|
|
7151
|
+
},
|
|
7152
|
+
sqlInstances: {
|
|
6599
7153
|
serializedName: "properties.sqlInstances",
|
|
6600
7154
|
readOnly: true,
|
|
6601
7155
|
type: {
|
|
@@ -6606,7 +7160,8 @@ export const Machine = {
|
|
|
6606
7160
|
},
|
|
6607
7161
|
},
|
|
6608
7162
|
},
|
|
6609
|
-
},
|
|
7163
|
+
},
|
|
7164
|
+
webApplications: {
|
|
6610
7165
|
serializedName: "properties.webApplications",
|
|
6611
7166
|
readOnly: true,
|
|
6612
7167
|
type: {
|
|
@@ -6617,26 +7172,31 @@ export const Machine = {
|
|
|
6617
7172
|
},
|
|
6618
7173
|
},
|
|
6619
7174
|
},
|
|
6620
|
-
},
|
|
7175
|
+
},
|
|
7176
|
+
updatedTimestamp: {
|
|
6621
7177
|
serializedName: "properties.updatedTimestamp",
|
|
6622
7178
|
readOnly: true,
|
|
6623
7179
|
type: {
|
|
6624
7180
|
name: "DateTime",
|
|
6625
7181
|
},
|
|
6626
|
-
}
|
|
7182
|
+
},
|
|
7183
|
+
},
|
|
6627
7184
|
},
|
|
6628
7185
|
};
|
|
6629
7186
|
export const PrivateLinkResource = {
|
|
6630
7187
|
type: {
|
|
6631
7188
|
name: "Composite",
|
|
6632
7189
|
className: "PrivateLinkResource",
|
|
6633
|
-
modelProperties:
|
|
7190
|
+
modelProperties: {
|
|
7191
|
+
...ProxyResource.type.modelProperties,
|
|
7192
|
+
groupId: {
|
|
6634
7193
|
serializedName: "properties.groupId",
|
|
6635
7194
|
readOnly: true,
|
|
6636
7195
|
type: {
|
|
6637
7196
|
name: "String",
|
|
6638
7197
|
},
|
|
6639
|
-
},
|
|
7198
|
+
},
|
|
7199
|
+
requiredMembers: {
|
|
6640
7200
|
serializedName: "properties.requiredMembers",
|
|
6641
7201
|
readOnly: true,
|
|
6642
7202
|
type: {
|
|
@@ -6647,7 +7207,8 @@ export const PrivateLinkResource = {
|
|
|
6647
7207
|
},
|
|
6648
7208
|
},
|
|
6649
7209
|
},
|
|
6650
|
-
},
|
|
7210
|
+
},
|
|
7211
|
+
requiredZoneNames: {
|
|
6651
7212
|
serializedName: "properties.requiredZoneNames",
|
|
6652
7213
|
type: {
|
|
6653
7214
|
name: "Sequence",
|
|
@@ -6657,14 +7218,17 @@ export const PrivateLinkResource = {
|
|
|
6657
7218
|
},
|
|
6658
7219
|
},
|
|
6659
7220
|
},
|
|
6660
|
-
}
|
|
7221
|
+
},
|
|
7222
|
+
},
|
|
6661
7223
|
},
|
|
6662
7224
|
};
|
|
6663
7225
|
export const AssessmentProjectSummary = {
|
|
6664
7226
|
type: {
|
|
6665
7227
|
name: "Composite",
|
|
6666
7228
|
className: "AssessmentProjectSummary",
|
|
6667
|
-
modelProperties:
|
|
7229
|
+
modelProperties: {
|
|
7230
|
+
...ProxyResource.type.modelProperties,
|
|
7231
|
+
errorSummaryAffectedEntities: {
|
|
6668
7232
|
serializedName: "properties.errorSummaryAffectedEntities",
|
|
6669
7233
|
readOnly: true,
|
|
6670
7234
|
type: {
|
|
@@ -6676,85 +7240,101 @@ export const AssessmentProjectSummary = {
|
|
|
6676
7240
|
},
|
|
6677
7241
|
},
|
|
6678
7242
|
},
|
|
6679
|
-
},
|
|
7243
|
+
},
|
|
7244
|
+
numberOfPrivateEndpointConnections: {
|
|
6680
7245
|
serializedName: "properties.numberOfPrivateEndpointConnections",
|
|
6681
7246
|
readOnly: true,
|
|
6682
7247
|
type: {
|
|
6683
7248
|
name: "Number",
|
|
6684
7249
|
},
|
|
6685
|
-
},
|
|
7250
|
+
},
|
|
7251
|
+
numberOfGroups: {
|
|
6686
7252
|
serializedName: "properties.numberOfGroups",
|
|
6687
7253
|
readOnly: true,
|
|
6688
7254
|
type: {
|
|
6689
7255
|
name: "Number",
|
|
6690
7256
|
},
|
|
6691
|
-
},
|
|
7257
|
+
},
|
|
7258
|
+
numberOfMachines: {
|
|
6692
7259
|
serializedName: "properties.numberOfMachines",
|
|
6693
7260
|
readOnly: true,
|
|
6694
7261
|
type: {
|
|
6695
7262
|
name: "Number",
|
|
6696
7263
|
},
|
|
6697
|
-
},
|
|
7264
|
+
},
|
|
7265
|
+
numberOfImportMachines: {
|
|
6698
7266
|
serializedName: "properties.numberOfImportMachines",
|
|
6699
7267
|
readOnly: true,
|
|
6700
7268
|
type: {
|
|
6701
7269
|
name: "Number",
|
|
6702
7270
|
},
|
|
6703
|
-
},
|
|
7271
|
+
},
|
|
7272
|
+
numberOfAssessments: {
|
|
6704
7273
|
serializedName: "properties.numberOfAssessments",
|
|
6705
7274
|
readOnly: true,
|
|
6706
7275
|
type: {
|
|
6707
7276
|
name: "Number",
|
|
6708
7277
|
},
|
|
6709
|
-
},
|
|
7278
|
+
},
|
|
7279
|
+
lastAssessmentTimestamp: {
|
|
6710
7280
|
serializedName: "properties.lastAssessmentTimestamp",
|
|
6711
7281
|
readOnly: true,
|
|
6712
7282
|
type: {
|
|
6713
7283
|
name: "DateTime",
|
|
6714
7284
|
},
|
|
6715
|
-
}
|
|
7285
|
+
},
|
|
7286
|
+
},
|
|
6716
7287
|
},
|
|
6717
7288
|
};
|
|
6718
7289
|
export const ServerCollector = {
|
|
6719
7290
|
type: {
|
|
6720
7291
|
name: "Composite",
|
|
6721
7292
|
className: "ServerCollector",
|
|
6722
|
-
modelProperties:
|
|
7293
|
+
modelProperties: {
|
|
7294
|
+
...ProxyResource.type.modelProperties,
|
|
7295
|
+
provisioningState: {
|
|
6723
7296
|
serializedName: "properties.provisioningState",
|
|
6724
7297
|
type: {
|
|
6725
7298
|
name: "String",
|
|
6726
7299
|
},
|
|
6727
|
-
},
|
|
7300
|
+
},
|
|
7301
|
+
agentProperties: {
|
|
6728
7302
|
serializedName: "properties.agentProperties",
|
|
6729
7303
|
type: {
|
|
6730
7304
|
name: "Composite",
|
|
6731
7305
|
className: "CollectorAgentPropertiesBase",
|
|
6732
7306
|
},
|
|
6733
|
-
},
|
|
7307
|
+
},
|
|
7308
|
+
discoverySiteId: {
|
|
6734
7309
|
serializedName: "properties.discoverySiteId",
|
|
6735
7310
|
type: {
|
|
6736
7311
|
name: "String",
|
|
6737
7312
|
},
|
|
6738
|
-
},
|
|
7313
|
+
},
|
|
7314
|
+
createdTimestamp: {
|
|
6739
7315
|
serializedName: "properties.createdTimestamp",
|
|
6740
7316
|
readOnly: true,
|
|
6741
7317
|
type: {
|
|
6742
7318
|
name: "DateTime",
|
|
6743
7319
|
},
|
|
6744
|
-
},
|
|
7320
|
+
},
|
|
7321
|
+
updatedTimestamp: {
|
|
6745
7322
|
serializedName: "properties.updatedTimestamp",
|
|
6746
7323
|
readOnly: true,
|
|
6747
7324
|
type: {
|
|
6748
7325
|
name: "DateTime",
|
|
6749
7326
|
},
|
|
6750
|
-
}
|
|
7327
|
+
},
|
|
7328
|
+
},
|
|
6751
7329
|
},
|
|
6752
7330
|
};
|
|
6753
7331
|
export const SqlAssessmentOptions = {
|
|
6754
7332
|
type: {
|
|
6755
7333
|
name: "Composite",
|
|
6756
7334
|
className: "SqlAssessmentOptions",
|
|
6757
|
-
modelProperties:
|
|
7335
|
+
modelProperties: {
|
|
7336
|
+
...ProxyResource.type.modelProperties,
|
|
7337
|
+
vmFamilies: {
|
|
6758
7338
|
serializedName: "properties.vmFamilies",
|
|
6759
7339
|
readOnly: true,
|
|
6760
7340
|
type: {
|
|
@@ -6766,7 +7346,8 @@ export const SqlAssessmentOptions = {
|
|
|
6766
7346
|
},
|
|
6767
7347
|
},
|
|
6768
7348
|
},
|
|
6769
|
-
},
|
|
7349
|
+
},
|
|
7350
|
+
reservedInstanceVmFamilies: {
|
|
6770
7351
|
serializedName: "properties.reservedInstanceVmFamilies",
|
|
6771
7352
|
readOnly: true,
|
|
6772
7353
|
type: {
|
|
@@ -6777,7 +7358,8 @@ export const SqlAssessmentOptions = {
|
|
|
6777
7358
|
},
|
|
6778
7359
|
},
|
|
6779
7360
|
},
|
|
6780
|
-
},
|
|
7361
|
+
},
|
|
7362
|
+
premiumDiskVmFamilies: {
|
|
6781
7363
|
serializedName: "properties.premiumDiskVmFamilies",
|
|
6782
7364
|
readOnly: true,
|
|
6783
7365
|
type: {
|
|
@@ -6788,7 +7370,8 @@ export const SqlAssessmentOptions = {
|
|
|
6788
7370
|
},
|
|
6789
7371
|
},
|
|
6790
7372
|
},
|
|
6791
|
-
},
|
|
7373
|
+
},
|
|
7374
|
+
savingsPlanVmFamilies: {
|
|
6792
7375
|
serializedName: "properties.savingsPlanVmFamilies",
|
|
6793
7376
|
type: {
|
|
6794
7377
|
name: "Sequence",
|
|
@@ -6798,7 +7381,8 @@ export const SqlAssessmentOptions = {
|
|
|
6798
7381
|
},
|
|
6799
7382
|
},
|
|
6800
7383
|
},
|
|
6801
|
-
},
|
|
7384
|
+
},
|
|
7385
|
+
savingsPlanSupportedLocations: {
|
|
6802
7386
|
serializedName: "properties.savingsPlanSupportedLocations",
|
|
6803
7387
|
type: {
|
|
6804
7388
|
name: "Sequence",
|
|
@@ -6808,7 +7392,8 @@ export const SqlAssessmentOptions = {
|
|
|
6808
7392
|
},
|
|
6809
7393
|
},
|
|
6810
7394
|
},
|
|
6811
|
-
},
|
|
7395
|
+
},
|
|
7396
|
+
savingsPlanSupportedLocationsForPaas: {
|
|
6812
7397
|
serializedName: "properties.savingsPlanSupportedLocationsForPaas",
|
|
6813
7398
|
type: {
|
|
6814
7399
|
name: "Sequence",
|
|
@@ -6818,7 +7403,8 @@ export const SqlAssessmentOptions = {
|
|
|
6818
7403
|
},
|
|
6819
7404
|
},
|
|
6820
7405
|
},
|
|
6821
|
-
},
|
|
7406
|
+
},
|
|
7407
|
+
reservedInstanceSupportedLocationsForIaas: {
|
|
6822
7408
|
serializedName: "properties.reservedInstanceSupportedLocationsForIaas",
|
|
6823
7409
|
type: {
|
|
6824
7410
|
name: "Sequence",
|
|
@@ -6828,7 +7414,8 @@ export const SqlAssessmentOptions = {
|
|
|
6828
7414
|
},
|
|
6829
7415
|
},
|
|
6830
7416
|
},
|
|
6831
|
-
},
|
|
7417
|
+
},
|
|
7418
|
+
savingsPlanSupportedOffers: {
|
|
6832
7419
|
serializedName: "properties.savingsPlanSupportedOffers",
|
|
6833
7420
|
type: {
|
|
6834
7421
|
name: "Sequence",
|
|
@@ -6838,7 +7425,8 @@ export const SqlAssessmentOptions = {
|
|
|
6838
7425
|
},
|
|
6839
7426
|
},
|
|
6840
7427
|
},
|
|
6841
|
-
},
|
|
7428
|
+
},
|
|
7429
|
+
sqlSkus: {
|
|
6842
7430
|
serializedName: "properties.sqlSkus",
|
|
6843
7431
|
type: {
|
|
6844
7432
|
name: "Sequence",
|
|
@@ -6849,7 +7437,8 @@ export const SqlAssessmentOptions = {
|
|
|
6849
7437
|
},
|
|
6850
7438
|
},
|
|
6851
7439
|
},
|
|
6852
|
-
},
|
|
7440
|
+
},
|
|
7441
|
+
reservedInstanceSqlTargets: {
|
|
6853
7442
|
serializedName: "properties.reservedInstanceSqlTargets",
|
|
6854
7443
|
type: {
|
|
6855
7444
|
name: "Sequence",
|
|
@@ -6859,7 +7448,8 @@ export const SqlAssessmentOptions = {
|
|
|
6859
7448
|
},
|
|
6860
7449
|
},
|
|
6861
7450
|
},
|
|
6862
|
-
},
|
|
7451
|
+
},
|
|
7452
|
+
reservedInstanceSupportedLocations: {
|
|
6863
7453
|
serializedName: "properties.reservedInstanceSupportedLocations",
|
|
6864
7454
|
type: {
|
|
6865
7455
|
name: "Sequence",
|
|
@@ -6869,7 +7459,8 @@ export const SqlAssessmentOptions = {
|
|
|
6869
7459
|
},
|
|
6870
7460
|
},
|
|
6871
7461
|
},
|
|
6872
|
-
},
|
|
7462
|
+
},
|
|
7463
|
+
reservedInstanceSupportedCurrencies: {
|
|
6873
7464
|
serializedName: "properties.reservedInstanceSupportedCurrencies",
|
|
6874
7465
|
type: {
|
|
6875
7466
|
name: "Sequence",
|
|
@@ -6879,7 +7470,8 @@ export const SqlAssessmentOptions = {
|
|
|
6879
7470
|
},
|
|
6880
7471
|
},
|
|
6881
7472
|
},
|
|
6882
|
-
},
|
|
7473
|
+
},
|
|
7474
|
+
reservedInstanceSupportedOffers: {
|
|
6883
7475
|
serializedName: "properties.reservedInstanceSupportedOffers",
|
|
6884
7476
|
type: {
|
|
6885
7477
|
name: "Sequence",
|
|
@@ -6889,7 +7481,8 @@ export const SqlAssessmentOptions = {
|
|
|
6889
7481
|
},
|
|
6890
7482
|
},
|
|
6891
7483
|
},
|
|
6892
|
-
},
|
|
7484
|
+
},
|
|
7485
|
+
supportedOffers: {
|
|
6893
7486
|
serializedName: "properties.supportedOffers",
|
|
6894
7487
|
type: {
|
|
6895
7488
|
name: "Sequence",
|
|
@@ -6899,132 +7492,158 @@ export const SqlAssessmentOptions = {
|
|
|
6899
7492
|
},
|
|
6900
7493
|
},
|
|
6901
7494
|
},
|
|
6902
|
-
}
|
|
7495
|
+
},
|
|
7496
|
+
},
|
|
6903
7497
|
},
|
|
6904
7498
|
};
|
|
6905
7499
|
export const SqlCollector = {
|
|
6906
7500
|
type: {
|
|
6907
7501
|
name: "Composite",
|
|
6908
7502
|
className: "SqlCollector",
|
|
6909
|
-
modelProperties:
|
|
7503
|
+
modelProperties: {
|
|
7504
|
+
...ProxyResource.type.modelProperties,
|
|
7505
|
+
provisioningState: {
|
|
6910
7506
|
serializedName: "properties.provisioningState",
|
|
6911
7507
|
type: {
|
|
6912
7508
|
name: "String",
|
|
6913
7509
|
},
|
|
6914
|
-
},
|
|
7510
|
+
},
|
|
7511
|
+
agentProperties: {
|
|
6915
7512
|
serializedName: "properties.agentProperties",
|
|
6916
7513
|
type: {
|
|
6917
7514
|
name: "Composite",
|
|
6918
7515
|
className: "CollectorAgentPropertiesBase",
|
|
6919
7516
|
},
|
|
6920
|
-
},
|
|
7517
|
+
},
|
|
7518
|
+
discoverySiteId: {
|
|
6921
7519
|
serializedName: "properties.discoverySiteId",
|
|
6922
7520
|
type: {
|
|
6923
7521
|
name: "String",
|
|
6924
7522
|
},
|
|
6925
|
-
},
|
|
7523
|
+
},
|
|
7524
|
+
createdTimestamp: {
|
|
6926
7525
|
serializedName: "properties.createdTimestamp",
|
|
6927
7526
|
readOnly: true,
|
|
6928
7527
|
type: {
|
|
6929
7528
|
name: "DateTime",
|
|
6930
7529
|
},
|
|
6931
|
-
},
|
|
7530
|
+
},
|
|
7531
|
+
updatedTimestamp: {
|
|
6932
7532
|
serializedName: "properties.updatedTimestamp",
|
|
6933
7533
|
readOnly: true,
|
|
6934
7534
|
type: {
|
|
6935
7535
|
name: "DateTime",
|
|
6936
7536
|
},
|
|
6937
|
-
}
|
|
7537
|
+
},
|
|
7538
|
+
},
|
|
6938
7539
|
},
|
|
6939
7540
|
};
|
|
6940
7541
|
export const VmwareCollector = {
|
|
6941
7542
|
type: {
|
|
6942
7543
|
name: "Composite",
|
|
6943
7544
|
className: "VmwareCollector",
|
|
6944
|
-
modelProperties:
|
|
7545
|
+
modelProperties: {
|
|
7546
|
+
...ProxyResource.type.modelProperties,
|
|
7547
|
+
provisioningState: {
|
|
6945
7548
|
serializedName: "properties.provisioningState",
|
|
6946
7549
|
type: {
|
|
6947
7550
|
name: "String",
|
|
6948
7551
|
},
|
|
6949
|
-
},
|
|
7552
|
+
},
|
|
7553
|
+
agentProperties: {
|
|
6950
7554
|
serializedName: "properties.agentProperties",
|
|
6951
7555
|
type: {
|
|
6952
7556
|
name: "Composite",
|
|
6953
7557
|
className: "CollectorAgentPropertiesBase",
|
|
6954
7558
|
},
|
|
6955
|
-
},
|
|
7559
|
+
},
|
|
7560
|
+
discoverySiteId: {
|
|
6956
7561
|
serializedName: "properties.discoverySiteId",
|
|
6957
7562
|
type: {
|
|
6958
7563
|
name: "String",
|
|
6959
7564
|
},
|
|
6960
|
-
},
|
|
7565
|
+
},
|
|
7566
|
+
createdTimestamp: {
|
|
6961
7567
|
serializedName: "properties.createdTimestamp",
|
|
6962
7568
|
readOnly: true,
|
|
6963
7569
|
type: {
|
|
6964
7570
|
name: "DateTime",
|
|
6965
7571
|
},
|
|
6966
|
-
},
|
|
7572
|
+
},
|
|
7573
|
+
updatedTimestamp: {
|
|
6967
7574
|
serializedName: "properties.updatedTimestamp",
|
|
6968
7575
|
readOnly: true,
|
|
6969
7576
|
type: {
|
|
6970
7577
|
name: "DateTime",
|
|
6971
7578
|
},
|
|
6972
|
-
}
|
|
7579
|
+
},
|
|
7580
|
+
},
|
|
6973
7581
|
},
|
|
6974
7582
|
};
|
|
6975
7583
|
export const AssessmentProject = {
|
|
6976
7584
|
type: {
|
|
6977
7585
|
name: "Composite",
|
|
6978
7586
|
className: "AssessmentProject",
|
|
6979
|
-
modelProperties:
|
|
7587
|
+
modelProperties: {
|
|
7588
|
+
...TrackedResource.type.modelProperties,
|
|
7589
|
+
provisioningState: {
|
|
6980
7590
|
serializedName: "properties.provisioningState",
|
|
6981
7591
|
type: {
|
|
6982
7592
|
name: "String",
|
|
6983
7593
|
},
|
|
6984
|
-
},
|
|
7594
|
+
},
|
|
7595
|
+
createdTimestamp: {
|
|
6985
7596
|
serializedName: "properties.createdTimestamp",
|
|
6986
7597
|
readOnly: true,
|
|
6987
7598
|
type: {
|
|
6988
7599
|
name: "DateTime",
|
|
6989
7600
|
},
|
|
6990
|
-
},
|
|
7601
|
+
},
|
|
7602
|
+
updatedTimestamp: {
|
|
6991
7603
|
serializedName: "properties.updatedTimestamp",
|
|
6992
7604
|
readOnly: true,
|
|
6993
7605
|
type: {
|
|
6994
7606
|
name: "DateTime",
|
|
6995
7607
|
},
|
|
6996
|
-
},
|
|
7608
|
+
},
|
|
7609
|
+
serviceEndpoint: {
|
|
6997
7610
|
serializedName: "properties.serviceEndpoint",
|
|
6998
7611
|
readOnly: true,
|
|
6999
7612
|
type: {
|
|
7000
7613
|
name: "String",
|
|
7001
7614
|
},
|
|
7002
|
-
},
|
|
7615
|
+
},
|
|
7616
|
+
assessmentSolutionId: {
|
|
7003
7617
|
serializedName: "properties.assessmentSolutionId",
|
|
7004
7618
|
type: {
|
|
7005
7619
|
name: "String",
|
|
7006
7620
|
},
|
|
7007
|
-
},
|
|
7621
|
+
},
|
|
7622
|
+
projectStatus: {
|
|
7008
7623
|
serializedName: "properties.projectStatus",
|
|
7009
7624
|
type: {
|
|
7010
7625
|
name: "String",
|
|
7011
7626
|
},
|
|
7012
|
-
},
|
|
7627
|
+
},
|
|
7628
|
+
customerWorkspaceId: {
|
|
7013
7629
|
serializedName: "properties.customerWorkspaceId",
|
|
7014
7630
|
type: {
|
|
7015
7631
|
name: "String",
|
|
7016
7632
|
},
|
|
7017
|
-
},
|
|
7633
|
+
},
|
|
7634
|
+
customerWorkspaceLocation: {
|
|
7018
7635
|
serializedName: "properties.customerWorkspaceLocation",
|
|
7019
7636
|
type: {
|
|
7020
7637
|
name: "String",
|
|
7021
7638
|
},
|
|
7022
|
-
},
|
|
7639
|
+
},
|
|
7640
|
+
publicNetworkAccess: {
|
|
7023
7641
|
serializedName: "properties.publicNetworkAccess",
|
|
7024
7642
|
type: {
|
|
7025
7643
|
name: "String",
|
|
7026
7644
|
},
|
|
7027
|
-
},
|
|
7645
|
+
},
|
|
7646
|
+
privateEndpointConnections: {
|
|
7028
7647
|
serializedName: "properties.privateEndpointConnections",
|
|
7029
7648
|
readOnly: true,
|
|
7030
7649
|
type: {
|
|
@@ -7036,12 +7655,14 @@ export const AssessmentProject = {
|
|
|
7036
7655
|
},
|
|
7037
7656
|
},
|
|
7038
7657
|
},
|
|
7039
|
-
},
|
|
7658
|
+
},
|
|
7659
|
+
customerStorageAccountArmId: {
|
|
7040
7660
|
serializedName: "properties.customerStorageAccountArmId",
|
|
7041
7661
|
type: {
|
|
7042
7662
|
name: "String",
|
|
7043
7663
|
},
|
|
7044
|
-
}
|
|
7664
|
+
},
|
|
7665
|
+
},
|
|
7045
7666
|
},
|
|
7046
7667
|
};
|
|
7047
7668
|
export const AssessmentProjectsOperationsCreateHeaders = {
|