@azure/arm-kusto 6.2.0 → 7.0.0
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/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -83
- package/dist/index.js +8198 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/kustoManagementClient.d.ts +30 -0
- package/dist-esm/src/kustoManagementClient.d.ts.map +1 -0
- package/dist-esm/src/kustoManagementClient.js +63 -0
- package/dist-esm/src/kustoManagementClient.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +2023 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +256 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +89 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1710 -1269
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +46 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +308 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/attachedDatabaseConfigurations.d.ts +81 -0
- package/dist-esm/src/operations/attachedDatabaseConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/attachedDatabaseConfigurations.js +342 -0
- package/dist-esm/src/operations/attachedDatabaseConfigurations.js.map +1 -0
- package/dist-esm/src/operations/clusterPrincipalAssignments.d.ts +81 -0
- package/dist-esm/src/operations/clusterPrincipalAssignments.d.ts.map +1 -0
- package/dist-esm/src/operations/clusterPrincipalAssignments.js +332 -0
- package/dist-esm/src/operations/clusterPrincipalAssignments.js.map +1 -0
- package/dist-esm/src/operations/clusters.d.ts +276 -0
- package/dist-esm/src/operations/clusters.d.ts.map +1 -0
- package/dist-esm/src/operations/clusters.js +1317 -0
- package/dist-esm/src/operations/clusters.js.map +1 -0
- package/dist-esm/src/operations/dataConnections.d.ts +127 -0
- package/dist-esm/src/operations/dataConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/dataConnections.js +547 -0
- package/dist-esm/src/operations/dataConnections.js.map +1 -0
- package/dist-esm/src/operations/databasePrincipalAssignments.d.ts +89 -0
- package/dist-esm/src/operations/databasePrincipalAssignments.d.ts.map +1 -0
- package/dist-esm/src/operations/databasePrincipalAssignments.js +364 -0
- package/dist-esm/src/operations/databasePrincipalAssignments.js.map +1 -0
- package/dist-esm/src/operations/databases.d.ts +135 -0
- package/dist-esm/src/operations/databases.d.ts.map +1 -0
- package/dist-esm/src/operations/databases.js +571 -0
- package/dist-esm/src/operations/databases.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +4 -1
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +20 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.d.ts +99 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.js +424 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/operationsResults.d.ts +20 -0
- package/dist-esm/src/operations/operationsResults.d.ts.map +1 -0
- package/dist-esm/src/operations/operationsResults.js +53 -0
- package/dist-esm/src/operations/operationsResults.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +73 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +309 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +38 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +131 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/scripts.d.ts +109 -0
- package/dist-esm/src/operations/scripts.d.ts.map +1 -0
- package/dist-esm/src/operations/scripts.js +442 -0
- package/dist-esm/src/operations/scripts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/attachedDatabaseConfigurations.d.ts +64 -0
- package/dist-esm/src/operationsInterfaces/attachedDatabaseConfigurations.d.ts.map +1 -0
- package/{src/models/operationsResultsMappers.ts → dist-esm/src/operationsInterfaces/attachedDatabaseConfigurations.js} +2 -2
- package/dist-esm/src/operationsInterfaces/attachedDatabaseConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusterPrincipalAssignments.d.ts +64 -0
- package/dist-esm/src/operationsInterfaces/clusterPrincipalAssignments.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/clusterPrincipalAssignments.js} +2 -8
- package/dist-esm/src/operationsInterfaces/clusterPrincipalAssignments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +201 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
- package/{esm/models/operationsResultsMappers.js → dist-esm/src/operationsInterfaces/clusters.js} +2 -2
- package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataConnections.d.ts +109 -0
- package/dist-esm/src/operationsInterfaces/dataConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/dataConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/databasePrincipalAssignments.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/databasePrincipalAssignments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/databasePrincipalAssignments.js +9 -0
- package/dist-esm/src/operationsInterfaces/databasePrincipalAssignments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts +108 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/databases.js +9 -0
- package/dist-esm/src/operationsInterfaces/databases.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +20 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.d.ts +82 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.js +9 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationsResults.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/operationsResults.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationsResults.js +9 -0
- package/dist-esm/src/operationsInterfaces/operationsResults.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/scripts.d.ts +91 -0
- package/dist-esm/src/operationsInterfaces/scripts.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/scripts.js} +2 -1
- package/dist-esm/src/operationsInterfaces/scripts.js.map +1 -0
- package/dist-esm/test/kusto-client-test.d.ts +4 -0
- package/dist-esm/test/kusto-client-test.d.ts.map +1 -0
- package/dist-esm/test/kusto-client-test.js +117 -0
- package/dist-esm/test/kusto-client-test.js.map +1 -0
- package/package.json +65 -22
- package/review/arm-kusto.api.md +1798 -0
- package/rollup.config.js +181 -24
- package/{esm/models/operationsMappers.js → src/index.ts} +5 -2
- package/src/kustoManagementClient.ts +112 -49
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1853 -2535
- package/src/models/mappers.ts +1798 -1302
- package/src/models/parameters.ts +264 -44
- package/src/operations/attachedDatabaseConfigurations.ts +314 -177
- package/src/operations/clusterPrincipalAssignments.ts +300 -264
- package/src/operations/clusters.ts +1396 -724
- package/src/operations/dataConnections.ts +499 -363
- package/src/operations/databasePrincipalAssignments.ts +326 -281
- package/src/operations/databases.ts +538 -517
- package/src/operations/index.ts +5 -3
- package/src/operations/managedPrivateEndpoints.ts +599 -0
- package/src/operations/operations.ts +85 -85
- package/src/operations/operationsResults.ts +34 -60
- package/src/operations/privateEndpointConnections.ts +427 -0
- package/src/operations/privateLinkResources.ts +167 -0
- package/src/operations/scripts.ts +408 -334
- package/src/operationsInterfaces/attachedDatabaseConfigurations.ts +125 -0
- package/src/operationsInterfaces/clusterPrincipalAssignments.ts +125 -0
- package/src/operationsInterfaces/clusters.ts +371 -0
- package/src/operationsInterfaces/dataConnections.ts +218 -0
- package/src/operationsInterfaces/databasePrincipalAssignments.ts +139 -0
- package/src/operationsInterfaces/databases.ts +212 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +6 -4
- package/src/operationsInterfaces/managedPrivateEndpoints.ts +162 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/operationsResults.ts +27 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
- package/src/operationsInterfaces/privateLinkResources.ts +44 -0
- package/src/operationsInterfaces/scripts.ts +177 -0
- package/tsconfig.json +14 -6
- package/types/arm-kusto.d.ts +3174 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-kusto.js +0 -5320
- package/dist/arm-kusto.js.map +0 -1
- package/dist/arm-kusto.min.js +0 -1
- package/dist/arm-kusto.min.js.map +0 -1
- package/esm/kustoManagementClient.d.ts +0 -33
- package/esm/kustoManagementClient.d.ts.map +0 -1
- package/esm/kustoManagementClient.js +0 -46
- package/esm/kustoManagementClient.js.map +0 -1
- package/esm/kustoManagementClientContext.d.ts +0 -23
- package/esm/kustoManagementClientContext.d.ts.map +0 -1
- package/esm/kustoManagementClientContext.js +0 -62
- package/esm/kustoManagementClientContext.js.map +0 -1
- package/esm/models/attachedDatabaseConfigurationsMappers.d.ts +0 -2
- package/esm/models/attachedDatabaseConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/attachedDatabaseConfigurationsMappers.js +0 -9
- package/esm/models/attachedDatabaseConfigurationsMappers.js.map +0 -1
- package/esm/models/clusterPrincipalAssignmentsMappers.d.ts +0 -2
- package/esm/models/clusterPrincipalAssignmentsMappers.d.ts.map +0 -1
- package/esm/models/clusterPrincipalAssignmentsMappers.js +0 -9
- package/esm/models/clusterPrincipalAssignmentsMappers.js.map +0 -1
- package/esm/models/clustersMappers.d.ts +0 -2
- package/esm/models/clustersMappers.d.ts.map +0 -1
- package/esm/models/clustersMappers.js +0 -9
- package/esm/models/clustersMappers.js.map +0 -1
- package/esm/models/dataConnectionsMappers.d.ts +0 -2
- package/esm/models/dataConnectionsMappers.d.ts.map +0 -1
- package/esm/models/dataConnectionsMappers.js +0 -9
- package/esm/models/dataConnectionsMappers.js.map +0 -1
- package/esm/models/databasePrincipalAssignmentsMappers.d.ts +0 -2
- package/esm/models/databasePrincipalAssignmentsMappers.d.ts.map +0 -1
- package/esm/models/databasePrincipalAssignmentsMappers.js +0 -9
- package/esm/models/databasePrincipalAssignmentsMappers.js.map +0 -1
- package/esm/models/databasesMappers.d.ts +0 -2
- package/esm/models/databasesMappers.d.ts.map +0 -1
- package/esm/models/databasesMappers.js +0 -9
- package/esm/models/databasesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2705
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -75
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/operationsResultsMappers.d.ts +0 -2
- package/esm/models/operationsResultsMappers.d.ts.map +0 -1
- package/esm/models/operationsResultsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -17
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -158
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/scriptsMappers.d.ts +0 -2
- package/esm/models/scriptsMappers.d.ts.map +0 -1
- package/esm/models/scriptsMappers.js +0 -9
- package/esm/models/scriptsMappers.js.map +0 -1
- package/esm/operations/attachedDatabaseConfigurations.d.ts +0 -97
- package/esm/operations/attachedDatabaseConfigurations.d.ts.map +0 -1
- package/esm/operations/attachedDatabaseConfigurations.js +0 -188
- package/esm/operations/attachedDatabaseConfigurations.js.map +0 -1
- package/esm/operations/clusterPrincipalAssignments.d.ts +0 -121
- package/esm/operations/clusterPrincipalAssignments.d.ts.map +0 -1
- package/esm/operations/clusterPrincipalAssignments.js +0 -213
- package/esm/operations/clusterPrincipalAssignments.js.map +0 -1
- package/esm/operations/clusters.d.ts +0 -323
- package/esm/operations/clusters.d.ts.map +0 -1
- package/esm/operations/clusters.js +0 -620
- package/esm/operations/clusters.js.map +0 -1
- package/esm/operations/dataConnections.d.ts +0 -176
- package/esm/operations/dataConnections.d.ts.map +0 -1
- package/esm/operations/dataConnections.js +0 -359
- package/esm/operations/dataConnections.js.map +0 -1
- package/esm/operations/databasePrincipalAssignments.d.ts +0 -134
- package/esm/operations/databasePrincipalAssignments.d.ts.map +0 -1
- package/esm/operations/databasePrincipalAssignments.js +0 -235
- package/esm/operations/databasePrincipalAssignments.js.map +0 -1
- package/esm/operations/databases.d.ts +0 -219
- package/esm/operations/databases.d.ts.map +0 -1
- package/esm/operations/databases.js +0 -374
- package/esm/operations/databases.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -69
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/operationsResults.d.ts +0 -34
- package/esm/operations/operationsResults.d.ts.map +0 -1
- package/esm/operations/operationsResults.js +0 -49
- package/esm/operations/operationsResults.js.map +0 -1
- package/esm/operations/scripts.d.ts +0 -156
- package/esm/operations/scripts.d.ts.map +0 -1
- package/esm/operations/scripts.js +0 -300
- package/esm/operations/scripts.js.map +0 -1
- package/src/kustoManagementClientContext.ts +0 -75
- package/src/models/attachedDatabaseConfigurationsMappers.ts +0 -43
- package/src/models/clusterPrincipalAssignmentsMappers.ts +0 -45
- package/src/models/clustersMappers.ts +0 -54
- package/src/models/dataConnectionsMappers.ts +0 -48
- package/src/models/databasePrincipalAssignmentsMappers.ts +0 -45
- package/src/models/databasesMappers.ts +0 -48
- package/src/models/scriptsMappers.ts +0 -45
package/src/models/mappers.ts
CHANGED
|
@@ -6,14 +6,150 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
11
10
|
|
|
12
|
-
export const
|
|
13
|
-
|
|
11
|
+
export const AzureSku: coreClient.CompositeMapper = {
|
|
12
|
+
type: {
|
|
13
|
+
name: "Composite",
|
|
14
|
+
className: "AzureSku",
|
|
15
|
+
modelProperties: {
|
|
16
|
+
name: {
|
|
17
|
+
serializedName: "name",
|
|
18
|
+
required: true,
|
|
19
|
+
type: {
|
|
20
|
+
name: "String"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
capacity: {
|
|
24
|
+
serializedName: "capacity",
|
|
25
|
+
type: {
|
|
26
|
+
name: "Number"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
tier: {
|
|
30
|
+
serializedName: "tier",
|
|
31
|
+
required: true,
|
|
32
|
+
type: {
|
|
33
|
+
name: "String"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export const SystemData: coreClient.CompositeMapper = {
|
|
41
|
+
type: {
|
|
42
|
+
name: "Composite",
|
|
43
|
+
className: "SystemData",
|
|
44
|
+
modelProperties: {
|
|
45
|
+
createdBy: {
|
|
46
|
+
serializedName: "createdBy",
|
|
47
|
+
type: {
|
|
48
|
+
name: "String"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
createdByType: {
|
|
52
|
+
serializedName: "createdByType",
|
|
53
|
+
type: {
|
|
54
|
+
name: "String"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
createdAt: {
|
|
58
|
+
serializedName: "createdAt",
|
|
59
|
+
type: {
|
|
60
|
+
name: "DateTime"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
lastModifiedBy: {
|
|
64
|
+
serializedName: "lastModifiedBy",
|
|
65
|
+
type: {
|
|
66
|
+
name: "String"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
lastModifiedByType: {
|
|
70
|
+
serializedName: "lastModifiedByType",
|
|
71
|
+
type: {
|
|
72
|
+
name: "String"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
lastModifiedAt: {
|
|
76
|
+
serializedName: "lastModifiedAt",
|
|
77
|
+
type: {
|
|
78
|
+
name: "DateTime"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
export const Identity: coreClient.CompositeMapper = {
|
|
86
|
+
type: {
|
|
87
|
+
name: "Composite",
|
|
88
|
+
className: "Identity",
|
|
89
|
+
modelProperties: {
|
|
90
|
+
principalId: {
|
|
91
|
+
serializedName: "principalId",
|
|
92
|
+
readOnly: true,
|
|
93
|
+
type: {
|
|
94
|
+
name: "String"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
tenantId: {
|
|
98
|
+
serializedName: "tenantId",
|
|
99
|
+
readOnly: true,
|
|
100
|
+
type: {
|
|
101
|
+
name: "String"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
type: {
|
|
105
|
+
serializedName: "type",
|
|
106
|
+
required: true,
|
|
107
|
+
type: {
|
|
108
|
+
name: "String"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
userAssignedIdentities: {
|
|
112
|
+
serializedName: "userAssignedIdentities",
|
|
113
|
+
type: {
|
|
114
|
+
name: "Dictionary",
|
|
115
|
+
value: {
|
|
116
|
+
type: {
|
|
117
|
+
name: "Composite",
|
|
118
|
+
className:
|
|
119
|
+
"ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties"
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
};
|
|
127
|
+
|
|
128
|
+
export const ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties: coreClient.CompositeMapper = {
|
|
129
|
+
type: {
|
|
130
|
+
name: "Composite",
|
|
131
|
+
className:
|
|
132
|
+
"ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties",
|
|
133
|
+
modelProperties: {
|
|
134
|
+
principalId: {
|
|
135
|
+
serializedName: "principalId",
|
|
136
|
+
readOnly: true,
|
|
137
|
+
type: {
|
|
138
|
+
name: "String"
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
clientId: {
|
|
142
|
+
serializedName: "clientId",
|
|
143
|
+
readOnly: true,
|
|
144
|
+
type: {
|
|
145
|
+
name: "String"
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
};
|
|
14
151
|
|
|
15
|
-
export const TrustedExternalTenant:
|
|
16
|
-
serializedName: "TrustedExternalTenant",
|
|
152
|
+
export const TrustedExternalTenant: coreClient.CompositeMapper = {
|
|
17
153
|
type: {
|
|
18
154
|
name: "Composite",
|
|
19
155
|
className: "TrustedExternalTenant",
|
|
@@ -28,36 +164,35 @@ export const TrustedExternalTenant: msRest.CompositeMapper = {
|
|
|
28
164
|
}
|
|
29
165
|
};
|
|
30
166
|
|
|
31
|
-
export const OptimizedAutoscale:
|
|
32
|
-
serializedName: "OptimizedAutoscale",
|
|
167
|
+
export const OptimizedAutoscale: coreClient.CompositeMapper = {
|
|
33
168
|
type: {
|
|
34
169
|
name: "Composite",
|
|
35
170
|
className: "OptimizedAutoscale",
|
|
36
171
|
modelProperties: {
|
|
37
172
|
version: {
|
|
38
|
-
required: true,
|
|
39
173
|
serializedName: "version",
|
|
174
|
+
required: true,
|
|
40
175
|
type: {
|
|
41
176
|
name: "Number"
|
|
42
177
|
}
|
|
43
178
|
},
|
|
44
179
|
isEnabled: {
|
|
45
|
-
required: true,
|
|
46
180
|
serializedName: "isEnabled",
|
|
181
|
+
required: true,
|
|
47
182
|
type: {
|
|
48
183
|
name: "Boolean"
|
|
49
184
|
}
|
|
50
185
|
},
|
|
51
186
|
minimum: {
|
|
52
|
-
required: true,
|
|
53
187
|
serializedName: "minimum",
|
|
188
|
+
required: true,
|
|
54
189
|
type: {
|
|
55
190
|
name: "Number"
|
|
56
191
|
}
|
|
57
192
|
},
|
|
58
193
|
maximum: {
|
|
59
|
-
required: true,
|
|
60
194
|
serializedName: "maximum",
|
|
195
|
+
required: true,
|
|
61
196
|
type: {
|
|
62
197
|
name: "Number"
|
|
63
198
|
}
|
|
@@ -66,29 +201,28 @@ export const OptimizedAutoscale: msRest.CompositeMapper = {
|
|
|
66
201
|
}
|
|
67
202
|
};
|
|
68
203
|
|
|
69
|
-
export const VirtualNetworkConfiguration:
|
|
70
|
-
serializedName: "VirtualNetworkConfiguration",
|
|
204
|
+
export const VirtualNetworkConfiguration: coreClient.CompositeMapper = {
|
|
71
205
|
type: {
|
|
72
206
|
name: "Composite",
|
|
73
207
|
className: "VirtualNetworkConfiguration",
|
|
74
208
|
modelProperties: {
|
|
75
209
|
subnetId: {
|
|
76
|
-
required: true,
|
|
77
210
|
serializedName: "subnetId",
|
|
211
|
+
required: true,
|
|
78
212
|
type: {
|
|
79
213
|
name: "String"
|
|
80
214
|
}
|
|
81
215
|
},
|
|
82
216
|
enginePublicIpId: {
|
|
83
|
-
required: true,
|
|
84
217
|
serializedName: "enginePublicIpId",
|
|
218
|
+
required: true,
|
|
85
219
|
type: {
|
|
86
220
|
name: "String"
|
|
87
221
|
}
|
|
88
222
|
},
|
|
89
223
|
dataManagementPublicIpId: {
|
|
90
|
-
required: true,
|
|
91
224
|
serializedName: "dataManagementPublicIpId",
|
|
225
|
+
required: true,
|
|
92
226
|
type: {
|
|
93
227
|
name: "String"
|
|
94
228
|
}
|
|
@@ -97,14 +231,12 @@ export const VirtualNetworkConfiguration: msRest.CompositeMapper = {
|
|
|
97
231
|
}
|
|
98
232
|
};
|
|
99
233
|
|
|
100
|
-
export const KeyVaultProperties:
|
|
101
|
-
serializedName: "KeyVaultProperties",
|
|
234
|
+
export const KeyVaultProperties: coreClient.CompositeMapper = {
|
|
102
235
|
type: {
|
|
103
236
|
name: "Composite",
|
|
104
237
|
className: "KeyVaultProperties",
|
|
105
238
|
modelProperties: {
|
|
106
239
|
keyName: {
|
|
107
|
-
required: true,
|
|
108
240
|
serializedName: "keyName",
|
|
109
241
|
type: {
|
|
110
242
|
name: "String"
|
|
@@ -117,7 +249,6 @@ export const KeyVaultProperties: msRest.CompositeMapper = {
|
|
|
117
249
|
}
|
|
118
250
|
},
|
|
119
251
|
keyVaultUri: {
|
|
120
|
-
required: true,
|
|
121
252
|
serializedName: "keyVaultUri",
|
|
122
253
|
type: {
|
|
123
254
|
name: "String"
|
|
@@ -133,8 +264,28 @@ export const KeyVaultProperties: msRest.CompositeMapper = {
|
|
|
133
264
|
}
|
|
134
265
|
};
|
|
135
266
|
|
|
136
|
-
export const
|
|
137
|
-
|
|
267
|
+
export const LanguageExtensionsList: coreClient.CompositeMapper = {
|
|
268
|
+
type: {
|
|
269
|
+
name: "Composite",
|
|
270
|
+
className: "LanguageExtensionsList",
|
|
271
|
+
modelProperties: {
|
|
272
|
+
value: {
|
|
273
|
+
serializedName: "value",
|
|
274
|
+
type: {
|
|
275
|
+
name: "Sequence",
|
|
276
|
+
element: {
|
|
277
|
+
type: {
|
|
278
|
+
name: "Composite",
|
|
279
|
+
className: "LanguageExtension"
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
};
|
|
287
|
+
|
|
288
|
+
export const LanguageExtension: coreClient.CompositeMapper = {
|
|
138
289
|
type: {
|
|
139
290
|
name: "Composite",
|
|
140
291
|
className: "LanguageExtension",
|
|
@@ -149,28 +300,13 @@ export const LanguageExtension: msRest.CompositeMapper = {
|
|
|
149
300
|
}
|
|
150
301
|
};
|
|
151
302
|
|
|
152
|
-
export const
|
|
153
|
-
serializedName: "AzureSku",
|
|
303
|
+
export const AcceptedAudiences: coreClient.CompositeMapper = {
|
|
154
304
|
type: {
|
|
155
305
|
name: "Composite",
|
|
156
|
-
className: "
|
|
306
|
+
className: "AcceptedAudiences",
|
|
157
307
|
modelProperties: {
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
serializedName: "name",
|
|
161
|
-
type: {
|
|
162
|
-
name: "String"
|
|
163
|
-
}
|
|
164
|
-
},
|
|
165
|
-
capacity: {
|
|
166
|
-
serializedName: "capacity",
|
|
167
|
-
type: {
|
|
168
|
-
name: "Number"
|
|
169
|
-
}
|
|
170
|
-
},
|
|
171
|
-
tier: {
|
|
172
|
-
required: true,
|
|
173
|
-
serializedName: "tier",
|
|
308
|
+
value: {
|
|
309
|
+
serializedName: "value",
|
|
174
310
|
type: {
|
|
175
311
|
name: "String"
|
|
176
312
|
}
|
|
@@ -179,94 +315,83 @@ export const AzureSku: msRest.CompositeMapper = {
|
|
|
179
315
|
}
|
|
180
316
|
};
|
|
181
317
|
|
|
182
|
-
export const
|
|
183
|
-
serializedName: "AzureCapacity",
|
|
318
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
184
319
|
type: {
|
|
185
320
|
name: "Composite",
|
|
186
|
-
className: "
|
|
321
|
+
className: "Resource",
|
|
187
322
|
modelProperties: {
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
323
|
+
id: {
|
|
324
|
+
serializedName: "id",
|
|
325
|
+
readOnly: true,
|
|
191
326
|
type: {
|
|
192
327
|
name: "String"
|
|
193
328
|
}
|
|
194
329
|
},
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
type: {
|
|
199
|
-
name: "Number"
|
|
200
|
-
}
|
|
201
|
-
},
|
|
202
|
-
maximum: {
|
|
203
|
-
required: true,
|
|
204
|
-
serializedName: "maximum",
|
|
330
|
+
name: {
|
|
331
|
+
serializedName: "name",
|
|
332
|
+
readOnly: true,
|
|
205
333
|
type: {
|
|
206
|
-
name: "
|
|
334
|
+
name: "String"
|
|
207
335
|
}
|
|
208
336
|
},
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
337
|
+
type: {
|
|
338
|
+
serializedName: "type",
|
|
339
|
+
readOnly: true,
|
|
212
340
|
type: {
|
|
213
|
-
name: "
|
|
341
|
+
name: "String"
|
|
214
342
|
}
|
|
215
343
|
}
|
|
216
344
|
}
|
|
217
345
|
}
|
|
218
346
|
};
|
|
219
347
|
|
|
220
|
-
export const
|
|
221
|
-
serializedName: "AzureResourceSku",
|
|
348
|
+
export const CloudError: coreClient.CompositeMapper = {
|
|
222
349
|
type: {
|
|
223
350
|
name: "Composite",
|
|
224
|
-
className: "
|
|
351
|
+
className: "CloudError",
|
|
225
352
|
modelProperties: {
|
|
226
|
-
|
|
227
|
-
serializedName: "
|
|
228
|
-
type: {
|
|
229
|
-
name: "String"
|
|
230
|
-
}
|
|
231
|
-
},
|
|
232
|
-
sku: {
|
|
233
|
-
serializedName: "sku",
|
|
234
|
-
type: {
|
|
235
|
-
name: "Composite",
|
|
236
|
-
className: "AzureSku"
|
|
237
|
-
}
|
|
238
|
-
},
|
|
239
|
-
capacity: {
|
|
240
|
-
serializedName: "capacity",
|
|
353
|
+
error: {
|
|
354
|
+
serializedName: "error",
|
|
241
355
|
type: {
|
|
242
356
|
name: "Composite",
|
|
243
|
-
className: "
|
|
357
|
+
className: "CloudErrorBody"
|
|
244
358
|
}
|
|
245
359
|
}
|
|
246
360
|
}
|
|
247
361
|
}
|
|
248
362
|
};
|
|
249
363
|
|
|
250
|
-
export const
|
|
251
|
-
serializedName: "SkuLocationInfoItem",
|
|
364
|
+
export const CloudErrorBody: coreClient.CompositeMapper = {
|
|
252
365
|
type: {
|
|
253
366
|
name: "Composite",
|
|
254
|
-
className: "
|
|
367
|
+
className: "CloudErrorBody",
|
|
255
368
|
modelProperties: {
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
serializedName: "location",
|
|
369
|
+
code: {
|
|
370
|
+
serializedName: "code",
|
|
259
371
|
type: {
|
|
260
372
|
name: "String"
|
|
261
373
|
}
|
|
262
374
|
},
|
|
263
|
-
|
|
264
|
-
serializedName: "
|
|
375
|
+
message: {
|
|
376
|
+
serializedName: "message",
|
|
377
|
+
type: {
|
|
378
|
+
name: "String"
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
target: {
|
|
382
|
+
serializedName: "target",
|
|
383
|
+
type: {
|
|
384
|
+
name: "String"
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
details: {
|
|
388
|
+
serializedName: "details",
|
|
265
389
|
type: {
|
|
266
390
|
name: "Sequence",
|
|
267
391
|
element: {
|
|
268
392
|
type: {
|
|
269
|
-
name: "
|
|
393
|
+
name: "Composite",
|
|
394
|
+
className: "CloudErrorBody"
|
|
270
395
|
}
|
|
271
396
|
}
|
|
272
397
|
}
|
|
@@ -275,66 +400,97 @@ export const SkuLocationInfoItem: msRest.CompositeMapper = {
|
|
|
275
400
|
}
|
|
276
401
|
};
|
|
277
402
|
|
|
278
|
-
export const
|
|
279
|
-
serializedName: "SkuDescription",
|
|
403
|
+
export const ClusterPrincipalAssignmentCheckNameRequest: coreClient.CompositeMapper = {
|
|
280
404
|
type: {
|
|
281
405
|
name: "Composite",
|
|
282
|
-
className: "
|
|
406
|
+
className: "ClusterPrincipalAssignmentCheckNameRequest",
|
|
283
407
|
modelProperties: {
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
408
|
+
name: {
|
|
409
|
+
serializedName: "name",
|
|
410
|
+
required: true,
|
|
411
|
+
type: {
|
|
412
|
+
name: "String"
|
|
413
|
+
}
|
|
414
|
+
},
|
|
415
|
+
type: {
|
|
416
|
+
defaultValue: "Microsoft.Kusto/clusters/principalAssignments",
|
|
417
|
+
isConstant: true,
|
|
418
|
+
serializedName: "type",
|
|
287
419
|
type: {
|
|
288
420
|
name: "String"
|
|
289
421
|
}
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
};
|
|
426
|
+
|
|
427
|
+
export const CheckNameResult: coreClient.CompositeMapper = {
|
|
428
|
+
type: {
|
|
429
|
+
name: "Composite",
|
|
430
|
+
className: "CheckNameResult",
|
|
431
|
+
modelProperties: {
|
|
432
|
+
nameAvailable: {
|
|
433
|
+
serializedName: "nameAvailable",
|
|
434
|
+
type: {
|
|
435
|
+
name: "Boolean"
|
|
436
|
+
}
|
|
290
437
|
},
|
|
291
438
|
name: {
|
|
292
|
-
readOnly: true,
|
|
293
439
|
serializedName: "name",
|
|
294
440
|
type: {
|
|
295
441
|
name: "String"
|
|
296
442
|
}
|
|
297
443
|
},
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
serializedName: "tier",
|
|
444
|
+
message: {
|
|
445
|
+
serializedName: "message",
|
|
301
446
|
type: {
|
|
302
447
|
name: "String"
|
|
303
448
|
}
|
|
304
449
|
},
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
serializedName: "locations",
|
|
450
|
+
reason: {
|
|
451
|
+
serializedName: "reason",
|
|
308
452
|
type: {
|
|
309
|
-
name: "
|
|
310
|
-
element: {
|
|
311
|
-
type: {
|
|
312
|
-
name: "String"
|
|
313
|
-
}
|
|
314
|
-
}
|
|
453
|
+
name: "String"
|
|
315
454
|
}
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
};
|
|
459
|
+
|
|
460
|
+
export const ClusterPrincipalAssignmentListResult: coreClient.CompositeMapper = {
|
|
461
|
+
type: {
|
|
462
|
+
name: "Composite",
|
|
463
|
+
className: "ClusterPrincipalAssignmentListResult",
|
|
464
|
+
modelProperties: {
|
|
465
|
+
value: {
|
|
466
|
+
serializedName: "value",
|
|
320
467
|
type: {
|
|
321
468
|
name: "Sequence",
|
|
322
469
|
element: {
|
|
323
470
|
type: {
|
|
324
471
|
name: "Composite",
|
|
325
|
-
className: "
|
|
472
|
+
className: "ClusterPrincipalAssignment"
|
|
326
473
|
}
|
|
327
474
|
}
|
|
328
475
|
}
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
};
|
|
480
|
+
|
|
481
|
+
export const FollowerDatabaseListResult: coreClient.CompositeMapper = {
|
|
482
|
+
type: {
|
|
483
|
+
name: "Composite",
|
|
484
|
+
className: "FollowerDatabaseListResult",
|
|
485
|
+
modelProperties: {
|
|
486
|
+
value: {
|
|
487
|
+
serializedName: "value",
|
|
333
488
|
type: {
|
|
334
489
|
name: "Sequence",
|
|
335
490
|
element: {
|
|
336
491
|
type: {
|
|
337
|
-
name: "
|
|
492
|
+
name: "Composite",
|
|
493
|
+
className: "FollowerDatabaseDefinition"
|
|
338
494
|
}
|
|
339
495
|
}
|
|
340
496
|
}
|
|
@@ -343,30 +499,43 @@ export const SkuDescription: msRest.CompositeMapper = {
|
|
|
343
499
|
}
|
|
344
500
|
};
|
|
345
501
|
|
|
346
|
-
export const
|
|
347
|
-
serializedName: "DatabaseStatistics",
|
|
502
|
+
export const FollowerDatabaseDefinition: coreClient.CompositeMapper = {
|
|
348
503
|
type: {
|
|
349
504
|
name: "Composite",
|
|
350
|
-
className: "
|
|
505
|
+
className: "FollowerDatabaseDefinition",
|
|
351
506
|
modelProperties: {
|
|
352
|
-
|
|
353
|
-
serializedName: "
|
|
507
|
+
clusterResourceId: {
|
|
508
|
+
serializedName: "clusterResourceId",
|
|
509
|
+
required: true,
|
|
354
510
|
type: {
|
|
355
|
-
name: "
|
|
511
|
+
name: "String"
|
|
512
|
+
}
|
|
513
|
+
},
|
|
514
|
+
attachedDatabaseConfigurationName: {
|
|
515
|
+
serializedName: "attachedDatabaseConfigurationName",
|
|
516
|
+
required: true,
|
|
517
|
+
type: {
|
|
518
|
+
name: "String"
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
databaseName: {
|
|
522
|
+
serializedName: "databaseName",
|
|
523
|
+
readOnly: true,
|
|
524
|
+
type: {
|
|
525
|
+
name: "String"
|
|
356
526
|
}
|
|
357
527
|
}
|
|
358
528
|
}
|
|
359
529
|
}
|
|
360
530
|
};
|
|
361
531
|
|
|
362
|
-
export const
|
|
363
|
-
serializedName: "TableLevelSharingProperties",
|
|
532
|
+
export const DiagnoseVirtualNetworkResult: coreClient.CompositeMapper = {
|
|
364
533
|
type: {
|
|
365
534
|
name: "Composite",
|
|
366
|
-
className: "
|
|
535
|
+
className: "DiagnoseVirtualNetworkResult",
|
|
367
536
|
modelProperties: {
|
|
368
|
-
|
|
369
|
-
serializedName: "
|
|
537
|
+
findings: {
|
|
538
|
+
serializedName: "findings",
|
|
370
539
|
type: {
|
|
371
540
|
name: "Sequence",
|
|
372
541
|
element: {
|
|
@@ -375,31 +544,83 @@ export const TableLevelSharingProperties: msRest.CompositeMapper = {
|
|
|
375
544
|
}
|
|
376
545
|
}
|
|
377
546
|
}
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
};
|
|
551
|
+
|
|
552
|
+
export const ClusterListResult: coreClient.CompositeMapper = {
|
|
553
|
+
type: {
|
|
554
|
+
name: "Composite",
|
|
555
|
+
className: "ClusterListResult",
|
|
556
|
+
modelProperties: {
|
|
557
|
+
value: {
|
|
558
|
+
serializedName: "value",
|
|
381
559
|
type: {
|
|
382
560
|
name: "Sequence",
|
|
383
561
|
element: {
|
|
384
562
|
type: {
|
|
385
|
-
name: "
|
|
563
|
+
name: "Composite",
|
|
564
|
+
className: "Cluster"
|
|
386
565
|
}
|
|
387
566
|
}
|
|
388
567
|
}
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
};
|
|
572
|
+
|
|
573
|
+
export const SkuDescriptionList: coreClient.CompositeMapper = {
|
|
574
|
+
type: {
|
|
575
|
+
name: "Composite",
|
|
576
|
+
className: "SkuDescriptionList",
|
|
577
|
+
modelProperties: {
|
|
578
|
+
value: {
|
|
579
|
+
serializedName: "value",
|
|
580
|
+
readOnly: true,
|
|
392
581
|
type: {
|
|
393
582
|
name: "Sequence",
|
|
394
583
|
element: {
|
|
395
584
|
type: {
|
|
396
|
-
name: "
|
|
585
|
+
name: "Composite",
|
|
586
|
+
className: "SkuDescription"
|
|
397
587
|
}
|
|
398
588
|
}
|
|
399
589
|
}
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
};
|
|
594
|
+
|
|
595
|
+
export const SkuDescription: coreClient.CompositeMapper = {
|
|
596
|
+
type: {
|
|
597
|
+
name: "Composite",
|
|
598
|
+
className: "SkuDescription",
|
|
599
|
+
modelProperties: {
|
|
600
|
+
resourceType: {
|
|
601
|
+
serializedName: "resourceType",
|
|
602
|
+
readOnly: true,
|
|
603
|
+
type: {
|
|
604
|
+
name: "String"
|
|
605
|
+
}
|
|
400
606
|
},
|
|
401
|
-
|
|
402
|
-
serializedName: "
|
|
607
|
+
name: {
|
|
608
|
+
serializedName: "name",
|
|
609
|
+
readOnly: true,
|
|
610
|
+
type: {
|
|
611
|
+
name: "String"
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
tier: {
|
|
615
|
+
serializedName: "tier",
|
|
616
|
+
readOnly: true,
|
|
617
|
+
type: {
|
|
618
|
+
name: "String"
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
locations: {
|
|
622
|
+
serializedName: "locations",
|
|
623
|
+
readOnly: true,
|
|
403
624
|
type: {
|
|
404
625
|
name: "Sequence",
|
|
405
626
|
element: {
|
|
@@ -409,24 +630,28 @@ export const TableLevelSharingProperties: msRest.CompositeMapper = {
|
|
|
409
630
|
}
|
|
410
631
|
}
|
|
411
632
|
},
|
|
412
|
-
|
|
413
|
-
serializedName: "
|
|
633
|
+
locationInfo: {
|
|
634
|
+
serializedName: "locationInfo",
|
|
635
|
+
readOnly: true,
|
|
414
636
|
type: {
|
|
415
637
|
name: "Sequence",
|
|
416
638
|
element: {
|
|
417
639
|
type: {
|
|
418
|
-
name: "
|
|
640
|
+
name: "Composite",
|
|
641
|
+
className: "SkuLocationInfoItem"
|
|
419
642
|
}
|
|
420
643
|
}
|
|
421
644
|
}
|
|
422
645
|
},
|
|
423
|
-
|
|
424
|
-
serializedName: "
|
|
646
|
+
restrictions: {
|
|
647
|
+
serializedName: "restrictions",
|
|
648
|
+
readOnly: true,
|
|
425
649
|
type: {
|
|
426
650
|
name: "Sequence",
|
|
427
651
|
element: {
|
|
428
652
|
type: {
|
|
429
|
-
name: "
|
|
653
|
+
name: "Dictionary",
|
|
654
|
+
value: { type: { name: "any" } }
|
|
430
655
|
}
|
|
431
656
|
}
|
|
432
657
|
}
|
|
@@ -435,125 +660,100 @@ export const TableLevelSharingProperties: msRest.CompositeMapper = {
|
|
|
435
660
|
}
|
|
436
661
|
};
|
|
437
662
|
|
|
438
|
-
export const
|
|
439
|
-
serializedName: "Identity_userAssignedIdentitiesValue",
|
|
663
|
+
export const SkuLocationInfoItem: coreClient.CompositeMapper = {
|
|
440
664
|
type: {
|
|
441
665
|
name: "Composite",
|
|
442
|
-
className: "
|
|
666
|
+
className: "SkuLocationInfoItem",
|
|
443
667
|
modelProperties: {
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
668
|
+
location: {
|
|
669
|
+
serializedName: "location",
|
|
670
|
+
required: true,
|
|
447
671
|
type: {
|
|
448
672
|
name: "String"
|
|
449
673
|
}
|
|
450
674
|
},
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
serializedName: "clientId",
|
|
675
|
+
zones: {
|
|
676
|
+
serializedName: "zones",
|
|
454
677
|
type: {
|
|
455
|
-
name: "
|
|
678
|
+
name: "Sequence",
|
|
679
|
+
element: {
|
|
680
|
+
type: {
|
|
681
|
+
name: "String"
|
|
682
|
+
}
|
|
683
|
+
}
|
|
456
684
|
}
|
|
457
685
|
}
|
|
458
686
|
}
|
|
459
687
|
}
|
|
460
688
|
};
|
|
461
689
|
|
|
462
|
-
export const
|
|
463
|
-
serializedName: "Identity",
|
|
690
|
+
export const ClusterCheckNameRequest: coreClient.CompositeMapper = {
|
|
464
691
|
type: {
|
|
465
692
|
name: "Composite",
|
|
466
|
-
className: "
|
|
693
|
+
className: "ClusterCheckNameRequest",
|
|
467
694
|
modelProperties: {
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
type: {
|
|
472
|
-
name: "String"
|
|
473
|
-
}
|
|
474
|
-
},
|
|
475
|
-
tenantId: {
|
|
476
|
-
readOnly: true,
|
|
477
|
-
serializedName: "tenantId",
|
|
695
|
+
name: {
|
|
696
|
+
serializedName: "name",
|
|
697
|
+
required: true,
|
|
478
698
|
type: {
|
|
479
699
|
name: "String"
|
|
480
700
|
}
|
|
481
701
|
},
|
|
482
702
|
type: {
|
|
483
|
-
|
|
703
|
+
defaultValue: "Microsoft.Kusto/clusters",
|
|
704
|
+
isConstant: true,
|
|
484
705
|
serializedName: "type",
|
|
485
706
|
type: {
|
|
486
707
|
name: "String"
|
|
487
708
|
}
|
|
488
|
-
},
|
|
489
|
-
userAssignedIdentities: {
|
|
490
|
-
serializedName: "userAssignedIdentities",
|
|
491
|
-
type: {
|
|
492
|
-
name: "Dictionary",
|
|
493
|
-
value: {
|
|
494
|
-
type: {
|
|
495
|
-
name: "Composite",
|
|
496
|
-
className: "IdentityUserAssignedIdentitiesValue"
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
}
|
|
500
709
|
}
|
|
501
710
|
}
|
|
502
711
|
}
|
|
503
712
|
};
|
|
504
713
|
|
|
505
|
-
export const
|
|
506
|
-
serializedName: "Resource",
|
|
714
|
+
export const CheckNameRequest: coreClient.CompositeMapper = {
|
|
507
715
|
type: {
|
|
508
716
|
name: "Composite",
|
|
509
|
-
className: "
|
|
717
|
+
className: "CheckNameRequest",
|
|
510
718
|
modelProperties: {
|
|
511
|
-
id: {
|
|
512
|
-
readOnly: true,
|
|
513
|
-
serializedName: "id",
|
|
514
|
-
type: {
|
|
515
|
-
name: "String"
|
|
516
|
-
}
|
|
517
|
-
},
|
|
518
719
|
name: {
|
|
519
|
-
readOnly: true,
|
|
520
720
|
serializedName: "name",
|
|
721
|
+
required: true,
|
|
521
722
|
type: {
|
|
522
723
|
name: "String"
|
|
523
724
|
}
|
|
524
725
|
},
|
|
525
726
|
type: {
|
|
526
|
-
readOnly: true,
|
|
527
727
|
serializedName: "type",
|
|
728
|
+
required: true,
|
|
528
729
|
type: {
|
|
529
|
-
name: "
|
|
530
|
-
|
|
531
|
-
|
|
730
|
+
name: "Enum",
|
|
731
|
+
allowedValues: [
|
|
732
|
+
"Microsoft.Kusto/clusters/databases",
|
|
733
|
+
"Microsoft.Kusto/clusters/attachedDatabaseConfigurations"
|
|
734
|
+
]
|
|
735
|
+
}
|
|
736
|
+
}
|
|
532
737
|
}
|
|
533
738
|
}
|
|
534
739
|
};
|
|
535
740
|
|
|
536
|
-
export const
|
|
537
|
-
serializedName: "TrackedResource",
|
|
741
|
+
export const AttachedDatabaseConfigurationsCheckNameRequest: coreClient.CompositeMapper = {
|
|
538
742
|
type: {
|
|
539
743
|
name: "Composite",
|
|
540
|
-
className: "
|
|
744
|
+
className: "AttachedDatabaseConfigurationsCheckNameRequest",
|
|
541
745
|
modelProperties: {
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
746
|
+
name: {
|
|
747
|
+
serializedName: "name",
|
|
748
|
+
required: true,
|
|
545
749
|
type: {
|
|
546
|
-
name: "
|
|
547
|
-
value: {
|
|
548
|
-
type: {
|
|
549
|
-
name: "String"
|
|
550
|
-
}
|
|
551
|
-
}
|
|
750
|
+
name: "String"
|
|
552
751
|
}
|
|
553
752
|
},
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
753
|
+
type: {
|
|
754
|
+
defaultValue: "Microsoft.Kusto/clusters/attachedDatabaseConfigurations",
|
|
755
|
+
isConstant: true,
|
|
756
|
+
serializedName: "type",
|
|
557
757
|
type: {
|
|
558
758
|
name: "String"
|
|
559
759
|
}
|
|
@@ -562,152 +762,251 @@ export const TrackedResource: msRest.CompositeMapper = {
|
|
|
562
762
|
}
|
|
563
763
|
};
|
|
564
764
|
|
|
565
|
-
export const
|
|
566
|
-
serializedName: "Cluster",
|
|
765
|
+
export const ManagedPrivateEndpointsCheckNameRequest: coreClient.CompositeMapper = {
|
|
567
766
|
type: {
|
|
568
767
|
name: "Composite",
|
|
569
|
-
className: "
|
|
768
|
+
className: "ManagedPrivateEndpointsCheckNameRequest",
|
|
570
769
|
modelProperties: {
|
|
571
|
-
|
|
572
|
-
|
|
770
|
+
name: {
|
|
771
|
+
serializedName: "name",
|
|
573
772
|
required: true,
|
|
574
|
-
serializedName: "sku",
|
|
575
773
|
type: {
|
|
576
|
-
name: "
|
|
577
|
-
className: "AzureSku"
|
|
774
|
+
name: "String"
|
|
578
775
|
}
|
|
579
776
|
},
|
|
580
|
-
|
|
581
|
-
|
|
777
|
+
type: {
|
|
778
|
+
defaultValue: "Microsoft.Kusto/clusters/managedPrivateEndpoints",
|
|
779
|
+
isConstant: true,
|
|
780
|
+
serializedName: "type",
|
|
781
|
+
type: {
|
|
782
|
+
name: "String"
|
|
783
|
+
}
|
|
784
|
+
}
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
};
|
|
788
|
+
|
|
789
|
+
export const ListResourceSkusResult: coreClient.CompositeMapper = {
|
|
790
|
+
type: {
|
|
791
|
+
name: "Composite",
|
|
792
|
+
className: "ListResourceSkusResult",
|
|
793
|
+
modelProperties: {
|
|
794
|
+
value: {
|
|
795
|
+
serializedName: "value",
|
|
582
796
|
type: {
|
|
583
797
|
name: "Sequence",
|
|
584
798
|
element: {
|
|
585
799
|
type: {
|
|
586
|
-
name: "
|
|
800
|
+
name: "Composite",
|
|
801
|
+
className: "AzureResourceSku"
|
|
587
802
|
}
|
|
588
803
|
}
|
|
589
804
|
}
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
}
|
|
808
|
+
};
|
|
809
|
+
|
|
810
|
+
export const AzureResourceSku: coreClient.CompositeMapper = {
|
|
811
|
+
type: {
|
|
812
|
+
name: "Composite",
|
|
813
|
+
className: "AzureResourceSku",
|
|
814
|
+
modelProperties: {
|
|
815
|
+
resourceType: {
|
|
816
|
+
serializedName: "resourceType",
|
|
817
|
+
type: {
|
|
818
|
+
name: "String"
|
|
819
|
+
}
|
|
590
820
|
},
|
|
591
|
-
|
|
592
|
-
serializedName: "
|
|
821
|
+
sku: {
|
|
822
|
+
serializedName: "sku",
|
|
593
823
|
type: {
|
|
594
824
|
name: "Composite",
|
|
595
|
-
className: "
|
|
825
|
+
className: "AzureSku"
|
|
596
826
|
}
|
|
597
827
|
},
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
828
|
+
capacity: {
|
|
829
|
+
serializedName: "capacity",
|
|
830
|
+
type: {
|
|
831
|
+
name: "Composite",
|
|
832
|
+
className: "AzureCapacity"
|
|
833
|
+
}
|
|
834
|
+
}
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
};
|
|
838
|
+
|
|
839
|
+
export const AzureCapacity: coreClient.CompositeMapper = {
|
|
840
|
+
type: {
|
|
841
|
+
name: "Composite",
|
|
842
|
+
className: "AzureCapacity",
|
|
843
|
+
modelProperties: {
|
|
844
|
+
scaleType: {
|
|
845
|
+
serializedName: "scaleType",
|
|
846
|
+
required: true,
|
|
601
847
|
type: {
|
|
602
848
|
name: "String"
|
|
603
849
|
}
|
|
604
850
|
},
|
|
605
|
-
|
|
606
|
-
serializedName: "
|
|
851
|
+
minimum: {
|
|
852
|
+
serializedName: "minimum",
|
|
853
|
+
required: true,
|
|
607
854
|
type: {
|
|
608
|
-
name: "
|
|
855
|
+
name: "Number"
|
|
609
856
|
}
|
|
610
857
|
},
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
858
|
+
maximum: {
|
|
859
|
+
serializedName: "maximum",
|
|
860
|
+
required: true,
|
|
614
861
|
type: {
|
|
615
|
-
name: "
|
|
862
|
+
name: "Number"
|
|
616
863
|
}
|
|
617
864
|
},
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
865
|
+
default: {
|
|
866
|
+
serializedName: "default",
|
|
867
|
+
required: true,
|
|
868
|
+
type: {
|
|
869
|
+
name: "Number"
|
|
870
|
+
}
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
};
|
|
875
|
+
|
|
876
|
+
export const DatabaseListResult: coreClient.CompositeMapper = {
|
|
877
|
+
type: {
|
|
878
|
+
name: "Composite",
|
|
879
|
+
className: "DatabaseListResult",
|
|
880
|
+
modelProperties: {
|
|
881
|
+
value: {
|
|
882
|
+
serializedName: "value",
|
|
883
|
+
type: {
|
|
884
|
+
name: "Sequence",
|
|
885
|
+
element: {
|
|
886
|
+
type: {
|
|
887
|
+
name: "Composite",
|
|
888
|
+
className: "Database"
|
|
889
|
+
}
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
}
|
|
895
|
+
};
|
|
896
|
+
|
|
897
|
+
export const DatabasePrincipalAssignmentCheckNameRequest: coreClient.CompositeMapper = {
|
|
898
|
+
type: {
|
|
899
|
+
name: "Composite",
|
|
900
|
+
className: "DatabasePrincipalAssignmentCheckNameRequest",
|
|
901
|
+
modelProperties: {
|
|
902
|
+
name: {
|
|
903
|
+
serializedName: "name",
|
|
904
|
+
required: true,
|
|
621
905
|
type: {
|
|
622
906
|
name: "String"
|
|
623
907
|
}
|
|
624
908
|
},
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
909
|
+
type: {
|
|
910
|
+
defaultValue: "Microsoft.Kusto/clusters/databases/principalAssignments",
|
|
911
|
+
isConstant: true,
|
|
912
|
+
serializedName: "type",
|
|
628
913
|
type: {
|
|
629
914
|
name: "String"
|
|
630
915
|
}
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
};
|
|
920
|
+
|
|
921
|
+
export const DatabasePrincipalAssignmentListResult: coreClient.CompositeMapper = {
|
|
922
|
+
type: {
|
|
923
|
+
name: "Composite",
|
|
924
|
+
className: "DatabasePrincipalAssignmentListResult",
|
|
925
|
+
modelProperties: {
|
|
926
|
+
value: {
|
|
927
|
+
serializedName: "value",
|
|
634
928
|
type: {
|
|
635
929
|
name: "Sequence",
|
|
636
930
|
element: {
|
|
637
931
|
type: {
|
|
638
932
|
name: "Composite",
|
|
639
|
-
className: "
|
|
933
|
+
className: "DatabasePrincipalAssignment"
|
|
640
934
|
}
|
|
641
935
|
}
|
|
642
936
|
}
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
};
|
|
941
|
+
|
|
942
|
+
export const DatabasePrincipalListResult: coreClient.CompositeMapper = {
|
|
943
|
+
type: {
|
|
944
|
+
name: "Composite",
|
|
945
|
+
className: "DatabasePrincipalListResult",
|
|
946
|
+
modelProperties: {
|
|
947
|
+
value: {
|
|
948
|
+
serializedName: "value",
|
|
646
949
|
type: {
|
|
647
|
-
name: "
|
|
648
|
-
|
|
950
|
+
name: "Sequence",
|
|
951
|
+
element: {
|
|
952
|
+
type: {
|
|
953
|
+
name: "Composite",
|
|
954
|
+
className: "DatabasePrincipal"
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
}
|
|
961
|
+
};
|
|
962
|
+
|
|
963
|
+
export const DatabasePrincipal: coreClient.CompositeMapper = {
|
|
964
|
+
type: {
|
|
965
|
+
name: "Composite",
|
|
966
|
+
className: "DatabasePrincipal",
|
|
967
|
+
modelProperties: {
|
|
968
|
+
role: {
|
|
969
|
+
serializedName: "role",
|
|
970
|
+
required: true,
|
|
971
|
+
type: {
|
|
972
|
+
name: "String"
|
|
649
973
|
}
|
|
650
974
|
},
|
|
651
|
-
|
|
652
|
-
serializedName: "
|
|
653
|
-
|
|
975
|
+
name: {
|
|
976
|
+
serializedName: "name",
|
|
977
|
+
required: true,
|
|
654
978
|
type: {
|
|
655
|
-
name: "
|
|
979
|
+
name: "String"
|
|
656
980
|
}
|
|
657
981
|
},
|
|
658
|
-
|
|
659
|
-
serializedName: "
|
|
660
|
-
|
|
982
|
+
type: {
|
|
983
|
+
serializedName: "type",
|
|
984
|
+
required: true,
|
|
661
985
|
type: {
|
|
662
|
-
name: "
|
|
986
|
+
name: "String"
|
|
663
987
|
}
|
|
664
988
|
},
|
|
665
|
-
|
|
666
|
-
serializedName: "
|
|
989
|
+
fqn: {
|
|
990
|
+
serializedName: "fqn",
|
|
667
991
|
type: {
|
|
668
|
-
name: "
|
|
669
|
-
className: "VirtualNetworkConfiguration"
|
|
992
|
+
name: "String"
|
|
670
993
|
}
|
|
671
994
|
},
|
|
672
|
-
|
|
673
|
-
serializedName: "
|
|
995
|
+
email: {
|
|
996
|
+
serializedName: "email",
|
|
674
997
|
type: {
|
|
675
|
-
name: "
|
|
676
|
-
className: "KeyVaultProperties"
|
|
998
|
+
name: "String"
|
|
677
999
|
}
|
|
678
1000
|
},
|
|
679
|
-
|
|
680
|
-
serializedName: "
|
|
681
|
-
defaultValue: false,
|
|
1001
|
+
appId: {
|
|
1002
|
+
serializedName: "appId",
|
|
682
1003
|
type: {
|
|
683
|
-
name: "
|
|
1004
|
+
name: "String"
|
|
684
1005
|
}
|
|
685
1006
|
},
|
|
686
|
-
|
|
1007
|
+
tenantName: {
|
|
1008
|
+
serializedName: "tenantName",
|
|
687
1009
|
readOnly: true,
|
|
688
|
-
serializedName: "properties.languageExtensions",
|
|
689
|
-
type: {
|
|
690
|
-
name: "Composite",
|
|
691
|
-
className: "LanguageExtensionsList"
|
|
692
|
-
}
|
|
693
|
-
},
|
|
694
|
-
enableDoubleEncryption: {
|
|
695
|
-
serializedName: "properties.enableDoubleEncryption",
|
|
696
|
-
defaultValue: false,
|
|
697
|
-
type: {
|
|
698
|
-
name: "Boolean"
|
|
699
|
-
}
|
|
700
|
-
},
|
|
701
|
-
engineType: {
|
|
702
|
-
serializedName: "properties.engineType",
|
|
703
|
-
defaultValue: "V3",
|
|
704
|
-
type: {
|
|
705
|
-
name: "String"
|
|
706
|
-
}
|
|
707
|
-
},
|
|
708
|
-
etag: {
|
|
709
|
-
readOnly: true,
|
|
710
|
-
serializedName: "etag",
|
|
711
1010
|
type: {
|
|
712
1011
|
name: "String"
|
|
713
1012
|
}
|
|
@@ -716,205 +1015,287 @@ export const Cluster: msRest.CompositeMapper = {
|
|
|
716
1015
|
}
|
|
717
1016
|
};
|
|
718
1017
|
|
|
719
|
-
export const
|
|
720
|
-
serializedName: "ClusterUpdate",
|
|
1018
|
+
export const DatabasePrincipalListRequest: coreClient.CompositeMapper = {
|
|
721
1019
|
type: {
|
|
722
1020
|
name: "Composite",
|
|
723
|
-
className: "
|
|
1021
|
+
className: "DatabasePrincipalListRequest",
|
|
724
1022
|
modelProperties: {
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
serializedName: "tags",
|
|
1023
|
+
value: {
|
|
1024
|
+
serializedName: "value",
|
|
728
1025
|
type: {
|
|
729
|
-
name: "
|
|
730
|
-
|
|
1026
|
+
name: "Sequence",
|
|
1027
|
+
element: {
|
|
731
1028
|
type: {
|
|
732
|
-
name: "
|
|
1029
|
+
name: "Composite",
|
|
1030
|
+
className: "DatabasePrincipal"
|
|
733
1031
|
}
|
|
734
1032
|
}
|
|
735
1033
|
}
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1037
|
+
};
|
|
1038
|
+
|
|
1039
|
+
export const ScriptListResult: coreClient.CompositeMapper = {
|
|
1040
|
+
type: {
|
|
1041
|
+
name: "Composite",
|
|
1042
|
+
className: "ScriptListResult",
|
|
1043
|
+
modelProperties: {
|
|
1044
|
+
value: {
|
|
1045
|
+
serializedName: "value",
|
|
739
1046
|
type: {
|
|
740
|
-
name: "
|
|
1047
|
+
name: "Sequence",
|
|
1048
|
+
element: {
|
|
1049
|
+
type: {
|
|
1050
|
+
name: "Composite",
|
|
1051
|
+
className: "Script"
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
741
1054
|
}
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
};
|
|
1059
|
+
|
|
1060
|
+
export const ManagedPrivateEndpointListResult: coreClient.CompositeMapper = {
|
|
1061
|
+
type: {
|
|
1062
|
+
name: "Composite",
|
|
1063
|
+
className: "ManagedPrivateEndpointListResult",
|
|
1064
|
+
modelProperties: {
|
|
1065
|
+
value: {
|
|
1066
|
+
serializedName: "value",
|
|
745
1067
|
type: {
|
|
746
|
-
name: "
|
|
747
|
-
|
|
1068
|
+
name: "Sequence",
|
|
1069
|
+
element: {
|
|
1070
|
+
type: {
|
|
1071
|
+
name: "Composite",
|
|
1072
|
+
className: "ManagedPrivateEndpoint"
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
748
1075
|
}
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
|
|
1076
|
+
}
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
};
|
|
1080
|
+
|
|
1081
|
+
export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
|
|
1082
|
+
type: {
|
|
1083
|
+
name: "Composite",
|
|
1084
|
+
className: "PrivateEndpointConnectionListResult",
|
|
1085
|
+
modelProperties: {
|
|
1086
|
+
value: {
|
|
1087
|
+
serializedName: "value",
|
|
752
1088
|
type: {
|
|
753
|
-
name: "
|
|
754
|
-
|
|
1089
|
+
name: "Sequence",
|
|
1090
|
+
element: {
|
|
1091
|
+
type: {
|
|
1092
|
+
name: "Composite",
|
|
1093
|
+
className: "PrivateEndpointConnection"
|
|
1094
|
+
}
|
|
1095
|
+
}
|
|
755
1096
|
}
|
|
756
|
-
}
|
|
757
|
-
|
|
1097
|
+
}
|
|
1098
|
+
}
|
|
1099
|
+
}
|
|
1100
|
+
};
|
|
1101
|
+
|
|
1102
|
+
export const PrivateEndpointProperty: coreClient.CompositeMapper = {
|
|
1103
|
+
type: {
|
|
1104
|
+
name: "Composite",
|
|
1105
|
+
className: "PrivateEndpointProperty",
|
|
1106
|
+
modelProperties: {
|
|
1107
|
+
id: {
|
|
1108
|
+
serializedName: "id",
|
|
758
1109
|
readOnly: true,
|
|
759
|
-
serializedName: "properties.state",
|
|
760
|
-
type: {
|
|
761
|
-
name: "String"
|
|
762
|
-
}
|
|
763
|
-
},
|
|
764
|
-
provisioningState: {
|
|
765
|
-
serializedName: "properties.provisioningState",
|
|
766
1110
|
type: {
|
|
767
1111
|
name: "String"
|
|
768
1112
|
}
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
1113
|
+
}
|
|
1114
|
+
}
|
|
1115
|
+
}
|
|
1116
|
+
};
|
|
1117
|
+
|
|
1118
|
+
export const PrivateLinkServiceConnectionStateProperty: coreClient.CompositeMapper = {
|
|
1119
|
+
type: {
|
|
1120
|
+
name: "Composite",
|
|
1121
|
+
className: "PrivateLinkServiceConnectionStateProperty",
|
|
1122
|
+
modelProperties: {
|
|
1123
|
+
status: {
|
|
1124
|
+
serializedName: "status",
|
|
773
1125
|
type: {
|
|
774
1126
|
name: "String"
|
|
775
1127
|
}
|
|
776
1128
|
},
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
serializedName: "properties.dataIngestionUri",
|
|
1129
|
+
description: {
|
|
1130
|
+
serializedName: "description",
|
|
780
1131
|
type: {
|
|
781
1132
|
name: "String"
|
|
782
1133
|
}
|
|
783
1134
|
},
|
|
784
|
-
|
|
1135
|
+
actionsRequired: {
|
|
1136
|
+
serializedName: "actionsRequired",
|
|
785
1137
|
readOnly: true,
|
|
786
|
-
serializedName: "properties.stateReason",
|
|
787
1138
|
type: {
|
|
788
1139
|
name: "String"
|
|
789
1140
|
}
|
|
790
|
-
}
|
|
791
|
-
|
|
792
|
-
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
}
|
|
1144
|
+
};
|
|
1145
|
+
|
|
1146
|
+
export const PrivateLinkResourceListResult: coreClient.CompositeMapper = {
|
|
1147
|
+
type: {
|
|
1148
|
+
name: "Composite",
|
|
1149
|
+
className: "PrivateLinkResourceListResult",
|
|
1150
|
+
modelProperties: {
|
|
1151
|
+
value: {
|
|
1152
|
+
serializedName: "value",
|
|
793
1153
|
type: {
|
|
794
1154
|
name: "Sequence",
|
|
795
1155
|
element: {
|
|
796
1156
|
type: {
|
|
797
1157
|
name: "Composite",
|
|
798
|
-
className: "
|
|
1158
|
+
className: "PrivateLinkResource"
|
|
799
1159
|
}
|
|
800
1160
|
}
|
|
801
1161
|
}
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
}
|
|
816
|
-
},
|
|
817
|
-
enableStreamingIngest: {
|
|
818
|
-
serializedName: "properties.enableStreamingIngest",
|
|
819
|
-
defaultValue: false,
|
|
820
|
-
type: {
|
|
821
|
-
name: "Boolean"
|
|
822
|
-
}
|
|
823
|
-
},
|
|
824
|
-
virtualNetworkConfiguration: {
|
|
825
|
-
serializedName: "properties.virtualNetworkConfiguration",
|
|
826
|
-
type: {
|
|
827
|
-
name: "Composite",
|
|
828
|
-
className: "VirtualNetworkConfiguration"
|
|
829
|
-
}
|
|
830
|
-
},
|
|
831
|
-
keyVaultProperties: {
|
|
832
|
-
serializedName: "properties.keyVaultProperties",
|
|
833
|
-
type: {
|
|
834
|
-
name: "Composite",
|
|
835
|
-
className: "KeyVaultProperties"
|
|
836
|
-
}
|
|
837
|
-
},
|
|
838
|
-
enablePurge: {
|
|
839
|
-
serializedName: "properties.enablePurge",
|
|
840
|
-
defaultValue: false,
|
|
1162
|
+
}
|
|
1163
|
+
}
|
|
1164
|
+
}
|
|
1165
|
+
};
|
|
1166
|
+
|
|
1167
|
+
export const OutboundNetworkDependenciesEndpointListResult: coreClient.CompositeMapper = {
|
|
1168
|
+
type: {
|
|
1169
|
+
name: "Composite",
|
|
1170
|
+
className: "OutboundNetworkDependenciesEndpointListResult",
|
|
1171
|
+
modelProperties: {
|
|
1172
|
+
value: {
|
|
1173
|
+
serializedName: "value",
|
|
1174
|
+
required: true,
|
|
841
1175
|
type: {
|
|
842
|
-
name: "
|
|
1176
|
+
name: "Sequence",
|
|
1177
|
+
element: {
|
|
1178
|
+
type: {
|
|
1179
|
+
name: "Composite",
|
|
1180
|
+
className: "OutboundNetworkDependenciesEndpoint"
|
|
1181
|
+
}
|
|
1182
|
+
}
|
|
843
1183
|
}
|
|
844
1184
|
},
|
|
845
|
-
|
|
1185
|
+
nextLink: {
|
|
1186
|
+
serializedName: "nextLink",
|
|
846
1187
|
readOnly: true,
|
|
847
|
-
serializedName: "properties.languageExtensions",
|
|
848
1188
|
type: {
|
|
849
|
-
name: "
|
|
850
|
-
className: "LanguageExtensionsList"
|
|
1189
|
+
name: "String"
|
|
851
1190
|
}
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
1191
|
+
}
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1194
|
+
};
|
|
1195
|
+
|
|
1196
|
+
export const EndpointDependency: coreClient.CompositeMapper = {
|
|
1197
|
+
type: {
|
|
1198
|
+
name: "Composite",
|
|
1199
|
+
className: "EndpointDependency",
|
|
1200
|
+
modelProperties: {
|
|
1201
|
+
domainName: {
|
|
1202
|
+
serializedName: "domainName",
|
|
856
1203
|
type: {
|
|
857
|
-
name: "
|
|
1204
|
+
name: "String"
|
|
858
1205
|
}
|
|
859
1206
|
},
|
|
860
|
-
|
|
861
|
-
serializedName: "
|
|
862
|
-
defaultValue: "V3",
|
|
1207
|
+
endpointDetails: {
|
|
1208
|
+
serializedName: "endpointDetails",
|
|
863
1209
|
type: {
|
|
864
|
-
name: "
|
|
1210
|
+
name: "Sequence",
|
|
1211
|
+
element: {
|
|
1212
|
+
type: {
|
|
1213
|
+
name: "Composite",
|
|
1214
|
+
className: "EndpointDetail"
|
|
1215
|
+
}
|
|
1216
|
+
}
|
|
865
1217
|
}
|
|
866
1218
|
}
|
|
867
1219
|
}
|
|
868
1220
|
}
|
|
869
1221
|
};
|
|
870
1222
|
|
|
871
|
-
export const
|
|
872
|
-
serializedName: "ProxyResource",
|
|
1223
|
+
export const EndpointDetail: coreClient.CompositeMapper = {
|
|
873
1224
|
type: {
|
|
874
1225
|
name: "Composite",
|
|
875
|
-
className: "
|
|
1226
|
+
className: "EndpointDetail",
|
|
876
1227
|
modelProperties: {
|
|
877
|
-
|
|
1228
|
+
port: {
|
|
1229
|
+
serializedName: "port",
|
|
1230
|
+
type: {
|
|
1231
|
+
name: "Number"
|
|
1232
|
+
}
|
|
1233
|
+
}
|
|
878
1234
|
}
|
|
879
1235
|
}
|
|
880
1236
|
};
|
|
881
1237
|
|
|
882
|
-
export const
|
|
883
|
-
serializedName: "AttachedDatabaseConfiguration",
|
|
1238
|
+
export const AttachedDatabaseConfigurationListResult: coreClient.CompositeMapper = {
|
|
884
1239
|
type: {
|
|
885
1240
|
name: "Composite",
|
|
886
|
-
className: "
|
|
1241
|
+
className: "AttachedDatabaseConfigurationListResult",
|
|
887
1242
|
modelProperties: {
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
serializedName: "location",
|
|
1243
|
+
value: {
|
|
1244
|
+
serializedName: "value",
|
|
891
1245
|
type: {
|
|
892
|
-
name: "
|
|
1246
|
+
name: "Sequence",
|
|
1247
|
+
element: {
|
|
1248
|
+
type: {
|
|
1249
|
+
name: "Composite",
|
|
1250
|
+
className: "AttachedDatabaseConfiguration"
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
893
1253
|
}
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
|
|
1254
|
+
}
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
};
|
|
1258
|
+
|
|
1259
|
+
export const TableLevelSharingProperties: coreClient.CompositeMapper = {
|
|
1260
|
+
type: {
|
|
1261
|
+
name: "Composite",
|
|
1262
|
+
className: "TableLevelSharingProperties",
|
|
1263
|
+
modelProperties: {
|
|
1264
|
+
tablesToInclude: {
|
|
1265
|
+
serializedName: "tablesToInclude",
|
|
897
1266
|
type: {
|
|
898
|
-
name: "
|
|
1267
|
+
name: "Sequence",
|
|
1268
|
+
element: {
|
|
1269
|
+
type: {
|
|
1270
|
+
name: "String"
|
|
1271
|
+
}
|
|
1272
|
+
}
|
|
899
1273
|
}
|
|
900
1274
|
},
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
serializedName: "properties.databaseName",
|
|
1275
|
+
tablesToExclude: {
|
|
1276
|
+
serializedName: "tablesToExclude",
|
|
904
1277
|
type: {
|
|
905
|
-
name: "
|
|
1278
|
+
name: "Sequence",
|
|
1279
|
+
element: {
|
|
1280
|
+
type: {
|
|
1281
|
+
name: "String"
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
906
1284
|
}
|
|
907
1285
|
},
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
serializedName: "properties.clusterResourceId",
|
|
1286
|
+
externalTablesToInclude: {
|
|
1287
|
+
serializedName: "externalTablesToInclude",
|
|
911
1288
|
type: {
|
|
912
|
-
name: "
|
|
1289
|
+
name: "Sequence",
|
|
1290
|
+
element: {
|
|
1291
|
+
type: {
|
|
1292
|
+
name: "String"
|
|
1293
|
+
}
|
|
1294
|
+
}
|
|
913
1295
|
}
|
|
914
1296
|
},
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
serializedName: "properties.attachedDatabaseNames",
|
|
1297
|
+
externalTablesToExclude: {
|
|
1298
|
+
serializedName: "externalTablesToExclude",
|
|
918
1299
|
type: {
|
|
919
1300
|
name: "Sequence",
|
|
920
1301
|
element: {
|
|
@@ -924,206 +1305,151 @@ export const AttachedDatabaseConfiguration: msRest.CompositeMapper = {
|
|
|
924
1305
|
}
|
|
925
1306
|
}
|
|
926
1307
|
},
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
serializedName: "properties.defaultPrincipalsModificationKind",
|
|
1308
|
+
materializedViewsToInclude: {
|
|
1309
|
+
serializedName: "materializedViewsToInclude",
|
|
930
1310
|
type: {
|
|
931
|
-
name: "
|
|
1311
|
+
name: "Sequence",
|
|
1312
|
+
element: {
|
|
1313
|
+
type: {
|
|
1314
|
+
name: "String"
|
|
1315
|
+
}
|
|
1316
|
+
}
|
|
932
1317
|
}
|
|
933
1318
|
},
|
|
934
|
-
|
|
935
|
-
serializedName: "
|
|
1319
|
+
materializedViewsToExclude: {
|
|
1320
|
+
serializedName: "materializedViewsToExclude",
|
|
936
1321
|
type: {
|
|
937
|
-
name: "
|
|
938
|
-
|
|
1322
|
+
name: "Sequence",
|
|
1323
|
+
element: {
|
|
1324
|
+
type: {
|
|
1325
|
+
name: "String"
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
939
1328
|
}
|
|
940
1329
|
}
|
|
941
1330
|
}
|
|
942
1331
|
}
|
|
943
1332
|
};
|
|
944
1333
|
|
|
945
|
-
export const
|
|
946
|
-
serializedName: "Database",
|
|
1334
|
+
export const DataConnectionListResult: coreClient.CompositeMapper = {
|
|
947
1335
|
type: {
|
|
948
1336
|
name: "Composite",
|
|
949
|
-
|
|
950
|
-
serializedName: "kind",
|
|
951
|
-
clientName: "kind"
|
|
952
|
-
},
|
|
953
|
-
uberParent: "Database",
|
|
954
|
-
className: "Database",
|
|
1337
|
+
className: "DataConnectionListResult",
|
|
955
1338
|
modelProperties: {
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
serializedName: "location",
|
|
959
|
-
type: {
|
|
960
|
-
name: "String"
|
|
961
|
-
}
|
|
962
|
-
},
|
|
963
|
-
kind: {
|
|
964
|
-
required: true,
|
|
965
|
-
serializedName: "kind",
|
|
1339
|
+
value: {
|
|
1340
|
+
serializedName: "value",
|
|
966
1341
|
type: {
|
|
967
|
-
name: "
|
|
1342
|
+
name: "Sequence",
|
|
1343
|
+
element: {
|
|
1344
|
+
type: {
|
|
1345
|
+
name: "Composite",
|
|
1346
|
+
className: "DataConnection"
|
|
1347
|
+
}
|
|
1348
|
+
}
|
|
968
1349
|
}
|
|
969
1350
|
}
|
|
970
1351
|
}
|
|
971
1352
|
}
|
|
972
1353
|
};
|
|
973
1354
|
|
|
974
|
-
export const
|
|
975
|
-
serializedName: "ReadWrite",
|
|
1355
|
+
export const DataConnectionValidation: coreClient.CompositeMapper = {
|
|
976
1356
|
type: {
|
|
977
1357
|
name: "Composite",
|
|
978
|
-
|
|
979
|
-
uberParent: "Database",
|
|
980
|
-
className: "ReadWriteDatabase",
|
|
1358
|
+
className: "DataConnectionValidation",
|
|
981
1359
|
modelProperties: {
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
serializedName: "properties.provisioningState",
|
|
1360
|
+
dataConnectionName: {
|
|
1361
|
+
serializedName: "dataConnectionName",
|
|
985
1362
|
type: {
|
|
986
1363
|
name: "String"
|
|
987
1364
|
}
|
|
988
1365
|
},
|
|
989
|
-
|
|
990
|
-
serializedName: "properties
|
|
991
|
-
type: {
|
|
992
|
-
name: "TimeSpan"
|
|
993
|
-
}
|
|
994
|
-
},
|
|
995
|
-
hotCachePeriod: {
|
|
996
|
-
serializedName: "properties.hotCachePeriod",
|
|
997
|
-
type: {
|
|
998
|
-
name: "TimeSpan"
|
|
999
|
-
}
|
|
1000
|
-
},
|
|
1001
|
-
statistics: {
|
|
1002
|
-
serializedName: "properties.statistics",
|
|
1366
|
+
properties: {
|
|
1367
|
+
serializedName: "properties",
|
|
1003
1368
|
type: {
|
|
1004
1369
|
name: "Composite",
|
|
1005
|
-
className: "
|
|
1006
|
-
}
|
|
1007
|
-
},
|
|
1008
|
-
isFollowed: {
|
|
1009
|
-
readOnly: true,
|
|
1010
|
-
serializedName: "properties.isFollowed",
|
|
1011
|
-
type: {
|
|
1012
|
-
name: "Boolean"
|
|
1370
|
+
className: "DataConnection"
|
|
1013
1371
|
}
|
|
1014
1372
|
}
|
|
1015
1373
|
}
|
|
1016
1374
|
}
|
|
1017
1375
|
};
|
|
1018
1376
|
|
|
1019
|
-
export const
|
|
1020
|
-
serializedName: "ReadOnlyFollowing",
|
|
1377
|
+
export const DataConnectionValidationListResult: coreClient.CompositeMapper = {
|
|
1021
1378
|
type: {
|
|
1022
1379
|
name: "Composite",
|
|
1023
|
-
|
|
1024
|
-
uberParent: "Database",
|
|
1025
|
-
className: "ReadOnlyFollowingDatabase",
|
|
1380
|
+
className: "DataConnectionValidationListResult",
|
|
1026
1381
|
modelProperties: {
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
serializedName: "properties.provisioningState",
|
|
1030
|
-
type: {
|
|
1031
|
-
name: "String"
|
|
1032
|
-
}
|
|
1033
|
-
},
|
|
1034
|
-
softDeletePeriod: {
|
|
1035
|
-
readOnly: true,
|
|
1036
|
-
serializedName: "properties.softDeletePeriod",
|
|
1037
|
-
type: {
|
|
1038
|
-
name: "TimeSpan"
|
|
1039
|
-
}
|
|
1040
|
-
},
|
|
1041
|
-
hotCachePeriod: {
|
|
1042
|
-
serializedName: "properties.hotCachePeriod",
|
|
1043
|
-
type: {
|
|
1044
|
-
name: "TimeSpan"
|
|
1045
|
-
}
|
|
1046
|
-
},
|
|
1047
|
-
statistics: {
|
|
1048
|
-
serializedName: "properties.statistics",
|
|
1049
|
-
type: {
|
|
1050
|
-
name: "Composite",
|
|
1051
|
-
className: "DatabaseStatistics"
|
|
1052
|
-
}
|
|
1053
|
-
},
|
|
1054
|
-
leaderClusterResourceId: {
|
|
1055
|
-
readOnly: true,
|
|
1056
|
-
serializedName: "properties.leaderClusterResourceId",
|
|
1057
|
-
type: {
|
|
1058
|
-
name: "String"
|
|
1059
|
-
}
|
|
1060
|
-
},
|
|
1061
|
-
attachedDatabaseConfigurationName: {
|
|
1062
|
-
readOnly: true,
|
|
1063
|
-
serializedName: "properties.attachedDatabaseConfigurationName",
|
|
1064
|
-
type: {
|
|
1065
|
-
name: "String"
|
|
1066
|
-
}
|
|
1067
|
-
},
|
|
1068
|
-
principalsModificationKind: {
|
|
1069
|
-
readOnly: true,
|
|
1070
|
-
serializedName: "properties.principalsModificationKind",
|
|
1382
|
+
value: {
|
|
1383
|
+
serializedName: "value",
|
|
1071
1384
|
type: {
|
|
1072
|
-
name: "
|
|
1385
|
+
name: "Sequence",
|
|
1386
|
+
element: {
|
|
1387
|
+
type: {
|
|
1388
|
+
name: "Composite",
|
|
1389
|
+
className: "DataConnectionValidationResult"
|
|
1390
|
+
}
|
|
1391
|
+
}
|
|
1073
1392
|
}
|
|
1074
1393
|
}
|
|
1075
1394
|
}
|
|
1076
1395
|
}
|
|
1077
1396
|
};
|
|
1078
1397
|
|
|
1079
|
-
export const
|
|
1080
|
-
serializedName: "DatabasePrincipal",
|
|
1398
|
+
export const DataConnectionValidationResult: coreClient.CompositeMapper = {
|
|
1081
1399
|
type: {
|
|
1082
1400
|
name: "Composite",
|
|
1083
|
-
className: "
|
|
1401
|
+
className: "DataConnectionValidationResult",
|
|
1084
1402
|
modelProperties: {
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
serializedName: "role",
|
|
1403
|
+
errorMessage: {
|
|
1404
|
+
serializedName: "errorMessage",
|
|
1088
1405
|
type: {
|
|
1089
1406
|
name: "String"
|
|
1090
1407
|
}
|
|
1091
|
-
}
|
|
1408
|
+
}
|
|
1409
|
+
}
|
|
1410
|
+
}
|
|
1411
|
+
};
|
|
1412
|
+
|
|
1413
|
+
export const DataConnectionCheckNameRequest: coreClient.CompositeMapper = {
|
|
1414
|
+
type: {
|
|
1415
|
+
name: "Composite",
|
|
1416
|
+
className: "DataConnectionCheckNameRequest",
|
|
1417
|
+
modelProperties: {
|
|
1092
1418
|
name: {
|
|
1093
|
-
required: true,
|
|
1094
1419
|
serializedName: "name",
|
|
1420
|
+
required: true,
|
|
1095
1421
|
type: {
|
|
1096
1422
|
name: "String"
|
|
1097
1423
|
}
|
|
1098
1424
|
},
|
|
1099
1425
|
type: {
|
|
1100
|
-
|
|
1426
|
+
defaultValue: "Microsoft.Kusto/clusters/databases/dataConnections",
|
|
1427
|
+
isConstant: true,
|
|
1101
1428
|
serializedName: "type",
|
|
1102
1429
|
type: {
|
|
1103
1430
|
name: "String"
|
|
1104
1431
|
}
|
|
1105
|
-
}
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
appId: {
|
|
1119
|
-
serializedName: "appId",
|
|
1432
|
+
}
|
|
1433
|
+
}
|
|
1434
|
+
}
|
|
1435
|
+
};
|
|
1436
|
+
|
|
1437
|
+
export const ScriptCheckNameRequest: coreClient.CompositeMapper = {
|
|
1438
|
+
type: {
|
|
1439
|
+
name: "Composite",
|
|
1440
|
+
className: "ScriptCheckNameRequest",
|
|
1441
|
+
modelProperties: {
|
|
1442
|
+
name: {
|
|
1443
|
+
serializedName: "name",
|
|
1444
|
+
required: true,
|
|
1120
1445
|
type: {
|
|
1121
1446
|
name: "String"
|
|
1122
1447
|
}
|
|
1123
1448
|
},
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1449
|
+
type: {
|
|
1450
|
+
defaultValue: "Microsoft.Kusto/clusters/databases/scripts",
|
|
1451
|
+
isConstant: true,
|
|
1452
|
+
serializedName: "type",
|
|
1127
1453
|
type: {
|
|
1128
1454
|
name: "String"
|
|
1129
1455
|
}
|
|
@@ -1132,114 +1458,93 @@ export const DatabasePrincipal: msRest.CompositeMapper = {
|
|
|
1132
1458
|
}
|
|
1133
1459
|
};
|
|
1134
1460
|
|
|
1135
|
-
export const
|
|
1136
|
-
serializedName: "DatabasePrincipalAssignment",
|
|
1461
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
|
1137
1462
|
type: {
|
|
1138
1463
|
name: "Composite",
|
|
1139
|
-
className: "
|
|
1464
|
+
className: "OperationListResult",
|
|
1140
1465
|
modelProperties: {
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
required: true,
|
|
1144
|
-
serializedName: "properties.principalId",
|
|
1145
|
-
type: {
|
|
1146
|
-
name: "String"
|
|
1147
|
-
}
|
|
1148
|
-
},
|
|
1149
|
-
role: {
|
|
1150
|
-
required: true,
|
|
1151
|
-
serializedName: "properties.role",
|
|
1466
|
+
value: {
|
|
1467
|
+
serializedName: "value",
|
|
1152
1468
|
type: {
|
|
1153
|
-
name: "
|
|
1469
|
+
name: "Sequence",
|
|
1470
|
+
element: {
|
|
1471
|
+
type: {
|
|
1472
|
+
name: "Composite",
|
|
1473
|
+
className: "Operation"
|
|
1474
|
+
}
|
|
1475
|
+
}
|
|
1154
1476
|
}
|
|
1155
1477
|
},
|
|
1156
|
-
|
|
1157
|
-
serializedName: "
|
|
1478
|
+
nextLink: {
|
|
1479
|
+
serializedName: "nextLink",
|
|
1158
1480
|
type: {
|
|
1159
1481
|
name: "String"
|
|
1160
1482
|
}
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1483
|
+
}
|
|
1484
|
+
}
|
|
1485
|
+
}
|
|
1486
|
+
};
|
|
1487
|
+
|
|
1488
|
+
export const Operation: coreClient.CompositeMapper = {
|
|
1489
|
+
type: {
|
|
1490
|
+
name: "Composite",
|
|
1491
|
+
className: "Operation",
|
|
1492
|
+
modelProperties: {
|
|
1493
|
+
name: {
|
|
1494
|
+
serializedName: "name",
|
|
1165
1495
|
type: {
|
|
1166
1496
|
name: "String"
|
|
1167
1497
|
}
|
|
1168
1498
|
},
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
serializedName: "properties.tenantName",
|
|
1499
|
+
display: {
|
|
1500
|
+
serializedName: "display",
|
|
1172
1501
|
type: {
|
|
1173
|
-
name: "
|
|
1502
|
+
name: "Composite",
|
|
1503
|
+
className: "OperationDisplay"
|
|
1174
1504
|
}
|
|
1175
1505
|
},
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
serializedName: "properties.principalName",
|
|
1506
|
+
origin: {
|
|
1507
|
+
serializedName: "origin",
|
|
1179
1508
|
type: {
|
|
1180
1509
|
name: "String"
|
|
1181
1510
|
}
|
|
1182
1511
|
},
|
|
1183
|
-
|
|
1184
|
-
serializedName: "properties
|
|
1512
|
+
properties: {
|
|
1513
|
+
serializedName: "properties",
|
|
1185
1514
|
type: {
|
|
1186
|
-
name: "
|
|
1515
|
+
name: "Dictionary",
|
|
1516
|
+
value: { type: { name: "any" } }
|
|
1187
1517
|
}
|
|
1188
1518
|
}
|
|
1189
1519
|
}
|
|
1190
1520
|
}
|
|
1191
1521
|
};
|
|
1192
1522
|
|
|
1193
|
-
export const
|
|
1194
|
-
serializedName: "ClusterPrincipalAssignment",
|
|
1523
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
1195
1524
|
type: {
|
|
1196
1525
|
name: "Composite",
|
|
1197
|
-
className: "
|
|
1526
|
+
className: "OperationDisplay",
|
|
1198
1527
|
modelProperties: {
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
required: true,
|
|
1202
|
-
serializedName: "properties.principalId",
|
|
1203
|
-
type: {
|
|
1204
|
-
name: "String"
|
|
1205
|
-
}
|
|
1206
|
-
},
|
|
1207
|
-
role: {
|
|
1208
|
-
required: true,
|
|
1209
|
-
serializedName: "properties.role",
|
|
1210
|
-
type: {
|
|
1211
|
-
name: "String"
|
|
1212
|
-
}
|
|
1213
|
-
},
|
|
1214
|
-
tenantId: {
|
|
1215
|
-
serializedName: "properties.tenantId",
|
|
1216
|
-
type: {
|
|
1217
|
-
name: "String"
|
|
1218
|
-
}
|
|
1219
|
-
},
|
|
1220
|
-
principalType: {
|
|
1221
|
-
required: true,
|
|
1222
|
-
serializedName: "properties.principalType",
|
|
1528
|
+
provider: {
|
|
1529
|
+
serializedName: "provider",
|
|
1223
1530
|
type: {
|
|
1224
1531
|
name: "String"
|
|
1225
1532
|
}
|
|
1226
1533
|
},
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
serializedName: "properties.tenantName",
|
|
1534
|
+
operation: {
|
|
1535
|
+
serializedName: "operation",
|
|
1230
1536
|
type: {
|
|
1231
1537
|
name: "String"
|
|
1232
1538
|
}
|
|
1233
1539
|
},
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
serializedName: "properties.principalName",
|
|
1540
|
+
resource: {
|
|
1541
|
+
serializedName: "resource",
|
|
1237
1542
|
type: {
|
|
1238
1543
|
name: "String"
|
|
1239
1544
|
}
|
|
1240
1545
|
},
|
|
1241
|
-
|
|
1242
|
-
serializedName: "
|
|
1546
|
+
description: {
|
|
1547
|
+
serializedName: "description",
|
|
1243
1548
|
type: {
|
|
1244
1549
|
name: "String"
|
|
1245
1550
|
}
|
|
@@ -1248,156 +1553,113 @@ export const ClusterPrincipalAssignment: msRest.CompositeMapper = {
|
|
|
1248
1553
|
}
|
|
1249
1554
|
};
|
|
1250
1555
|
|
|
1251
|
-
export const
|
|
1252
|
-
serializedName: "systemData",
|
|
1556
|
+
export const OperationResult: coreClient.CompositeMapper = {
|
|
1253
1557
|
type: {
|
|
1254
1558
|
name: "Composite",
|
|
1255
|
-
className: "
|
|
1559
|
+
className: "OperationResult",
|
|
1256
1560
|
modelProperties: {
|
|
1257
|
-
|
|
1258
|
-
serializedName: "
|
|
1561
|
+
id: {
|
|
1562
|
+
serializedName: "id",
|
|
1563
|
+
readOnly: true,
|
|
1259
1564
|
type: {
|
|
1260
1565
|
name: "String"
|
|
1261
1566
|
}
|
|
1262
1567
|
},
|
|
1263
|
-
|
|
1264
|
-
serializedName: "
|
|
1568
|
+
name: {
|
|
1569
|
+
serializedName: "name",
|
|
1570
|
+
readOnly: true,
|
|
1265
1571
|
type: {
|
|
1266
1572
|
name: "String"
|
|
1267
1573
|
}
|
|
1268
1574
|
},
|
|
1269
|
-
|
|
1270
|
-
serializedName: "
|
|
1271
|
-
|
|
1272
|
-
name: "DateTime"
|
|
1273
|
-
}
|
|
1274
|
-
},
|
|
1275
|
-
lastModifiedBy: {
|
|
1276
|
-
serializedName: "lastModifiedBy",
|
|
1575
|
+
status: {
|
|
1576
|
+
serializedName: "status",
|
|
1577
|
+
readOnly: true,
|
|
1277
1578
|
type: {
|
|
1278
1579
|
name: "String"
|
|
1279
1580
|
}
|
|
1280
1581
|
},
|
|
1281
|
-
|
|
1282
|
-
serializedName: "
|
|
1582
|
+
startTime: {
|
|
1583
|
+
serializedName: "startTime",
|
|
1283
1584
|
type: {
|
|
1284
|
-
name: "
|
|
1585
|
+
name: "DateTime"
|
|
1285
1586
|
}
|
|
1286
1587
|
},
|
|
1287
|
-
|
|
1288
|
-
serializedName: "
|
|
1588
|
+
endTime: {
|
|
1589
|
+
serializedName: "endTime",
|
|
1289
1590
|
type: {
|
|
1290
1591
|
name: "DateTime"
|
|
1291
1592
|
}
|
|
1292
|
-
}
|
|
1293
|
-
}
|
|
1294
|
-
}
|
|
1295
|
-
};
|
|
1296
|
-
|
|
1297
|
-
export const Script: msRest.CompositeMapper = {
|
|
1298
|
-
serializedName: "Script",
|
|
1299
|
-
type: {
|
|
1300
|
-
name: "Composite",
|
|
1301
|
-
className: "Script",
|
|
1302
|
-
modelProperties: {
|
|
1303
|
-
...ProxyResource.type.modelProperties,
|
|
1304
|
-
scriptUrl: {
|
|
1305
|
-
required: true,
|
|
1306
|
-
serializedName: "properties.scriptUrl",
|
|
1307
|
-
type: {
|
|
1308
|
-
name: "String"
|
|
1309
|
-
}
|
|
1310
1593
|
},
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1594
|
+
percentComplete: {
|
|
1595
|
+
constraints: {
|
|
1596
|
+
InclusiveMaximum: 100,
|
|
1597
|
+
InclusiveMinimum: 0
|
|
1598
|
+
},
|
|
1599
|
+
serializedName: "percentComplete",
|
|
1314
1600
|
type: {
|
|
1315
|
-
name: "
|
|
1601
|
+
name: "Number"
|
|
1316
1602
|
}
|
|
1317
1603
|
},
|
|
1318
|
-
|
|
1319
|
-
serializedName: "
|
|
1604
|
+
code: {
|
|
1605
|
+
serializedName: "error.code",
|
|
1320
1606
|
type: {
|
|
1321
1607
|
name: "String"
|
|
1322
1608
|
}
|
|
1323
1609
|
},
|
|
1324
|
-
|
|
1325
|
-
serializedName: "
|
|
1326
|
-
defaultValue: false,
|
|
1610
|
+
message: {
|
|
1611
|
+
serializedName: "error.message",
|
|
1327
1612
|
type: {
|
|
1328
|
-
name: "
|
|
1613
|
+
name: "String"
|
|
1329
1614
|
}
|
|
1330
1615
|
},
|
|
1331
|
-
|
|
1332
|
-
serializedName: "properties.
|
|
1616
|
+
operationKind: {
|
|
1617
|
+
serializedName: "properties.operationKind",
|
|
1333
1618
|
type: {
|
|
1334
1619
|
name: "String"
|
|
1335
1620
|
}
|
|
1336
1621
|
},
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
serializedName: "systemData",
|
|
1622
|
+
operationState: {
|
|
1623
|
+
serializedName: "properties.operationState",
|
|
1340
1624
|
type: {
|
|
1341
|
-
name: "
|
|
1342
|
-
className: "SystemData"
|
|
1625
|
+
name: "String"
|
|
1343
1626
|
}
|
|
1344
1627
|
}
|
|
1345
1628
|
}
|
|
1346
1629
|
}
|
|
1347
1630
|
};
|
|
1348
1631
|
|
|
1349
|
-
export const
|
|
1350
|
-
serializedName: "FollowerDatabaseDefinition",
|
|
1632
|
+
export const DatabaseStatistics: coreClient.CompositeMapper = {
|
|
1351
1633
|
type: {
|
|
1352
1634
|
name: "Composite",
|
|
1353
|
-
className: "
|
|
1635
|
+
className: "DatabaseStatistics",
|
|
1354
1636
|
modelProperties: {
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
serializedName: "clusterResourceId",
|
|
1358
|
-
type: {
|
|
1359
|
-
name: "String"
|
|
1360
|
-
}
|
|
1361
|
-
},
|
|
1362
|
-
attachedDatabaseConfigurationName: {
|
|
1363
|
-
required: true,
|
|
1364
|
-
serializedName: "attachedDatabaseConfigurationName",
|
|
1365
|
-
type: {
|
|
1366
|
-
name: "String"
|
|
1367
|
-
}
|
|
1368
|
-
},
|
|
1369
|
-
databaseName: {
|
|
1370
|
-
readOnly: true,
|
|
1371
|
-
serializedName: "databaseName",
|
|
1637
|
+
size: {
|
|
1638
|
+
serializedName: "size",
|
|
1372
1639
|
type: {
|
|
1373
|
-
name: "
|
|
1640
|
+
name: "Number"
|
|
1374
1641
|
}
|
|
1375
1642
|
}
|
|
1376
1643
|
}
|
|
1377
1644
|
}
|
|
1378
1645
|
};
|
|
1379
1646
|
|
|
1380
|
-
export const
|
|
1381
|
-
serializedName: "DataConnection",
|
|
1647
|
+
export const TrackedResource: coreClient.CompositeMapper = {
|
|
1382
1648
|
type: {
|
|
1383
1649
|
name: "Composite",
|
|
1384
|
-
|
|
1385
|
-
serializedName: "kind",
|
|
1386
|
-
clientName: "kind"
|
|
1387
|
-
},
|
|
1388
|
-
uberParent: "DataConnection",
|
|
1389
|
-
className: "DataConnection",
|
|
1650
|
+
className: "TrackedResource",
|
|
1390
1651
|
modelProperties: {
|
|
1391
|
-
...
|
|
1392
|
-
|
|
1393
|
-
serializedName: "
|
|
1652
|
+
...Resource.type.modelProperties,
|
|
1653
|
+
tags: {
|
|
1654
|
+
serializedName: "tags",
|
|
1394
1655
|
type: {
|
|
1395
|
-
name: "
|
|
1656
|
+
name: "Dictionary",
|
|
1657
|
+
value: { type: { name: "String" } }
|
|
1396
1658
|
}
|
|
1397
1659
|
},
|
|
1398
|
-
|
|
1660
|
+
location: {
|
|
1661
|
+
serializedName: "location",
|
|
1399
1662
|
required: true,
|
|
1400
|
-
serializedName: "kind",
|
|
1401
1663
|
type: {
|
|
1402
1664
|
name: "String"
|
|
1403
1665
|
}
|
|
@@ -1406,206 +1668,151 @@ export const DataConnection: msRest.CompositeMapper = {
|
|
|
1406
1668
|
}
|
|
1407
1669
|
};
|
|
1408
1670
|
|
|
1409
|
-
export const
|
|
1410
|
-
serializedName: "DataConnectionValidationResult",
|
|
1671
|
+
export const ClusterUpdate: coreClient.CompositeMapper = {
|
|
1411
1672
|
type: {
|
|
1412
1673
|
name: "Composite",
|
|
1413
|
-
className: "
|
|
1674
|
+
className: "ClusterUpdate",
|
|
1414
1675
|
modelProperties: {
|
|
1415
|
-
|
|
1416
|
-
|
|
1676
|
+
...Resource.type.modelProperties,
|
|
1677
|
+
tags: {
|
|
1678
|
+
serializedName: "tags",
|
|
1679
|
+
type: {
|
|
1680
|
+
name: "Dictionary",
|
|
1681
|
+
value: { type: { name: "String" } }
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
location: {
|
|
1685
|
+
serializedName: "location",
|
|
1417
1686
|
type: {
|
|
1418
1687
|
name: "String"
|
|
1419
1688
|
}
|
|
1420
|
-
}
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
};
|
|
1424
|
-
|
|
1425
|
-
export const DatabasePrincipalListRequest: msRest.CompositeMapper = {
|
|
1426
|
-
serializedName: "DatabasePrincipalListRequest",
|
|
1427
|
-
type: {
|
|
1428
|
-
name: "Composite",
|
|
1429
|
-
className: "DatabasePrincipalListRequest",
|
|
1430
|
-
modelProperties: {
|
|
1431
|
-
value: {
|
|
1432
|
-
serializedName: "value",
|
|
1689
|
+
},
|
|
1690
|
+
sku: {
|
|
1691
|
+
serializedName: "sku",
|
|
1433
1692
|
type: {
|
|
1434
|
-
name: "
|
|
1435
|
-
|
|
1436
|
-
type: {
|
|
1437
|
-
name: "Composite",
|
|
1438
|
-
className: "DatabasePrincipal"
|
|
1439
|
-
}
|
|
1440
|
-
}
|
|
1441
|
-
}
|
|
1442
|
-
}
|
|
1443
|
-
}
|
|
1444
|
-
}
|
|
1445
|
-
};
|
|
1446
|
-
|
|
1447
|
-
export const DiagnoseVirtualNetworkResult: msRest.CompositeMapper = {
|
|
1448
|
-
serializedName: "DiagnoseVirtualNetworkResult",
|
|
1449
|
-
type: {
|
|
1450
|
-
name: "Composite",
|
|
1451
|
-
className: "DiagnoseVirtualNetworkResult",
|
|
1452
|
-
modelProperties: {
|
|
1453
|
-
findings: {
|
|
1454
|
-
serializedName: "findings",
|
|
1455
|
-
type: {
|
|
1456
|
-
name: "Sequence",
|
|
1457
|
-
element: {
|
|
1458
|
-
type: {
|
|
1459
|
-
name: "String"
|
|
1460
|
-
}
|
|
1461
|
-
}
|
|
1462
|
-
}
|
|
1463
|
-
}
|
|
1464
|
-
}
|
|
1465
|
-
}
|
|
1466
|
-
};
|
|
1467
|
-
|
|
1468
|
-
export const DataConnectionValidation: msRest.CompositeMapper = {
|
|
1469
|
-
serializedName: "DataConnectionValidation",
|
|
1470
|
-
type: {
|
|
1471
|
-
name: "Composite",
|
|
1472
|
-
className: "DataConnectionValidation",
|
|
1473
|
-
modelProperties: {
|
|
1474
|
-
dataConnectionName: {
|
|
1475
|
-
serializedName: "dataConnectionName",
|
|
1476
|
-
type: {
|
|
1477
|
-
name: "String"
|
|
1693
|
+
name: "Composite",
|
|
1694
|
+
className: "AzureSku"
|
|
1478
1695
|
}
|
|
1479
1696
|
},
|
|
1480
|
-
|
|
1481
|
-
serializedName: "
|
|
1697
|
+
identity: {
|
|
1698
|
+
serializedName: "identity",
|
|
1482
1699
|
type: {
|
|
1483
1700
|
name: "Composite",
|
|
1484
|
-
className: "
|
|
1701
|
+
className: "Identity"
|
|
1485
1702
|
}
|
|
1486
|
-
}
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
export const EventHubDataConnection: msRest.CompositeMapper = {
|
|
1492
|
-
serializedName: "EventHub",
|
|
1493
|
-
type: {
|
|
1494
|
-
name: "Composite",
|
|
1495
|
-
polymorphicDiscriminator: DataConnection.type.polymorphicDiscriminator,
|
|
1496
|
-
uberParent: "DataConnection",
|
|
1497
|
-
className: "EventHubDataConnection",
|
|
1498
|
-
modelProperties: {
|
|
1499
|
-
...DataConnection.type.modelProperties,
|
|
1500
|
-
eventHubResourceId: {
|
|
1501
|
-
required: true,
|
|
1502
|
-
serializedName: "properties.eventHubResourceId",
|
|
1703
|
+
},
|
|
1704
|
+
state: {
|
|
1705
|
+
serializedName: "properties.state",
|
|
1706
|
+
readOnly: true,
|
|
1503
1707
|
type: {
|
|
1504
1708
|
name: "String"
|
|
1505
1709
|
}
|
|
1506
1710
|
},
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1711
|
+
provisioningState: {
|
|
1712
|
+
serializedName: "properties.provisioningState",
|
|
1713
|
+
readOnly: true,
|
|
1510
1714
|
type: {
|
|
1511
1715
|
name: "String"
|
|
1512
1716
|
}
|
|
1513
1717
|
},
|
|
1514
|
-
|
|
1515
|
-
serializedName: "properties.
|
|
1718
|
+
uri: {
|
|
1719
|
+
serializedName: "properties.uri",
|
|
1720
|
+
readOnly: true,
|
|
1516
1721
|
type: {
|
|
1517
1722
|
name: "String"
|
|
1518
1723
|
}
|
|
1519
1724
|
},
|
|
1520
|
-
|
|
1521
|
-
serializedName: "properties.
|
|
1725
|
+
dataIngestionUri: {
|
|
1726
|
+
serializedName: "properties.dataIngestionUri",
|
|
1727
|
+
readOnly: true,
|
|
1522
1728
|
type: {
|
|
1523
1729
|
name: "String"
|
|
1524
1730
|
}
|
|
1525
1731
|
},
|
|
1526
|
-
|
|
1527
|
-
serializedName: "properties.
|
|
1732
|
+
stateReason: {
|
|
1733
|
+
serializedName: "properties.stateReason",
|
|
1734
|
+
readOnly: true,
|
|
1528
1735
|
type: {
|
|
1529
1736
|
name: "String"
|
|
1530
1737
|
}
|
|
1531
1738
|
},
|
|
1532
|
-
|
|
1533
|
-
serializedName: "properties.
|
|
1739
|
+
trustedExternalTenants: {
|
|
1740
|
+
serializedName: "properties.trustedExternalTenants",
|
|
1534
1741
|
type: {
|
|
1535
1742
|
name: "Sequence",
|
|
1536
1743
|
element: {
|
|
1537
1744
|
type: {
|
|
1538
|
-
name: "
|
|
1745
|
+
name: "Composite",
|
|
1746
|
+
className: "TrustedExternalTenant"
|
|
1539
1747
|
}
|
|
1540
1748
|
}
|
|
1541
1749
|
}
|
|
1542
1750
|
},
|
|
1543
|
-
|
|
1544
|
-
serializedName: "properties.
|
|
1545
|
-
defaultValue: "None",
|
|
1751
|
+
optimizedAutoscale: {
|
|
1752
|
+
serializedName: "properties.optimizedAutoscale",
|
|
1546
1753
|
type: {
|
|
1547
|
-
name: "
|
|
1754
|
+
name: "Composite",
|
|
1755
|
+
className: "OptimizedAutoscale"
|
|
1548
1756
|
}
|
|
1549
1757
|
},
|
|
1550
|
-
|
|
1551
|
-
|
|
1758
|
+
enableDiskEncryption: {
|
|
1759
|
+
defaultValue: false,
|
|
1760
|
+
serializedName: "properties.enableDiskEncryption",
|
|
1552
1761
|
type: {
|
|
1553
|
-
name: "
|
|
1762
|
+
name: "Boolean"
|
|
1554
1763
|
}
|
|
1555
1764
|
},
|
|
1556
|
-
|
|
1557
|
-
|
|
1765
|
+
enableStreamingIngest: {
|
|
1766
|
+
defaultValue: false,
|
|
1767
|
+
serializedName: "properties.enableStreamingIngest",
|
|
1558
1768
|
type: {
|
|
1559
|
-
name: "
|
|
1769
|
+
name: "Boolean"
|
|
1560
1770
|
}
|
|
1561
|
-
}
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
};
|
|
1565
|
-
|
|
1566
|
-
export const IotHubDataConnection: msRest.CompositeMapper = {
|
|
1567
|
-
serializedName: "IotHub",
|
|
1568
|
-
type: {
|
|
1569
|
-
name: "Composite",
|
|
1570
|
-
polymorphicDiscriminator: DataConnection.type.polymorphicDiscriminator,
|
|
1571
|
-
uberParent: "DataConnection",
|
|
1572
|
-
className: "IotHubDataConnection",
|
|
1573
|
-
modelProperties: {
|
|
1574
|
-
...DataConnection.type.modelProperties,
|
|
1575
|
-
iotHubResourceId: {
|
|
1576
|
-
required: true,
|
|
1577
|
-
serializedName: "properties.iotHubResourceId",
|
|
1771
|
+
},
|
|
1772
|
+
virtualNetworkConfiguration: {
|
|
1773
|
+
serializedName: "properties.virtualNetworkConfiguration",
|
|
1578
1774
|
type: {
|
|
1579
|
-
name: "
|
|
1775
|
+
name: "Composite",
|
|
1776
|
+
className: "VirtualNetworkConfiguration"
|
|
1580
1777
|
}
|
|
1581
1778
|
},
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
serializedName: "properties.consumerGroup",
|
|
1779
|
+
keyVaultProperties: {
|
|
1780
|
+
serializedName: "properties.keyVaultProperties",
|
|
1585
1781
|
type: {
|
|
1586
|
-
name: "
|
|
1782
|
+
name: "Composite",
|
|
1783
|
+
className: "KeyVaultProperties"
|
|
1587
1784
|
}
|
|
1588
1785
|
},
|
|
1589
|
-
|
|
1590
|
-
|
|
1786
|
+
enablePurge: {
|
|
1787
|
+
defaultValue: false,
|
|
1788
|
+
serializedName: "properties.enablePurge",
|
|
1591
1789
|
type: {
|
|
1592
|
-
name: "
|
|
1790
|
+
name: "Boolean"
|
|
1593
1791
|
}
|
|
1594
1792
|
},
|
|
1595
|
-
|
|
1596
|
-
serializedName: "properties.
|
|
1793
|
+
languageExtensions: {
|
|
1794
|
+
serializedName: "properties.languageExtensions",
|
|
1597
1795
|
type: {
|
|
1598
|
-
name: "
|
|
1796
|
+
name: "Composite",
|
|
1797
|
+
className: "LanguageExtensionsList"
|
|
1599
1798
|
}
|
|
1600
1799
|
},
|
|
1601
|
-
|
|
1602
|
-
|
|
1800
|
+
enableDoubleEncryption: {
|
|
1801
|
+
defaultValue: false,
|
|
1802
|
+
serializedName: "properties.enableDoubleEncryption",
|
|
1803
|
+
type: {
|
|
1804
|
+
name: "Boolean"
|
|
1805
|
+
}
|
|
1806
|
+
},
|
|
1807
|
+
publicNetworkAccess: {
|
|
1808
|
+
defaultValue: "Enabled",
|
|
1809
|
+
serializedName: "properties.publicNetworkAccess",
|
|
1603
1810
|
type: {
|
|
1604
1811
|
name: "String"
|
|
1605
1812
|
}
|
|
1606
1813
|
},
|
|
1607
|
-
|
|
1608
|
-
serializedName: "properties.
|
|
1814
|
+
allowedIpRangeList: {
|
|
1815
|
+
serializedName: "properties.allowedIpRangeList",
|
|
1609
1816
|
type: {
|
|
1610
1817
|
name: "Sequence",
|
|
1611
1818
|
element: {
|
|
@@ -1615,107 +1822,45 @@ export const IotHubDataConnection: msRest.CompositeMapper = {
|
|
|
1615
1822
|
}
|
|
1616
1823
|
}
|
|
1617
1824
|
},
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
serializedName: "properties.
|
|
1621
|
-
type: {
|
|
1622
|
-
name: "String"
|
|
1623
|
-
}
|
|
1624
|
-
},
|
|
1625
|
-
provisioningState: {
|
|
1626
|
-
serializedName: "properties.provisioningState",
|
|
1627
|
-
type: {
|
|
1628
|
-
name: "String"
|
|
1629
|
-
}
|
|
1630
|
-
}
|
|
1631
|
-
}
|
|
1632
|
-
}
|
|
1633
|
-
};
|
|
1634
|
-
|
|
1635
|
-
export const EventGridDataConnection: msRest.CompositeMapper = {
|
|
1636
|
-
serializedName: "EventGrid",
|
|
1637
|
-
type: {
|
|
1638
|
-
name: "Composite",
|
|
1639
|
-
polymorphicDiscriminator: DataConnection.type.polymorphicDiscriminator,
|
|
1640
|
-
uberParent: "DataConnection",
|
|
1641
|
-
className: "EventGridDataConnection",
|
|
1642
|
-
modelProperties: {
|
|
1643
|
-
...DataConnection.type.modelProperties,
|
|
1644
|
-
storageAccountResourceId: {
|
|
1645
|
-
required: true,
|
|
1646
|
-
serializedName: "properties.storageAccountResourceId",
|
|
1647
|
-
type: {
|
|
1648
|
-
name: "String"
|
|
1649
|
-
}
|
|
1650
|
-
},
|
|
1651
|
-
eventHubResourceId: {
|
|
1652
|
-
required: true,
|
|
1653
|
-
serializedName: "properties.eventHubResourceId",
|
|
1654
|
-
type: {
|
|
1655
|
-
name: "String"
|
|
1656
|
-
}
|
|
1657
|
-
},
|
|
1658
|
-
consumerGroup: {
|
|
1659
|
-
required: true,
|
|
1660
|
-
serializedName: "properties.consumerGroup",
|
|
1661
|
-
type: {
|
|
1662
|
-
name: "String"
|
|
1663
|
-
}
|
|
1664
|
-
},
|
|
1665
|
-
tableName: {
|
|
1666
|
-
serializedName: "properties.tableName",
|
|
1667
|
-
type: {
|
|
1668
|
-
name: "String"
|
|
1669
|
-
}
|
|
1670
|
-
},
|
|
1671
|
-
mappingRuleName: {
|
|
1672
|
-
serializedName: "properties.mappingRuleName",
|
|
1825
|
+
engineType: {
|
|
1826
|
+
defaultValue: "V3",
|
|
1827
|
+
serializedName: "properties.engineType",
|
|
1673
1828
|
type: {
|
|
1674
1829
|
name: "String"
|
|
1675
1830
|
}
|
|
1676
1831
|
},
|
|
1677
|
-
|
|
1678
|
-
serializedName: "properties.
|
|
1832
|
+
acceptedAudiences: {
|
|
1833
|
+
serializedName: "properties.acceptedAudiences",
|
|
1679
1834
|
type: {
|
|
1680
|
-
name: "
|
|
1835
|
+
name: "Sequence",
|
|
1836
|
+
element: {
|
|
1837
|
+
type: {
|
|
1838
|
+
name: "Composite",
|
|
1839
|
+
className: "AcceptedAudiences"
|
|
1840
|
+
}
|
|
1841
|
+
}
|
|
1681
1842
|
}
|
|
1682
1843
|
},
|
|
1683
|
-
|
|
1684
|
-
|
|
1844
|
+
enableAutoStop: {
|
|
1845
|
+
defaultValue: true,
|
|
1846
|
+
serializedName: "properties.enableAutoStop",
|
|
1685
1847
|
type: {
|
|
1686
1848
|
name: "Boolean"
|
|
1687
1849
|
}
|
|
1688
1850
|
},
|
|
1689
|
-
|
|
1690
|
-
serializedName: "properties.
|
|
1851
|
+
restrictOutboundNetworkAccess: {
|
|
1852
|
+
serializedName: "properties.restrictOutboundNetworkAccess",
|
|
1691
1853
|
type: {
|
|
1692
1854
|
name: "String"
|
|
1693
1855
|
}
|
|
1694
1856
|
},
|
|
1695
|
-
|
|
1696
|
-
serializedName: "properties.
|
|
1697
|
-
type: {
|
|
1698
|
-
name: "String"
|
|
1699
|
-
}
|
|
1700
|
-
}
|
|
1701
|
-
}
|
|
1702
|
-
}
|
|
1703
|
-
};
|
|
1704
|
-
|
|
1705
|
-
export const DataConnectionValidationListResult: msRest.CompositeMapper = {
|
|
1706
|
-
serializedName: "DataConnectionValidationListResult",
|
|
1707
|
-
type: {
|
|
1708
|
-
name: "Composite",
|
|
1709
|
-
className: "DataConnectionValidationListResult",
|
|
1710
|
-
modelProperties: {
|
|
1711
|
-
value: {
|
|
1712
|
-
serializedName: "value",
|
|
1857
|
+
allowedFqdnList: {
|
|
1858
|
+
serializedName: "properties.allowedFqdnList",
|
|
1713
1859
|
type: {
|
|
1714
1860
|
name: "Sequence",
|
|
1715
1861
|
element: {
|
|
1716
1862
|
type: {
|
|
1717
|
-
name: "
|
|
1718
|
-
className: "DataConnectionValidationResult"
|
|
1863
|
+
name: "String"
|
|
1719
1864
|
}
|
|
1720
1865
|
}
|
|
1721
1866
|
}
|
|
@@ -1724,353 +1869,324 @@ export const DataConnectionValidationListResult: msRest.CompositeMapper = {
|
|
|
1724
1869
|
}
|
|
1725
1870
|
};
|
|
1726
1871
|
|
|
1727
|
-
export const
|
|
1728
|
-
serializedName: "ClusterCheckNameRequest",
|
|
1872
|
+
export const ProxyResource: coreClient.CompositeMapper = {
|
|
1729
1873
|
type: {
|
|
1730
1874
|
name: "Composite",
|
|
1731
|
-
className: "
|
|
1875
|
+
className: "ProxyResource",
|
|
1732
1876
|
modelProperties: {
|
|
1733
|
-
|
|
1734
|
-
required: true,
|
|
1735
|
-
serializedName: "name",
|
|
1736
|
-
type: {
|
|
1737
|
-
name: "String"
|
|
1738
|
-
}
|
|
1739
|
-
},
|
|
1740
|
-
type: {
|
|
1741
|
-
required: true,
|
|
1742
|
-
isConstant: true,
|
|
1743
|
-
serializedName: "type",
|
|
1744
|
-
defaultValue: "Microsoft.Kusto/clusters",
|
|
1745
|
-
type: {
|
|
1746
|
-
name: "String"
|
|
1747
|
-
}
|
|
1748
|
-
}
|
|
1877
|
+
...Resource.type.modelProperties
|
|
1749
1878
|
}
|
|
1750
1879
|
}
|
|
1751
1880
|
};
|
|
1752
1881
|
|
|
1753
|
-
export const
|
|
1754
|
-
serializedName: "CheckNameRequest",
|
|
1882
|
+
export const PrivateLinkResource: coreClient.CompositeMapper = {
|
|
1755
1883
|
type: {
|
|
1756
1884
|
name: "Composite",
|
|
1757
|
-
className: "
|
|
1885
|
+
className: "PrivateLinkResource",
|
|
1758
1886
|
modelProperties: {
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
serializedName: "
|
|
1887
|
+
...Resource.type.modelProperties,
|
|
1888
|
+
systemData: {
|
|
1889
|
+
serializedName: "systemData",
|
|
1762
1890
|
type: {
|
|
1763
|
-
name: "
|
|
1891
|
+
name: "Composite",
|
|
1892
|
+
className: "SystemData"
|
|
1764
1893
|
}
|
|
1765
1894
|
},
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1895
|
+
groupId: {
|
|
1896
|
+
serializedName: "properties.groupId",
|
|
1897
|
+
readOnly: true,
|
|
1769
1898
|
type: {
|
|
1770
|
-
name: "
|
|
1771
|
-
allowedValues: [
|
|
1772
|
-
"Microsoft.Kusto/clusters/databases",
|
|
1773
|
-
"Microsoft.Kusto/clusters/attachedDatabaseConfigurations"
|
|
1774
|
-
]
|
|
1899
|
+
name: "String"
|
|
1775
1900
|
}
|
|
1776
|
-
}
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
export const ClusterPrincipalAssignmentCheckNameRequest: msRest.CompositeMapper = {
|
|
1782
|
-
serializedName: "ClusterPrincipalAssignmentCheckNameRequest",
|
|
1783
|
-
type: {
|
|
1784
|
-
name: "Composite",
|
|
1785
|
-
className: "ClusterPrincipalAssignmentCheckNameRequest",
|
|
1786
|
-
modelProperties: {
|
|
1787
|
-
name: {
|
|
1788
|
-
required: true,
|
|
1789
|
-
serializedName: "name",
|
|
1901
|
+
},
|
|
1902
|
+
requiredMembers: {
|
|
1903
|
+
serializedName: "properties.requiredMembers",
|
|
1904
|
+
readOnly: true,
|
|
1790
1905
|
type: {
|
|
1791
|
-
name: "
|
|
1906
|
+
name: "Sequence",
|
|
1907
|
+
element: {
|
|
1908
|
+
type: {
|
|
1909
|
+
name: "String"
|
|
1910
|
+
}
|
|
1911
|
+
}
|
|
1792
1912
|
}
|
|
1793
1913
|
},
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
serializedName: "type",
|
|
1798
|
-
defaultValue: "Microsoft.Kusto/clusters/principalAssignments",
|
|
1914
|
+
requiredZoneNames: {
|
|
1915
|
+
serializedName: "properties.requiredZoneNames",
|
|
1916
|
+
readOnly: true,
|
|
1799
1917
|
type: {
|
|
1800
|
-
name: "
|
|
1918
|
+
name: "Sequence",
|
|
1919
|
+
element: {
|
|
1920
|
+
type: {
|
|
1921
|
+
name: "String"
|
|
1922
|
+
}
|
|
1923
|
+
}
|
|
1801
1924
|
}
|
|
1802
1925
|
}
|
|
1803
1926
|
}
|
|
1804
1927
|
}
|
|
1805
1928
|
};
|
|
1806
1929
|
|
|
1807
|
-
export const
|
|
1808
|
-
serializedName: "DataConnectionCheckNameRequest",
|
|
1930
|
+
export const Cluster: coreClient.CompositeMapper = {
|
|
1809
1931
|
type: {
|
|
1810
1932
|
name: "Composite",
|
|
1811
|
-
className: "
|
|
1933
|
+
className: "Cluster",
|
|
1812
1934
|
modelProperties: {
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
serializedName: "
|
|
1935
|
+
...TrackedResource.type.modelProperties,
|
|
1936
|
+
sku: {
|
|
1937
|
+
serializedName: "sku",
|
|
1816
1938
|
type: {
|
|
1817
|
-
name: "
|
|
1939
|
+
name: "Composite",
|
|
1940
|
+
className: "AzureSku"
|
|
1818
1941
|
}
|
|
1819
1942
|
},
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
isConstant: true,
|
|
1823
|
-
serializedName: "type",
|
|
1824
|
-
defaultValue: "Microsoft.Kusto/clusters/databases/dataConnections",
|
|
1943
|
+
systemData: {
|
|
1944
|
+
serializedName: "systemData",
|
|
1825
1945
|
type: {
|
|
1826
|
-
name: "
|
|
1946
|
+
name: "Composite",
|
|
1947
|
+
className: "SystemData"
|
|
1827
1948
|
}
|
|
1828
|
-
}
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
};
|
|
1832
|
-
|
|
1833
|
-
export const ScriptCheckNameRequest: msRest.CompositeMapper = {
|
|
1834
|
-
serializedName: "ScriptCheckNameRequest",
|
|
1835
|
-
type: {
|
|
1836
|
-
name: "Composite",
|
|
1837
|
-
className: "ScriptCheckNameRequest",
|
|
1838
|
-
modelProperties: {
|
|
1839
|
-
name: {
|
|
1840
|
-
required: true,
|
|
1841
|
-
serializedName: "name",
|
|
1949
|
+
},
|
|
1950
|
+
zones: {
|
|
1951
|
+
serializedName: "zones",
|
|
1842
1952
|
type: {
|
|
1843
|
-
name: "
|
|
1953
|
+
name: "Sequence",
|
|
1954
|
+
element: {
|
|
1955
|
+
type: {
|
|
1956
|
+
name: "String"
|
|
1957
|
+
}
|
|
1958
|
+
}
|
|
1844
1959
|
}
|
|
1845
1960
|
},
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
isConstant: true,
|
|
1849
|
-
serializedName: "type",
|
|
1850
|
-
defaultValue: "Microsoft.Kusto/clusters/databases/scripts",
|
|
1961
|
+
identity: {
|
|
1962
|
+
serializedName: "identity",
|
|
1851
1963
|
type: {
|
|
1852
|
-
name: "
|
|
1964
|
+
name: "Composite",
|
|
1965
|
+
className: "Identity"
|
|
1853
1966
|
}
|
|
1854
|
-
}
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
export const DatabasePrincipalAssignmentCheckNameRequest: msRest.CompositeMapper = {
|
|
1860
|
-
serializedName: "DatabasePrincipalAssignmentCheckNameRequest",
|
|
1861
|
-
type: {
|
|
1862
|
-
name: "Composite",
|
|
1863
|
-
className: "DatabasePrincipalAssignmentCheckNameRequest",
|
|
1864
|
-
modelProperties: {
|
|
1865
|
-
name: {
|
|
1866
|
-
required: true,
|
|
1867
|
-
serializedName: "name",
|
|
1967
|
+
},
|
|
1968
|
+
etag: {
|
|
1969
|
+
serializedName: "etag",
|
|
1970
|
+
readOnly: true,
|
|
1868
1971
|
type: {
|
|
1869
1972
|
name: "String"
|
|
1870
1973
|
}
|
|
1871
1974
|
},
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
serializedName: "type",
|
|
1876
|
-
defaultValue: "Microsoft.Kusto/clusters/databases/principalAssignments",
|
|
1975
|
+
state: {
|
|
1976
|
+
serializedName: "properties.state",
|
|
1977
|
+
readOnly: true,
|
|
1877
1978
|
type: {
|
|
1878
1979
|
name: "String"
|
|
1879
1980
|
}
|
|
1880
|
-
}
|
|
1881
|
-
}
|
|
1882
|
-
}
|
|
1883
|
-
};
|
|
1884
|
-
|
|
1885
|
-
export const CheckNameResult: msRest.CompositeMapper = {
|
|
1886
|
-
serializedName: "CheckNameResult",
|
|
1887
|
-
type: {
|
|
1888
|
-
name: "Composite",
|
|
1889
|
-
className: "CheckNameResult",
|
|
1890
|
-
modelProperties: {
|
|
1891
|
-
nameAvailable: {
|
|
1892
|
-
serializedName: "nameAvailable",
|
|
1893
|
-
type: {
|
|
1894
|
-
name: "Boolean"
|
|
1895
|
-
}
|
|
1896
1981
|
},
|
|
1897
|
-
|
|
1898
|
-
serializedName: "
|
|
1982
|
+
provisioningState: {
|
|
1983
|
+
serializedName: "properties.provisioningState",
|
|
1984
|
+
readOnly: true,
|
|
1899
1985
|
type: {
|
|
1900
1986
|
name: "String"
|
|
1901
1987
|
}
|
|
1902
1988
|
},
|
|
1903
|
-
|
|
1904
|
-
serializedName: "
|
|
1989
|
+
uri: {
|
|
1990
|
+
serializedName: "properties.uri",
|
|
1991
|
+
readOnly: true,
|
|
1905
1992
|
type: {
|
|
1906
1993
|
name: "String"
|
|
1907
1994
|
}
|
|
1908
1995
|
},
|
|
1909
|
-
|
|
1910
|
-
serializedName: "
|
|
1996
|
+
dataIngestionUri: {
|
|
1997
|
+
serializedName: "properties.dataIngestionUri",
|
|
1998
|
+
readOnly: true,
|
|
1911
1999
|
type: {
|
|
1912
2000
|
name: "String"
|
|
1913
2001
|
}
|
|
1914
|
-
}
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
export const OperationDisplay: msRest.CompositeMapper = {
|
|
1920
|
-
serializedName: "Operation_display",
|
|
1921
|
-
type: {
|
|
1922
|
-
name: "Composite",
|
|
1923
|
-
className: "OperationDisplay",
|
|
1924
|
-
modelProperties: {
|
|
1925
|
-
provider: {
|
|
1926
|
-
serializedName: "provider",
|
|
2002
|
+
},
|
|
2003
|
+
stateReason: {
|
|
2004
|
+
serializedName: "properties.stateReason",
|
|
2005
|
+
readOnly: true,
|
|
1927
2006
|
type: {
|
|
1928
2007
|
name: "String"
|
|
1929
2008
|
}
|
|
1930
2009
|
},
|
|
1931
|
-
|
|
1932
|
-
serializedName: "
|
|
2010
|
+
trustedExternalTenants: {
|
|
2011
|
+
serializedName: "properties.trustedExternalTenants",
|
|
1933
2012
|
type: {
|
|
1934
|
-
name: "
|
|
2013
|
+
name: "Sequence",
|
|
2014
|
+
element: {
|
|
2015
|
+
type: {
|
|
2016
|
+
name: "Composite",
|
|
2017
|
+
className: "TrustedExternalTenant"
|
|
2018
|
+
}
|
|
2019
|
+
}
|
|
1935
2020
|
}
|
|
1936
2021
|
},
|
|
1937
|
-
|
|
1938
|
-
serializedName: "
|
|
2022
|
+
optimizedAutoscale: {
|
|
2023
|
+
serializedName: "properties.optimizedAutoscale",
|
|
1939
2024
|
type: {
|
|
1940
|
-
name: "
|
|
2025
|
+
name: "Composite",
|
|
2026
|
+
className: "OptimizedAutoscale"
|
|
1941
2027
|
}
|
|
1942
2028
|
},
|
|
1943
|
-
|
|
1944
|
-
|
|
2029
|
+
enableDiskEncryption: {
|
|
2030
|
+
defaultValue: false,
|
|
2031
|
+
serializedName: "properties.enableDiskEncryption",
|
|
1945
2032
|
type: {
|
|
1946
|
-
name: "
|
|
2033
|
+
name: "Boolean"
|
|
1947
2034
|
}
|
|
1948
|
-
}
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
export const Operation: msRest.CompositeMapper = {
|
|
1954
|
-
serializedName: "Operation",
|
|
1955
|
-
type: {
|
|
1956
|
-
name: "Composite",
|
|
1957
|
-
className: "Operation",
|
|
1958
|
-
modelProperties: {
|
|
1959
|
-
name: {
|
|
1960
|
-
serializedName: "name",
|
|
2035
|
+
},
|
|
2036
|
+
enableStreamingIngest: {
|
|
2037
|
+
defaultValue: false,
|
|
2038
|
+
serializedName: "properties.enableStreamingIngest",
|
|
1961
2039
|
type: {
|
|
1962
|
-
name: "
|
|
2040
|
+
name: "Boolean"
|
|
1963
2041
|
}
|
|
1964
2042
|
},
|
|
1965
|
-
|
|
1966
|
-
serializedName: "
|
|
2043
|
+
virtualNetworkConfiguration: {
|
|
2044
|
+
serializedName: "properties.virtualNetworkConfiguration",
|
|
1967
2045
|
type: {
|
|
1968
2046
|
name: "Composite",
|
|
1969
|
-
className: "
|
|
2047
|
+
className: "VirtualNetworkConfiguration"
|
|
1970
2048
|
}
|
|
1971
2049
|
},
|
|
1972
|
-
|
|
1973
|
-
serializedName: "
|
|
2050
|
+
keyVaultProperties: {
|
|
2051
|
+
serializedName: "properties.keyVaultProperties",
|
|
1974
2052
|
type: {
|
|
1975
|
-
name: "
|
|
2053
|
+
name: "Composite",
|
|
2054
|
+
className: "KeyVaultProperties"
|
|
1976
2055
|
}
|
|
1977
2056
|
},
|
|
1978
|
-
|
|
1979
|
-
|
|
2057
|
+
enablePurge: {
|
|
2058
|
+
defaultValue: false,
|
|
2059
|
+
serializedName: "properties.enablePurge",
|
|
1980
2060
|
type: {
|
|
1981
|
-
name: "
|
|
1982
|
-
}
|
|
1983
|
-
}
|
|
1984
|
-
}
|
|
1985
|
-
}
|
|
1986
|
-
};
|
|
1987
|
-
|
|
1988
|
-
export const OperationResult: msRest.CompositeMapper = {
|
|
1989
|
-
serializedName: "OperationResult",
|
|
1990
|
-
type: {
|
|
1991
|
-
name: "Composite",
|
|
1992
|
-
className: "OperationResult",
|
|
1993
|
-
modelProperties: {
|
|
1994
|
-
id: {
|
|
1995
|
-
readOnly: true,
|
|
1996
|
-
serializedName: "id",
|
|
1997
|
-
type: {
|
|
1998
|
-
name: "String"
|
|
2061
|
+
name: "Boolean"
|
|
1999
2062
|
}
|
|
2000
2063
|
},
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
serializedName: "name",
|
|
2064
|
+
languageExtensions: {
|
|
2065
|
+
serializedName: "properties.languageExtensions",
|
|
2004
2066
|
type: {
|
|
2005
|
-
name: "
|
|
2067
|
+
name: "Composite",
|
|
2068
|
+
className: "LanguageExtensionsList"
|
|
2006
2069
|
}
|
|
2007
2070
|
},
|
|
2008
|
-
|
|
2009
|
-
|
|
2071
|
+
enableDoubleEncryption: {
|
|
2072
|
+
defaultValue: false,
|
|
2073
|
+
serializedName: "properties.enableDoubleEncryption",
|
|
2010
2074
|
type: {
|
|
2011
|
-
name: "
|
|
2075
|
+
name: "Boolean"
|
|
2012
2076
|
}
|
|
2013
2077
|
},
|
|
2014
|
-
|
|
2015
|
-
|
|
2078
|
+
publicNetworkAccess: {
|
|
2079
|
+
defaultValue: "Enabled",
|
|
2080
|
+
serializedName: "properties.publicNetworkAccess",
|
|
2016
2081
|
type: {
|
|
2017
|
-
name: "
|
|
2082
|
+
name: "String"
|
|
2018
2083
|
}
|
|
2019
2084
|
},
|
|
2020
|
-
|
|
2021
|
-
serializedName: "
|
|
2085
|
+
allowedIpRangeList: {
|
|
2086
|
+
serializedName: "properties.allowedIpRangeList",
|
|
2022
2087
|
type: {
|
|
2023
|
-
name: "
|
|
2088
|
+
name: "Sequence",
|
|
2089
|
+
element: {
|
|
2090
|
+
type: {
|
|
2091
|
+
name: "String"
|
|
2092
|
+
}
|
|
2093
|
+
}
|
|
2024
2094
|
}
|
|
2025
2095
|
},
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
InclusiveMaximum: 100,
|
|
2030
|
-
InclusiveMinimum: 0
|
|
2031
|
-
},
|
|
2096
|
+
engineType: {
|
|
2097
|
+
defaultValue: "V3",
|
|
2098
|
+
serializedName: "properties.engineType",
|
|
2032
2099
|
type: {
|
|
2033
|
-
name: "
|
|
2100
|
+
name: "String"
|
|
2034
2101
|
}
|
|
2035
2102
|
},
|
|
2036
|
-
|
|
2037
|
-
serializedName: "properties.
|
|
2103
|
+
acceptedAudiences: {
|
|
2104
|
+
serializedName: "properties.acceptedAudiences",
|
|
2038
2105
|
type: {
|
|
2039
|
-
name: "
|
|
2106
|
+
name: "Sequence",
|
|
2107
|
+
element: {
|
|
2108
|
+
type: {
|
|
2109
|
+
name: "Composite",
|
|
2110
|
+
className: "AcceptedAudiences"
|
|
2111
|
+
}
|
|
2112
|
+
}
|
|
2040
2113
|
}
|
|
2041
2114
|
},
|
|
2042
|
-
|
|
2043
|
-
|
|
2115
|
+
enableAutoStop: {
|
|
2116
|
+
defaultValue: true,
|
|
2117
|
+
serializedName: "properties.enableAutoStop",
|
|
2044
2118
|
type: {
|
|
2045
|
-
name: "
|
|
2119
|
+
name: "Boolean"
|
|
2046
2120
|
}
|
|
2047
2121
|
},
|
|
2048
|
-
|
|
2049
|
-
serializedName: "
|
|
2122
|
+
restrictOutboundNetworkAccess: {
|
|
2123
|
+
serializedName: "properties.restrictOutboundNetworkAccess",
|
|
2050
2124
|
type: {
|
|
2051
2125
|
name: "String"
|
|
2052
2126
|
}
|
|
2053
2127
|
},
|
|
2054
|
-
|
|
2055
|
-
serializedName: "
|
|
2128
|
+
allowedFqdnList: {
|
|
2129
|
+
serializedName: "properties.allowedFqdnList",
|
|
2056
2130
|
type: {
|
|
2057
|
-
name: "
|
|
2131
|
+
name: "Sequence",
|
|
2132
|
+
element: {
|
|
2133
|
+
type: {
|
|
2134
|
+
name: "String"
|
|
2135
|
+
}
|
|
2136
|
+
}
|
|
2058
2137
|
}
|
|
2059
2138
|
}
|
|
2060
2139
|
}
|
|
2061
2140
|
}
|
|
2062
2141
|
};
|
|
2063
2142
|
|
|
2064
|
-
export const
|
|
2065
|
-
serializedName: "AzureEntityResource",
|
|
2143
|
+
export const ClusterPrincipalAssignment: coreClient.CompositeMapper = {
|
|
2066
2144
|
type: {
|
|
2067
2145
|
name: "Composite",
|
|
2068
|
-
className: "
|
|
2146
|
+
className: "ClusterPrincipalAssignment",
|
|
2069
2147
|
modelProperties: {
|
|
2070
|
-
...
|
|
2071
|
-
|
|
2148
|
+
...ProxyResource.type.modelProperties,
|
|
2149
|
+
principalId: {
|
|
2150
|
+
serializedName: "properties.principalId",
|
|
2151
|
+
type: {
|
|
2152
|
+
name: "String"
|
|
2153
|
+
}
|
|
2154
|
+
},
|
|
2155
|
+
role: {
|
|
2156
|
+
serializedName: "properties.role",
|
|
2157
|
+
type: {
|
|
2158
|
+
name: "String"
|
|
2159
|
+
}
|
|
2160
|
+
},
|
|
2161
|
+
tenantId: {
|
|
2162
|
+
serializedName: "properties.tenantId",
|
|
2163
|
+
type: {
|
|
2164
|
+
name: "String"
|
|
2165
|
+
}
|
|
2166
|
+
},
|
|
2167
|
+
principalType: {
|
|
2168
|
+
serializedName: "properties.principalType",
|
|
2169
|
+
type: {
|
|
2170
|
+
name: "String"
|
|
2171
|
+
}
|
|
2172
|
+
},
|
|
2173
|
+
tenantName: {
|
|
2174
|
+
serializedName: "properties.tenantName",
|
|
2175
|
+
readOnly: true,
|
|
2176
|
+
type: {
|
|
2177
|
+
name: "String"
|
|
2178
|
+
}
|
|
2179
|
+
},
|
|
2180
|
+
principalName: {
|
|
2181
|
+
serializedName: "properties.principalName",
|
|
2182
|
+
readOnly: true,
|
|
2183
|
+
type: {
|
|
2184
|
+
name: "String"
|
|
2185
|
+
}
|
|
2186
|
+
},
|
|
2187
|
+
provisioningState: {
|
|
2188
|
+
serializedName: "properties.provisioningState",
|
|
2072
2189
|
readOnly: true,
|
|
2073
|
-
serializedName: "etag",
|
|
2074
2190
|
type: {
|
|
2075
2191
|
name: "String"
|
|
2076
2192
|
}
|
|
@@ -2079,291 +2195,671 @@ export const AzureEntityResource: msRest.CompositeMapper = {
|
|
|
2079
2195
|
}
|
|
2080
2196
|
};
|
|
2081
2197
|
|
|
2082
|
-
export const
|
|
2083
|
-
serializedName: "
|
|
2198
|
+
export const Database: coreClient.CompositeMapper = {
|
|
2199
|
+
serializedName: "Database",
|
|
2084
2200
|
type: {
|
|
2085
2201
|
name: "Composite",
|
|
2086
|
-
className: "
|
|
2202
|
+
className: "Database",
|
|
2203
|
+
uberParent: "Resource",
|
|
2204
|
+
polymorphicDiscriminator: {
|
|
2205
|
+
serializedName: "kind",
|
|
2206
|
+
clientName: "kind"
|
|
2207
|
+
},
|
|
2087
2208
|
modelProperties: {
|
|
2088
|
-
|
|
2089
|
-
|
|
2209
|
+
...ProxyResource.type.modelProperties,
|
|
2210
|
+
location: {
|
|
2211
|
+
serializedName: "location",
|
|
2090
2212
|
type: {
|
|
2091
|
-
name: "
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2213
|
+
name: "String"
|
|
2214
|
+
}
|
|
2215
|
+
},
|
|
2216
|
+
kind: {
|
|
2217
|
+
serializedName: "kind",
|
|
2218
|
+
required: true,
|
|
2219
|
+
type: {
|
|
2220
|
+
name: "String"
|
|
2098
2221
|
}
|
|
2099
2222
|
}
|
|
2100
2223
|
}
|
|
2101
2224
|
}
|
|
2102
2225
|
};
|
|
2103
2226
|
|
|
2104
|
-
export const
|
|
2105
|
-
serializedName: "ClusterListResult",
|
|
2227
|
+
export const DatabasePrincipalAssignment: coreClient.CompositeMapper = {
|
|
2106
2228
|
type: {
|
|
2107
2229
|
name: "Composite",
|
|
2108
|
-
className: "
|
|
2230
|
+
className: "DatabasePrincipalAssignment",
|
|
2109
2231
|
modelProperties: {
|
|
2110
|
-
|
|
2111
|
-
|
|
2232
|
+
...ProxyResource.type.modelProperties,
|
|
2233
|
+
principalId: {
|
|
2234
|
+
serializedName: "properties.principalId",
|
|
2112
2235
|
type: {
|
|
2113
|
-
name: "
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2236
|
+
name: "String"
|
|
2237
|
+
}
|
|
2238
|
+
},
|
|
2239
|
+
role: {
|
|
2240
|
+
serializedName: "properties.role",
|
|
2241
|
+
type: {
|
|
2242
|
+
name: "String"
|
|
2243
|
+
}
|
|
2244
|
+
},
|
|
2245
|
+
tenantId: {
|
|
2246
|
+
serializedName: "properties.tenantId",
|
|
2247
|
+
type: {
|
|
2248
|
+
name: "String"
|
|
2249
|
+
}
|
|
2250
|
+
},
|
|
2251
|
+
principalType: {
|
|
2252
|
+
serializedName: "properties.principalType",
|
|
2253
|
+
type: {
|
|
2254
|
+
name: "String"
|
|
2255
|
+
}
|
|
2256
|
+
},
|
|
2257
|
+
tenantName: {
|
|
2258
|
+
serializedName: "properties.tenantName",
|
|
2259
|
+
readOnly: true,
|
|
2260
|
+
type: {
|
|
2261
|
+
name: "String"
|
|
2262
|
+
}
|
|
2263
|
+
},
|
|
2264
|
+
principalName: {
|
|
2265
|
+
serializedName: "properties.principalName",
|
|
2266
|
+
readOnly: true,
|
|
2267
|
+
type: {
|
|
2268
|
+
name: "String"
|
|
2269
|
+
}
|
|
2270
|
+
},
|
|
2271
|
+
provisioningState: {
|
|
2272
|
+
serializedName: "properties.provisioningState",
|
|
2273
|
+
readOnly: true,
|
|
2274
|
+
type: {
|
|
2275
|
+
name: "String"
|
|
2120
2276
|
}
|
|
2121
2277
|
}
|
|
2122
2278
|
}
|
|
2123
2279
|
}
|
|
2124
2280
|
};
|
|
2125
2281
|
|
|
2126
|
-
export const
|
|
2127
|
-
serializedName: "SkuDescriptionList",
|
|
2282
|
+
export const Script: coreClient.CompositeMapper = {
|
|
2128
2283
|
type: {
|
|
2129
2284
|
name: "Composite",
|
|
2130
|
-
className: "
|
|
2285
|
+
className: "Script",
|
|
2131
2286
|
modelProperties: {
|
|
2132
|
-
|
|
2287
|
+
...ProxyResource.type.modelProperties,
|
|
2288
|
+
systemData: {
|
|
2289
|
+
serializedName: "systemData",
|
|
2290
|
+
type: {
|
|
2291
|
+
name: "Composite",
|
|
2292
|
+
className: "SystemData"
|
|
2293
|
+
}
|
|
2294
|
+
},
|
|
2295
|
+
scriptUrl: {
|
|
2296
|
+
serializedName: "properties.scriptUrl",
|
|
2297
|
+
type: {
|
|
2298
|
+
name: "String"
|
|
2299
|
+
}
|
|
2300
|
+
},
|
|
2301
|
+
scriptUrlSasToken: {
|
|
2302
|
+
serializedName: "properties.scriptUrlSasToken",
|
|
2303
|
+
type: {
|
|
2304
|
+
name: "String"
|
|
2305
|
+
}
|
|
2306
|
+
},
|
|
2307
|
+
forceUpdateTag: {
|
|
2308
|
+
serializedName: "properties.forceUpdateTag",
|
|
2309
|
+
type: {
|
|
2310
|
+
name: "String"
|
|
2311
|
+
}
|
|
2312
|
+
},
|
|
2313
|
+
continueOnErrors: {
|
|
2314
|
+
defaultValue: false,
|
|
2315
|
+
serializedName: "properties.continueOnErrors",
|
|
2316
|
+
type: {
|
|
2317
|
+
name: "Boolean"
|
|
2318
|
+
}
|
|
2319
|
+
},
|
|
2320
|
+
provisioningState: {
|
|
2321
|
+
serializedName: "properties.provisioningState",
|
|
2133
2322
|
readOnly: true,
|
|
2134
|
-
serializedName: "",
|
|
2135
2323
|
type: {
|
|
2136
|
-
name: "
|
|
2137
|
-
element: {
|
|
2138
|
-
type: {
|
|
2139
|
-
name: "Composite",
|
|
2140
|
-
className: "SkuDescription"
|
|
2141
|
-
}
|
|
2142
|
-
}
|
|
2324
|
+
name: "String"
|
|
2143
2325
|
}
|
|
2144
2326
|
}
|
|
2145
2327
|
}
|
|
2146
2328
|
}
|
|
2147
2329
|
};
|
|
2148
2330
|
|
|
2149
|
-
export const
|
|
2150
|
-
serializedName: "ListResourceSkusResult",
|
|
2331
|
+
export const ManagedPrivateEndpoint: coreClient.CompositeMapper = {
|
|
2151
2332
|
type: {
|
|
2152
2333
|
name: "Composite",
|
|
2153
|
-
className: "
|
|
2334
|
+
className: "ManagedPrivateEndpoint",
|
|
2154
2335
|
modelProperties: {
|
|
2155
|
-
|
|
2156
|
-
|
|
2336
|
+
...ProxyResource.type.modelProperties,
|
|
2337
|
+
systemData: {
|
|
2338
|
+
serializedName: "systemData",
|
|
2157
2339
|
type: {
|
|
2158
|
-
name: "
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2340
|
+
name: "Composite",
|
|
2341
|
+
className: "SystemData"
|
|
2342
|
+
}
|
|
2343
|
+
},
|
|
2344
|
+
privateLinkResourceId: {
|
|
2345
|
+
serializedName: "properties.privateLinkResourceId",
|
|
2346
|
+
type: {
|
|
2347
|
+
name: "String"
|
|
2348
|
+
}
|
|
2349
|
+
},
|
|
2350
|
+
privateLinkResourceRegion: {
|
|
2351
|
+
serializedName: "properties.privateLinkResourceRegion",
|
|
2352
|
+
type: {
|
|
2353
|
+
name: "String"
|
|
2354
|
+
}
|
|
2355
|
+
},
|
|
2356
|
+
groupId: {
|
|
2357
|
+
serializedName: "properties.groupId",
|
|
2358
|
+
type: {
|
|
2359
|
+
name: "String"
|
|
2360
|
+
}
|
|
2361
|
+
},
|
|
2362
|
+
requestMessage: {
|
|
2363
|
+
serializedName: "properties.requestMessage",
|
|
2364
|
+
type: {
|
|
2365
|
+
name: "String"
|
|
2366
|
+
}
|
|
2367
|
+
},
|
|
2368
|
+
provisioningState: {
|
|
2369
|
+
serializedName: "properties.provisioningState",
|
|
2370
|
+
readOnly: true,
|
|
2371
|
+
type: {
|
|
2372
|
+
name: "String"
|
|
2165
2373
|
}
|
|
2166
2374
|
}
|
|
2167
2375
|
}
|
|
2168
2376
|
}
|
|
2169
2377
|
};
|
|
2170
2378
|
|
|
2171
|
-
export const
|
|
2172
|
-
serializedName: "LanguageExtensionsList",
|
|
2379
|
+
export const PrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
2173
2380
|
type: {
|
|
2174
2381
|
name: "Composite",
|
|
2175
|
-
className: "
|
|
2382
|
+
className: "PrivateEndpointConnection",
|
|
2176
2383
|
modelProperties: {
|
|
2177
|
-
|
|
2178
|
-
|
|
2384
|
+
...ProxyResource.type.modelProperties,
|
|
2385
|
+
systemData: {
|
|
2386
|
+
serializedName: "systemData",
|
|
2179
2387
|
type: {
|
|
2180
|
-
name: "
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2388
|
+
name: "Composite",
|
|
2389
|
+
className: "SystemData"
|
|
2390
|
+
}
|
|
2391
|
+
},
|
|
2392
|
+
privateEndpoint: {
|
|
2393
|
+
serializedName: "properties.privateEndpoint",
|
|
2394
|
+
type: {
|
|
2395
|
+
name: "Composite",
|
|
2396
|
+
className: "PrivateEndpointProperty"
|
|
2397
|
+
}
|
|
2398
|
+
},
|
|
2399
|
+
privateLinkServiceConnectionState: {
|
|
2400
|
+
serializedName: "properties.privateLinkServiceConnectionState",
|
|
2401
|
+
type: {
|
|
2402
|
+
name: "Composite",
|
|
2403
|
+
className: "PrivateLinkServiceConnectionStateProperty"
|
|
2404
|
+
}
|
|
2405
|
+
},
|
|
2406
|
+
groupId: {
|
|
2407
|
+
serializedName: "properties.groupId",
|
|
2408
|
+
readOnly: true,
|
|
2409
|
+
type: {
|
|
2410
|
+
name: "String"
|
|
2411
|
+
}
|
|
2412
|
+
},
|
|
2413
|
+
provisioningState: {
|
|
2414
|
+
serializedName: "properties.provisioningState",
|
|
2415
|
+
readOnly: true,
|
|
2416
|
+
type: {
|
|
2417
|
+
name: "String"
|
|
2187
2418
|
}
|
|
2188
2419
|
}
|
|
2189
2420
|
}
|
|
2190
2421
|
}
|
|
2191
2422
|
};
|
|
2192
2423
|
|
|
2193
|
-
export const
|
|
2194
|
-
serializedName: "ClusterPrincipalAssignmentListResult",
|
|
2424
|
+
export const OutboundNetworkDependenciesEndpoint: coreClient.CompositeMapper = {
|
|
2195
2425
|
type: {
|
|
2196
2426
|
name: "Composite",
|
|
2197
|
-
className: "
|
|
2427
|
+
className: "OutboundNetworkDependenciesEndpoint",
|
|
2198
2428
|
modelProperties: {
|
|
2199
|
-
|
|
2200
|
-
|
|
2429
|
+
...ProxyResource.type.modelProperties,
|
|
2430
|
+
etag: {
|
|
2431
|
+
serializedName: "etag",
|
|
2432
|
+
readOnly: true,
|
|
2433
|
+
type: {
|
|
2434
|
+
name: "String"
|
|
2435
|
+
}
|
|
2436
|
+
},
|
|
2437
|
+
category: {
|
|
2438
|
+
serializedName: "properties.category",
|
|
2439
|
+
type: {
|
|
2440
|
+
name: "String"
|
|
2441
|
+
}
|
|
2442
|
+
},
|
|
2443
|
+
endpoints: {
|
|
2444
|
+
serializedName: "properties.endpoints",
|
|
2201
2445
|
type: {
|
|
2202
2446
|
name: "Sequence",
|
|
2203
2447
|
element: {
|
|
2204
2448
|
type: {
|
|
2205
2449
|
name: "Composite",
|
|
2206
|
-
className: "
|
|
2450
|
+
className: "EndpointDependency"
|
|
2207
2451
|
}
|
|
2208
2452
|
}
|
|
2209
2453
|
}
|
|
2454
|
+
},
|
|
2455
|
+
provisioningState: {
|
|
2456
|
+
serializedName: "properties.provisioningState",
|
|
2457
|
+
readOnly: true,
|
|
2458
|
+
type: {
|
|
2459
|
+
name: "String"
|
|
2460
|
+
}
|
|
2210
2461
|
}
|
|
2211
2462
|
}
|
|
2212
2463
|
}
|
|
2213
2464
|
};
|
|
2214
2465
|
|
|
2215
|
-
export const
|
|
2216
|
-
serializedName: "DatabaseListResult",
|
|
2466
|
+
export const AttachedDatabaseConfiguration: coreClient.CompositeMapper = {
|
|
2217
2467
|
type: {
|
|
2218
2468
|
name: "Composite",
|
|
2219
|
-
className: "
|
|
2469
|
+
className: "AttachedDatabaseConfiguration",
|
|
2220
2470
|
modelProperties: {
|
|
2221
|
-
|
|
2222
|
-
|
|
2471
|
+
...ProxyResource.type.modelProperties,
|
|
2472
|
+
location: {
|
|
2473
|
+
serializedName: "location",
|
|
2474
|
+
type: {
|
|
2475
|
+
name: "String"
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
provisioningState: {
|
|
2479
|
+
serializedName: "properties.provisioningState",
|
|
2480
|
+
readOnly: true,
|
|
2481
|
+
type: {
|
|
2482
|
+
name: "String"
|
|
2483
|
+
}
|
|
2484
|
+
},
|
|
2485
|
+
databaseName: {
|
|
2486
|
+
serializedName: "properties.databaseName",
|
|
2487
|
+
type: {
|
|
2488
|
+
name: "String"
|
|
2489
|
+
}
|
|
2490
|
+
},
|
|
2491
|
+
clusterResourceId: {
|
|
2492
|
+
serializedName: "properties.clusterResourceId",
|
|
2493
|
+
type: {
|
|
2494
|
+
name: "String"
|
|
2495
|
+
}
|
|
2496
|
+
},
|
|
2497
|
+
attachedDatabaseNames: {
|
|
2498
|
+
serializedName: "properties.attachedDatabaseNames",
|
|
2499
|
+
readOnly: true,
|
|
2223
2500
|
type: {
|
|
2224
2501
|
name: "Sequence",
|
|
2225
2502
|
element: {
|
|
2226
2503
|
type: {
|
|
2227
|
-
name: "
|
|
2228
|
-
className: "Database"
|
|
2504
|
+
name: "String"
|
|
2229
2505
|
}
|
|
2230
2506
|
}
|
|
2231
2507
|
}
|
|
2508
|
+
},
|
|
2509
|
+
defaultPrincipalsModificationKind: {
|
|
2510
|
+
serializedName: "properties.defaultPrincipalsModificationKind",
|
|
2511
|
+
type: {
|
|
2512
|
+
name: "String"
|
|
2513
|
+
}
|
|
2514
|
+
},
|
|
2515
|
+
tableLevelSharingProperties: {
|
|
2516
|
+
serializedName: "properties.tableLevelSharingProperties",
|
|
2517
|
+
type: {
|
|
2518
|
+
name: "Composite",
|
|
2519
|
+
className: "TableLevelSharingProperties"
|
|
2520
|
+
}
|
|
2232
2521
|
}
|
|
2233
2522
|
}
|
|
2234
2523
|
}
|
|
2235
2524
|
};
|
|
2236
2525
|
|
|
2237
|
-
export const
|
|
2238
|
-
serializedName: "
|
|
2526
|
+
export const DataConnection: coreClient.CompositeMapper = {
|
|
2527
|
+
serializedName: "DataConnection",
|
|
2239
2528
|
type: {
|
|
2240
2529
|
name: "Composite",
|
|
2241
|
-
className: "
|
|
2530
|
+
className: "DataConnection",
|
|
2531
|
+
uberParent: "Resource",
|
|
2532
|
+
polymorphicDiscriminator: {
|
|
2533
|
+
serializedName: "kind",
|
|
2534
|
+
clientName: "kind"
|
|
2535
|
+
},
|
|
2242
2536
|
modelProperties: {
|
|
2243
|
-
|
|
2244
|
-
|
|
2537
|
+
...ProxyResource.type.modelProperties,
|
|
2538
|
+
location: {
|
|
2539
|
+
serializedName: "location",
|
|
2245
2540
|
type: {
|
|
2246
|
-
name: "
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2541
|
+
name: "String"
|
|
2542
|
+
}
|
|
2543
|
+
},
|
|
2544
|
+
kind: {
|
|
2545
|
+
serializedName: "kind",
|
|
2546
|
+
required: true,
|
|
2547
|
+
type: {
|
|
2548
|
+
name: "String"
|
|
2253
2549
|
}
|
|
2254
2550
|
}
|
|
2255
2551
|
}
|
|
2256
2552
|
}
|
|
2257
2553
|
};
|
|
2258
2554
|
|
|
2259
|
-
export const
|
|
2260
|
-
serializedName: "
|
|
2555
|
+
export const ReadWriteDatabase: coreClient.CompositeMapper = {
|
|
2556
|
+
serializedName: "ReadWrite",
|
|
2261
2557
|
type: {
|
|
2262
2558
|
name: "Composite",
|
|
2263
|
-
className: "
|
|
2559
|
+
className: "ReadWriteDatabase",
|
|
2560
|
+
uberParent: "Resource",
|
|
2561
|
+
polymorphicDiscriminator: Resource.type.polymorphicDiscriminator,
|
|
2264
2562
|
modelProperties: {
|
|
2265
|
-
|
|
2266
|
-
|
|
2563
|
+
...Database.type.modelProperties,
|
|
2564
|
+
provisioningState: {
|
|
2565
|
+
serializedName: "properties.provisioningState",
|
|
2566
|
+
readOnly: true,
|
|
2267
2567
|
type: {
|
|
2268
|
-
name: "
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2568
|
+
name: "String"
|
|
2569
|
+
}
|
|
2570
|
+
},
|
|
2571
|
+
softDeletePeriod: {
|
|
2572
|
+
serializedName: "properties.softDeletePeriod",
|
|
2573
|
+
type: {
|
|
2574
|
+
name: "TimeSpan"
|
|
2575
|
+
}
|
|
2576
|
+
},
|
|
2577
|
+
hotCachePeriod: {
|
|
2578
|
+
serializedName: "properties.hotCachePeriod",
|
|
2579
|
+
type: {
|
|
2580
|
+
name: "TimeSpan"
|
|
2581
|
+
}
|
|
2582
|
+
},
|
|
2583
|
+
statistics: {
|
|
2584
|
+
serializedName: "properties.statistics",
|
|
2585
|
+
type: {
|
|
2586
|
+
name: "Composite",
|
|
2587
|
+
className: "DatabaseStatistics"
|
|
2588
|
+
}
|
|
2589
|
+
},
|
|
2590
|
+
isFollowed: {
|
|
2591
|
+
serializedName: "properties.isFollowed",
|
|
2592
|
+
readOnly: true,
|
|
2593
|
+
type: {
|
|
2594
|
+
name: "Boolean"
|
|
2275
2595
|
}
|
|
2276
2596
|
}
|
|
2277
2597
|
}
|
|
2278
2598
|
}
|
|
2279
2599
|
};
|
|
2280
2600
|
|
|
2281
|
-
export const
|
|
2282
|
-
serializedName: "
|
|
2601
|
+
export const ReadOnlyFollowingDatabase: coreClient.CompositeMapper = {
|
|
2602
|
+
serializedName: "ReadOnlyFollowing",
|
|
2283
2603
|
type: {
|
|
2284
2604
|
name: "Composite",
|
|
2285
|
-
className: "
|
|
2605
|
+
className: "ReadOnlyFollowingDatabase",
|
|
2606
|
+
uberParent: "Resource",
|
|
2607
|
+
polymorphicDiscriminator: Resource.type.polymorphicDiscriminator,
|
|
2286
2608
|
modelProperties: {
|
|
2287
|
-
|
|
2288
|
-
|
|
2609
|
+
...Database.type.modelProperties,
|
|
2610
|
+
provisioningState: {
|
|
2611
|
+
serializedName: "properties.provisioningState",
|
|
2612
|
+
readOnly: true,
|
|
2289
2613
|
type: {
|
|
2290
|
-
name: "
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2614
|
+
name: "String"
|
|
2615
|
+
}
|
|
2616
|
+
},
|
|
2617
|
+
softDeletePeriod: {
|
|
2618
|
+
serializedName: "properties.softDeletePeriod",
|
|
2619
|
+
readOnly: true,
|
|
2620
|
+
type: {
|
|
2621
|
+
name: "TimeSpan"
|
|
2622
|
+
}
|
|
2623
|
+
},
|
|
2624
|
+
hotCachePeriod: {
|
|
2625
|
+
serializedName: "properties.hotCachePeriod",
|
|
2626
|
+
type: {
|
|
2627
|
+
name: "TimeSpan"
|
|
2628
|
+
}
|
|
2629
|
+
},
|
|
2630
|
+
statistics: {
|
|
2631
|
+
serializedName: "properties.statistics",
|
|
2632
|
+
type: {
|
|
2633
|
+
name: "Composite",
|
|
2634
|
+
className: "DatabaseStatistics"
|
|
2635
|
+
}
|
|
2636
|
+
},
|
|
2637
|
+
leaderClusterResourceId: {
|
|
2638
|
+
serializedName: "properties.leaderClusterResourceId",
|
|
2639
|
+
readOnly: true,
|
|
2640
|
+
type: {
|
|
2641
|
+
name: "String"
|
|
2642
|
+
}
|
|
2643
|
+
},
|
|
2644
|
+
attachedDatabaseConfigurationName: {
|
|
2645
|
+
serializedName: "properties.attachedDatabaseConfigurationName",
|
|
2646
|
+
readOnly: true,
|
|
2647
|
+
type: {
|
|
2648
|
+
name: "String"
|
|
2649
|
+
}
|
|
2650
|
+
},
|
|
2651
|
+
principalsModificationKind: {
|
|
2652
|
+
serializedName: "properties.principalsModificationKind",
|
|
2653
|
+
readOnly: true,
|
|
2654
|
+
type: {
|
|
2655
|
+
name: "String"
|
|
2297
2656
|
}
|
|
2298
2657
|
}
|
|
2299
2658
|
}
|
|
2300
2659
|
}
|
|
2301
2660
|
};
|
|
2302
2661
|
|
|
2303
|
-
export const
|
|
2304
|
-
serializedName: "
|
|
2662
|
+
export const EventHubDataConnection: coreClient.CompositeMapper = {
|
|
2663
|
+
serializedName: "EventHub",
|
|
2305
2664
|
type: {
|
|
2306
2665
|
name: "Composite",
|
|
2307
|
-
className: "
|
|
2666
|
+
className: "EventHubDataConnection",
|
|
2667
|
+
uberParent: "Resource",
|
|
2668
|
+
polymorphicDiscriminator: Resource.type.polymorphicDiscriminator,
|
|
2308
2669
|
modelProperties: {
|
|
2309
|
-
|
|
2310
|
-
|
|
2670
|
+
...DataConnection.type.modelProperties,
|
|
2671
|
+
eventHubResourceId: {
|
|
2672
|
+
serializedName: "properties.eventHubResourceId",
|
|
2673
|
+
type: {
|
|
2674
|
+
name: "String"
|
|
2675
|
+
}
|
|
2676
|
+
},
|
|
2677
|
+
consumerGroup: {
|
|
2678
|
+
serializedName: "properties.consumerGroup",
|
|
2679
|
+
type: {
|
|
2680
|
+
name: "String"
|
|
2681
|
+
}
|
|
2682
|
+
},
|
|
2683
|
+
tableName: {
|
|
2684
|
+
serializedName: "properties.tableName",
|
|
2685
|
+
type: {
|
|
2686
|
+
name: "String"
|
|
2687
|
+
}
|
|
2688
|
+
},
|
|
2689
|
+
mappingRuleName: {
|
|
2690
|
+
serializedName: "properties.mappingRuleName",
|
|
2691
|
+
type: {
|
|
2692
|
+
name: "String"
|
|
2693
|
+
}
|
|
2694
|
+
},
|
|
2695
|
+
dataFormat: {
|
|
2696
|
+
serializedName: "properties.dataFormat",
|
|
2697
|
+
type: {
|
|
2698
|
+
name: "String"
|
|
2699
|
+
}
|
|
2700
|
+
},
|
|
2701
|
+
eventSystemProperties: {
|
|
2702
|
+
serializedName: "properties.eventSystemProperties",
|
|
2311
2703
|
type: {
|
|
2312
2704
|
name: "Sequence",
|
|
2313
2705
|
element: {
|
|
2314
2706
|
type: {
|
|
2315
|
-
name: "
|
|
2316
|
-
className: "AttachedDatabaseConfiguration"
|
|
2707
|
+
name: "String"
|
|
2317
2708
|
}
|
|
2318
2709
|
}
|
|
2319
2710
|
}
|
|
2711
|
+
},
|
|
2712
|
+
compression: {
|
|
2713
|
+
defaultValue: "None",
|
|
2714
|
+
serializedName: "properties.compression",
|
|
2715
|
+
type: {
|
|
2716
|
+
name: "String"
|
|
2717
|
+
}
|
|
2718
|
+
},
|
|
2719
|
+
provisioningState: {
|
|
2720
|
+
serializedName: "properties.provisioningState",
|
|
2721
|
+
readOnly: true,
|
|
2722
|
+
type: {
|
|
2723
|
+
name: "String"
|
|
2724
|
+
}
|
|
2725
|
+
},
|
|
2726
|
+
managedIdentityResourceId: {
|
|
2727
|
+
serializedName: "properties.managedIdentityResourceId",
|
|
2728
|
+
type: {
|
|
2729
|
+
name: "String"
|
|
2730
|
+
}
|
|
2320
2731
|
}
|
|
2321
2732
|
}
|
|
2322
2733
|
}
|
|
2323
2734
|
};
|
|
2324
2735
|
|
|
2325
|
-
export const
|
|
2326
|
-
serializedName: "
|
|
2736
|
+
export const IotHubDataConnection: coreClient.CompositeMapper = {
|
|
2737
|
+
serializedName: "IotHub",
|
|
2327
2738
|
type: {
|
|
2328
2739
|
name: "Composite",
|
|
2329
|
-
className: "
|
|
2740
|
+
className: "IotHubDataConnection",
|
|
2741
|
+
uberParent: "Resource",
|
|
2742
|
+
polymorphicDiscriminator: Resource.type.polymorphicDiscriminator,
|
|
2330
2743
|
modelProperties: {
|
|
2331
|
-
|
|
2332
|
-
|
|
2744
|
+
...DataConnection.type.modelProperties,
|
|
2745
|
+
iotHubResourceId: {
|
|
2746
|
+
serializedName: "properties.iotHubResourceId",
|
|
2747
|
+
type: {
|
|
2748
|
+
name: "String"
|
|
2749
|
+
}
|
|
2750
|
+
},
|
|
2751
|
+
consumerGroup: {
|
|
2752
|
+
serializedName: "properties.consumerGroup",
|
|
2753
|
+
type: {
|
|
2754
|
+
name: "String"
|
|
2755
|
+
}
|
|
2756
|
+
},
|
|
2757
|
+
tableName: {
|
|
2758
|
+
serializedName: "properties.tableName",
|
|
2759
|
+
type: {
|
|
2760
|
+
name: "String"
|
|
2761
|
+
}
|
|
2762
|
+
},
|
|
2763
|
+
mappingRuleName: {
|
|
2764
|
+
serializedName: "properties.mappingRuleName",
|
|
2765
|
+
type: {
|
|
2766
|
+
name: "String"
|
|
2767
|
+
}
|
|
2768
|
+
},
|
|
2769
|
+
dataFormat: {
|
|
2770
|
+
serializedName: "properties.dataFormat",
|
|
2771
|
+
type: {
|
|
2772
|
+
name: "String"
|
|
2773
|
+
}
|
|
2774
|
+
},
|
|
2775
|
+
eventSystemProperties: {
|
|
2776
|
+
serializedName: "properties.eventSystemProperties",
|
|
2333
2777
|
type: {
|
|
2334
2778
|
name: "Sequence",
|
|
2335
2779
|
element: {
|
|
2336
2780
|
type: {
|
|
2337
|
-
name: "
|
|
2338
|
-
className: "DataConnection"
|
|
2781
|
+
name: "String"
|
|
2339
2782
|
}
|
|
2340
2783
|
}
|
|
2341
2784
|
}
|
|
2785
|
+
},
|
|
2786
|
+
sharedAccessPolicyName: {
|
|
2787
|
+
serializedName: "properties.sharedAccessPolicyName",
|
|
2788
|
+
type: {
|
|
2789
|
+
name: "String"
|
|
2790
|
+
}
|
|
2791
|
+
},
|
|
2792
|
+
provisioningState: {
|
|
2793
|
+
serializedName: "properties.provisioningState",
|
|
2794
|
+
readOnly: true,
|
|
2795
|
+
type: {
|
|
2796
|
+
name: "String"
|
|
2797
|
+
}
|
|
2342
2798
|
}
|
|
2343
2799
|
}
|
|
2344
2800
|
}
|
|
2345
2801
|
};
|
|
2346
2802
|
|
|
2347
|
-
export const
|
|
2348
|
-
serializedName: "
|
|
2803
|
+
export const EventGridDataConnection: coreClient.CompositeMapper = {
|
|
2804
|
+
serializedName: "EventGrid",
|
|
2349
2805
|
type: {
|
|
2350
2806
|
name: "Composite",
|
|
2351
|
-
className: "
|
|
2807
|
+
className: "EventGridDataConnection",
|
|
2808
|
+
uberParent: "Resource",
|
|
2809
|
+
polymorphicDiscriminator: Resource.type.polymorphicDiscriminator,
|
|
2352
2810
|
modelProperties: {
|
|
2353
|
-
|
|
2354
|
-
|
|
2811
|
+
...DataConnection.type.modelProperties,
|
|
2812
|
+
storageAccountResourceId: {
|
|
2813
|
+
serializedName: "properties.storageAccountResourceId",
|
|
2355
2814
|
type: {
|
|
2356
|
-
name: "
|
|
2357
|
-
element: {
|
|
2358
|
-
type: {
|
|
2359
|
-
name: "Composite",
|
|
2360
|
-
className: "Operation"
|
|
2361
|
-
}
|
|
2362
|
-
}
|
|
2815
|
+
name: "String"
|
|
2363
2816
|
}
|
|
2364
2817
|
},
|
|
2365
|
-
|
|
2366
|
-
serializedName: "
|
|
2818
|
+
eventHubResourceId: {
|
|
2819
|
+
serializedName: "properties.eventHubResourceId",
|
|
2820
|
+
type: {
|
|
2821
|
+
name: "String"
|
|
2822
|
+
}
|
|
2823
|
+
},
|
|
2824
|
+
consumerGroup: {
|
|
2825
|
+
serializedName: "properties.consumerGroup",
|
|
2826
|
+
type: {
|
|
2827
|
+
name: "String"
|
|
2828
|
+
}
|
|
2829
|
+
},
|
|
2830
|
+
tableName: {
|
|
2831
|
+
serializedName: "properties.tableName",
|
|
2832
|
+
type: {
|
|
2833
|
+
name: "String"
|
|
2834
|
+
}
|
|
2835
|
+
},
|
|
2836
|
+
mappingRuleName: {
|
|
2837
|
+
serializedName: "properties.mappingRuleName",
|
|
2838
|
+
type: {
|
|
2839
|
+
name: "String"
|
|
2840
|
+
}
|
|
2841
|
+
},
|
|
2842
|
+
dataFormat: {
|
|
2843
|
+
serializedName: "properties.dataFormat",
|
|
2844
|
+
type: {
|
|
2845
|
+
name: "String"
|
|
2846
|
+
}
|
|
2847
|
+
},
|
|
2848
|
+
ignoreFirstRecord: {
|
|
2849
|
+
serializedName: "properties.ignoreFirstRecord",
|
|
2850
|
+
type: {
|
|
2851
|
+
name: "Boolean"
|
|
2852
|
+
}
|
|
2853
|
+
},
|
|
2854
|
+
blobStorageEventType: {
|
|
2855
|
+
serializedName: "properties.blobStorageEventType",
|
|
2856
|
+
type: {
|
|
2857
|
+
name: "String"
|
|
2858
|
+
}
|
|
2859
|
+
},
|
|
2860
|
+
provisioningState: {
|
|
2861
|
+
serializedName: "properties.provisioningState",
|
|
2862
|
+
readOnly: true,
|
|
2367
2863
|
type: {
|
|
2368
2864
|
name: "String"
|
|
2369
2865
|
}
|
|
@@ -2372,12 +2868,12 @@ export const OperationListResult: msRest.CompositeMapper = {
|
|
|
2372
2868
|
}
|
|
2373
2869
|
};
|
|
2374
2870
|
|
|
2375
|
-
export
|
|
2376
|
-
Database: Database,
|
|
2377
|
-
"
|
|
2378
|
-
"
|
|
2379
|
-
|
|
2380
|
-
"
|
|
2381
|
-
"
|
|
2382
|
-
"
|
|
2871
|
+
export let discriminators = {
|
|
2872
|
+
"Resource.Database": Database,
|
|
2873
|
+
"Resource.DataConnection": DataConnection,
|
|
2874
|
+
"Resource.ReadWrite": ReadWriteDatabase,
|
|
2875
|
+
"Resource.ReadOnlyFollowing": ReadOnlyFollowingDatabase,
|
|
2876
|
+
"Resource.EventHub": EventHubDataConnection,
|
|
2877
|
+
"Resource.IotHub": IotHubDataConnection,
|
|
2878
|
+
"Resource.EventGrid": EventGridDataConnection
|
|
2383
2879
|
};
|