@azure/arm-appconfiguration 2.0.0 → 3.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/LICENSE.txt +1 -1
- package/README.md +70 -80
- package/dist/index.js +3105 -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/appConfigurationManagementClient.d.ts +22 -0
- package/dist-esm/src/appConfigurationManagementClient.d.ts.map +1 -0
- package/dist-esm/src/appConfigurationManagementClient.js +55 -0
- package/dist-esm/src/appConfigurationManagementClient.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/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 +826 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +59 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +38 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +464 -547
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +20 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +162 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/configurationStores.d.ts +139 -0
- package/dist-esm/src/operations/configurationStores.d.ts.map +1 -0
- package/dist-esm/src/operations/configurationStores.js +655 -0
- package/dist-esm/src/operations/configurationStores.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/keyValues.d.ts +76 -0
- package/dist-esm/src/operations/keyValues.d.ts.map +1 -0
- package/dist-esm/src/operations/keyValues.js +284 -0
- package/dist-esm/src/operations/keyValues.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +39 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +147 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +84 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +350 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +47 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +170 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurationStores.d.ts +86 -0
- package/dist-esm/src/operationsInterfaces/configurationStores.d.ts.map +1 -0
- package/{src/models/privateLinkResourcesMappers.ts → dist-esm/src/operationsInterfaces/configurationStores.js} +2 -8
- package/dist-esm/src/operationsInterfaces/configurationStores.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/keyValues.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/keyValues.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/keyValues.js} +2 -1
- package/dist-esm/src/operationsInterfaces/keyValues.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +18 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/{esm/models/privateLinkResourcesMappers.js → dist-esm/src/operationsInterfaces/operations.js} +2 -2
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +58 -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/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-appconfiguration.api.md +665 -0
- package/rollup.config.js +181 -30
- package/src/appConfigurationManagementClient.ts +80 -40
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +644 -1242
- package/src/models/mappers.ts +467 -557
- package/src/models/parameters.ts +119 -46
- package/src/operations/configurationStores.ts +638 -419
- package/src/operations/index.ts +1 -2
- package/src/operations/keyValues.ts +266 -209
- package/src/operations/operations.ts +108 -121
- package/src/operations/privateEndpointConnections.ts +343 -181
- package/src/operations/privateLinkResources.ts +157 -123
- package/src/operationsInterfaces/configurationStores.ts +168 -0
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/keyValues.ts +91 -0
- package/src/operationsInterfaces/operations.ts +38 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +111 -0
- package/src/operationsInterfaces/privateLinkResources.ts +44 -0
- package/tsconfig.json +3 -3
- package/types/arm-appconfiguration.d.ts +1171 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-appconfiguration.js +0 -2849
- package/dist/arm-appconfiguration.js.map +0 -1
- package/dist/arm-appconfiguration.min.js +0 -1
- package/dist/arm-appconfiguration.min.js.map +0 -1
- package/esm/appConfigurationManagementClient.d.ts +0 -28
- package/esm/appConfigurationManagementClient.d.ts.map +0 -1
- package/esm/appConfigurationManagementClient.js +0 -41
- package/esm/appConfigurationManagementClient.js.map +0 -1
- package/esm/appConfigurationManagementClientContext.d.ts +0 -22
- package/esm/appConfigurationManagementClientContext.d.ts.map +0 -1
- package/esm/appConfigurationManagementClientContext.js +0 -60
- package/esm/appConfigurationManagementClientContext.js.map +0 -1
- package/esm/models/configurationStoresMappers.d.ts +0 -2
- package/esm/models/configurationStoresMappers.d.ts.map +0 -1
- package/esm/models/configurationStoresMappers.js +0 -9
- package/esm/models/configurationStoresMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1433
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/keyValuesMappers.d.ts +0 -2
- package/esm/models/keyValuesMappers.d.ts.map +0 -1
- package/esm/models/keyValuesMappers.js +0 -9
- package/esm/models/keyValuesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -42
- 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 +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -12
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -117
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/operations/configurationStores.d.ts +0 -219
- package/esm/operations/configurationStores.d.ts.map +0 -1
- package/esm/operations/configurationStores.js +0 -441
- package/esm/operations/configurationStores.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/keyValues.d.ts +0 -127
- package/esm/operations/keyValues.d.ts.map +0 -1
- package/esm/operations/keyValues.js +0 -216
- package/esm/operations/keyValues.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -67
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -114
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -117
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -238
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -76
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -119
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/src/appConfigurationManagementClientContext.ts +0 -67
- package/src/models/configurationStoresMappers.ts +0 -35
- package/src/models/keyValuesMappers.ts +0 -31
- package/src/models/operationsMappers.ts +0 -23
- package/src/models/privateEndpointConnectionsMappers.ts +0 -31
package/src/models/mappers.ts
CHANGED
|
@@ -6,28 +6,27 @@
|
|
|
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
|
-
export const BaseResource = BaseResourceMapper;
|
|
14
|
-
|
|
15
|
-
export const UserIdentity: msRest.CompositeMapper = {
|
|
16
|
-
serializedName: "UserIdentity",
|
|
11
|
+
export const ConfigurationStoreListResult: coreClient.CompositeMapper = {
|
|
17
12
|
type: {
|
|
18
13
|
name: "Composite",
|
|
19
|
-
className: "
|
|
14
|
+
className: "ConfigurationStoreListResult",
|
|
20
15
|
modelProperties: {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
serializedName: "principalId",
|
|
16
|
+
value: {
|
|
17
|
+
serializedName: "value",
|
|
24
18
|
type: {
|
|
25
|
-
name: "
|
|
19
|
+
name: "Sequence",
|
|
20
|
+
element: {
|
|
21
|
+
type: {
|
|
22
|
+
name: "Composite",
|
|
23
|
+
className: "ConfigurationStore"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
serializedName: "clientId",
|
|
28
|
+
nextLink: {
|
|
29
|
+
serializedName: "nextLink",
|
|
31
30
|
type: {
|
|
32
31
|
name: "String"
|
|
33
32
|
}
|
|
@@ -36,8 +35,7 @@ export const UserIdentity: msRest.CompositeMapper = {
|
|
|
36
35
|
}
|
|
37
36
|
};
|
|
38
37
|
|
|
39
|
-
export const ResourceIdentity:
|
|
40
|
-
serializedName: "ResourceIdentity",
|
|
38
|
+
export const ResourceIdentity: coreClient.CompositeMapper = {
|
|
41
39
|
type: {
|
|
42
40
|
name: "Composite",
|
|
43
41
|
className: "ResourceIdentity",
|
|
@@ -52,24 +50,19 @@ export const ResourceIdentity: msRest.CompositeMapper = {
|
|
|
52
50
|
serializedName: "userAssignedIdentities",
|
|
53
51
|
type: {
|
|
54
52
|
name: "Dictionary",
|
|
55
|
-
value: {
|
|
56
|
-
type: {
|
|
57
|
-
name: "Composite",
|
|
58
|
-
className: "UserIdentity"
|
|
59
|
-
}
|
|
60
|
-
}
|
|
53
|
+
value: { type: { name: "Composite", className: "UserIdentity" } }
|
|
61
54
|
}
|
|
62
55
|
},
|
|
63
56
|
principalId: {
|
|
64
|
-
readOnly: true,
|
|
65
57
|
serializedName: "principalId",
|
|
58
|
+
readOnly: true,
|
|
66
59
|
type: {
|
|
67
60
|
name: "String"
|
|
68
61
|
}
|
|
69
62
|
},
|
|
70
63
|
tenantId: {
|
|
71
|
-
readOnly: true,
|
|
72
64
|
serializedName: "tenantId",
|
|
65
|
+
readOnly: true,
|
|
73
66
|
type: {
|
|
74
67
|
name: "String"
|
|
75
68
|
}
|
|
@@ -78,20 +71,21 @@ export const ResourceIdentity: msRest.CompositeMapper = {
|
|
|
78
71
|
}
|
|
79
72
|
};
|
|
80
73
|
|
|
81
|
-
export const
|
|
82
|
-
serializedName: "KeyVaultProperties",
|
|
74
|
+
export const UserIdentity: coreClient.CompositeMapper = {
|
|
83
75
|
type: {
|
|
84
76
|
name: "Composite",
|
|
85
|
-
className: "
|
|
77
|
+
className: "UserIdentity",
|
|
86
78
|
modelProperties: {
|
|
87
|
-
|
|
88
|
-
serializedName: "
|
|
79
|
+
principalId: {
|
|
80
|
+
serializedName: "principalId",
|
|
81
|
+
readOnly: true,
|
|
89
82
|
type: {
|
|
90
83
|
name: "String"
|
|
91
84
|
}
|
|
92
85
|
},
|
|
93
|
-
|
|
94
|
-
serializedName: "
|
|
86
|
+
clientId: {
|
|
87
|
+
serializedName: "clientId",
|
|
88
|
+
readOnly: true,
|
|
95
89
|
type: {
|
|
96
90
|
name: "String"
|
|
97
91
|
}
|
|
@@ -100,8 +94,7 @@ export const KeyVaultProperties: msRest.CompositeMapper = {
|
|
|
100
94
|
}
|
|
101
95
|
};
|
|
102
96
|
|
|
103
|
-
export const EncryptionProperties:
|
|
104
|
-
serializedName: "EncryptionProperties",
|
|
97
|
+
export const EncryptionProperties: coreClient.CompositeMapper = {
|
|
105
98
|
type: {
|
|
106
99
|
name: "Composite",
|
|
107
100
|
className: "EncryptionProperties",
|
|
@@ -117,43 +110,19 @@ export const EncryptionProperties: msRest.CompositeMapper = {
|
|
|
117
110
|
}
|
|
118
111
|
};
|
|
119
112
|
|
|
120
|
-
export const
|
|
121
|
-
serializedName: "PrivateEndpoint",
|
|
122
|
-
type: {
|
|
123
|
-
name: "Composite",
|
|
124
|
-
className: "PrivateEndpoint",
|
|
125
|
-
modelProperties: {
|
|
126
|
-
id: {
|
|
127
|
-
serializedName: "id",
|
|
128
|
-
type: {
|
|
129
|
-
name: "String"
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
};
|
|
135
|
-
|
|
136
|
-
export const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {
|
|
137
|
-
serializedName: "PrivateLinkServiceConnectionState",
|
|
113
|
+
export const KeyVaultProperties: coreClient.CompositeMapper = {
|
|
138
114
|
type: {
|
|
139
115
|
name: "Composite",
|
|
140
|
-
className: "
|
|
116
|
+
className: "KeyVaultProperties",
|
|
141
117
|
modelProperties: {
|
|
142
|
-
|
|
143
|
-
serializedName: "
|
|
144
|
-
type: {
|
|
145
|
-
name: "String"
|
|
146
|
-
}
|
|
147
|
-
},
|
|
148
|
-
description: {
|
|
149
|
-
serializedName: "description",
|
|
118
|
+
keyIdentifier: {
|
|
119
|
+
serializedName: "keyIdentifier",
|
|
150
120
|
type: {
|
|
151
121
|
name: "String"
|
|
152
122
|
}
|
|
153
123
|
},
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
serializedName: "actionsRequired",
|
|
124
|
+
identityClientId: {
|
|
125
|
+
serializedName: "identityClientId",
|
|
157
126
|
type: {
|
|
158
127
|
name: "String"
|
|
159
128
|
}
|
|
@@ -162,36 +131,35 @@ export const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {
|
|
|
162
131
|
}
|
|
163
132
|
};
|
|
164
133
|
|
|
165
|
-
export const PrivateEndpointConnectionReference:
|
|
166
|
-
serializedName: "PrivateEndpointConnectionReference",
|
|
134
|
+
export const PrivateEndpointConnectionReference: coreClient.CompositeMapper = {
|
|
167
135
|
type: {
|
|
168
136
|
name: "Composite",
|
|
169
137
|
className: "PrivateEndpointConnectionReference",
|
|
170
138
|
modelProperties: {
|
|
171
139
|
id: {
|
|
172
|
-
readOnly: true,
|
|
173
140
|
serializedName: "id",
|
|
141
|
+
readOnly: true,
|
|
174
142
|
type: {
|
|
175
143
|
name: "String"
|
|
176
144
|
}
|
|
177
145
|
},
|
|
178
146
|
name: {
|
|
179
|
-
readOnly: true,
|
|
180
147
|
serializedName: "name",
|
|
148
|
+
readOnly: true,
|
|
181
149
|
type: {
|
|
182
150
|
name: "String"
|
|
183
151
|
}
|
|
184
152
|
},
|
|
185
153
|
type: {
|
|
186
|
-
readOnly: true,
|
|
187
154
|
serializedName: "type",
|
|
155
|
+
readOnly: true,
|
|
188
156
|
type: {
|
|
189
157
|
name: "String"
|
|
190
158
|
}
|
|
191
159
|
},
|
|
192
160
|
provisioningState: {
|
|
193
|
-
readOnly: true,
|
|
194
161
|
serializedName: "properties.provisioningState",
|
|
162
|
+
readOnly: true,
|
|
195
163
|
type: {
|
|
196
164
|
name: "String"
|
|
197
165
|
}
|
|
@@ -204,7 +172,6 @@ export const PrivateEndpointConnectionReference: msRest.CompositeMapper = {
|
|
|
204
172
|
}
|
|
205
173
|
},
|
|
206
174
|
privateLinkServiceConnectionState: {
|
|
207
|
-
required: true,
|
|
208
175
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
209
176
|
type: {
|
|
210
177
|
name: "Composite",
|
|
@@ -215,15 +182,57 @@ export const PrivateEndpointConnectionReference: msRest.CompositeMapper = {
|
|
|
215
182
|
}
|
|
216
183
|
};
|
|
217
184
|
|
|
218
|
-
export const
|
|
219
|
-
|
|
185
|
+
export const PrivateEndpoint: coreClient.CompositeMapper = {
|
|
186
|
+
type: {
|
|
187
|
+
name: "Composite",
|
|
188
|
+
className: "PrivateEndpoint",
|
|
189
|
+
modelProperties: {
|
|
190
|
+
id: {
|
|
191
|
+
serializedName: "id",
|
|
192
|
+
type: {
|
|
193
|
+
name: "String"
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
};
|
|
199
|
+
|
|
200
|
+
export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
|
|
201
|
+
type: {
|
|
202
|
+
name: "Composite",
|
|
203
|
+
className: "PrivateLinkServiceConnectionState",
|
|
204
|
+
modelProperties: {
|
|
205
|
+
status: {
|
|
206
|
+
serializedName: "status",
|
|
207
|
+
type: {
|
|
208
|
+
name: "String"
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
description: {
|
|
212
|
+
serializedName: "description",
|
|
213
|
+
type: {
|
|
214
|
+
name: "String"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
actionsRequired: {
|
|
218
|
+
serializedName: "actionsRequired",
|
|
219
|
+
readOnly: true,
|
|
220
|
+
type: {
|
|
221
|
+
name: "String"
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
};
|
|
227
|
+
|
|
228
|
+
export const Sku: coreClient.CompositeMapper = {
|
|
220
229
|
type: {
|
|
221
230
|
name: "Composite",
|
|
222
231
|
className: "Sku",
|
|
223
232
|
modelProperties: {
|
|
224
233
|
name: {
|
|
225
|
-
required: true,
|
|
226
234
|
serializedName: "name",
|
|
235
|
+
required: true,
|
|
227
236
|
type: {
|
|
228
237
|
name: "String"
|
|
229
238
|
}
|
|
@@ -232,8 +241,7 @@ export const Sku: msRest.CompositeMapper = {
|
|
|
232
241
|
}
|
|
233
242
|
};
|
|
234
243
|
|
|
235
|
-
export const SystemData:
|
|
236
|
-
serializedName: "systemData",
|
|
244
|
+
export const SystemData: coreClient.CompositeMapper = {
|
|
237
245
|
type: {
|
|
238
246
|
name: "Composite",
|
|
239
247
|
className: "SystemData",
|
|
@@ -278,29 +286,28 @@ export const SystemData: msRest.CompositeMapper = {
|
|
|
278
286
|
}
|
|
279
287
|
};
|
|
280
288
|
|
|
281
|
-
export const Resource:
|
|
282
|
-
serializedName: "Resource",
|
|
289
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
283
290
|
type: {
|
|
284
291
|
name: "Composite",
|
|
285
292
|
className: "Resource",
|
|
286
293
|
modelProperties: {
|
|
287
294
|
id: {
|
|
288
|
-
readOnly: true,
|
|
289
295
|
serializedName: "id",
|
|
296
|
+
readOnly: true,
|
|
290
297
|
type: {
|
|
291
298
|
name: "String"
|
|
292
299
|
}
|
|
293
300
|
},
|
|
294
301
|
name: {
|
|
295
|
-
readOnly: true,
|
|
296
302
|
serializedName: "name",
|
|
303
|
+
readOnly: true,
|
|
297
304
|
type: {
|
|
298
305
|
name: "String"
|
|
299
306
|
}
|
|
300
307
|
},
|
|
301
308
|
type: {
|
|
302
|
-
readOnly: true,
|
|
303
309
|
serializedName: "type",
|
|
310
|
+
readOnly: true,
|
|
304
311
|
type: {
|
|
305
312
|
name: "String"
|
|
306
313
|
}
|
|
@@ -309,146 +316,87 @@ export const Resource: msRest.CompositeMapper = {
|
|
|
309
316
|
}
|
|
310
317
|
};
|
|
311
318
|
|
|
312
|
-
export const
|
|
313
|
-
serializedName: "TrackedResource",
|
|
319
|
+
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
314
320
|
type: {
|
|
315
321
|
name: "Composite",
|
|
316
|
-
className: "
|
|
322
|
+
className: "ErrorResponse",
|
|
317
323
|
modelProperties: {
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
serializedName: "tags",
|
|
321
|
-
type: {
|
|
322
|
-
name: "Dictionary",
|
|
323
|
-
value: {
|
|
324
|
-
type: {
|
|
325
|
-
name: "String"
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
},
|
|
330
|
-
location: {
|
|
331
|
-
required: true,
|
|
332
|
-
serializedName: "location",
|
|
324
|
+
error: {
|
|
325
|
+
serializedName: "error",
|
|
333
326
|
type: {
|
|
334
|
-
name: "
|
|
327
|
+
name: "Composite",
|
|
328
|
+
className: "ErrorDetails"
|
|
335
329
|
}
|
|
336
330
|
}
|
|
337
331
|
}
|
|
338
332
|
}
|
|
339
333
|
};
|
|
340
334
|
|
|
341
|
-
export const
|
|
342
|
-
serializedName: "ConfigurationStore",
|
|
335
|
+
export const ErrorDetails: coreClient.CompositeMapper = {
|
|
343
336
|
type: {
|
|
344
337
|
name: "Composite",
|
|
345
|
-
className: "
|
|
338
|
+
className: "ErrorDetails",
|
|
346
339
|
modelProperties: {
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
serializedName: "identity",
|
|
350
|
-
type: {
|
|
351
|
-
name: "Composite",
|
|
352
|
-
className: "ResourceIdentity"
|
|
353
|
-
}
|
|
354
|
-
},
|
|
355
|
-
provisioningState: {
|
|
340
|
+
code: {
|
|
341
|
+
serializedName: "code",
|
|
356
342
|
readOnly: true,
|
|
357
|
-
serializedName: "properties.provisioningState",
|
|
358
343
|
type: {
|
|
359
344
|
name: "String"
|
|
360
345
|
}
|
|
361
346
|
},
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
serializedName: "properties.creationDate",
|
|
365
|
-
type: {
|
|
366
|
-
name: "DateTime"
|
|
367
|
-
}
|
|
368
|
-
},
|
|
369
|
-
endpoint: {
|
|
347
|
+
message: {
|
|
348
|
+
serializedName: "message",
|
|
370
349
|
readOnly: true,
|
|
371
|
-
serializedName: "properties.endpoint",
|
|
372
350
|
type: {
|
|
373
351
|
name: "String"
|
|
374
352
|
}
|
|
375
353
|
},
|
|
376
|
-
|
|
377
|
-
serializedName: "
|
|
378
|
-
type: {
|
|
379
|
-
name: "Composite",
|
|
380
|
-
className: "EncryptionProperties"
|
|
381
|
-
}
|
|
382
|
-
},
|
|
383
|
-
privateEndpointConnections: {
|
|
354
|
+
additionalInfo: {
|
|
355
|
+
serializedName: "additionalInfo",
|
|
384
356
|
readOnly: true,
|
|
385
|
-
serializedName: "properties.privateEndpointConnections",
|
|
386
357
|
type: {
|
|
387
358
|
name: "Sequence",
|
|
388
359
|
element: {
|
|
389
360
|
type: {
|
|
390
361
|
name: "Composite",
|
|
391
|
-
className: "
|
|
362
|
+
className: "ErrorAdditionalInfo"
|
|
392
363
|
}
|
|
393
364
|
}
|
|
394
365
|
}
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
};
|
|
370
|
+
|
|
371
|
+
export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
|
|
372
|
+
type: {
|
|
373
|
+
name: "Composite",
|
|
374
|
+
className: "ErrorAdditionalInfo",
|
|
375
|
+
modelProperties: {
|
|
376
|
+
type: {
|
|
377
|
+
serializedName: "type",
|
|
378
|
+
readOnly: true,
|
|
398
379
|
type: {
|
|
399
380
|
name: "String"
|
|
400
381
|
}
|
|
401
382
|
},
|
|
402
|
-
|
|
403
|
-
serializedName: "
|
|
404
|
-
|
|
405
|
-
name: "Boolean"
|
|
406
|
-
}
|
|
407
|
-
},
|
|
408
|
-
sku: {
|
|
409
|
-
required: true,
|
|
410
|
-
serializedName: "sku",
|
|
411
|
-
type: {
|
|
412
|
-
name: "Composite",
|
|
413
|
-
className: "Sku"
|
|
414
|
-
}
|
|
415
|
-
},
|
|
416
|
-
systemData: {
|
|
417
|
-
serializedName: "systemData",
|
|
383
|
+
info: {
|
|
384
|
+
serializedName: "info",
|
|
385
|
+
readOnly: true,
|
|
418
386
|
type: {
|
|
419
|
-
name: "
|
|
420
|
-
|
|
387
|
+
name: "Dictionary",
|
|
388
|
+
value: { type: { name: "any" } }
|
|
421
389
|
}
|
|
422
390
|
}
|
|
423
391
|
}
|
|
424
392
|
}
|
|
425
393
|
};
|
|
426
394
|
|
|
427
|
-
export const ConfigurationStoreUpdateParameters:
|
|
428
|
-
serializedName: "ConfigurationStoreUpdateParameters",
|
|
395
|
+
export const ConfigurationStoreUpdateParameters: coreClient.CompositeMapper = {
|
|
429
396
|
type: {
|
|
430
397
|
name: "Composite",
|
|
431
398
|
className: "ConfigurationStoreUpdateParameters",
|
|
432
399
|
modelProperties: {
|
|
433
|
-
encryption: {
|
|
434
|
-
serializedName: "properties.encryption",
|
|
435
|
-
type: {
|
|
436
|
-
name: "Composite",
|
|
437
|
-
className: "EncryptionProperties"
|
|
438
|
-
}
|
|
439
|
-
},
|
|
440
|
-
disableLocalAuth: {
|
|
441
|
-
serializedName: "properties.disableLocalAuth",
|
|
442
|
-
type: {
|
|
443
|
-
name: "Boolean"
|
|
444
|
-
}
|
|
445
|
-
},
|
|
446
|
-
publicNetworkAccess: {
|
|
447
|
-
serializedName: "properties.publicNetworkAccess",
|
|
448
|
-
type: {
|
|
449
|
-
name: "String"
|
|
450
|
-
}
|
|
451
|
-
},
|
|
452
400
|
identity: {
|
|
453
401
|
serializedName: "identity",
|
|
454
402
|
type: {
|
|
@@ -467,35 +415,47 @@ export const ConfigurationStoreUpdateParameters: msRest.CompositeMapper = {
|
|
|
467
415
|
serializedName: "tags",
|
|
468
416
|
type: {
|
|
469
417
|
name: "Dictionary",
|
|
470
|
-
value: {
|
|
471
|
-
type: {
|
|
472
|
-
name: "String"
|
|
473
|
-
}
|
|
474
|
-
}
|
|
418
|
+
value: { type: { name: "String" } }
|
|
475
419
|
}
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
420
|
+
},
|
|
421
|
+
encryption: {
|
|
422
|
+
serializedName: "properties.encryption",
|
|
423
|
+
type: {
|
|
424
|
+
name: "Composite",
|
|
425
|
+
className: "EncryptionProperties"
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
disableLocalAuth: {
|
|
429
|
+
serializedName: "properties.disableLocalAuth",
|
|
430
|
+
type: {
|
|
431
|
+
name: "Boolean"
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
publicNetworkAccess: {
|
|
435
|
+
serializedName: "properties.publicNetworkAccess",
|
|
436
|
+
type: {
|
|
437
|
+
name: "String"
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
};
|
|
443
|
+
|
|
444
|
+
export const CheckNameAvailabilityParameters: coreClient.CompositeMapper = {
|
|
445
|
+
type: {
|
|
446
|
+
name: "Composite",
|
|
485
447
|
className: "CheckNameAvailabilityParameters",
|
|
486
448
|
modelProperties: {
|
|
487
449
|
name: {
|
|
488
|
-
required: true,
|
|
489
450
|
serializedName: "name",
|
|
451
|
+
required: true,
|
|
490
452
|
type: {
|
|
491
453
|
name: "String"
|
|
492
454
|
}
|
|
493
455
|
},
|
|
494
456
|
type: {
|
|
495
|
-
required: true,
|
|
496
|
-
isConstant: true,
|
|
497
457
|
serializedName: "type",
|
|
498
|
-
|
|
458
|
+
required: true,
|
|
499
459
|
type: {
|
|
500
460
|
name: "String"
|
|
501
461
|
}
|
|
@@ -504,29 +464,55 @@ export const CheckNameAvailabilityParameters: msRest.CompositeMapper = {
|
|
|
504
464
|
}
|
|
505
465
|
};
|
|
506
466
|
|
|
507
|
-
export const NameAvailabilityStatus:
|
|
508
|
-
serializedName: "NameAvailabilityStatus",
|
|
467
|
+
export const NameAvailabilityStatus: coreClient.CompositeMapper = {
|
|
509
468
|
type: {
|
|
510
469
|
name: "Composite",
|
|
511
470
|
className: "NameAvailabilityStatus",
|
|
512
471
|
modelProperties: {
|
|
513
472
|
nameAvailable: {
|
|
514
|
-
readOnly: true,
|
|
515
473
|
serializedName: "nameAvailable",
|
|
474
|
+
readOnly: true,
|
|
516
475
|
type: {
|
|
517
476
|
name: "Boolean"
|
|
518
477
|
}
|
|
519
478
|
},
|
|
520
479
|
message: {
|
|
521
|
-
readOnly: true,
|
|
522
480
|
serializedName: "message",
|
|
481
|
+
readOnly: true,
|
|
523
482
|
type: {
|
|
524
483
|
name: "String"
|
|
525
484
|
}
|
|
526
485
|
},
|
|
527
486
|
reason: {
|
|
528
|
-
readOnly: true,
|
|
529
487
|
serializedName: "reason",
|
|
488
|
+
readOnly: true,
|
|
489
|
+
type: {
|
|
490
|
+
name: "String"
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
};
|
|
496
|
+
|
|
497
|
+
export const ApiKeyListResult: coreClient.CompositeMapper = {
|
|
498
|
+
type: {
|
|
499
|
+
name: "Composite",
|
|
500
|
+
className: "ApiKeyListResult",
|
|
501
|
+
modelProperties: {
|
|
502
|
+
value: {
|
|
503
|
+
serializedName: "value",
|
|
504
|
+
type: {
|
|
505
|
+
name: "Sequence",
|
|
506
|
+
element: {
|
|
507
|
+
type: {
|
|
508
|
+
name: "Composite",
|
|
509
|
+
className: "ApiKey"
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
},
|
|
514
|
+
nextLink: {
|
|
515
|
+
serializedName: "nextLink",
|
|
530
516
|
type: {
|
|
531
517
|
name: "String"
|
|
532
518
|
}
|
|
@@ -535,50 +521,49 @@ export const NameAvailabilityStatus: msRest.CompositeMapper = {
|
|
|
535
521
|
}
|
|
536
522
|
};
|
|
537
523
|
|
|
538
|
-
export const ApiKey:
|
|
539
|
-
serializedName: "ApiKey",
|
|
524
|
+
export const ApiKey: coreClient.CompositeMapper = {
|
|
540
525
|
type: {
|
|
541
526
|
name: "Composite",
|
|
542
527
|
className: "ApiKey",
|
|
543
528
|
modelProperties: {
|
|
544
529
|
id: {
|
|
545
|
-
readOnly: true,
|
|
546
530
|
serializedName: "id",
|
|
531
|
+
readOnly: true,
|
|
547
532
|
type: {
|
|
548
533
|
name: "String"
|
|
549
534
|
}
|
|
550
535
|
},
|
|
551
536
|
name: {
|
|
552
|
-
readOnly: true,
|
|
553
537
|
serializedName: "name",
|
|
538
|
+
readOnly: true,
|
|
554
539
|
type: {
|
|
555
540
|
name: "String"
|
|
556
541
|
}
|
|
557
542
|
},
|
|
558
543
|
value: {
|
|
559
|
-
readOnly: true,
|
|
560
544
|
serializedName: "value",
|
|
545
|
+
readOnly: true,
|
|
561
546
|
type: {
|
|
562
547
|
name: "String"
|
|
563
548
|
}
|
|
564
549
|
},
|
|
565
550
|
connectionString: {
|
|
566
|
-
readOnly: true,
|
|
567
551
|
serializedName: "connectionString",
|
|
552
|
+
readOnly: true,
|
|
568
553
|
type: {
|
|
569
554
|
name: "String"
|
|
570
555
|
}
|
|
571
556
|
},
|
|
572
557
|
lastModified: {
|
|
573
|
-
readOnly: true,
|
|
574
558
|
serializedName: "lastModified",
|
|
559
|
+
readOnly: true,
|
|
575
560
|
type: {
|
|
576
561
|
name: "DateTime"
|
|
577
562
|
}
|
|
578
563
|
},
|
|
579
564
|
readOnly: {
|
|
580
|
-
readOnly: true,
|
|
581
565
|
serializedName: "readOnly",
|
|
566
|
+
readOnly: true,
|
|
582
567
|
type: {
|
|
583
568
|
name: "Boolean"
|
|
584
569
|
}
|
|
@@ -587,8 +572,7 @@ export const ApiKey: msRest.CompositeMapper = {
|
|
|
587
572
|
}
|
|
588
573
|
};
|
|
589
574
|
|
|
590
|
-
export const RegenerateKeyParameters:
|
|
591
|
-
serializedName: "RegenerateKeyParameters",
|
|
575
|
+
export const RegenerateKeyParameters: coreClient.CompositeMapper = {
|
|
592
576
|
type: {
|
|
593
577
|
name: "Composite",
|
|
594
578
|
className: "RegenerateKeyParameters",
|
|
@@ -603,104 +587,82 @@ export const RegenerateKeyParameters: msRest.CompositeMapper = {
|
|
|
603
587
|
}
|
|
604
588
|
};
|
|
605
589
|
|
|
606
|
-
export const
|
|
607
|
-
serializedName: "KeyValue",
|
|
590
|
+
export const OperationDefinitionListResult: coreClient.CompositeMapper = {
|
|
608
591
|
type: {
|
|
609
592
|
name: "Composite",
|
|
610
|
-
className: "
|
|
593
|
+
className: "OperationDefinitionListResult",
|
|
611
594
|
modelProperties: {
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
serializedName: "id",
|
|
615
|
-
type: {
|
|
616
|
-
name: "String"
|
|
617
|
-
}
|
|
618
|
-
},
|
|
619
|
-
name: {
|
|
620
|
-
readOnly: true,
|
|
621
|
-
serializedName: "name",
|
|
622
|
-
type: {
|
|
623
|
-
name: "String"
|
|
624
|
-
}
|
|
625
|
-
},
|
|
626
|
-
type: {
|
|
627
|
-
readOnly: true,
|
|
628
|
-
serializedName: "type",
|
|
595
|
+
value: {
|
|
596
|
+
serializedName: "value",
|
|
629
597
|
type: {
|
|
630
|
-
name: "
|
|
598
|
+
name: "Sequence",
|
|
599
|
+
element: {
|
|
600
|
+
type: {
|
|
601
|
+
name: "Composite",
|
|
602
|
+
className: "OperationDefinition"
|
|
603
|
+
}
|
|
604
|
+
}
|
|
631
605
|
}
|
|
632
606
|
},
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
serializedName: "properties.key",
|
|
607
|
+
nextLink: {
|
|
608
|
+
serializedName: "nextLink",
|
|
636
609
|
type: {
|
|
637
610
|
name: "String"
|
|
638
611
|
}
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
};
|
|
616
|
+
|
|
617
|
+
export const OperationDefinition: coreClient.CompositeMapper = {
|
|
618
|
+
type: {
|
|
619
|
+
name: "Composite",
|
|
620
|
+
className: "OperationDefinition",
|
|
621
|
+
modelProperties: {
|
|
622
|
+
name: {
|
|
623
|
+
serializedName: "name",
|
|
643
624
|
type: {
|
|
644
625
|
name: "String"
|
|
645
626
|
}
|
|
646
627
|
},
|
|
647
|
-
|
|
648
|
-
serializedName: "
|
|
628
|
+
isDataAction: {
|
|
629
|
+
serializedName: "isDataAction",
|
|
649
630
|
type: {
|
|
650
|
-
name: "
|
|
631
|
+
name: "Boolean"
|
|
651
632
|
}
|
|
652
633
|
},
|
|
653
|
-
|
|
654
|
-
serializedName: "
|
|
634
|
+
display: {
|
|
635
|
+
serializedName: "display",
|
|
655
636
|
type: {
|
|
656
|
-
name: "
|
|
637
|
+
name: "Composite",
|
|
638
|
+
className: "OperationDefinitionDisplay"
|
|
657
639
|
}
|
|
658
640
|
},
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
serializedName: "properties.eTag",
|
|
641
|
+
origin: {
|
|
642
|
+
serializedName: "origin",
|
|
662
643
|
type: {
|
|
663
644
|
name: "String"
|
|
664
645
|
}
|
|
665
646
|
},
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
serializedName: "properties.lastModified",
|
|
669
|
-
type: {
|
|
670
|
-
name: "DateTime"
|
|
671
|
-
}
|
|
672
|
-
},
|
|
673
|
-
locked: {
|
|
674
|
-
readOnly: true,
|
|
675
|
-
serializedName: "properties.locked",
|
|
676
|
-
type: {
|
|
677
|
-
name: "Boolean"
|
|
678
|
-
}
|
|
679
|
-
},
|
|
680
|
-
tags: {
|
|
681
|
-
serializedName: "properties.tags",
|
|
647
|
+
properties: {
|
|
648
|
+
serializedName: "properties",
|
|
682
649
|
type: {
|
|
683
|
-
name: "
|
|
684
|
-
|
|
685
|
-
type: {
|
|
686
|
-
name: "String"
|
|
687
|
-
}
|
|
688
|
-
}
|
|
650
|
+
name: "Composite",
|
|
651
|
+
className: "OperationProperties"
|
|
689
652
|
}
|
|
690
653
|
}
|
|
691
654
|
}
|
|
692
655
|
}
|
|
693
656
|
};
|
|
694
657
|
|
|
695
|
-
export const OperationDefinitionDisplay:
|
|
696
|
-
serializedName: "OperationDefinitionDisplay",
|
|
658
|
+
export const OperationDefinitionDisplay: coreClient.CompositeMapper = {
|
|
697
659
|
type: {
|
|
698
660
|
name: "Composite",
|
|
699
661
|
className: "OperationDefinitionDisplay",
|
|
700
662
|
modelProperties: {
|
|
701
663
|
provider: {
|
|
702
|
-
readOnly: true,
|
|
703
664
|
serializedName: "provider",
|
|
665
|
+
readOnly: true,
|
|
704
666
|
type: {
|
|
705
667
|
name: "String"
|
|
706
668
|
}
|
|
@@ -727,39 +689,59 @@ export const OperationDefinitionDisplay: msRest.CompositeMapper = {
|
|
|
727
689
|
}
|
|
728
690
|
};
|
|
729
691
|
|
|
730
|
-
export const
|
|
731
|
-
serializedName: "LogSpecification",
|
|
692
|
+
export const OperationProperties: coreClient.CompositeMapper = {
|
|
732
693
|
type: {
|
|
733
694
|
name: "Composite",
|
|
734
|
-
className: "
|
|
695
|
+
className: "OperationProperties",
|
|
735
696
|
modelProperties: {
|
|
736
|
-
|
|
737
|
-
serializedName: "
|
|
697
|
+
serviceSpecification: {
|
|
698
|
+
serializedName: "serviceSpecification",
|
|
738
699
|
type: {
|
|
739
|
-
name: "
|
|
700
|
+
name: "Composite",
|
|
701
|
+
className: "ServiceSpecification"
|
|
740
702
|
}
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
|
|
703
|
+
}
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
};
|
|
707
|
+
|
|
708
|
+
export const ServiceSpecification: coreClient.CompositeMapper = {
|
|
709
|
+
type: {
|
|
710
|
+
name: "Composite",
|
|
711
|
+
className: "ServiceSpecification",
|
|
712
|
+
modelProperties: {
|
|
713
|
+
logSpecifications: {
|
|
714
|
+
serializedName: "logSpecifications",
|
|
744
715
|
type: {
|
|
745
|
-
name: "
|
|
716
|
+
name: "Sequence",
|
|
717
|
+
element: {
|
|
718
|
+
type: {
|
|
719
|
+
name: "Composite",
|
|
720
|
+
className: "LogSpecification"
|
|
721
|
+
}
|
|
722
|
+
}
|
|
746
723
|
}
|
|
747
724
|
},
|
|
748
|
-
|
|
749
|
-
serializedName: "
|
|
725
|
+
metricSpecifications: {
|
|
726
|
+
serializedName: "metricSpecifications",
|
|
750
727
|
type: {
|
|
751
|
-
name: "
|
|
728
|
+
name: "Sequence",
|
|
729
|
+
element: {
|
|
730
|
+
type: {
|
|
731
|
+
name: "Composite",
|
|
732
|
+
className: "MetricSpecification"
|
|
733
|
+
}
|
|
734
|
+
}
|
|
752
735
|
}
|
|
753
736
|
}
|
|
754
737
|
}
|
|
755
738
|
}
|
|
756
739
|
};
|
|
757
740
|
|
|
758
|
-
export const
|
|
759
|
-
serializedName: "MetricDimension",
|
|
741
|
+
export const LogSpecification: coreClient.CompositeMapper = {
|
|
760
742
|
type: {
|
|
761
743
|
name: "Composite",
|
|
762
|
-
className: "
|
|
744
|
+
className: "LogSpecification",
|
|
763
745
|
modelProperties: {
|
|
764
746
|
name: {
|
|
765
747
|
serializedName: "name",
|
|
@@ -773,8 +755,8 @@ export const MetricDimension: msRest.CompositeMapper = {
|
|
|
773
755
|
name: "String"
|
|
774
756
|
}
|
|
775
757
|
},
|
|
776
|
-
|
|
777
|
-
serializedName: "
|
|
758
|
+
blobDuration: {
|
|
759
|
+
serializedName: "blobDuration",
|
|
778
760
|
type: {
|
|
779
761
|
name: "String"
|
|
780
762
|
}
|
|
@@ -783,8 +765,7 @@ export const MetricDimension: msRest.CompositeMapper = {
|
|
|
783
765
|
}
|
|
784
766
|
};
|
|
785
767
|
|
|
786
|
-
export const MetricSpecification:
|
|
787
|
-
serializedName: "MetricSpecification",
|
|
768
|
+
export const MetricSpecification: coreClient.CompositeMapper = {
|
|
788
769
|
type: {
|
|
789
770
|
name: "Composite",
|
|
790
771
|
className: "MetricSpecification",
|
|
@@ -847,207 +828,89 @@ export const MetricSpecification: msRest.CompositeMapper = {
|
|
|
847
828
|
}
|
|
848
829
|
};
|
|
849
830
|
|
|
850
|
-
export const
|
|
851
|
-
serializedName: "ServiceSpecification",
|
|
831
|
+
export const MetricDimension: coreClient.CompositeMapper = {
|
|
852
832
|
type: {
|
|
853
833
|
name: "Composite",
|
|
854
|
-
className: "
|
|
834
|
+
className: "MetricDimension",
|
|
855
835
|
modelProperties: {
|
|
856
|
-
|
|
857
|
-
serializedName: "
|
|
836
|
+
name: {
|
|
837
|
+
serializedName: "name",
|
|
858
838
|
type: {
|
|
859
|
-
name: "
|
|
860
|
-
element: {
|
|
861
|
-
type: {
|
|
862
|
-
name: "Composite",
|
|
863
|
-
className: "LogSpecification"
|
|
864
|
-
}
|
|
865
|
-
}
|
|
839
|
+
name: "String"
|
|
866
840
|
}
|
|
867
841
|
},
|
|
868
|
-
|
|
869
|
-
serializedName: "
|
|
842
|
+
displayName: {
|
|
843
|
+
serializedName: "displayName",
|
|
870
844
|
type: {
|
|
871
|
-
name: "
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
845
|
+
name: "String"
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
internalName: {
|
|
849
|
+
serializedName: "internalName",
|
|
850
|
+
type: {
|
|
851
|
+
name: "String"
|
|
878
852
|
}
|
|
879
853
|
}
|
|
880
854
|
}
|
|
881
855
|
}
|
|
882
856
|
};
|
|
883
857
|
|
|
884
|
-
export const
|
|
885
|
-
serializedName: "OperationProperties",
|
|
858
|
+
export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
|
|
886
859
|
type: {
|
|
887
860
|
name: "Composite",
|
|
888
|
-
className: "
|
|
861
|
+
className: "PrivateEndpointConnectionListResult",
|
|
889
862
|
modelProperties: {
|
|
890
|
-
|
|
891
|
-
serializedName: "
|
|
892
|
-
type: {
|
|
893
|
-
name: "Composite",
|
|
894
|
-
className: "ServiceSpecification"
|
|
895
|
-
}
|
|
896
|
-
}
|
|
897
|
-
}
|
|
898
|
-
}
|
|
899
|
-
};
|
|
900
|
-
|
|
901
|
-
export const OperationDefinition: msRest.CompositeMapper = {
|
|
902
|
-
serializedName: "OperationDefinition",
|
|
903
|
-
type: {
|
|
904
|
-
name: "Composite",
|
|
905
|
-
className: "OperationDefinition",
|
|
906
|
-
modelProperties: {
|
|
907
|
-
name: {
|
|
908
|
-
serializedName: "name",
|
|
909
|
-
type: {
|
|
910
|
-
name: "String"
|
|
911
|
-
}
|
|
912
|
-
},
|
|
913
|
-
isDataAction: {
|
|
914
|
-
serializedName: "isDataAction",
|
|
915
|
-
type: {
|
|
916
|
-
name: "Boolean"
|
|
917
|
-
}
|
|
918
|
-
},
|
|
919
|
-
display: {
|
|
920
|
-
serializedName: "display",
|
|
921
|
-
type: {
|
|
922
|
-
name: "Composite",
|
|
923
|
-
className: "OperationDefinitionDisplay"
|
|
924
|
-
}
|
|
925
|
-
},
|
|
926
|
-
origin: {
|
|
927
|
-
serializedName: "origin",
|
|
928
|
-
type: {
|
|
929
|
-
name: "String"
|
|
930
|
-
}
|
|
931
|
-
},
|
|
932
|
-
properties: {
|
|
933
|
-
serializedName: "properties",
|
|
934
|
-
type: {
|
|
935
|
-
name: "Composite",
|
|
936
|
-
className: "OperationProperties"
|
|
937
|
-
}
|
|
938
|
-
}
|
|
939
|
-
}
|
|
940
|
-
}
|
|
941
|
-
};
|
|
942
|
-
|
|
943
|
-
export const ErrorAdditionalInfo: msRest.CompositeMapper = {
|
|
944
|
-
serializedName: "ErrorAdditionalInfo",
|
|
945
|
-
type: {
|
|
946
|
-
name: "Composite",
|
|
947
|
-
className: "ErrorAdditionalInfo",
|
|
948
|
-
modelProperties: {
|
|
949
|
-
type: {
|
|
950
|
-
readOnly: true,
|
|
951
|
-
serializedName: "type",
|
|
952
|
-
type: {
|
|
953
|
-
name: "String"
|
|
954
|
-
}
|
|
955
|
-
},
|
|
956
|
-
info: {
|
|
957
|
-
readOnly: true,
|
|
958
|
-
serializedName: "info",
|
|
959
|
-
type: {
|
|
960
|
-
name: "Object"
|
|
961
|
-
}
|
|
962
|
-
}
|
|
963
|
-
}
|
|
964
|
-
}
|
|
965
|
-
};
|
|
966
|
-
|
|
967
|
-
export const ErrorDetails: msRest.CompositeMapper = {
|
|
968
|
-
serializedName: "ErrorDetails",
|
|
969
|
-
type: {
|
|
970
|
-
name: "Composite",
|
|
971
|
-
className: "ErrorDetails",
|
|
972
|
-
modelProperties: {
|
|
973
|
-
code: {
|
|
974
|
-
readOnly: true,
|
|
975
|
-
serializedName: "code",
|
|
976
|
-
type: {
|
|
977
|
-
name: "String"
|
|
978
|
-
}
|
|
979
|
-
},
|
|
980
|
-
message: {
|
|
981
|
-
readOnly: true,
|
|
982
|
-
serializedName: "message",
|
|
983
|
-
type: {
|
|
984
|
-
name: "String"
|
|
985
|
-
}
|
|
986
|
-
},
|
|
987
|
-
additionalInfo: {
|
|
988
|
-
readOnly: true,
|
|
989
|
-
serializedName: "additionalInfo",
|
|
863
|
+
value: {
|
|
864
|
+
serializedName: "value",
|
|
990
865
|
type: {
|
|
991
866
|
name: "Sequence",
|
|
992
867
|
element: {
|
|
993
868
|
type: {
|
|
994
869
|
name: "Composite",
|
|
995
|
-
className: "
|
|
870
|
+
className: "PrivateEndpointConnection"
|
|
996
871
|
}
|
|
997
872
|
}
|
|
998
873
|
}
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
};
|
|
1003
|
-
|
|
1004
|
-
export const ErrorResponse: msRest.CompositeMapper = {
|
|
1005
|
-
serializedName: "ErrorResponse",
|
|
1006
|
-
type: {
|
|
1007
|
-
name: "Composite",
|
|
1008
|
-
className: "ErrorResponse",
|
|
1009
|
-
modelProperties: {
|
|
1010
|
-
error: {
|
|
1011
|
-
serializedName: "error",
|
|
874
|
+
},
|
|
875
|
+
nextLink: {
|
|
876
|
+
serializedName: "nextLink",
|
|
1012
877
|
type: {
|
|
1013
|
-
name: "
|
|
1014
|
-
className: "ErrorDetails"
|
|
878
|
+
name: "String"
|
|
1015
879
|
}
|
|
1016
880
|
}
|
|
1017
881
|
}
|
|
1018
882
|
}
|
|
1019
883
|
};
|
|
1020
884
|
|
|
1021
|
-
export const PrivateEndpointConnection:
|
|
1022
|
-
serializedName: "PrivateEndpointConnection",
|
|
885
|
+
export const PrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
1023
886
|
type: {
|
|
1024
887
|
name: "Composite",
|
|
1025
888
|
className: "PrivateEndpointConnection",
|
|
1026
889
|
modelProperties: {
|
|
1027
890
|
id: {
|
|
1028
|
-
readOnly: true,
|
|
1029
891
|
serializedName: "id",
|
|
892
|
+
readOnly: true,
|
|
1030
893
|
type: {
|
|
1031
894
|
name: "String"
|
|
1032
895
|
}
|
|
1033
896
|
},
|
|
1034
897
|
name: {
|
|
1035
|
-
readOnly: true,
|
|
1036
898
|
serializedName: "name",
|
|
899
|
+
readOnly: true,
|
|
1037
900
|
type: {
|
|
1038
901
|
name: "String"
|
|
1039
902
|
}
|
|
1040
903
|
},
|
|
1041
904
|
type: {
|
|
1042
|
-
readOnly: true,
|
|
1043
905
|
serializedName: "type",
|
|
906
|
+
readOnly: true,
|
|
1044
907
|
type: {
|
|
1045
908
|
name: "String"
|
|
1046
909
|
}
|
|
1047
910
|
},
|
|
1048
911
|
provisioningState: {
|
|
1049
|
-
readOnly: true,
|
|
1050
912
|
serializedName: "properties.provisioningState",
|
|
913
|
+
readOnly: true,
|
|
1051
914
|
type: {
|
|
1052
915
|
name: "String"
|
|
1053
916
|
}
|
|
@@ -1060,7 +923,6 @@ export const PrivateEndpointConnection: msRest.CompositeMapper = {
|
|
|
1060
923
|
}
|
|
1061
924
|
},
|
|
1062
925
|
privateLinkServiceConnectionState: {
|
|
1063
|
-
required: true,
|
|
1064
926
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
1065
927
|
type: {
|
|
1066
928
|
name: "Composite",
|
|
@@ -1071,43 +933,69 @@ export const PrivateEndpointConnection: msRest.CompositeMapper = {
|
|
|
1071
933
|
}
|
|
1072
934
|
};
|
|
1073
935
|
|
|
1074
|
-
export const
|
|
1075
|
-
|
|
936
|
+
export const PrivateLinkResourceListResult: coreClient.CompositeMapper = {
|
|
937
|
+
type: {
|
|
938
|
+
name: "Composite",
|
|
939
|
+
className: "PrivateLinkResourceListResult",
|
|
940
|
+
modelProperties: {
|
|
941
|
+
value: {
|
|
942
|
+
serializedName: "value",
|
|
943
|
+
type: {
|
|
944
|
+
name: "Sequence",
|
|
945
|
+
element: {
|
|
946
|
+
type: {
|
|
947
|
+
name: "Composite",
|
|
948
|
+
className: "PrivateLinkResource"
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
}
|
|
952
|
+
},
|
|
953
|
+
nextLink: {
|
|
954
|
+
serializedName: "nextLink",
|
|
955
|
+
type: {
|
|
956
|
+
name: "String"
|
|
957
|
+
}
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
}
|
|
961
|
+
};
|
|
962
|
+
|
|
963
|
+
export const PrivateLinkResource: coreClient.CompositeMapper = {
|
|
1076
964
|
type: {
|
|
1077
965
|
name: "Composite",
|
|
1078
966
|
className: "PrivateLinkResource",
|
|
1079
967
|
modelProperties: {
|
|
1080
968
|
id: {
|
|
1081
|
-
readOnly: true,
|
|
1082
969
|
serializedName: "id",
|
|
970
|
+
readOnly: true,
|
|
1083
971
|
type: {
|
|
1084
972
|
name: "String"
|
|
1085
973
|
}
|
|
1086
974
|
},
|
|
1087
975
|
name: {
|
|
1088
|
-
readOnly: true,
|
|
1089
976
|
serializedName: "name",
|
|
977
|
+
readOnly: true,
|
|
1090
978
|
type: {
|
|
1091
979
|
name: "String"
|
|
1092
980
|
}
|
|
1093
981
|
},
|
|
1094
982
|
type: {
|
|
1095
|
-
readOnly: true,
|
|
1096
983
|
serializedName: "type",
|
|
984
|
+
readOnly: true,
|
|
1097
985
|
type: {
|
|
1098
986
|
name: "String"
|
|
1099
987
|
}
|
|
1100
988
|
},
|
|
1101
989
|
groupId: {
|
|
1102
|
-
readOnly: true,
|
|
1103
990
|
serializedName: "properties.groupId",
|
|
991
|
+
readOnly: true,
|
|
1104
992
|
type: {
|
|
1105
993
|
name: "String"
|
|
1106
994
|
}
|
|
1107
995
|
},
|
|
1108
996
|
requiredMembers: {
|
|
1109
|
-
readOnly: true,
|
|
1110
997
|
serializedName: "properties.requiredMembers",
|
|
998
|
+
readOnly: true,
|
|
1111
999
|
type: {
|
|
1112
1000
|
name: "Sequence",
|
|
1113
1001
|
element: {
|
|
@@ -1118,8 +1006,8 @@ export const PrivateLinkResource: msRest.CompositeMapper = {
|
|
|
1118
1006
|
}
|
|
1119
1007
|
},
|
|
1120
1008
|
requiredZoneNames: {
|
|
1121
|
-
readOnly: true,
|
|
1122
1009
|
serializedName: "properties.requiredZoneNames",
|
|
1010
|
+
readOnly: true,
|
|
1123
1011
|
type: {
|
|
1124
1012
|
name: "Sequence",
|
|
1125
1013
|
element: {
|
|
@@ -1133,49 +1021,19 @@ export const PrivateLinkResource: msRest.CompositeMapper = {
|
|
|
1133
1021
|
}
|
|
1134
1022
|
};
|
|
1135
1023
|
|
|
1136
|
-
export const
|
|
1137
|
-
serializedName: "ProxyResource",
|
|
1138
|
-
type: {
|
|
1139
|
-
name: "Composite",
|
|
1140
|
-
className: "ProxyResource",
|
|
1141
|
-
modelProperties: {
|
|
1142
|
-
...Resource.type.modelProperties
|
|
1143
|
-
}
|
|
1144
|
-
}
|
|
1145
|
-
};
|
|
1146
|
-
|
|
1147
|
-
export const AzureEntityResource: msRest.CompositeMapper = {
|
|
1148
|
-
serializedName: "AzureEntityResource",
|
|
1149
|
-
type: {
|
|
1150
|
-
name: "Composite",
|
|
1151
|
-
className: "AzureEntityResource",
|
|
1152
|
-
modelProperties: {
|
|
1153
|
-
...Resource.type.modelProperties,
|
|
1154
|
-
etag: {
|
|
1155
|
-
readOnly: true,
|
|
1156
|
-
serializedName: "etag",
|
|
1157
|
-
type: {
|
|
1158
|
-
name: "String"
|
|
1159
|
-
}
|
|
1160
|
-
}
|
|
1161
|
-
}
|
|
1162
|
-
}
|
|
1163
|
-
};
|
|
1164
|
-
|
|
1165
|
-
export const ConfigurationStoreListResult: msRest.CompositeMapper = {
|
|
1166
|
-
serializedName: "ConfigurationStoreListResult",
|
|
1024
|
+
export const KeyValueListResult: coreClient.CompositeMapper = {
|
|
1167
1025
|
type: {
|
|
1168
1026
|
name: "Composite",
|
|
1169
|
-
className: "
|
|
1027
|
+
className: "KeyValueListResult",
|
|
1170
1028
|
modelProperties: {
|
|
1171
1029
|
value: {
|
|
1172
|
-
serializedName: "",
|
|
1030
|
+
serializedName: "value",
|
|
1173
1031
|
type: {
|
|
1174
1032
|
name: "Sequence",
|
|
1175
1033
|
element: {
|
|
1176
1034
|
type: {
|
|
1177
1035
|
name: "Composite",
|
|
1178
|
-
className: "
|
|
1036
|
+
className: "KeyValue"
|
|
1179
1037
|
}
|
|
1180
1038
|
}
|
|
1181
1039
|
}
|
|
@@ -1190,110 +1048,106 @@ export const ConfigurationStoreListResult: msRest.CompositeMapper = {
|
|
|
1190
1048
|
}
|
|
1191
1049
|
};
|
|
1192
1050
|
|
|
1193
|
-
export const
|
|
1194
|
-
serializedName: "ApiKeyListResult",
|
|
1051
|
+
export const KeyValue: coreClient.CompositeMapper = {
|
|
1195
1052
|
type: {
|
|
1196
1053
|
name: "Composite",
|
|
1197
|
-
className: "
|
|
1054
|
+
className: "KeyValue",
|
|
1198
1055
|
modelProperties: {
|
|
1199
|
-
|
|
1200
|
-
serializedName: "",
|
|
1056
|
+
id: {
|
|
1057
|
+
serializedName: "id",
|
|
1058
|
+
readOnly: true,
|
|
1201
1059
|
type: {
|
|
1202
|
-
name: "
|
|
1203
|
-
element: {
|
|
1204
|
-
type: {
|
|
1205
|
-
name: "Composite",
|
|
1206
|
-
className: "ApiKey"
|
|
1207
|
-
}
|
|
1208
|
-
}
|
|
1060
|
+
name: "String"
|
|
1209
1061
|
}
|
|
1210
1062
|
},
|
|
1211
|
-
|
|
1212
|
-
serializedName: "
|
|
1063
|
+
name: {
|
|
1064
|
+
serializedName: "name",
|
|
1065
|
+
readOnly: true,
|
|
1213
1066
|
type: {
|
|
1214
1067
|
name: "String"
|
|
1215
1068
|
}
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
export const OperationDefinitionListResult: msRest.CompositeMapper = {
|
|
1222
|
-
serializedName: "OperationDefinitionListResult",
|
|
1223
|
-
type: {
|
|
1224
|
-
name: "Composite",
|
|
1225
|
-
className: "OperationDefinitionListResult",
|
|
1226
|
-
modelProperties: {
|
|
1227
|
-
value: {
|
|
1228
|
-
serializedName: "",
|
|
1069
|
+
},
|
|
1070
|
+
type: {
|
|
1071
|
+
serializedName: "type",
|
|
1072
|
+
readOnly: true,
|
|
1229
1073
|
type: {
|
|
1230
|
-
name: "
|
|
1231
|
-
element: {
|
|
1232
|
-
type: {
|
|
1233
|
-
name: "Composite",
|
|
1234
|
-
className: "OperationDefinition"
|
|
1235
|
-
}
|
|
1236
|
-
}
|
|
1074
|
+
name: "String"
|
|
1237
1075
|
}
|
|
1238
1076
|
},
|
|
1239
|
-
|
|
1240
|
-
serializedName: "
|
|
1077
|
+
key: {
|
|
1078
|
+
serializedName: "properties.key",
|
|
1079
|
+
readOnly: true,
|
|
1241
1080
|
type: {
|
|
1242
1081
|
name: "String"
|
|
1243
1082
|
}
|
|
1244
|
-
}
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
name: "Composite",
|
|
1253
|
-
className: "PrivateEndpointConnectionListResult",
|
|
1254
|
-
modelProperties: {
|
|
1083
|
+
},
|
|
1084
|
+
label: {
|
|
1085
|
+
serializedName: "properties.label",
|
|
1086
|
+
readOnly: true,
|
|
1087
|
+
type: {
|
|
1088
|
+
name: "String"
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1255
1091
|
value: {
|
|
1256
|
-
serializedName: "",
|
|
1092
|
+
serializedName: "properties.value",
|
|
1257
1093
|
type: {
|
|
1258
|
-
name: "
|
|
1259
|
-
element: {
|
|
1260
|
-
type: {
|
|
1261
|
-
name: "Composite",
|
|
1262
|
-
className: "PrivateEndpointConnection"
|
|
1263
|
-
}
|
|
1264
|
-
}
|
|
1094
|
+
name: "String"
|
|
1265
1095
|
}
|
|
1266
1096
|
},
|
|
1267
|
-
|
|
1268
|
-
serializedName: "
|
|
1097
|
+
contentType: {
|
|
1098
|
+
serializedName: "properties.contentType",
|
|
1099
|
+
type: {
|
|
1100
|
+
name: "String"
|
|
1101
|
+
}
|
|
1102
|
+
},
|
|
1103
|
+
eTag: {
|
|
1104
|
+
serializedName: "properties.eTag",
|
|
1105
|
+
readOnly: true,
|
|
1269
1106
|
type: {
|
|
1270
1107
|
name: "String"
|
|
1271
1108
|
}
|
|
1109
|
+
},
|
|
1110
|
+
lastModified: {
|
|
1111
|
+
serializedName: "properties.lastModified",
|
|
1112
|
+
readOnly: true,
|
|
1113
|
+
type: {
|
|
1114
|
+
name: "DateTime"
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
locked: {
|
|
1118
|
+
serializedName: "properties.locked",
|
|
1119
|
+
readOnly: true,
|
|
1120
|
+
type: {
|
|
1121
|
+
name: "Boolean"
|
|
1122
|
+
}
|
|
1123
|
+
},
|
|
1124
|
+
tags: {
|
|
1125
|
+
serializedName: "properties.tags",
|
|
1126
|
+
type: {
|
|
1127
|
+
name: "Dictionary",
|
|
1128
|
+
value: { type: { name: "String" } }
|
|
1129
|
+
}
|
|
1272
1130
|
}
|
|
1273
1131
|
}
|
|
1274
1132
|
}
|
|
1275
1133
|
};
|
|
1276
1134
|
|
|
1277
|
-
export const
|
|
1278
|
-
serializedName: "PrivateLinkResourceListResult",
|
|
1135
|
+
export const TrackedResource: coreClient.CompositeMapper = {
|
|
1279
1136
|
type: {
|
|
1280
1137
|
name: "Composite",
|
|
1281
|
-
className: "
|
|
1138
|
+
className: "TrackedResource",
|
|
1282
1139
|
modelProperties: {
|
|
1283
|
-
|
|
1284
|
-
|
|
1140
|
+
...Resource.type.modelProperties,
|
|
1141
|
+
tags: {
|
|
1142
|
+
serializedName: "tags",
|
|
1285
1143
|
type: {
|
|
1286
|
-
name: "
|
|
1287
|
-
|
|
1288
|
-
type: {
|
|
1289
|
-
name: "Composite",
|
|
1290
|
-
className: "PrivateLinkResource"
|
|
1291
|
-
}
|
|
1292
|
-
}
|
|
1144
|
+
name: "Dictionary",
|
|
1145
|
+
value: { type: { name: "String" } }
|
|
1293
1146
|
}
|
|
1294
1147
|
},
|
|
1295
|
-
|
|
1296
|
-
serializedName: "
|
|
1148
|
+
location: {
|
|
1149
|
+
serializedName: "location",
|
|
1150
|
+
required: true,
|
|
1297
1151
|
type: {
|
|
1298
1152
|
name: "String"
|
|
1299
1153
|
}
|
|
@@ -1302,29 +1156,85 @@ export const PrivateLinkResourceListResult: msRest.CompositeMapper = {
|
|
|
1302
1156
|
}
|
|
1303
1157
|
};
|
|
1304
1158
|
|
|
1305
|
-
export const
|
|
1306
|
-
serializedName: "KeyValueListResult",
|
|
1159
|
+
export const ConfigurationStore: coreClient.CompositeMapper = {
|
|
1307
1160
|
type: {
|
|
1308
1161
|
name: "Composite",
|
|
1309
|
-
className: "
|
|
1162
|
+
className: "ConfigurationStore",
|
|
1310
1163
|
modelProperties: {
|
|
1311
|
-
|
|
1312
|
-
|
|
1164
|
+
...TrackedResource.type.modelProperties,
|
|
1165
|
+
identity: {
|
|
1166
|
+
serializedName: "identity",
|
|
1167
|
+
type: {
|
|
1168
|
+
name: "Composite",
|
|
1169
|
+
className: "ResourceIdentity"
|
|
1170
|
+
}
|
|
1171
|
+
},
|
|
1172
|
+
sku: {
|
|
1173
|
+
serializedName: "sku",
|
|
1174
|
+
type: {
|
|
1175
|
+
name: "Composite",
|
|
1176
|
+
className: "Sku"
|
|
1177
|
+
}
|
|
1178
|
+
},
|
|
1179
|
+
systemData: {
|
|
1180
|
+
serializedName: "systemData",
|
|
1181
|
+
type: {
|
|
1182
|
+
name: "Composite",
|
|
1183
|
+
className: "SystemData"
|
|
1184
|
+
}
|
|
1185
|
+
},
|
|
1186
|
+
provisioningState: {
|
|
1187
|
+
serializedName: "properties.provisioningState",
|
|
1188
|
+
readOnly: true,
|
|
1189
|
+
type: {
|
|
1190
|
+
name: "String"
|
|
1191
|
+
}
|
|
1192
|
+
},
|
|
1193
|
+
creationDate: {
|
|
1194
|
+
serializedName: "properties.creationDate",
|
|
1195
|
+
readOnly: true,
|
|
1196
|
+
type: {
|
|
1197
|
+
name: "DateTime"
|
|
1198
|
+
}
|
|
1199
|
+
},
|
|
1200
|
+
endpoint: {
|
|
1201
|
+
serializedName: "properties.endpoint",
|
|
1202
|
+
readOnly: true,
|
|
1203
|
+
type: {
|
|
1204
|
+
name: "String"
|
|
1205
|
+
}
|
|
1206
|
+
},
|
|
1207
|
+
encryption: {
|
|
1208
|
+
serializedName: "properties.encryption",
|
|
1209
|
+
type: {
|
|
1210
|
+
name: "Composite",
|
|
1211
|
+
className: "EncryptionProperties"
|
|
1212
|
+
}
|
|
1213
|
+
},
|
|
1214
|
+
privateEndpointConnections: {
|
|
1215
|
+
serializedName: "properties.privateEndpointConnections",
|
|
1216
|
+
readOnly: true,
|
|
1313
1217
|
type: {
|
|
1314
1218
|
name: "Sequence",
|
|
1315
1219
|
element: {
|
|
1316
1220
|
type: {
|
|
1317
1221
|
name: "Composite",
|
|
1318
|
-
className: "
|
|
1222
|
+
className: "PrivateEndpointConnectionReference"
|
|
1319
1223
|
}
|
|
1320
1224
|
}
|
|
1321
1225
|
}
|
|
1322
1226
|
},
|
|
1323
|
-
|
|
1324
|
-
serializedName: "
|
|
1227
|
+
publicNetworkAccess: {
|
|
1228
|
+
serializedName: "properties.publicNetworkAccess",
|
|
1325
1229
|
type: {
|
|
1326
1230
|
name: "String"
|
|
1327
1231
|
}
|
|
1232
|
+
},
|
|
1233
|
+
disableLocalAuth: {
|
|
1234
|
+
serializedName: "properties.disableLocalAuth",
|
|
1235
|
+
type: {
|
|
1236
|
+
name: "Boolean"
|
|
1237
|
+
}
|
|
1328
1238
|
}
|
|
1329
1239
|
}
|
|
1330
1240
|
}
|