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