@azure/arm-mariadb 2.1.1-alpha.20250619.1 → 2.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/mariaDBManagementClient.js +46 -11
- package/dist/browser/mariaDBManagementClient.js.map +1 -1
- package/dist/browser/models/mappers.js +237 -108
- package/dist/browser/models/mappers.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/serverBasedPerformanceTier.js +10 -27
- package/dist/browser/operations/serverBasedPerformanceTier.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 +85 -89
- 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/mariaDBManagementClient.js +46 -11
- package/dist/commonjs/mariaDBManagementClient.js.map +1 -1
- package/dist/commonjs/models/mappers.js +237 -108
- package/dist/commonjs/models/mappers.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/serverBasedPerformanceTier.js +10 -26
- package/dist/commonjs/operations/serverBasedPerformanceTier.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 +85 -88
- 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/mariaDBManagementClient.js +46 -11
- package/dist/esm/mariaDBManagementClient.js.map +1 -1
- package/dist/esm/models/mappers.js +237 -108
- package/dist/esm/models/mappers.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/serverBasedPerformanceTier.js +10 -27
- package/dist/esm/operations/serverBasedPerformanceTier.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 +85 -89
- 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/mariaDBManagementClient.js +46 -11
- package/dist/react-native/mariaDBManagementClient.js.map +1 -1
- package/dist/react-native/models/mappers.js +237 -108
- package/dist/react-native/models/mappers.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/serverBasedPerformanceTier.js +10 -27
- package/dist/react-native/operations/serverBasedPerformanceTier.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 +85 -89
- 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-mariadb.api.md → arm-mariadb-node.api.md} +0 -0
|
@@ -1299,19 +1299,23 @@ export const ServerPropertiesForDefaultCreate = {
|
|
|
1299
1299
|
className: "ServerPropertiesForDefaultCreate",
|
|
1300
1300
|
uberParent: "ServerPropertiesForCreate",
|
|
1301
1301
|
polymorphicDiscriminator: ServerPropertiesForCreate.type.polymorphicDiscriminator,
|
|
1302
|
-
modelProperties:
|
|
1302
|
+
modelProperties: {
|
|
1303
|
+
...ServerPropertiesForCreate.type.modelProperties,
|
|
1304
|
+
administratorLogin: {
|
|
1303
1305
|
serializedName: "administratorLogin",
|
|
1304
1306
|
required: true,
|
|
1305
1307
|
type: {
|
|
1306
1308
|
name: "String"
|
|
1307
1309
|
}
|
|
1308
|
-
},
|
|
1310
|
+
},
|
|
1311
|
+
administratorLoginPassword: {
|
|
1309
1312
|
serializedName: "administratorLoginPassword",
|
|
1310
1313
|
required: true,
|
|
1311
1314
|
type: {
|
|
1312
1315
|
name: "String"
|
|
1313
1316
|
}
|
|
1314
|
-
}
|
|
1317
|
+
}
|
|
1318
|
+
}
|
|
1315
1319
|
}
|
|
1316
1320
|
};
|
|
1317
1321
|
export const ServerPropertiesForRestore = {
|
|
@@ -1321,19 +1325,23 @@ export const ServerPropertiesForRestore = {
|
|
|
1321
1325
|
className: "ServerPropertiesForRestore",
|
|
1322
1326
|
uberParent: "ServerPropertiesForCreate",
|
|
1323
1327
|
polymorphicDiscriminator: ServerPropertiesForCreate.type.polymorphicDiscriminator,
|
|
1324
|
-
modelProperties:
|
|
1328
|
+
modelProperties: {
|
|
1329
|
+
...ServerPropertiesForCreate.type.modelProperties,
|
|
1330
|
+
sourceServerId: {
|
|
1325
1331
|
serializedName: "sourceServerId",
|
|
1326
1332
|
required: true,
|
|
1327
1333
|
type: {
|
|
1328
1334
|
name: "String"
|
|
1329
1335
|
}
|
|
1330
|
-
},
|
|
1336
|
+
},
|
|
1337
|
+
restorePointInTime: {
|
|
1331
1338
|
serializedName: "restorePointInTime",
|
|
1332
1339
|
required: true,
|
|
1333
1340
|
type: {
|
|
1334
1341
|
name: "DateTime"
|
|
1335
1342
|
}
|
|
1336
|
-
}
|
|
1343
|
+
}
|
|
1344
|
+
}
|
|
1337
1345
|
}
|
|
1338
1346
|
};
|
|
1339
1347
|
export const ServerPropertiesForGeoRestore = {
|
|
@@ -1343,13 +1351,16 @@ export const ServerPropertiesForGeoRestore = {
|
|
|
1343
1351
|
className: "ServerPropertiesForGeoRestore",
|
|
1344
1352
|
uberParent: "ServerPropertiesForCreate",
|
|
1345
1353
|
polymorphicDiscriminator: ServerPropertiesForCreate.type.polymorphicDiscriminator,
|
|
1346
|
-
modelProperties:
|
|
1354
|
+
modelProperties: {
|
|
1355
|
+
...ServerPropertiesForCreate.type.modelProperties,
|
|
1356
|
+
sourceServerId: {
|
|
1347
1357
|
serializedName: "sourceServerId",
|
|
1348
1358
|
required: true,
|
|
1349
1359
|
type: {
|
|
1350
1360
|
name: "String"
|
|
1351
1361
|
}
|
|
1352
|
-
}
|
|
1362
|
+
}
|
|
1363
|
+
}
|
|
1353
1364
|
}
|
|
1354
1365
|
};
|
|
1355
1366
|
export const ServerPropertiesForReplica = {
|
|
@@ -1359,104 +1370,126 @@ export const ServerPropertiesForReplica = {
|
|
|
1359
1370
|
className: "ServerPropertiesForReplica",
|
|
1360
1371
|
uberParent: "ServerPropertiesForCreate",
|
|
1361
1372
|
polymorphicDiscriminator: ServerPropertiesForCreate.type.polymorphicDiscriminator,
|
|
1362
|
-
modelProperties:
|
|
1373
|
+
modelProperties: {
|
|
1374
|
+
...ServerPropertiesForCreate.type.modelProperties,
|
|
1375
|
+
sourceServerId: {
|
|
1363
1376
|
serializedName: "sourceServerId",
|
|
1364
1377
|
required: true,
|
|
1365
1378
|
type: {
|
|
1366
1379
|
name: "String"
|
|
1367
1380
|
}
|
|
1368
|
-
}
|
|
1381
|
+
}
|
|
1382
|
+
}
|
|
1369
1383
|
}
|
|
1370
1384
|
};
|
|
1371
1385
|
export const TrackedResource = {
|
|
1372
1386
|
type: {
|
|
1373
1387
|
name: "Composite",
|
|
1374
1388
|
className: "TrackedResource",
|
|
1375
|
-
modelProperties:
|
|
1389
|
+
modelProperties: {
|
|
1390
|
+
...Resource.type.modelProperties,
|
|
1391
|
+
tags: {
|
|
1376
1392
|
serializedName: "tags",
|
|
1377
1393
|
type: {
|
|
1378
1394
|
name: "Dictionary",
|
|
1379
1395
|
value: { type: { name: "String" } }
|
|
1380
1396
|
}
|
|
1381
|
-
},
|
|
1397
|
+
},
|
|
1398
|
+
location: {
|
|
1382
1399
|
serializedName: "location",
|
|
1383
1400
|
required: true,
|
|
1384
1401
|
type: {
|
|
1385
1402
|
name: "String"
|
|
1386
1403
|
}
|
|
1387
|
-
}
|
|
1404
|
+
}
|
|
1405
|
+
}
|
|
1388
1406
|
}
|
|
1389
1407
|
};
|
|
1390
1408
|
export const ProxyResource = {
|
|
1391
1409
|
type: {
|
|
1392
1410
|
name: "Composite",
|
|
1393
1411
|
className: "ProxyResource",
|
|
1394
|
-
modelProperties:
|
|
1412
|
+
modelProperties: {
|
|
1413
|
+
...Resource.type.modelProperties
|
|
1414
|
+
}
|
|
1395
1415
|
}
|
|
1396
1416
|
};
|
|
1397
1417
|
export const Server = {
|
|
1398
1418
|
type: {
|
|
1399
1419
|
name: "Composite",
|
|
1400
1420
|
className: "Server",
|
|
1401
|
-
modelProperties:
|
|
1421
|
+
modelProperties: {
|
|
1422
|
+
...TrackedResource.type.modelProperties,
|
|
1423
|
+
sku: {
|
|
1402
1424
|
serializedName: "sku",
|
|
1403
1425
|
type: {
|
|
1404
1426
|
name: "Composite",
|
|
1405
1427
|
className: "Sku"
|
|
1406
1428
|
}
|
|
1407
|
-
},
|
|
1429
|
+
},
|
|
1430
|
+
administratorLogin: {
|
|
1408
1431
|
serializedName: "properties.administratorLogin",
|
|
1409
1432
|
type: {
|
|
1410
1433
|
name: "String"
|
|
1411
1434
|
}
|
|
1412
|
-
},
|
|
1435
|
+
},
|
|
1436
|
+
version: {
|
|
1413
1437
|
serializedName: "properties.version",
|
|
1414
1438
|
type: {
|
|
1415
1439
|
name: "String"
|
|
1416
1440
|
}
|
|
1417
|
-
},
|
|
1441
|
+
},
|
|
1442
|
+
sslEnforcement: {
|
|
1418
1443
|
serializedName: "properties.sslEnforcement",
|
|
1419
1444
|
type: {
|
|
1420
1445
|
name: "Enum",
|
|
1421
1446
|
allowedValues: ["Enabled", "Disabled"]
|
|
1422
1447
|
}
|
|
1423
|
-
},
|
|
1448
|
+
},
|
|
1449
|
+
minimalTlsVersion: {
|
|
1424
1450
|
serializedName: "properties.minimalTlsVersion",
|
|
1425
1451
|
type: {
|
|
1426
1452
|
name: "String"
|
|
1427
1453
|
}
|
|
1428
|
-
},
|
|
1454
|
+
},
|
|
1455
|
+
userVisibleState: {
|
|
1429
1456
|
serializedName: "properties.userVisibleState",
|
|
1430
1457
|
type: {
|
|
1431
1458
|
name: "String"
|
|
1432
1459
|
}
|
|
1433
|
-
},
|
|
1460
|
+
},
|
|
1461
|
+
fullyQualifiedDomainName: {
|
|
1434
1462
|
serializedName: "properties.fullyQualifiedDomainName",
|
|
1435
1463
|
type: {
|
|
1436
1464
|
name: "String"
|
|
1437
1465
|
}
|
|
1438
|
-
},
|
|
1466
|
+
},
|
|
1467
|
+
earliestRestoreDate: {
|
|
1439
1468
|
serializedName: "properties.earliestRestoreDate",
|
|
1440
1469
|
type: {
|
|
1441
1470
|
name: "DateTime"
|
|
1442
1471
|
}
|
|
1443
|
-
},
|
|
1472
|
+
},
|
|
1473
|
+
storageProfile: {
|
|
1444
1474
|
serializedName: "properties.storageProfile",
|
|
1445
1475
|
type: {
|
|
1446
1476
|
name: "Composite",
|
|
1447
1477
|
className: "StorageProfile"
|
|
1448
1478
|
}
|
|
1449
|
-
},
|
|
1479
|
+
},
|
|
1480
|
+
replicationRole: {
|
|
1450
1481
|
serializedName: "properties.replicationRole",
|
|
1451
1482
|
type: {
|
|
1452
1483
|
name: "String"
|
|
1453
1484
|
}
|
|
1454
|
-
},
|
|
1485
|
+
},
|
|
1486
|
+
masterServerId: {
|
|
1455
1487
|
serializedName: "properties.masterServerId",
|
|
1456
1488
|
type: {
|
|
1457
1489
|
name: "String"
|
|
1458
1490
|
}
|
|
1459
|
-
},
|
|
1491
|
+
},
|
|
1492
|
+
replicaCapacity: {
|
|
1460
1493
|
constraints: {
|
|
1461
1494
|
InclusiveMinimum: 0
|
|
1462
1495
|
},
|
|
@@ -1464,12 +1497,14 @@ export const Server = {
|
|
|
1464
1497
|
type: {
|
|
1465
1498
|
name: "Number"
|
|
1466
1499
|
}
|
|
1467
|
-
},
|
|
1500
|
+
},
|
|
1501
|
+
publicNetworkAccess: {
|
|
1468
1502
|
serializedName: "properties.publicNetworkAccess",
|
|
1469
1503
|
type: {
|
|
1470
1504
|
name: "String"
|
|
1471
1505
|
}
|
|
1472
|
-
},
|
|
1506
|
+
},
|
|
1507
|
+
privateEndpointConnections: {
|
|
1473
1508
|
serializedName: "properties.privateEndpointConnections",
|
|
1474
1509
|
readOnly: true,
|
|
1475
1510
|
type: {
|
|
@@ -1481,14 +1516,17 @@ export const Server = {
|
|
|
1481
1516
|
}
|
|
1482
1517
|
}
|
|
1483
1518
|
}
|
|
1484
|
-
}
|
|
1519
|
+
}
|
|
1520
|
+
}
|
|
1485
1521
|
}
|
|
1486
1522
|
};
|
|
1487
1523
|
export const FirewallRule = {
|
|
1488
1524
|
type: {
|
|
1489
1525
|
name: "Composite",
|
|
1490
1526
|
className: "FirewallRule",
|
|
1491
|
-
modelProperties:
|
|
1527
|
+
modelProperties: {
|
|
1528
|
+
...ProxyResource.type.modelProperties,
|
|
1529
|
+
startIpAddress: {
|
|
1492
1530
|
constraints: {
|
|
1493
1531
|
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])$")
|
|
1494
1532
|
},
|
|
@@ -1497,7 +1535,8 @@ export const FirewallRule = {
|
|
|
1497
1535
|
type: {
|
|
1498
1536
|
name: "String"
|
|
1499
1537
|
}
|
|
1500
|
-
},
|
|
1538
|
+
},
|
|
1539
|
+
endIpAddress: {
|
|
1501
1540
|
constraints: {
|
|
1502
1541
|
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])$")
|
|
1503
1542
|
},
|
|
@@ -1506,210 +1545,253 @@ export const FirewallRule = {
|
|
|
1506
1545
|
type: {
|
|
1507
1546
|
name: "String"
|
|
1508
1547
|
}
|
|
1509
|
-
}
|
|
1548
|
+
}
|
|
1549
|
+
}
|
|
1510
1550
|
}
|
|
1511
1551
|
};
|
|
1512
1552
|
export const VirtualNetworkRule = {
|
|
1513
1553
|
type: {
|
|
1514
1554
|
name: "Composite",
|
|
1515
1555
|
className: "VirtualNetworkRule",
|
|
1516
|
-
modelProperties:
|
|
1556
|
+
modelProperties: {
|
|
1557
|
+
...ProxyResource.type.modelProperties,
|
|
1558
|
+
virtualNetworkSubnetId: {
|
|
1517
1559
|
serializedName: "properties.virtualNetworkSubnetId",
|
|
1518
1560
|
type: {
|
|
1519
1561
|
name: "String"
|
|
1520
1562
|
}
|
|
1521
|
-
},
|
|
1563
|
+
},
|
|
1564
|
+
ignoreMissingVnetServiceEndpoint: {
|
|
1522
1565
|
serializedName: "properties.ignoreMissingVnetServiceEndpoint",
|
|
1523
1566
|
type: {
|
|
1524
1567
|
name: "Boolean"
|
|
1525
1568
|
}
|
|
1526
|
-
},
|
|
1569
|
+
},
|
|
1570
|
+
state: {
|
|
1527
1571
|
serializedName: "properties.state",
|
|
1528
1572
|
readOnly: true,
|
|
1529
1573
|
type: {
|
|
1530
1574
|
name: "String"
|
|
1531
1575
|
}
|
|
1532
|
-
}
|
|
1576
|
+
}
|
|
1577
|
+
}
|
|
1533
1578
|
}
|
|
1534
1579
|
};
|
|
1535
1580
|
export const Database = {
|
|
1536
1581
|
type: {
|
|
1537
1582
|
name: "Composite",
|
|
1538
1583
|
className: "Database",
|
|
1539
|
-
modelProperties:
|
|
1584
|
+
modelProperties: {
|
|
1585
|
+
...ProxyResource.type.modelProperties,
|
|
1586
|
+
charset: {
|
|
1540
1587
|
serializedName: "properties.charset",
|
|
1541
1588
|
type: {
|
|
1542
1589
|
name: "String"
|
|
1543
1590
|
}
|
|
1544
|
-
},
|
|
1591
|
+
},
|
|
1592
|
+
collation: {
|
|
1545
1593
|
serializedName: "properties.collation",
|
|
1546
1594
|
type: {
|
|
1547
1595
|
name: "String"
|
|
1548
1596
|
}
|
|
1549
|
-
}
|
|
1597
|
+
}
|
|
1598
|
+
}
|
|
1550
1599
|
}
|
|
1551
1600
|
};
|
|
1552
1601
|
export const Configuration = {
|
|
1553
1602
|
type: {
|
|
1554
1603
|
name: "Composite",
|
|
1555
1604
|
className: "Configuration",
|
|
1556
|
-
modelProperties:
|
|
1605
|
+
modelProperties: {
|
|
1606
|
+
...ProxyResource.type.modelProperties,
|
|
1607
|
+
value: {
|
|
1557
1608
|
serializedName: "properties.value",
|
|
1558
1609
|
type: {
|
|
1559
1610
|
name: "String"
|
|
1560
1611
|
}
|
|
1561
|
-
},
|
|
1612
|
+
},
|
|
1613
|
+
description: {
|
|
1562
1614
|
serializedName: "properties.description",
|
|
1563
1615
|
readOnly: true,
|
|
1564
1616
|
type: {
|
|
1565
1617
|
name: "String"
|
|
1566
1618
|
}
|
|
1567
|
-
},
|
|
1619
|
+
},
|
|
1620
|
+
defaultValue: {
|
|
1568
1621
|
serializedName: "properties.defaultValue",
|
|
1569
1622
|
readOnly: true,
|
|
1570
1623
|
type: {
|
|
1571
1624
|
name: "String"
|
|
1572
1625
|
}
|
|
1573
|
-
},
|
|
1626
|
+
},
|
|
1627
|
+
dataType: {
|
|
1574
1628
|
serializedName: "properties.dataType",
|
|
1575
1629
|
readOnly: true,
|
|
1576
1630
|
type: {
|
|
1577
1631
|
name: "String"
|
|
1578
1632
|
}
|
|
1579
|
-
},
|
|
1633
|
+
},
|
|
1634
|
+
allowedValues: {
|
|
1580
1635
|
serializedName: "properties.allowedValues",
|
|
1581
1636
|
readOnly: true,
|
|
1582
1637
|
type: {
|
|
1583
1638
|
name: "String"
|
|
1584
1639
|
}
|
|
1585
|
-
},
|
|
1640
|
+
},
|
|
1641
|
+
source: {
|
|
1586
1642
|
serializedName: "properties.source",
|
|
1587
1643
|
type: {
|
|
1588
1644
|
name: "String"
|
|
1589
1645
|
}
|
|
1590
|
-
}
|
|
1646
|
+
}
|
|
1647
|
+
}
|
|
1591
1648
|
}
|
|
1592
1649
|
};
|
|
1593
1650
|
export const LogFile = {
|
|
1594
1651
|
type: {
|
|
1595
1652
|
name: "Composite",
|
|
1596
1653
|
className: "LogFile",
|
|
1597
|
-
modelProperties:
|
|
1654
|
+
modelProperties: {
|
|
1655
|
+
...ProxyResource.type.modelProperties,
|
|
1656
|
+
sizeInKB: {
|
|
1598
1657
|
serializedName: "properties.sizeInKB",
|
|
1599
1658
|
type: {
|
|
1600
1659
|
name: "Number"
|
|
1601
1660
|
}
|
|
1602
|
-
},
|
|
1661
|
+
},
|
|
1662
|
+
createdTime: {
|
|
1603
1663
|
serializedName: "properties.createdTime",
|
|
1604
1664
|
readOnly: true,
|
|
1605
1665
|
type: {
|
|
1606
1666
|
name: "DateTime"
|
|
1607
1667
|
}
|
|
1608
|
-
},
|
|
1668
|
+
},
|
|
1669
|
+
lastModifiedTime: {
|
|
1609
1670
|
serializedName: "properties.lastModifiedTime",
|
|
1610
1671
|
readOnly: true,
|
|
1611
1672
|
type: {
|
|
1612
1673
|
name: "DateTime"
|
|
1613
1674
|
}
|
|
1614
|
-
},
|
|
1675
|
+
},
|
|
1676
|
+
typePropertiesType: {
|
|
1615
1677
|
serializedName: "properties.type",
|
|
1616
1678
|
type: {
|
|
1617
1679
|
name: "String"
|
|
1618
1680
|
}
|
|
1619
|
-
},
|
|
1681
|
+
},
|
|
1682
|
+
url: {
|
|
1620
1683
|
serializedName: "properties.url",
|
|
1621
1684
|
readOnly: true,
|
|
1622
1685
|
type: {
|
|
1623
1686
|
name: "String"
|
|
1624
1687
|
}
|
|
1625
|
-
}
|
|
1688
|
+
}
|
|
1689
|
+
}
|
|
1626
1690
|
}
|
|
1627
1691
|
};
|
|
1628
1692
|
export const RecoverableServerResource = {
|
|
1629
1693
|
type: {
|
|
1630
1694
|
name: "Composite",
|
|
1631
1695
|
className: "RecoverableServerResource",
|
|
1632
|
-
modelProperties:
|
|
1696
|
+
modelProperties: {
|
|
1697
|
+
...ProxyResource.type.modelProperties,
|
|
1698
|
+
lastAvailableBackupDateTime: {
|
|
1633
1699
|
serializedName: "properties.lastAvailableBackupDateTime",
|
|
1634
1700
|
readOnly: true,
|
|
1635
1701
|
type: {
|
|
1636
1702
|
name: "String"
|
|
1637
1703
|
}
|
|
1638
|
-
},
|
|
1704
|
+
},
|
|
1705
|
+
serviceLevelObjective: {
|
|
1639
1706
|
serializedName: "properties.serviceLevelObjective",
|
|
1640
1707
|
readOnly: true,
|
|
1641
1708
|
type: {
|
|
1642
1709
|
name: "String"
|
|
1643
1710
|
}
|
|
1644
|
-
},
|
|
1711
|
+
},
|
|
1712
|
+
edition: {
|
|
1645
1713
|
serializedName: "properties.edition",
|
|
1646
1714
|
readOnly: true,
|
|
1647
1715
|
type: {
|
|
1648
1716
|
name: "String"
|
|
1649
1717
|
}
|
|
1650
|
-
},
|
|
1718
|
+
},
|
|
1719
|
+
vCore: {
|
|
1651
1720
|
serializedName: "properties.vCore",
|
|
1652
1721
|
readOnly: true,
|
|
1653
1722
|
type: {
|
|
1654
1723
|
name: "Number"
|
|
1655
1724
|
}
|
|
1656
|
-
},
|
|
1725
|
+
},
|
|
1726
|
+
hardwareGeneration: {
|
|
1657
1727
|
serializedName: "properties.hardwareGeneration",
|
|
1658
1728
|
readOnly: true,
|
|
1659
1729
|
type: {
|
|
1660
1730
|
name: "String"
|
|
1661
1731
|
}
|
|
1662
|
-
},
|
|
1732
|
+
},
|
|
1733
|
+
version: {
|
|
1663
1734
|
serializedName: "properties.version",
|
|
1664
1735
|
readOnly: true,
|
|
1665
1736
|
type: {
|
|
1666
1737
|
name: "String"
|
|
1667
1738
|
}
|
|
1668
|
-
}
|
|
1739
|
+
}
|
|
1740
|
+
}
|
|
1669
1741
|
}
|
|
1670
1742
|
};
|
|
1671
1743
|
export const QueryText = {
|
|
1672
1744
|
type: {
|
|
1673
1745
|
name: "Composite",
|
|
1674
1746
|
className: "QueryText",
|
|
1675
|
-
modelProperties:
|
|
1747
|
+
modelProperties: {
|
|
1748
|
+
...ProxyResource.type.modelProperties,
|
|
1749
|
+
queryId: {
|
|
1676
1750
|
serializedName: "properties.queryId",
|
|
1677
1751
|
type: {
|
|
1678
1752
|
name: "String"
|
|
1679
1753
|
}
|
|
1680
|
-
},
|
|
1754
|
+
},
|
|
1755
|
+
queryText: {
|
|
1681
1756
|
serializedName: "properties.queryText",
|
|
1682
1757
|
type: {
|
|
1683
1758
|
name: "String"
|
|
1684
1759
|
}
|
|
1685
|
-
}
|
|
1760
|
+
}
|
|
1761
|
+
}
|
|
1686
1762
|
}
|
|
1687
1763
|
};
|
|
1688
1764
|
export const QueryStatistic = {
|
|
1689
1765
|
type: {
|
|
1690
1766
|
name: "Composite",
|
|
1691
1767
|
className: "QueryStatistic",
|
|
1692
|
-
modelProperties:
|
|
1768
|
+
modelProperties: {
|
|
1769
|
+
...ProxyResource.type.modelProperties,
|
|
1770
|
+
queryId: {
|
|
1693
1771
|
serializedName: "properties.queryId",
|
|
1694
1772
|
type: {
|
|
1695
1773
|
name: "String"
|
|
1696
1774
|
}
|
|
1697
|
-
},
|
|
1775
|
+
},
|
|
1776
|
+
startTime: {
|
|
1698
1777
|
serializedName: "properties.startTime",
|
|
1699
1778
|
type: {
|
|
1700
1779
|
name: "DateTime"
|
|
1701
1780
|
}
|
|
1702
|
-
},
|
|
1781
|
+
},
|
|
1782
|
+
endTime: {
|
|
1703
1783
|
serializedName: "properties.endTime",
|
|
1704
1784
|
type: {
|
|
1705
1785
|
name: "DateTime"
|
|
1706
1786
|
}
|
|
1707
|
-
},
|
|
1787
|
+
},
|
|
1788
|
+
aggregationFunction: {
|
|
1708
1789
|
serializedName: "properties.aggregationFunction",
|
|
1709
1790
|
type: {
|
|
1710
1791
|
name: "String"
|
|
1711
1792
|
}
|
|
1712
|
-
},
|
|
1793
|
+
},
|
|
1794
|
+
databaseNames: {
|
|
1713
1795
|
serializedName: "properties.databaseNames",
|
|
1714
1796
|
type: {
|
|
1715
1797
|
name: "Sequence",
|
|
@@ -1719,196 +1801,237 @@ export const QueryStatistic = {
|
|
|
1719
1801
|
}
|
|
1720
1802
|
}
|
|
1721
1803
|
}
|
|
1722
|
-
},
|
|
1804
|
+
},
|
|
1805
|
+
queryExecutionCount: {
|
|
1723
1806
|
serializedName: "properties.queryExecutionCount",
|
|
1724
1807
|
type: {
|
|
1725
1808
|
name: "Number"
|
|
1726
1809
|
}
|
|
1727
|
-
},
|
|
1810
|
+
},
|
|
1811
|
+
metricName: {
|
|
1728
1812
|
serializedName: "properties.metricName",
|
|
1729
1813
|
type: {
|
|
1730
1814
|
name: "String"
|
|
1731
1815
|
}
|
|
1732
|
-
},
|
|
1816
|
+
},
|
|
1817
|
+
metricDisplayName: {
|
|
1733
1818
|
serializedName: "properties.metricDisplayName",
|
|
1734
1819
|
type: {
|
|
1735
1820
|
name: "String"
|
|
1736
1821
|
}
|
|
1737
|
-
},
|
|
1822
|
+
},
|
|
1823
|
+
metricValue: {
|
|
1738
1824
|
serializedName: "properties.metricValue",
|
|
1739
1825
|
type: {
|
|
1740
1826
|
name: "Number"
|
|
1741
1827
|
}
|
|
1742
|
-
},
|
|
1828
|
+
},
|
|
1829
|
+
metricValueUnit: {
|
|
1743
1830
|
serializedName: "properties.metricValueUnit",
|
|
1744
1831
|
type: {
|
|
1745
1832
|
name: "String"
|
|
1746
1833
|
}
|
|
1747
|
-
}
|
|
1834
|
+
}
|
|
1835
|
+
}
|
|
1748
1836
|
}
|
|
1749
1837
|
};
|
|
1750
1838
|
export const WaitStatistic = {
|
|
1751
1839
|
type: {
|
|
1752
1840
|
name: "Composite",
|
|
1753
1841
|
className: "WaitStatistic",
|
|
1754
|
-
modelProperties:
|
|
1842
|
+
modelProperties: {
|
|
1843
|
+
...ProxyResource.type.modelProperties,
|
|
1844
|
+
startTime: {
|
|
1755
1845
|
serializedName: "properties.startTime",
|
|
1756
1846
|
type: {
|
|
1757
1847
|
name: "DateTime"
|
|
1758
1848
|
}
|
|
1759
|
-
},
|
|
1849
|
+
},
|
|
1850
|
+
endTime: {
|
|
1760
1851
|
serializedName: "properties.endTime",
|
|
1761
1852
|
type: {
|
|
1762
1853
|
name: "DateTime"
|
|
1763
1854
|
}
|
|
1764
|
-
},
|
|
1855
|
+
},
|
|
1856
|
+
eventName: {
|
|
1765
1857
|
serializedName: "properties.eventName",
|
|
1766
1858
|
type: {
|
|
1767
1859
|
name: "String"
|
|
1768
1860
|
}
|
|
1769
|
-
},
|
|
1861
|
+
},
|
|
1862
|
+
eventTypeName: {
|
|
1770
1863
|
serializedName: "properties.eventTypeName",
|
|
1771
1864
|
type: {
|
|
1772
1865
|
name: "String"
|
|
1773
1866
|
}
|
|
1774
|
-
},
|
|
1867
|
+
},
|
|
1868
|
+
queryId: {
|
|
1775
1869
|
serializedName: "properties.queryId",
|
|
1776
1870
|
type: {
|
|
1777
1871
|
name: "Number"
|
|
1778
1872
|
}
|
|
1779
|
-
},
|
|
1873
|
+
},
|
|
1874
|
+
databaseName: {
|
|
1780
1875
|
serializedName: "properties.databaseName",
|
|
1781
1876
|
type: {
|
|
1782
1877
|
name: "String"
|
|
1783
1878
|
}
|
|
1784
|
-
},
|
|
1879
|
+
},
|
|
1880
|
+
userId: {
|
|
1785
1881
|
serializedName: "properties.userId",
|
|
1786
1882
|
type: {
|
|
1787
1883
|
name: "Number"
|
|
1788
1884
|
}
|
|
1789
|
-
},
|
|
1885
|
+
},
|
|
1886
|
+
count: {
|
|
1790
1887
|
serializedName: "properties.count",
|
|
1791
1888
|
type: {
|
|
1792
1889
|
name: "Number"
|
|
1793
1890
|
}
|
|
1794
|
-
},
|
|
1891
|
+
},
|
|
1892
|
+
totalTimeInMs: {
|
|
1795
1893
|
serializedName: "properties.totalTimeInMs",
|
|
1796
1894
|
type: {
|
|
1797
1895
|
name: "Number"
|
|
1798
1896
|
}
|
|
1799
|
-
}
|
|
1897
|
+
}
|
|
1898
|
+
}
|
|
1800
1899
|
}
|
|
1801
1900
|
};
|
|
1802
1901
|
export const Advisor = {
|
|
1803
1902
|
type: {
|
|
1804
1903
|
name: "Composite",
|
|
1805
1904
|
className: "Advisor",
|
|
1806
|
-
modelProperties:
|
|
1905
|
+
modelProperties: {
|
|
1906
|
+
...ProxyResource.type.modelProperties,
|
|
1907
|
+
properties: {
|
|
1807
1908
|
serializedName: "properties",
|
|
1808
1909
|
type: {
|
|
1809
1910
|
name: "Dictionary",
|
|
1810
1911
|
value: { type: { name: "any" } }
|
|
1811
1912
|
}
|
|
1812
|
-
}
|
|
1913
|
+
}
|
|
1914
|
+
}
|
|
1813
1915
|
}
|
|
1814
1916
|
};
|
|
1815
1917
|
export const RecommendationAction = {
|
|
1816
1918
|
type: {
|
|
1817
1919
|
name: "Composite",
|
|
1818
1920
|
className: "RecommendationAction",
|
|
1819
|
-
modelProperties:
|
|
1921
|
+
modelProperties: {
|
|
1922
|
+
...ProxyResource.type.modelProperties,
|
|
1923
|
+
advisorName: {
|
|
1820
1924
|
serializedName: "properties.advisorName",
|
|
1821
1925
|
type: {
|
|
1822
1926
|
name: "String"
|
|
1823
1927
|
}
|
|
1824
|
-
},
|
|
1928
|
+
},
|
|
1929
|
+
sessionId: {
|
|
1825
1930
|
serializedName: "properties.sessionId",
|
|
1826
1931
|
type: {
|
|
1827
1932
|
name: "String"
|
|
1828
1933
|
}
|
|
1829
|
-
},
|
|
1934
|
+
},
|
|
1935
|
+
actionId: {
|
|
1830
1936
|
serializedName: "properties.actionId",
|
|
1831
1937
|
type: {
|
|
1832
1938
|
name: "Number"
|
|
1833
1939
|
}
|
|
1834
|
-
},
|
|
1940
|
+
},
|
|
1941
|
+
createdTime: {
|
|
1835
1942
|
serializedName: "properties.createdTime",
|
|
1836
1943
|
type: {
|
|
1837
1944
|
name: "DateTime"
|
|
1838
1945
|
}
|
|
1839
|
-
},
|
|
1946
|
+
},
|
|
1947
|
+
expirationTime: {
|
|
1840
1948
|
serializedName: "properties.expirationTime",
|
|
1841
1949
|
type: {
|
|
1842
1950
|
name: "DateTime"
|
|
1843
1951
|
}
|
|
1844
|
-
},
|
|
1952
|
+
},
|
|
1953
|
+
reason: {
|
|
1845
1954
|
serializedName: "properties.reason",
|
|
1846
1955
|
type: {
|
|
1847
1956
|
name: "String"
|
|
1848
1957
|
}
|
|
1849
|
-
},
|
|
1958
|
+
},
|
|
1959
|
+
recommendationType: {
|
|
1850
1960
|
serializedName: "properties.recommendationType",
|
|
1851
1961
|
type: {
|
|
1852
1962
|
name: "String"
|
|
1853
1963
|
}
|
|
1854
|
-
},
|
|
1964
|
+
},
|
|
1965
|
+
details: {
|
|
1855
1966
|
serializedName: "properties.details",
|
|
1856
1967
|
type: {
|
|
1857
1968
|
name: "Dictionary",
|
|
1858
1969
|
value: { type: { name: "String" } }
|
|
1859
1970
|
}
|
|
1860
|
-
}
|
|
1971
|
+
}
|
|
1972
|
+
}
|
|
1861
1973
|
}
|
|
1862
1974
|
};
|
|
1863
1975
|
export const PrivateEndpointConnection = {
|
|
1864
1976
|
type: {
|
|
1865
1977
|
name: "Composite",
|
|
1866
1978
|
className: "PrivateEndpointConnection",
|
|
1867
|
-
modelProperties:
|
|
1979
|
+
modelProperties: {
|
|
1980
|
+
...ProxyResource.type.modelProperties,
|
|
1981
|
+
privateEndpoint: {
|
|
1868
1982
|
serializedName: "properties.privateEndpoint",
|
|
1869
1983
|
type: {
|
|
1870
1984
|
name: "Composite",
|
|
1871
1985
|
className: "PrivateEndpointProperty"
|
|
1872
1986
|
}
|
|
1873
|
-
},
|
|
1987
|
+
},
|
|
1988
|
+
privateLinkServiceConnectionState: {
|
|
1874
1989
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
1875
1990
|
type: {
|
|
1876
1991
|
name: "Composite",
|
|
1877
1992
|
className: "PrivateLinkServiceConnectionStateProperty"
|
|
1878
1993
|
}
|
|
1879
|
-
},
|
|
1994
|
+
},
|
|
1995
|
+
provisioningState: {
|
|
1880
1996
|
serializedName: "properties.provisioningState",
|
|
1881
1997
|
readOnly: true,
|
|
1882
1998
|
type: {
|
|
1883
1999
|
name: "String"
|
|
1884
2000
|
}
|
|
1885
|
-
}
|
|
2001
|
+
}
|
|
2002
|
+
}
|
|
1886
2003
|
}
|
|
1887
2004
|
};
|
|
1888
2005
|
export const PrivateLinkResource = {
|
|
1889
2006
|
type: {
|
|
1890
2007
|
name: "Composite",
|
|
1891
2008
|
className: "PrivateLinkResource",
|
|
1892
|
-
modelProperties:
|
|
2009
|
+
modelProperties: {
|
|
2010
|
+
...ProxyResource.type.modelProperties,
|
|
2011
|
+
properties: {
|
|
1893
2012
|
serializedName: "properties",
|
|
1894
2013
|
type: {
|
|
1895
2014
|
name: "Composite",
|
|
1896
2015
|
className: "PrivateLinkResourceProperties"
|
|
1897
2016
|
}
|
|
1898
|
-
}
|
|
2017
|
+
}
|
|
2018
|
+
}
|
|
1899
2019
|
}
|
|
1900
2020
|
};
|
|
1901
2021
|
export const ServerSecurityAlertPolicy = {
|
|
1902
2022
|
type: {
|
|
1903
2023
|
name: "Composite",
|
|
1904
2024
|
className: "ServerSecurityAlertPolicy",
|
|
1905
|
-
modelProperties:
|
|
2025
|
+
modelProperties: {
|
|
2026
|
+
...ProxyResource.type.modelProperties,
|
|
2027
|
+
state: {
|
|
1906
2028
|
serializedName: "properties.state",
|
|
1907
2029
|
type: {
|
|
1908
2030
|
name: "Enum",
|
|
1909
2031
|
allowedValues: ["Enabled", "Disabled"]
|
|
1910
2032
|
}
|
|
1911
|
-
},
|
|
2033
|
+
},
|
|
2034
|
+
disabledAlerts: {
|
|
1912
2035
|
serializedName: "properties.disabledAlerts",
|
|
1913
2036
|
type: {
|
|
1914
2037
|
name: "Sequence",
|
|
@@ -1918,7 +2041,8 @@ export const ServerSecurityAlertPolicy = {
|
|
|
1918
2041
|
}
|
|
1919
2042
|
}
|
|
1920
2043
|
}
|
|
1921
|
-
},
|
|
2044
|
+
},
|
|
2045
|
+
emailAddresses: {
|
|
1922
2046
|
serializedName: "properties.emailAddresses",
|
|
1923
2047
|
type: {
|
|
1924
2048
|
name: "Sequence",
|
|
@@ -1928,27 +2052,32 @@ export const ServerSecurityAlertPolicy = {
|
|
|
1928
2052
|
}
|
|
1929
2053
|
}
|
|
1930
2054
|
}
|
|
1931
|
-
},
|
|
2055
|
+
},
|
|
2056
|
+
emailAccountAdmins: {
|
|
1932
2057
|
serializedName: "properties.emailAccountAdmins",
|
|
1933
2058
|
type: {
|
|
1934
2059
|
name: "Boolean"
|
|
1935
2060
|
}
|
|
1936
|
-
},
|
|
2061
|
+
},
|
|
2062
|
+
storageEndpoint: {
|
|
1937
2063
|
serializedName: "properties.storageEndpoint",
|
|
1938
2064
|
type: {
|
|
1939
2065
|
name: "String"
|
|
1940
2066
|
}
|
|
1941
|
-
},
|
|
2067
|
+
},
|
|
2068
|
+
storageAccountAccessKey: {
|
|
1942
2069
|
serializedName: "properties.storageAccountAccessKey",
|
|
1943
2070
|
type: {
|
|
1944
2071
|
name: "String"
|
|
1945
2072
|
}
|
|
1946
|
-
},
|
|
2073
|
+
},
|
|
2074
|
+
retentionDays: {
|
|
1947
2075
|
serializedName: "properties.retentionDays",
|
|
1948
2076
|
type: {
|
|
1949
2077
|
name: "Number"
|
|
1950
2078
|
}
|
|
1951
|
-
}
|
|
2079
|
+
}
|
|
2080
|
+
}
|
|
1952
2081
|
}
|
|
1953
2082
|
};
|
|
1954
2083
|
export let discriminators = {
|