@azure/arm-mysql 5.1.1-alpha.20250618.1 → 5.1.1-alpha.20250718.2
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/lroImpl.js +11 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +265 -121
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/mySQLManagementClient.js +48 -11
- package/dist/browser/mySQLManagementClient.js.map +1 -1
- package/dist/browser/operations/advisors.js +23 -40
- package/dist/browser/operations/advisors.js.map +1 -1
- package/dist/browser/operations/checkNameAvailability.js +1 -0
- package/dist/browser/operations/checkNameAvailability.js.map +1 -1
- package/dist/browser/operations/configurations.js +21 -33
- package/dist/browser/operations/configurations.js.map +1 -1
- package/dist/browser/operations/databases.js +32 -39
- package/dist/browser/operations/databases.js.map +1 -1
- package/dist/browser/operations/firewallRules.js +32 -39
- package/dist/browser/operations/firewallRules.js.map +1 -1
- package/dist/browser/operations/locationBasedPerformanceTier.js +10 -27
- package/dist/browser/operations/locationBasedPerformanceTier.js.map +1 -1
- package/dist/browser/operations/locationBasedRecommendedActionSessionsOperationStatus.js +1 -0
- package/dist/browser/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -1
- package/dist/browser/operations/locationBasedRecommendedActionSessionsResult.js +23 -40
- package/dist/browser/operations/locationBasedRecommendedActionSessionsResult.js.map +1 -1
- package/dist/browser/operations/logFiles.js +10 -27
- package/dist/browser/operations/logFiles.js.map +1 -1
- package/dist/browser/operations/operations.js +1 -0
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +56 -58
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +23 -40
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/queryTexts.js +23 -40
- package/dist/browser/operations/queryTexts.js.map +1 -1
- package/dist/browser/operations/recommendedActions.js +23 -40
- package/dist/browser/operations/recommendedActions.js.map +1 -1
- package/dist/browser/operations/recoverableServers.js +1 -0
- package/dist/browser/operations/recoverableServers.js.map +1 -1
- package/dist/browser/operations/replicas.js +10 -27
- package/dist/browser/operations/replicas.js.map +1 -1
- package/dist/browser/operations/serverAdministrators.js +32 -39
- package/dist/browser/operations/serverAdministrators.js.map +1 -1
- package/dist/browser/operations/serverBasedPerformanceTier.js +10 -27
- package/dist/browser/operations/serverBasedPerformanceTier.js.map +1 -1
- package/dist/browser/operations/serverKeys.js +45 -52
- package/dist/browser/operations/serverKeys.js.map +1 -1
- package/dist/browser/operations/serverParameters.js +12 -6
- package/dist/browser/operations/serverParameters.js.map +1 -1
- package/dist/browser/operations/serverSecurityAlertPolicies.js +34 -46
- package/dist/browser/operations/serverSecurityAlertPolicies.js.map +1 -1
- package/dist/browser/operations/servers.js +96 -95
- package/dist/browser/operations/servers.js.map +1 -1
- package/dist/browser/operations/topQueryStatistics.js +23 -40
- package/dist/browser/operations/topQueryStatistics.js.map +1 -1
- package/dist/browser/operations/virtualNetworkRules.js +45 -52
- package/dist/browser/operations/virtualNetworkRules.js.map +1 -1
- package/dist/browser/operations/waitStatistics.js +23 -40
- package/dist/browser/operations/waitStatistics.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/lroImpl.js +11 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +265 -121
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/mySQLManagementClient.js +48 -11
- package/dist/commonjs/mySQLManagementClient.js.map +1 -1
- package/dist/commonjs/operations/advisors.js +23 -39
- package/dist/commonjs/operations/advisors.js.map +1 -1
- package/dist/commonjs/operations/checkNameAvailability.js +1 -0
- package/dist/commonjs/operations/checkNameAvailability.js.map +1 -1
- package/dist/commonjs/operations/configurations.js +21 -32
- package/dist/commonjs/operations/configurations.js.map +1 -1
- package/dist/commonjs/operations/databases.js +32 -38
- package/dist/commonjs/operations/databases.js.map +1 -1
- package/dist/commonjs/operations/firewallRules.js +32 -38
- package/dist/commonjs/operations/firewallRules.js.map +1 -1
- package/dist/commonjs/operations/locationBasedPerformanceTier.js +10 -26
- package/dist/commonjs/operations/locationBasedPerformanceTier.js.map +1 -1
- package/dist/commonjs/operations/locationBasedRecommendedActionSessionsOperationStatus.js +1 -0
- package/dist/commonjs/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -1
- package/dist/commonjs/operations/locationBasedRecommendedActionSessionsResult.js +23 -39
- package/dist/commonjs/operations/locationBasedRecommendedActionSessionsResult.js.map +1 -1
- package/dist/commonjs/operations/logFiles.js +10 -26
- package/dist/commonjs/operations/logFiles.js.map +1 -1
- package/dist/commonjs/operations/operations.js +1 -0
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +56 -57
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +23 -39
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/queryTexts.js +23 -39
- package/dist/commonjs/operations/queryTexts.js.map +1 -1
- package/dist/commonjs/operations/recommendedActions.js +23 -39
- package/dist/commonjs/operations/recommendedActions.js.map +1 -1
- package/dist/commonjs/operations/recoverableServers.js +1 -0
- package/dist/commonjs/operations/recoverableServers.js.map +1 -1
- package/dist/commonjs/operations/replicas.js +10 -26
- package/dist/commonjs/operations/replicas.js.map +1 -1
- package/dist/commonjs/operations/serverAdministrators.js +32 -38
- package/dist/commonjs/operations/serverAdministrators.js.map +1 -1
- package/dist/commonjs/operations/serverBasedPerformanceTier.js +10 -26
- package/dist/commonjs/operations/serverBasedPerformanceTier.js.map +1 -1
- package/dist/commonjs/operations/serverKeys.js +45 -51
- package/dist/commonjs/operations/serverKeys.js.map +1 -1
- package/dist/commonjs/operations/serverParameters.js +12 -6
- package/dist/commonjs/operations/serverParameters.js.map +1 -1
- package/dist/commonjs/operations/serverSecurityAlertPolicies.js +34 -45
- package/dist/commonjs/operations/serverSecurityAlertPolicies.js.map +1 -1
- package/dist/commonjs/operations/servers.js +96 -94
- package/dist/commonjs/operations/servers.js.map +1 -1
- package/dist/commonjs/operations/topQueryStatistics.js +23 -39
- package/dist/commonjs/operations/topQueryStatistics.js.map +1 -1
- package/dist/commonjs/operations/virtualNetworkRules.js +45 -51
- package/dist/commonjs/operations/virtualNetworkRules.js.map +1 -1
- package/dist/commonjs/operations/waitStatistics.js +23 -39
- package/dist/commonjs/operations/waitStatistics.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/lroImpl.js +11 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +265 -121
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/mySQLManagementClient.js +48 -11
- package/dist/esm/mySQLManagementClient.js.map +1 -1
- package/dist/esm/operations/advisors.js +23 -40
- package/dist/esm/operations/advisors.js.map +1 -1
- package/dist/esm/operations/checkNameAvailability.js +1 -0
- package/dist/esm/operations/checkNameAvailability.js.map +1 -1
- package/dist/esm/operations/configurations.js +21 -33
- package/dist/esm/operations/configurations.js.map +1 -1
- package/dist/esm/operations/databases.js +32 -39
- package/dist/esm/operations/databases.js.map +1 -1
- package/dist/esm/operations/firewallRules.js +32 -39
- package/dist/esm/operations/firewallRules.js.map +1 -1
- package/dist/esm/operations/locationBasedPerformanceTier.js +10 -27
- package/dist/esm/operations/locationBasedPerformanceTier.js.map +1 -1
- package/dist/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.js +1 -0
- package/dist/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -1
- package/dist/esm/operations/locationBasedRecommendedActionSessionsResult.js +23 -40
- package/dist/esm/operations/locationBasedRecommendedActionSessionsResult.js.map +1 -1
- package/dist/esm/operations/logFiles.js +10 -27
- package/dist/esm/operations/logFiles.js.map +1 -1
- package/dist/esm/operations/operations.js +1 -0
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +56 -58
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +23 -40
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/queryTexts.js +23 -40
- package/dist/esm/operations/queryTexts.js.map +1 -1
- package/dist/esm/operations/recommendedActions.js +23 -40
- package/dist/esm/operations/recommendedActions.js.map +1 -1
- package/dist/esm/operations/recoverableServers.js +1 -0
- package/dist/esm/operations/recoverableServers.js.map +1 -1
- package/dist/esm/operations/replicas.js +10 -27
- package/dist/esm/operations/replicas.js.map +1 -1
- package/dist/esm/operations/serverAdministrators.js +32 -39
- package/dist/esm/operations/serverAdministrators.js.map +1 -1
- package/dist/esm/operations/serverBasedPerformanceTier.js +10 -27
- package/dist/esm/operations/serverBasedPerformanceTier.js.map +1 -1
- package/dist/esm/operations/serverKeys.js +45 -52
- package/dist/esm/operations/serverKeys.js.map +1 -1
- package/dist/esm/operations/serverParameters.js +12 -6
- package/dist/esm/operations/serverParameters.js.map +1 -1
- package/dist/esm/operations/serverSecurityAlertPolicies.js +34 -46
- package/dist/esm/operations/serverSecurityAlertPolicies.js.map +1 -1
- package/dist/esm/operations/servers.js +96 -95
- package/dist/esm/operations/servers.js.map +1 -1
- package/dist/esm/operations/topQueryStatistics.js +23 -40
- package/dist/esm/operations/topQueryStatistics.js.map +1 -1
- package/dist/esm/operations/virtualNetworkRules.js +45 -52
- package/dist/esm/operations/virtualNetworkRules.js.map +1 -1
- package/dist/esm/operations/waitStatistics.js +23 -40
- package/dist/esm/operations/waitStatistics.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/lroImpl.js +11 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +265 -121
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/mySQLManagementClient.js +48 -11
- package/dist/react-native/mySQLManagementClient.js.map +1 -1
- package/dist/react-native/operations/advisors.js +23 -40
- package/dist/react-native/operations/advisors.js.map +1 -1
- package/dist/react-native/operations/checkNameAvailability.js +1 -0
- package/dist/react-native/operations/checkNameAvailability.js.map +1 -1
- package/dist/react-native/operations/configurations.js +21 -33
- package/dist/react-native/operations/configurations.js.map +1 -1
- package/dist/react-native/operations/databases.js +32 -39
- package/dist/react-native/operations/databases.js.map +1 -1
- package/dist/react-native/operations/firewallRules.js +32 -39
- package/dist/react-native/operations/firewallRules.js.map +1 -1
- package/dist/react-native/operations/locationBasedPerformanceTier.js +10 -27
- package/dist/react-native/operations/locationBasedPerformanceTier.js.map +1 -1
- package/dist/react-native/operations/locationBasedRecommendedActionSessionsOperationStatus.js +1 -0
- package/dist/react-native/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -1
- package/dist/react-native/operations/locationBasedRecommendedActionSessionsResult.js +23 -40
- package/dist/react-native/operations/locationBasedRecommendedActionSessionsResult.js.map +1 -1
- package/dist/react-native/operations/logFiles.js +10 -27
- package/dist/react-native/operations/logFiles.js.map +1 -1
- package/dist/react-native/operations/operations.js +1 -0
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +56 -58
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +23 -40
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/queryTexts.js +23 -40
- package/dist/react-native/operations/queryTexts.js.map +1 -1
- package/dist/react-native/operations/recommendedActions.js +23 -40
- package/dist/react-native/operations/recommendedActions.js.map +1 -1
- package/dist/react-native/operations/recoverableServers.js +1 -0
- package/dist/react-native/operations/recoverableServers.js.map +1 -1
- package/dist/react-native/operations/replicas.js +10 -27
- package/dist/react-native/operations/replicas.js.map +1 -1
- package/dist/react-native/operations/serverAdministrators.js +32 -39
- package/dist/react-native/operations/serverAdministrators.js.map +1 -1
- package/dist/react-native/operations/serverBasedPerformanceTier.js +10 -27
- package/dist/react-native/operations/serverBasedPerformanceTier.js.map +1 -1
- package/dist/react-native/operations/serverKeys.js +45 -52
- package/dist/react-native/operations/serverKeys.js.map +1 -1
- package/dist/react-native/operations/serverParameters.js +12 -6
- package/dist/react-native/operations/serverParameters.js.map +1 -1
- package/dist/react-native/operations/serverSecurityAlertPolicies.js +34 -46
- package/dist/react-native/operations/serverSecurityAlertPolicies.js.map +1 -1
- package/dist/react-native/operations/servers.js +96 -95
- package/dist/react-native/operations/servers.js.map +1 -1
- package/dist/react-native/operations/topQueryStatistics.js +23 -40
- package/dist/react-native/operations/topQueryStatistics.js.map +1 -1
- package/dist/react-native/operations/virtualNetworkRules.js +45 -52
- package/dist/react-native/operations/virtualNetworkRules.js.map +1 -1
- package/dist/react-native/operations/waitStatistics.js +23 -40
- package/dist/react-native/operations/waitStatistics.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-mysql.api.md → arm-mysql-node.api.md} +0 -0
|
@@ -1409,19 +1409,23 @@ export const ServerPropertiesForDefaultCreate = {
|
|
|
1409
1409
|
className: "ServerPropertiesForDefaultCreate",
|
|
1410
1410
|
uberParent: "ServerPropertiesForCreate",
|
|
1411
1411
|
polymorphicDiscriminator: ServerPropertiesForCreate.type.polymorphicDiscriminator,
|
|
1412
|
-
modelProperties:
|
|
1412
|
+
modelProperties: {
|
|
1413
|
+
...ServerPropertiesForCreate.type.modelProperties,
|
|
1414
|
+
administratorLogin: {
|
|
1413
1415
|
serializedName: "administratorLogin",
|
|
1414
1416
|
required: true,
|
|
1415
1417
|
type: {
|
|
1416
1418
|
name: "String"
|
|
1417
1419
|
}
|
|
1418
|
-
},
|
|
1420
|
+
},
|
|
1421
|
+
administratorLoginPassword: {
|
|
1419
1422
|
serializedName: "administratorLoginPassword",
|
|
1420
1423
|
required: true,
|
|
1421
1424
|
type: {
|
|
1422
1425
|
name: "String"
|
|
1423
1426
|
}
|
|
1424
|
-
}
|
|
1427
|
+
}
|
|
1428
|
+
}
|
|
1425
1429
|
}
|
|
1426
1430
|
};
|
|
1427
1431
|
export const ServerPropertiesForRestore = {
|
|
@@ -1431,19 +1435,23 @@ export const ServerPropertiesForRestore = {
|
|
|
1431
1435
|
className: "ServerPropertiesForRestore",
|
|
1432
1436
|
uberParent: "ServerPropertiesForCreate",
|
|
1433
1437
|
polymorphicDiscriminator: ServerPropertiesForCreate.type.polymorphicDiscriminator,
|
|
1434
|
-
modelProperties:
|
|
1438
|
+
modelProperties: {
|
|
1439
|
+
...ServerPropertiesForCreate.type.modelProperties,
|
|
1440
|
+
sourceServerId: {
|
|
1435
1441
|
serializedName: "sourceServerId",
|
|
1436
1442
|
required: true,
|
|
1437
1443
|
type: {
|
|
1438
1444
|
name: "String"
|
|
1439
1445
|
}
|
|
1440
|
-
},
|
|
1446
|
+
},
|
|
1447
|
+
restorePointInTime: {
|
|
1441
1448
|
serializedName: "restorePointInTime",
|
|
1442
1449
|
required: true,
|
|
1443
1450
|
type: {
|
|
1444
1451
|
name: "DateTime"
|
|
1445
1452
|
}
|
|
1446
|
-
}
|
|
1453
|
+
}
|
|
1454
|
+
}
|
|
1447
1455
|
}
|
|
1448
1456
|
};
|
|
1449
1457
|
export const ServerPropertiesForGeoRestore = {
|
|
@@ -1453,13 +1461,16 @@ export const ServerPropertiesForGeoRestore = {
|
|
|
1453
1461
|
className: "ServerPropertiesForGeoRestore",
|
|
1454
1462
|
uberParent: "ServerPropertiesForCreate",
|
|
1455
1463
|
polymorphicDiscriminator: ServerPropertiesForCreate.type.polymorphicDiscriminator,
|
|
1456
|
-
modelProperties:
|
|
1464
|
+
modelProperties: {
|
|
1465
|
+
...ServerPropertiesForCreate.type.modelProperties,
|
|
1466
|
+
sourceServerId: {
|
|
1457
1467
|
serializedName: "sourceServerId",
|
|
1458
1468
|
required: true,
|
|
1459
1469
|
type: {
|
|
1460
1470
|
name: "String"
|
|
1461
1471
|
}
|
|
1462
|
-
}
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1463
1474
|
}
|
|
1464
1475
|
};
|
|
1465
1476
|
export const ServerPropertiesForReplica = {
|
|
@@ -1469,121 +1480,146 @@ export const ServerPropertiesForReplica = {
|
|
|
1469
1480
|
className: "ServerPropertiesForReplica",
|
|
1470
1481
|
uberParent: "ServerPropertiesForCreate",
|
|
1471
1482
|
polymorphicDiscriminator: ServerPropertiesForCreate.type.polymorphicDiscriminator,
|
|
1472
|
-
modelProperties:
|
|
1483
|
+
modelProperties: {
|
|
1484
|
+
...ServerPropertiesForCreate.type.modelProperties,
|
|
1485
|
+
sourceServerId: {
|
|
1473
1486
|
serializedName: "sourceServerId",
|
|
1474
1487
|
required: true,
|
|
1475
1488
|
type: {
|
|
1476
1489
|
name: "String"
|
|
1477
1490
|
}
|
|
1478
|
-
}
|
|
1491
|
+
}
|
|
1492
|
+
}
|
|
1479
1493
|
}
|
|
1480
1494
|
};
|
|
1481
1495
|
export const TrackedResource = {
|
|
1482
1496
|
type: {
|
|
1483
1497
|
name: "Composite",
|
|
1484
1498
|
className: "TrackedResource",
|
|
1485
|
-
modelProperties:
|
|
1499
|
+
modelProperties: {
|
|
1500
|
+
...Resource.type.modelProperties,
|
|
1501
|
+
tags: {
|
|
1486
1502
|
serializedName: "tags",
|
|
1487
1503
|
type: {
|
|
1488
1504
|
name: "Dictionary",
|
|
1489
1505
|
value: { type: { name: "String" } }
|
|
1490
1506
|
}
|
|
1491
|
-
},
|
|
1507
|
+
},
|
|
1508
|
+
location: {
|
|
1492
1509
|
serializedName: "location",
|
|
1493
1510
|
required: true,
|
|
1494
1511
|
type: {
|
|
1495
1512
|
name: "String"
|
|
1496
1513
|
}
|
|
1497
|
-
}
|
|
1514
|
+
}
|
|
1515
|
+
}
|
|
1498
1516
|
}
|
|
1499
1517
|
};
|
|
1500
1518
|
export const ProxyResource = {
|
|
1501
1519
|
type: {
|
|
1502
1520
|
name: "Composite",
|
|
1503
1521
|
className: "ProxyResource",
|
|
1504
|
-
modelProperties:
|
|
1522
|
+
modelProperties: {
|
|
1523
|
+
...Resource.type.modelProperties
|
|
1524
|
+
}
|
|
1505
1525
|
}
|
|
1506
1526
|
};
|
|
1507
1527
|
export const Server = {
|
|
1508
1528
|
type: {
|
|
1509
1529
|
name: "Composite",
|
|
1510
1530
|
className: "Server",
|
|
1511
|
-
modelProperties:
|
|
1531
|
+
modelProperties: {
|
|
1532
|
+
...TrackedResource.type.modelProperties,
|
|
1533
|
+
identity: {
|
|
1512
1534
|
serializedName: "identity",
|
|
1513
1535
|
type: {
|
|
1514
1536
|
name: "Composite",
|
|
1515
1537
|
className: "ResourceIdentity"
|
|
1516
1538
|
}
|
|
1517
|
-
},
|
|
1539
|
+
},
|
|
1540
|
+
sku: {
|
|
1518
1541
|
serializedName: "sku",
|
|
1519
1542
|
type: {
|
|
1520
1543
|
name: "Composite",
|
|
1521
1544
|
className: "Sku"
|
|
1522
1545
|
}
|
|
1523
|
-
},
|
|
1546
|
+
},
|
|
1547
|
+
administratorLogin: {
|
|
1524
1548
|
serializedName: "properties.administratorLogin",
|
|
1525
1549
|
type: {
|
|
1526
1550
|
name: "String"
|
|
1527
1551
|
}
|
|
1528
|
-
},
|
|
1552
|
+
},
|
|
1553
|
+
version: {
|
|
1529
1554
|
serializedName: "properties.version",
|
|
1530
1555
|
type: {
|
|
1531
1556
|
name: "String"
|
|
1532
1557
|
}
|
|
1533
|
-
},
|
|
1558
|
+
},
|
|
1559
|
+
sslEnforcement: {
|
|
1534
1560
|
serializedName: "properties.sslEnforcement",
|
|
1535
1561
|
type: {
|
|
1536
1562
|
name: "Enum",
|
|
1537
1563
|
allowedValues: ["Enabled", "Disabled"]
|
|
1538
1564
|
}
|
|
1539
|
-
},
|
|
1565
|
+
},
|
|
1566
|
+
minimalTlsVersion: {
|
|
1540
1567
|
serializedName: "properties.minimalTlsVersion",
|
|
1541
1568
|
type: {
|
|
1542
1569
|
name: "String"
|
|
1543
1570
|
}
|
|
1544
|
-
},
|
|
1571
|
+
},
|
|
1572
|
+
byokEnforcement: {
|
|
1545
1573
|
serializedName: "properties.byokEnforcement",
|
|
1546
1574
|
readOnly: true,
|
|
1547
1575
|
type: {
|
|
1548
1576
|
name: "String"
|
|
1549
1577
|
}
|
|
1550
|
-
},
|
|
1578
|
+
},
|
|
1579
|
+
infrastructureEncryption: {
|
|
1551
1580
|
serializedName: "properties.infrastructureEncryption",
|
|
1552
1581
|
type: {
|
|
1553
1582
|
name: "String"
|
|
1554
1583
|
}
|
|
1555
|
-
},
|
|
1584
|
+
},
|
|
1585
|
+
userVisibleState: {
|
|
1556
1586
|
serializedName: "properties.userVisibleState",
|
|
1557
1587
|
type: {
|
|
1558
1588
|
name: "String"
|
|
1559
1589
|
}
|
|
1560
|
-
},
|
|
1590
|
+
},
|
|
1591
|
+
fullyQualifiedDomainName: {
|
|
1561
1592
|
serializedName: "properties.fullyQualifiedDomainName",
|
|
1562
1593
|
type: {
|
|
1563
1594
|
name: "String"
|
|
1564
1595
|
}
|
|
1565
|
-
},
|
|
1596
|
+
},
|
|
1597
|
+
earliestRestoreDate: {
|
|
1566
1598
|
serializedName: "properties.earliestRestoreDate",
|
|
1567
1599
|
type: {
|
|
1568
1600
|
name: "DateTime"
|
|
1569
1601
|
}
|
|
1570
|
-
},
|
|
1602
|
+
},
|
|
1603
|
+
storageProfile: {
|
|
1571
1604
|
serializedName: "properties.storageProfile",
|
|
1572
1605
|
type: {
|
|
1573
1606
|
name: "Composite",
|
|
1574
1607
|
className: "StorageProfile"
|
|
1575
1608
|
}
|
|
1576
|
-
},
|
|
1609
|
+
},
|
|
1610
|
+
replicationRole: {
|
|
1577
1611
|
serializedName: "properties.replicationRole",
|
|
1578
1612
|
type: {
|
|
1579
1613
|
name: "String"
|
|
1580
1614
|
}
|
|
1581
|
-
},
|
|
1615
|
+
},
|
|
1616
|
+
masterServerId: {
|
|
1582
1617
|
serializedName: "properties.masterServerId",
|
|
1583
1618
|
type: {
|
|
1584
1619
|
name: "String"
|
|
1585
1620
|
}
|
|
1586
|
-
},
|
|
1621
|
+
},
|
|
1622
|
+
replicaCapacity: {
|
|
1587
1623
|
constraints: {
|
|
1588
1624
|
InclusiveMinimum: 0
|
|
1589
1625
|
},
|
|
@@ -1591,12 +1627,14 @@ export const Server = {
|
|
|
1591
1627
|
type: {
|
|
1592
1628
|
name: "Number"
|
|
1593
1629
|
}
|
|
1594
|
-
},
|
|
1630
|
+
},
|
|
1631
|
+
publicNetworkAccess: {
|
|
1595
1632
|
serializedName: "properties.publicNetworkAccess",
|
|
1596
1633
|
type: {
|
|
1597
1634
|
name: "String"
|
|
1598
1635
|
}
|
|
1599
|
-
},
|
|
1636
|
+
},
|
|
1637
|
+
privateEndpointConnections: {
|
|
1600
1638
|
serializedName: "properties.privateEndpointConnections",
|
|
1601
1639
|
readOnly: true,
|
|
1602
1640
|
type: {
|
|
@@ -1608,14 +1646,17 @@ export const Server = {
|
|
|
1608
1646
|
}
|
|
1609
1647
|
}
|
|
1610
1648
|
}
|
|
1611
|
-
}
|
|
1649
|
+
}
|
|
1650
|
+
}
|
|
1612
1651
|
}
|
|
1613
1652
|
};
|
|
1614
1653
|
export const FirewallRule = {
|
|
1615
1654
|
type: {
|
|
1616
1655
|
name: "Composite",
|
|
1617
1656
|
className: "FirewallRule",
|
|
1618
|
-
modelProperties:
|
|
1657
|
+
modelProperties: {
|
|
1658
|
+
...ProxyResource.type.modelProperties,
|
|
1659
|
+
startIpAddress: {
|
|
1619
1660
|
constraints: {
|
|
1620
1661
|
Pattern: new RegExp("^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$")
|
|
1621
1662
|
},
|
|
@@ -1624,7 +1665,8 @@ export const FirewallRule = {
|
|
|
1624
1665
|
type: {
|
|
1625
1666
|
name: "String"
|
|
1626
1667
|
}
|
|
1627
|
-
},
|
|
1668
|
+
},
|
|
1669
|
+
endIpAddress: {
|
|
1628
1670
|
constraints: {
|
|
1629
1671
|
Pattern: new RegExp("^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$")
|
|
1630
1672
|
},
|
|
@@ -1633,207 +1675,249 @@ export const FirewallRule = {
|
|
|
1633
1675
|
type: {
|
|
1634
1676
|
name: "String"
|
|
1635
1677
|
}
|
|
1636
|
-
}
|
|
1678
|
+
}
|
|
1679
|
+
}
|
|
1637
1680
|
}
|
|
1638
1681
|
};
|
|
1639
1682
|
export const VirtualNetworkRule = {
|
|
1640
1683
|
type: {
|
|
1641
1684
|
name: "Composite",
|
|
1642
1685
|
className: "VirtualNetworkRule",
|
|
1643
|
-
modelProperties:
|
|
1686
|
+
modelProperties: {
|
|
1687
|
+
...ProxyResource.type.modelProperties,
|
|
1688
|
+
virtualNetworkSubnetId: {
|
|
1644
1689
|
serializedName: "properties.virtualNetworkSubnetId",
|
|
1645
1690
|
type: {
|
|
1646
1691
|
name: "String"
|
|
1647
1692
|
}
|
|
1648
|
-
},
|
|
1693
|
+
},
|
|
1694
|
+
ignoreMissingVnetServiceEndpoint: {
|
|
1649
1695
|
serializedName: "properties.ignoreMissingVnetServiceEndpoint",
|
|
1650
1696
|
type: {
|
|
1651
1697
|
name: "Boolean"
|
|
1652
1698
|
}
|
|
1653
|
-
},
|
|
1699
|
+
},
|
|
1700
|
+
state: {
|
|
1654
1701
|
serializedName: "properties.state",
|
|
1655
1702
|
readOnly: true,
|
|
1656
1703
|
type: {
|
|
1657
1704
|
name: "String"
|
|
1658
1705
|
}
|
|
1659
|
-
}
|
|
1706
|
+
}
|
|
1707
|
+
}
|
|
1660
1708
|
}
|
|
1661
1709
|
};
|
|
1662
1710
|
export const Database = {
|
|
1663
1711
|
type: {
|
|
1664
1712
|
name: "Composite",
|
|
1665
1713
|
className: "Database",
|
|
1666
|
-
modelProperties:
|
|
1714
|
+
modelProperties: {
|
|
1715
|
+
...ProxyResource.type.modelProperties,
|
|
1716
|
+
charset: {
|
|
1667
1717
|
serializedName: "properties.charset",
|
|
1668
1718
|
type: {
|
|
1669
1719
|
name: "String"
|
|
1670
1720
|
}
|
|
1671
|
-
},
|
|
1721
|
+
},
|
|
1722
|
+
collation: {
|
|
1672
1723
|
serializedName: "properties.collation",
|
|
1673
1724
|
type: {
|
|
1674
1725
|
name: "String"
|
|
1675
1726
|
}
|
|
1676
|
-
}
|
|
1727
|
+
}
|
|
1728
|
+
}
|
|
1677
1729
|
}
|
|
1678
1730
|
};
|
|
1679
1731
|
export const Configuration = {
|
|
1680
1732
|
type: {
|
|
1681
1733
|
name: "Composite",
|
|
1682
1734
|
className: "Configuration",
|
|
1683
|
-
modelProperties:
|
|
1735
|
+
modelProperties: {
|
|
1736
|
+
...ProxyResource.type.modelProperties,
|
|
1737
|
+
value: {
|
|
1684
1738
|
serializedName: "properties.value",
|
|
1685
1739
|
type: {
|
|
1686
1740
|
name: "String"
|
|
1687
1741
|
}
|
|
1688
|
-
},
|
|
1742
|
+
},
|
|
1743
|
+
description: {
|
|
1689
1744
|
serializedName: "properties.description",
|
|
1690
1745
|
readOnly: true,
|
|
1691
1746
|
type: {
|
|
1692
1747
|
name: "String"
|
|
1693
1748
|
}
|
|
1694
|
-
},
|
|
1749
|
+
},
|
|
1750
|
+
defaultValue: {
|
|
1695
1751
|
serializedName: "properties.defaultValue",
|
|
1696
1752
|
readOnly: true,
|
|
1697
1753
|
type: {
|
|
1698
1754
|
name: "String"
|
|
1699
1755
|
}
|
|
1700
|
-
},
|
|
1756
|
+
},
|
|
1757
|
+
dataType: {
|
|
1701
1758
|
serializedName: "properties.dataType",
|
|
1702
1759
|
readOnly: true,
|
|
1703
1760
|
type: {
|
|
1704
1761
|
name: "String"
|
|
1705
1762
|
}
|
|
1706
|
-
},
|
|
1763
|
+
},
|
|
1764
|
+
allowedValues: {
|
|
1707
1765
|
serializedName: "properties.allowedValues",
|
|
1708
1766
|
readOnly: true,
|
|
1709
1767
|
type: {
|
|
1710
1768
|
name: "String"
|
|
1711
1769
|
}
|
|
1712
|
-
},
|
|
1770
|
+
},
|
|
1771
|
+
source: {
|
|
1713
1772
|
serializedName: "properties.source",
|
|
1714
1773
|
type: {
|
|
1715
1774
|
name: "String"
|
|
1716
1775
|
}
|
|
1717
|
-
}
|
|
1776
|
+
}
|
|
1777
|
+
}
|
|
1718
1778
|
}
|
|
1719
1779
|
};
|
|
1720
1780
|
export const LogFile = {
|
|
1721
1781
|
type: {
|
|
1722
1782
|
name: "Composite",
|
|
1723
1783
|
className: "LogFile",
|
|
1724
|
-
modelProperties:
|
|
1784
|
+
modelProperties: {
|
|
1785
|
+
...ProxyResource.type.modelProperties,
|
|
1786
|
+
sizeInKB: {
|
|
1725
1787
|
serializedName: "properties.sizeInKB",
|
|
1726
1788
|
type: {
|
|
1727
1789
|
name: "Number"
|
|
1728
1790
|
}
|
|
1729
|
-
},
|
|
1791
|
+
},
|
|
1792
|
+
createdTime: {
|
|
1730
1793
|
serializedName: "properties.createdTime",
|
|
1731
1794
|
readOnly: true,
|
|
1732
1795
|
type: {
|
|
1733
1796
|
name: "DateTime"
|
|
1734
1797
|
}
|
|
1735
|
-
},
|
|
1798
|
+
},
|
|
1799
|
+
lastModifiedTime: {
|
|
1736
1800
|
serializedName: "properties.lastModifiedTime",
|
|
1737
1801
|
readOnly: true,
|
|
1738
1802
|
type: {
|
|
1739
1803
|
name: "DateTime"
|
|
1740
1804
|
}
|
|
1741
|
-
},
|
|
1805
|
+
},
|
|
1806
|
+
typePropertiesType: {
|
|
1742
1807
|
serializedName: "properties.type",
|
|
1743
1808
|
type: {
|
|
1744
1809
|
name: "String"
|
|
1745
1810
|
}
|
|
1746
|
-
},
|
|
1811
|
+
},
|
|
1812
|
+
url: {
|
|
1747
1813
|
serializedName: "properties.url",
|
|
1748
1814
|
type: {
|
|
1749
1815
|
name: "String"
|
|
1750
1816
|
}
|
|
1751
|
-
}
|
|
1817
|
+
}
|
|
1818
|
+
}
|
|
1752
1819
|
}
|
|
1753
1820
|
};
|
|
1754
1821
|
export const ServerAdministratorResource = {
|
|
1755
1822
|
type: {
|
|
1756
1823
|
name: "Composite",
|
|
1757
1824
|
className: "ServerAdministratorResource",
|
|
1758
|
-
modelProperties:
|
|
1825
|
+
modelProperties: {
|
|
1826
|
+
...ProxyResource.type.modelProperties,
|
|
1827
|
+
administratorType: {
|
|
1759
1828
|
defaultValue: "ActiveDirectory",
|
|
1760
1829
|
isConstant: true,
|
|
1761
1830
|
serializedName: "properties.administratorType",
|
|
1762
1831
|
type: {
|
|
1763
1832
|
name: "String"
|
|
1764
1833
|
}
|
|
1765
|
-
},
|
|
1834
|
+
},
|
|
1835
|
+
login: {
|
|
1766
1836
|
serializedName: "properties.login",
|
|
1767
1837
|
type: {
|
|
1768
1838
|
name: "String"
|
|
1769
1839
|
}
|
|
1770
|
-
},
|
|
1840
|
+
},
|
|
1841
|
+
sid: {
|
|
1771
1842
|
serializedName: "properties.sid",
|
|
1772
1843
|
type: {
|
|
1773
1844
|
name: "Uuid"
|
|
1774
1845
|
}
|
|
1775
|
-
},
|
|
1846
|
+
},
|
|
1847
|
+
tenantId: {
|
|
1776
1848
|
serializedName: "properties.tenantId",
|
|
1777
1849
|
type: {
|
|
1778
1850
|
name: "Uuid"
|
|
1779
1851
|
}
|
|
1780
|
-
}
|
|
1852
|
+
}
|
|
1853
|
+
}
|
|
1781
1854
|
}
|
|
1782
1855
|
};
|
|
1783
1856
|
export const RecoverableServerResource = {
|
|
1784
1857
|
type: {
|
|
1785
1858
|
name: "Composite",
|
|
1786
1859
|
className: "RecoverableServerResource",
|
|
1787
|
-
modelProperties:
|
|
1860
|
+
modelProperties: {
|
|
1861
|
+
...ProxyResource.type.modelProperties,
|
|
1862
|
+
lastAvailableBackupDateTime: {
|
|
1788
1863
|
serializedName: "properties.lastAvailableBackupDateTime",
|
|
1789
1864
|
readOnly: true,
|
|
1790
1865
|
type: {
|
|
1791
1866
|
name: "String"
|
|
1792
1867
|
}
|
|
1793
|
-
},
|
|
1868
|
+
},
|
|
1869
|
+
serviceLevelObjective: {
|
|
1794
1870
|
serializedName: "properties.serviceLevelObjective",
|
|
1795
1871
|
readOnly: true,
|
|
1796
1872
|
type: {
|
|
1797
1873
|
name: "String"
|
|
1798
1874
|
}
|
|
1799
|
-
},
|
|
1875
|
+
},
|
|
1876
|
+
edition: {
|
|
1800
1877
|
serializedName: "properties.edition",
|
|
1801
1878
|
readOnly: true,
|
|
1802
1879
|
type: {
|
|
1803
1880
|
name: "String"
|
|
1804
1881
|
}
|
|
1805
|
-
},
|
|
1882
|
+
},
|
|
1883
|
+
vCore: {
|
|
1806
1884
|
serializedName: "properties.vCore",
|
|
1807
1885
|
readOnly: true,
|
|
1808
1886
|
type: {
|
|
1809
1887
|
name: "Number"
|
|
1810
1888
|
}
|
|
1811
|
-
},
|
|
1889
|
+
},
|
|
1890
|
+
hardwareGeneration: {
|
|
1812
1891
|
serializedName: "properties.hardwareGeneration",
|
|
1813
1892
|
readOnly: true,
|
|
1814
1893
|
type: {
|
|
1815
1894
|
name: "String"
|
|
1816
1895
|
}
|
|
1817
|
-
},
|
|
1896
|
+
},
|
|
1897
|
+
version: {
|
|
1818
1898
|
serializedName: "properties.version",
|
|
1819
1899
|
readOnly: true,
|
|
1820
1900
|
type: {
|
|
1821
1901
|
name: "String"
|
|
1822
1902
|
}
|
|
1823
|
-
}
|
|
1903
|
+
}
|
|
1904
|
+
}
|
|
1824
1905
|
}
|
|
1825
1906
|
};
|
|
1826
1907
|
export const ServerSecurityAlertPolicy = {
|
|
1827
1908
|
type: {
|
|
1828
1909
|
name: "Composite",
|
|
1829
1910
|
className: "ServerSecurityAlertPolicy",
|
|
1830
|
-
modelProperties:
|
|
1911
|
+
modelProperties: {
|
|
1912
|
+
...ProxyResource.type.modelProperties,
|
|
1913
|
+
state: {
|
|
1831
1914
|
serializedName: "properties.state",
|
|
1832
1915
|
type: {
|
|
1833
1916
|
name: "Enum",
|
|
1834
1917
|
allowedValues: ["Enabled", "Disabled"]
|
|
1835
1918
|
}
|
|
1836
|
-
},
|
|
1919
|
+
},
|
|
1920
|
+
disabledAlerts: {
|
|
1837
1921
|
serializedName: "properties.disabledAlerts",
|
|
1838
1922
|
type: {
|
|
1839
1923
|
name: "Sequence",
|
|
@@ -1843,7 +1927,8 @@ export const ServerSecurityAlertPolicy = {
|
|
|
1843
1927
|
}
|
|
1844
1928
|
}
|
|
1845
1929
|
}
|
|
1846
|
-
},
|
|
1930
|
+
},
|
|
1931
|
+
emailAddresses: {
|
|
1847
1932
|
serializedName: "properties.emailAddresses",
|
|
1848
1933
|
type: {
|
|
1849
1934
|
name: "Sequence",
|
|
@@ -1853,71 +1938,86 @@ export const ServerSecurityAlertPolicy = {
|
|
|
1853
1938
|
}
|
|
1854
1939
|
}
|
|
1855
1940
|
}
|
|
1856
|
-
},
|
|
1941
|
+
},
|
|
1942
|
+
emailAccountAdmins: {
|
|
1857
1943
|
serializedName: "properties.emailAccountAdmins",
|
|
1858
1944
|
type: {
|
|
1859
1945
|
name: "Boolean"
|
|
1860
1946
|
}
|
|
1861
|
-
},
|
|
1947
|
+
},
|
|
1948
|
+
storageEndpoint: {
|
|
1862
1949
|
serializedName: "properties.storageEndpoint",
|
|
1863
1950
|
type: {
|
|
1864
1951
|
name: "String"
|
|
1865
1952
|
}
|
|
1866
|
-
},
|
|
1953
|
+
},
|
|
1954
|
+
storageAccountAccessKey: {
|
|
1867
1955
|
serializedName: "properties.storageAccountAccessKey",
|
|
1868
1956
|
type: {
|
|
1869
1957
|
name: "String"
|
|
1870
1958
|
}
|
|
1871
|
-
},
|
|
1959
|
+
},
|
|
1960
|
+
retentionDays: {
|
|
1872
1961
|
serializedName: "properties.retentionDays",
|
|
1873
1962
|
type: {
|
|
1874
1963
|
name: "Number"
|
|
1875
1964
|
}
|
|
1876
|
-
}
|
|
1965
|
+
}
|
|
1966
|
+
}
|
|
1877
1967
|
}
|
|
1878
1968
|
};
|
|
1879
1969
|
export const QueryText = {
|
|
1880
1970
|
type: {
|
|
1881
1971
|
name: "Composite",
|
|
1882
1972
|
className: "QueryText",
|
|
1883
|
-
modelProperties:
|
|
1973
|
+
modelProperties: {
|
|
1974
|
+
...ProxyResource.type.modelProperties,
|
|
1975
|
+
queryId: {
|
|
1884
1976
|
serializedName: "properties.queryId",
|
|
1885
1977
|
type: {
|
|
1886
1978
|
name: "String"
|
|
1887
1979
|
}
|
|
1888
|
-
},
|
|
1980
|
+
},
|
|
1981
|
+
queryText: {
|
|
1889
1982
|
serializedName: "properties.queryText",
|
|
1890
1983
|
type: {
|
|
1891
1984
|
name: "String"
|
|
1892
1985
|
}
|
|
1893
|
-
}
|
|
1986
|
+
}
|
|
1987
|
+
}
|
|
1894
1988
|
}
|
|
1895
1989
|
};
|
|
1896
1990
|
export const QueryStatistic = {
|
|
1897
1991
|
type: {
|
|
1898
1992
|
name: "Composite",
|
|
1899
1993
|
className: "QueryStatistic",
|
|
1900
|
-
modelProperties:
|
|
1994
|
+
modelProperties: {
|
|
1995
|
+
...ProxyResource.type.modelProperties,
|
|
1996
|
+
queryId: {
|
|
1901
1997
|
serializedName: "properties.queryId",
|
|
1902
1998
|
type: {
|
|
1903
1999
|
name: "String"
|
|
1904
2000
|
}
|
|
1905
|
-
},
|
|
2001
|
+
},
|
|
2002
|
+
startTime: {
|
|
1906
2003
|
serializedName: "properties.startTime",
|
|
1907
2004
|
type: {
|
|
1908
2005
|
name: "DateTime"
|
|
1909
2006
|
}
|
|
1910
|
-
},
|
|
2007
|
+
},
|
|
2008
|
+
endTime: {
|
|
1911
2009
|
serializedName: "properties.endTime",
|
|
1912
2010
|
type: {
|
|
1913
2011
|
name: "DateTime"
|
|
1914
2012
|
}
|
|
1915
|
-
},
|
|
2013
|
+
},
|
|
2014
|
+
aggregationFunction: {
|
|
1916
2015
|
serializedName: "properties.aggregationFunction",
|
|
1917
2016
|
type: {
|
|
1918
2017
|
name: "String"
|
|
1919
2018
|
}
|
|
1920
|
-
},
|
|
2019
|
+
},
|
|
2020
|
+
databaseNames: {
|
|
1921
2021
|
serializedName: "properties.databaseNames",
|
|
1922
2022
|
type: {
|
|
1923
2023
|
name: "Sequence",
|
|
@@ -1927,212 +2027,256 @@ export const QueryStatistic = {
|
|
|
1927
2027
|
}
|
|
1928
2028
|
}
|
|
1929
2029
|
}
|
|
1930
|
-
},
|
|
2030
|
+
},
|
|
2031
|
+
queryExecutionCount: {
|
|
1931
2032
|
serializedName: "properties.queryExecutionCount",
|
|
1932
2033
|
type: {
|
|
1933
2034
|
name: "Number"
|
|
1934
2035
|
}
|
|
1935
|
-
},
|
|
2036
|
+
},
|
|
2037
|
+
metricName: {
|
|
1936
2038
|
serializedName: "properties.metricName",
|
|
1937
2039
|
type: {
|
|
1938
2040
|
name: "String"
|
|
1939
2041
|
}
|
|
1940
|
-
},
|
|
2042
|
+
},
|
|
2043
|
+
metricDisplayName: {
|
|
1941
2044
|
serializedName: "properties.metricDisplayName",
|
|
1942
2045
|
type: {
|
|
1943
2046
|
name: "String"
|
|
1944
2047
|
}
|
|
1945
|
-
},
|
|
2048
|
+
},
|
|
2049
|
+
metricValue: {
|
|
1946
2050
|
serializedName: "properties.metricValue",
|
|
1947
2051
|
type: {
|
|
1948
2052
|
name: "Number"
|
|
1949
2053
|
}
|
|
1950
|
-
},
|
|
2054
|
+
},
|
|
2055
|
+
metricValueUnit: {
|
|
1951
2056
|
serializedName: "properties.metricValueUnit",
|
|
1952
2057
|
type: {
|
|
1953
2058
|
name: "String"
|
|
1954
2059
|
}
|
|
1955
|
-
}
|
|
2060
|
+
}
|
|
2061
|
+
}
|
|
1956
2062
|
}
|
|
1957
2063
|
};
|
|
1958
2064
|
export const WaitStatistic = {
|
|
1959
2065
|
type: {
|
|
1960
2066
|
name: "Composite",
|
|
1961
2067
|
className: "WaitStatistic",
|
|
1962
|
-
modelProperties:
|
|
2068
|
+
modelProperties: {
|
|
2069
|
+
...ProxyResource.type.modelProperties,
|
|
2070
|
+
startTime: {
|
|
1963
2071
|
serializedName: "properties.startTime",
|
|
1964
2072
|
type: {
|
|
1965
2073
|
name: "DateTime"
|
|
1966
2074
|
}
|
|
1967
|
-
},
|
|
2075
|
+
},
|
|
2076
|
+
endTime: {
|
|
1968
2077
|
serializedName: "properties.endTime",
|
|
1969
2078
|
type: {
|
|
1970
2079
|
name: "DateTime"
|
|
1971
2080
|
}
|
|
1972
|
-
},
|
|
2081
|
+
},
|
|
2082
|
+
eventName: {
|
|
1973
2083
|
serializedName: "properties.eventName",
|
|
1974
2084
|
type: {
|
|
1975
2085
|
name: "String"
|
|
1976
2086
|
}
|
|
1977
|
-
},
|
|
2087
|
+
},
|
|
2088
|
+
eventTypeName: {
|
|
1978
2089
|
serializedName: "properties.eventTypeName",
|
|
1979
2090
|
type: {
|
|
1980
2091
|
name: "String"
|
|
1981
2092
|
}
|
|
1982
|
-
},
|
|
2093
|
+
},
|
|
2094
|
+
queryId: {
|
|
1983
2095
|
serializedName: "properties.queryId",
|
|
1984
2096
|
type: {
|
|
1985
2097
|
name: "Number"
|
|
1986
2098
|
}
|
|
1987
|
-
},
|
|
2099
|
+
},
|
|
2100
|
+
databaseName: {
|
|
1988
2101
|
serializedName: "properties.databaseName",
|
|
1989
2102
|
type: {
|
|
1990
2103
|
name: "String"
|
|
1991
2104
|
}
|
|
1992
|
-
},
|
|
2105
|
+
},
|
|
2106
|
+
userId: {
|
|
1993
2107
|
serializedName: "properties.userId",
|
|
1994
2108
|
type: {
|
|
1995
2109
|
name: "Number"
|
|
1996
2110
|
}
|
|
1997
|
-
},
|
|
2111
|
+
},
|
|
2112
|
+
count: {
|
|
1998
2113
|
serializedName: "properties.count",
|
|
1999
2114
|
type: {
|
|
2000
2115
|
name: "Number"
|
|
2001
2116
|
}
|
|
2002
|
-
},
|
|
2117
|
+
},
|
|
2118
|
+
totalTimeInMs: {
|
|
2003
2119
|
serializedName: "properties.totalTimeInMs",
|
|
2004
2120
|
type: {
|
|
2005
2121
|
name: "Number"
|
|
2006
2122
|
}
|
|
2007
|
-
}
|
|
2123
|
+
}
|
|
2124
|
+
}
|
|
2008
2125
|
}
|
|
2009
2126
|
};
|
|
2010
2127
|
export const Advisor = {
|
|
2011
2128
|
type: {
|
|
2012
2129
|
name: "Composite",
|
|
2013
2130
|
className: "Advisor",
|
|
2014
|
-
modelProperties:
|
|
2131
|
+
modelProperties: {
|
|
2132
|
+
...ProxyResource.type.modelProperties,
|
|
2133
|
+
properties: {
|
|
2015
2134
|
serializedName: "properties",
|
|
2016
2135
|
type: {
|
|
2017
2136
|
name: "Dictionary",
|
|
2018
2137
|
value: { type: { name: "any" } }
|
|
2019
2138
|
}
|
|
2020
|
-
}
|
|
2139
|
+
}
|
|
2140
|
+
}
|
|
2021
2141
|
}
|
|
2022
2142
|
};
|
|
2023
2143
|
export const RecommendationAction = {
|
|
2024
2144
|
type: {
|
|
2025
2145
|
name: "Composite",
|
|
2026
2146
|
className: "RecommendationAction",
|
|
2027
|
-
modelProperties:
|
|
2147
|
+
modelProperties: {
|
|
2148
|
+
...ProxyResource.type.modelProperties,
|
|
2149
|
+
advisorName: {
|
|
2028
2150
|
serializedName: "properties.advisorName",
|
|
2029
2151
|
type: {
|
|
2030
2152
|
name: "String"
|
|
2031
2153
|
}
|
|
2032
|
-
},
|
|
2154
|
+
},
|
|
2155
|
+
sessionId: {
|
|
2033
2156
|
serializedName: "properties.sessionId",
|
|
2034
2157
|
type: {
|
|
2035
2158
|
name: "String"
|
|
2036
2159
|
}
|
|
2037
|
-
},
|
|
2160
|
+
},
|
|
2161
|
+
actionId: {
|
|
2038
2162
|
serializedName: "properties.actionId",
|
|
2039
2163
|
type: {
|
|
2040
2164
|
name: "Number"
|
|
2041
2165
|
}
|
|
2042
|
-
},
|
|
2166
|
+
},
|
|
2167
|
+
createdTime: {
|
|
2043
2168
|
serializedName: "properties.createdTime",
|
|
2044
2169
|
type: {
|
|
2045
2170
|
name: "DateTime"
|
|
2046
2171
|
}
|
|
2047
|
-
},
|
|
2172
|
+
},
|
|
2173
|
+
expirationTime: {
|
|
2048
2174
|
serializedName: "properties.expirationTime",
|
|
2049
2175
|
type: {
|
|
2050
2176
|
name: "DateTime"
|
|
2051
2177
|
}
|
|
2052
|
-
},
|
|
2178
|
+
},
|
|
2179
|
+
reason: {
|
|
2053
2180
|
serializedName: "properties.reason",
|
|
2054
2181
|
type: {
|
|
2055
2182
|
name: "String"
|
|
2056
2183
|
}
|
|
2057
|
-
},
|
|
2184
|
+
},
|
|
2185
|
+
recommendationType: {
|
|
2058
2186
|
serializedName: "properties.recommendationType",
|
|
2059
2187
|
type: {
|
|
2060
2188
|
name: "String"
|
|
2061
2189
|
}
|
|
2062
|
-
},
|
|
2190
|
+
},
|
|
2191
|
+
details: {
|
|
2063
2192
|
serializedName: "properties.details",
|
|
2064
2193
|
type: {
|
|
2065
2194
|
name: "Dictionary",
|
|
2066
2195
|
value: { type: { name: "String" } }
|
|
2067
2196
|
}
|
|
2068
|
-
}
|
|
2197
|
+
}
|
|
2198
|
+
}
|
|
2069
2199
|
}
|
|
2070
2200
|
};
|
|
2071
2201
|
export const PrivateEndpointConnection = {
|
|
2072
2202
|
type: {
|
|
2073
2203
|
name: "Composite",
|
|
2074
2204
|
className: "PrivateEndpointConnection",
|
|
2075
|
-
modelProperties:
|
|
2205
|
+
modelProperties: {
|
|
2206
|
+
...ProxyResource.type.modelProperties,
|
|
2207
|
+
privateEndpoint: {
|
|
2076
2208
|
serializedName: "properties.privateEndpoint",
|
|
2077
2209
|
type: {
|
|
2078
2210
|
name: "Composite",
|
|
2079
2211
|
className: "PrivateEndpointProperty"
|
|
2080
2212
|
}
|
|
2081
|
-
},
|
|
2213
|
+
},
|
|
2214
|
+
privateLinkServiceConnectionState: {
|
|
2082
2215
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
2083
2216
|
type: {
|
|
2084
2217
|
name: "Composite",
|
|
2085
2218
|
className: "PrivateLinkServiceConnectionStateProperty"
|
|
2086
2219
|
}
|
|
2087
|
-
},
|
|
2220
|
+
},
|
|
2221
|
+
provisioningState: {
|
|
2088
2222
|
serializedName: "properties.provisioningState",
|
|
2089
2223
|
readOnly: true,
|
|
2090
2224
|
type: {
|
|
2091
2225
|
name: "String"
|
|
2092
2226
|
}
|
|
2093
|
-
}
|
|
2227
|
+
}
|
|
2228
|
+
}
|
|
2094
2229
|
}
|
|
2095
2230
|
};
|
|
2096
2231
|
export const PrivateLinkResource = {
|
|
2097
2232
|
type: {
|
|
2098
2233
|
name: "Composite",
|
|
2099
2234
|
className: "PrivateLinkResource",
|
|
2100
|
-
modelProperties:
|
|
2235
|
+
modelProperties: {
|
|
2236
|
+
...ProxyResource.type.modelProperties,
|
|
2237
|
+
properties: {
|
|
2101
2238
|
serializedName: "properties",
|
|
2102
2239
|
type: {
|
|
2103
2240
|
name: "Composite",
|
|
2104
2241
|
className: "PrivateLinkResourceProperties"
|
|
2105
2242
|
}
|
|
2106
|
-
}
|
|
2243
|
+
}
|
|
2244
|
+
}
|
|
2107
2245
|
}
|
|
2108
2246
|
};
|
|
2109
2247
|
export const ServerKey = {
|
|
2110
2248
|
type: {
|
|
2111
2249
|
name: "Composite",
|
|
2112
2250
|
className: "ServerKey",
|
|
2113
|
-
modelProperties:
|
|
2251
|
+
modelProperties: {
|
|
2252
|
+
...ProxyResource.type.modelProperties,
|
|
2253
|
+
kind: {
|
|
2114
2254
|
serializedName: "kind",
|
|
2115
2255
|
readOnly: true,
|
|
2116
2256
|
type: {
|
|
2117
2257
|
name: "String"
|
|
2118
2258
|
}
|
|
2119
|
-
},
|
|
2259
|
+
},
|
|
2260
|
+
serverKeyType: {
|
|
2120
2261
|
serializedName: "properties.serverKeyType",
|
|
2121
2262
|
type: {
|
|
2122
2263
|
name: "String"
|
|
2123
2264
|
}
|
|
2124
|
-
},
|
|
2265
|
+
},
|
|
2266
|
+
uri: {
|
|
2125
2267
|
serializedName: "properties.uri",
|
|
2126
2268
|
type: {
|
|
2127
2269
|
name: "String"
|
|
2128
2270
|
}
|
|
2129
|
-
},
|
|
2271
|
+
},
|
|
2272
|
+
creationDate: {
|
|
2130
2273
|
serializedName: "properties.creationDate",
|
|
2131
2274
|
readOnly: true,
|
|
2132
2275
|
type: {
|
|
2133
2276
|
name: "DateTime"
|
|
2134
2277
|
}
|
|
2135
|
-
}
|
|
2278
|
+
}
|
|
2279
|
+
}
|
|
2136
2280
|
}
|
|
2137
2281
|
};
|
|
2138
2282
|
export let discriminators = {
|