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