@azure/arm-search 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 +14 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -78
- package/dist/index.js +2926 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/adminKeysMappers.js → dist-esm/src/index.js} +5 -2
- 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 +692 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +21 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +35 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +503 -558
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +22 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +92 -47
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/adminKeys.d.ts +33 -0
- package/dist-esm/src/operations/adminKeys.d.ts.map +1 -0
- package/dist-esm/src/operations/adminKeys.js +90 -0
- package/dist-esm/src/operations/adminKeys.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/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +90 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +79 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +273 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +34 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +103 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/queryKeys.d.ts +66 -0
- package/dist-esm/src/operations/queryKeys.d.ts.map +1 -0
- package/dist-esm/src/operations/queryKeys.js +213 -0
- package/dist-esm/src/operations/queryKeys.js.map +1 -0
- package/dist-esm/src/operations/services.d.ts +123 -0
- package/dist-esm/src/operations/services.d.ts.map +1 -0
- package/dist-esm/src/operations/services.js +475 -0
- package/dist-esm/src/operations/services.js.map +1 -0
- package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts +107 -0
- package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/sharedPrivateLinkResources.js +379 -0
- package/dist-esm/src/operations/sharedPrivateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/adminKeys.d.ts +25 -0
- package/dist-esm/src/operationsInterfaces/adminKeys.d.ts.map +1 -0
- package/{src/models/adminKeysMappers.ts → dist-esm/src/operationsInterfaces/adminKeys.js} +2 -5
- package/dist-esm/src/operationsInterfaces/adminKeys.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +8 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +15 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/{src/models/queryKeysMappers.ts → dist-esm/src/operationsInterfaces/operations.js} +2 -6
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/privateEndpointConnections.js} +2 -7
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/queryKeys.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/queryKeys.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/queryKeys.js +9 -0
- package/dist-esm/src/operationsInterfaces/queryKeys.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/services.d.ts +85 -0
- package/dist-esm/src/operationsInterfaces/services.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/services.js} +2 -1
- package/dist-esm/src/operationsInterfaces/services.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.js.map +1 -0
- package/dist-esm/src/searchManagementClient.d.ts +25 -0
- package/dist-esm/src/searchManagementClient.d.ts.map +1 -0
- package/dist-esm/src/searchManagementClient.js +58 -0
- package/dist-esm/src/searchManagementClient.js.map +1 -0
- package/dist-esm/test/search_examples.d.ts +4 -0
- package/dist-esm/test/search_examples.d.ts.map +1 -0
- package/dist-esm/test/search_examples.js +163 -0
- package/dist-esm/test/search_examples.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-search.api.md +600 -0
- package/rollup.config.js +181 -30
- package/{esm/models/queryKeysMappers.js → src/index.ts} +5 -2
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +563 -1357
- package/src/models/mappers.ts +516 -575
- package/src/models/parameters.ts +122 -48
- package/src/operations/adminKeys.ts +65 -109
- package/src/operations/index.ts +1 -2
- package/src/operations/operations.ts +64 -39
- package/src/operations/privateEndpointConnections.ts +223 -235
- package/src/operations/privateLinkResources.ts +100 -54
- package/src/operations/queryKeys.ts +192 -190
- package/src/operations/services.ts +423 -409
- package/src/operations/sharedPrivateLinkResources.ts +390 -232
- package/src/operationsInterfaces/adminKeys.ts +48 -0
- package/src/operationsInterfaces/index.ts +15 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +88 -0
- package/src/operationsInterfaces/privateLinkResources.ts +31 -0
- package/src/operationsInterfaces/queryKeys.ts +66 -0
- package/src/operationsInterfaces/services.ts +144 -0
- package/src/operationsInterfaces/sharedPrivateLinkResources.ts +131 -0
- package/src/searchManagementClient.ts +90 -46
- package/tsconfig.json +3 -3
- package/types/arm-search.d.ts +1104 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-search.js +0 -2737
- package/dist/arm-search.js.map +0 -1
- package/dist/arm-search.min.js +0 -1
- package/dist/arm-search.min.js.map +0 -1
- package/esm/models/adminKeysMappers.d.ts +0 -2
- package/esm/models/adminKeysMappers.d.ts.map +0 -1
- package/esm/models/adminKeysMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1499
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -38
- 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 -14
- package/esm/models/parameters.d.ts.map +0 -1
- 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 +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/queryKeysMappers.d.ts +0 -2
- package/esm/models/queryKeysMappers.d.ts.map +0 -1
- package/esm/models/queryKeysMappers.js.map +0 -1
- package/esm/models/servicesMappers.d.ts +0 -2
- package/esm/models/servicesMappers.d.ts.map +0 -1
- package/esm/models/servicesMappers.js +0 -9
- package/esm/models/servicesMappers.js.map +0 -1
- package/esm/models/sharedPrivateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/sharedPrivateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/sharedPrivateLinkResourcesMappers.js +0 -9
- package/esm/models/sharedPrivateLinkResourcesMappers.js.map +0 -1
- package/esm/operations/adminKeys.d.ts +0 -74
- package/esm/operations/adminKeys.d.ts.map +0 -1
- package/esm/operations/adminKeys.js +0 -92
- package/esm/operations/adminKeys.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -161
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -197
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -40
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -58
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/queryKeys.d.ts +0 -120
- package/esm/operations/queryKeys.d.ts.map +0 -1
- package/esm/operations/queryKeys.js +0 -156
- package/esm/operations/queryKeys.js.map +0 -1
- package/esm/operations/services.d.ts +0 -225
- package/esm/operations/services.d.ts.map +0 -1
- package/esm/operations/services.js +0 -355
- package/esm/operations/services.js.map +0 -1
- package/esm/operations/sharedPrivateLinkResources.d.ts +0 -147
- package/esm/operations/sharedPrivateLinkResources.d.ts.map +0 -1
- package/esm/operations/sharedPrivateLinkResources.js +0 -255
- package/esm/operations/sharedPrivateLinkResources.js.map +0 -1
- package/esm/searchManagementClient.d.ts +0 -31
- package/esm/searchManagementClient.d.ts.map +0 -1
- package/esm/searchManagementClient.js +0 -44
- package/esm/searchManagementClient.js.map +0 -1
- package/esm/searchManagementClientContext.d.ts +0 -23
- package/esm/searchManagementClientContext.d.ts.map +0 -1
- package/esm/searchManagementClientContext.js +0 -61
- package/esm/searchManagementClientContext.js.map +0 -1
- package/src/models/privateEndpointConnectionsMappers.ts +0 -33
- package/src/models/privateLinkResourcesMappers.ts +0 -33
- package/src/models/servicesMappers.ts +0 -35
- package/src/models/sharedPrivateLinkResourcesMappers.ts +0 -33
- package/src/searchManagementClientContext.ts +0 -68
package/src/models/mappers.ts
CHANGED
|
@@ -6,85 +6,167 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
11
10
|
|
|
12
|
-
export const
|
|
13
|
-
|
|
11
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
|
12
|
+
type: {
|
|
13
|
+
name: "Composite",
|
|
14
|
+
className: "OperationListResult",
|
|
15
|
+
modelProperties: {
|
|
16
|
+
value: {
|
|
17
|
+
serializedName: "value",
|
|
18
|
+
readOnly: true,
|
|
19
|
+
type: {
|
|
20
|
+
name: "Sequence",
|
|
21
|
+
element: {
|
|
22
|
+
type: {
|
|
23
|
+
name: "Composite",
|
|
24
|
+
className: "Operation"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
nextLink: {
|
|
30
|
+
serializedName: "nextLink",
|
|
31
|
+
readOnly: true,
|
|
32
|
+
type: {
|
|
33
|
+
name: "String"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
};
|
|
14
39
|
|
|
15
|
-
export const
|
|
16
|
-
serializedName: "CheckNameAvailabilityInput",
|
|
40
|
+
export const Operation: coreClient.CompositeMapper = {
|
|
17
41
|
type: {
|
|
18
42
|
name: "Composite",
|
|
19
|
-
className: "
|
|
43
|
+
className: "Operation",
|
|
20
44
|
modelProperties: {
|
|
21
45
|
name: {
|
|
22
|
-
required: true,
|
|
23
46
|
serializedName: "name",
|
|
47
|
+
readOnly: true,
|
|
24
48
|
type: {
|
|
25
49
|
name: "String"
|
|
26
50
|
}
|
|
27
51
|
},
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
isConstant: true,
|
|
31
|
-
serializedName: "type",
|
|
32
|
-
defaultValue: 'searchServices',
|
|
52
|
+
display: {
|
|
53
|
+
serializedName: "display",
|
|
33
54
|
type: {
|
|
34
|
-
name: "
|
|
55
|
+
name: "Composite",
|
|
56
|
+
className: "OperationDisplay"
|
|
35
57
|
}
|
|
36
58
|
}
|
|
37
59
|
}
|
|
38
60
|
}
|
|
39
61
|
};
|
|
40
62
|
|
|
41
|
-
export const
|
|
42
|
-
serializedName: "CheckNameAvailabilityOutput",
|
|
63
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
43
64
|
type: {
|
|
44
65
|
name: "Composite",
|
|
45
|
-
className: "
|
|
66
|
+
className: "OperationDisplay",
|
|
46
67
|
modelProperties: {
|
|
47
|
-
|
|
68
|
+
provider: {
|
|
69
|
+
serializedName: "provider",
|
|
48
70
|
readOnly: true,
|
|
49
|
-
serializedName: "nameAvailable",
|
|
50
71
|
type: {
|
|
51
|
-
name: "
|
|
72
|
+
name: "String"
|
|
52
73
|
}
|
|
53
74
|
},
|
|
54
|
-
|
|
75
|
+
operation: {
|
|
76
|
+
serializedName: "operation",
|
|
55
77
|
readOnly: true,
|
|
56
|
-
serializedName: "reason",
|
|
57
78
|
type: {
|
|
58
79
|
name: "String"
|
|
59
80
|
}
|
|
60
81
|
},
|
|
61
|
-
|
|
82
|
+
resource: {
|
|
83
|
+
serializedName: "resource",
|
|
84
|
+
readOnly: true,
|
|
85
|
+
type: {
|
|
86
|
+
name: "String"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
description: {
|
|
90
|
+
serializedName: "description",
|
|
62
91
|
readOnly: true,
|
|
92
|
+
type: {
|
|
93
|
+
name: "String"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
};
|
|
99
|
+
|
|
100
|
+
export const CloudError: coreClient.CompositeMapper = {
|
|
101
|
+
type: {
|
|
102
|
+
name: "Composite",
|
|
103
|
+
className: "CloudError",
|
|
104
|
+
modelProperties: {
|
|
105
|
+
error: {
|
|
106
|
+
serializedName: "error",
|
|
107
|
+
type: {
|
|
108
|
+
name: "Composite",
|
|
109
|
+
className: "CloudErrorBody"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
export const CloudErrorBody: coreClient.CompositeMapper = {
|
|
117
|
+
type: {
|
|
118
|
+
name: "Composite",
|
|
119
|
+
className: "CloudErrorBody",
|
|
120
|
+
modelProperties: {
|
|
121
|
+
code: {
|
|
122
|
+
serializedName: "code",
|
|
123
|
+
type: {
|
|
124
|
+
name: "String"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
message: {
|
|
63
128
|
serializedName: "message",
|
|
64
129
|
type: {
|
|
65
130
|
name: "String"
|
|
66
131
|
}
|
|
132
|
+
},
|
|
133
|
+
target: {
|
|
134
|
+
serializedName: "target",
|
|
135
|
+
type: {
|
|
136
|
+
name: "String"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
details: {
|
|
140
|
+
serializedName: "details",
|
|
141
|
+
type: {
|
|
142
|
+
name: "Sequence",
|
|
143
|
+
element: {
|
|
144
|
+
type: {
|
|
145
|
+
name: "Composite",
|
|
146
|
+
className: "CloudErrorBody"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
67
150
|
}
|
|
68
151
|
}
|
|
69
152
|
}
|
|
70
153
|
};
|
|
71
154
|
|
|
72
|
-
export const AdminKeyResult:
|
|
73
|
-
serializedName: "AdminKeyResult",
|
|
155
|
+
export const AdminKeyResult: coreClient.CompositeMapper = {
|
|
74
156
|
type: {
|
|
75
157
|
name: "Composite",
|
|
76
158
|
className: "AdminKeyResult",
|
|
77
159
|
modelProperties: {
|
|
78
160
|
primaryKey: {
|
|
79
|
-
readOnly: true,
|
|
80
161
|
serializedName: "primaryKey",
|
|
162
|
+
readOnly: true,
|
|
81
163
|
type: {
|
|
82
164
|
name: "String"
|
|
83
165
|
}
|
|
84
166
|
},
|
|
85
167
|
secondaryKey: {
|
|
86
|
-
readOnly: true,
|
|
87
168
|
serializedName: "secondaryKey",
|
|
169
|
+
readOnly: true,
|
|
88
170
|
type: {
|
|
89
171
|
name: "String"
|
|
90
172
|
}
|
|
@@ -93,22 +175,21 @@ export const AdminKeyResult: msRest.CompositeMapper = {
|
|
|
93
175
|
}
|
|
94
176
|
};
|
|
95
177
|
|
|
96
|
-
export const QueryKey:
|
|
97
|
-
serializedName: "QueryKey",
|
|
178
|
+
export const QueryKey: coreClient.CompositeMapper = {
|
|
98
179
|
type: {
|
|
99
180
|
name: "Composite",
|
|
100
181
|
className: "QueryKey",
|
|
101
182
|
modelProperties: {
|
|
102
183
|
name: {
|
|
103
|
-
readOnly: true,
|
|
104
184
|
serializedName: "name",
|
|
185
|
+
readOnly: true,
|
|
105
186
|
type: {
|
|
106
187
|
name: "String"
|
|
107
188
|
}
|
|
108
189
|
},
|
|
109
190
|
key: {
|
|
110
|
-
readOnly: true,
|
|
111
191
|
serializedName: "key",
|
|
192
|
+
readOnly: true,
|
|
112
193
|
type: {
|
|
113
194
|
name: "String"
|
|
114
195
|
}
|
|
@@ -117,74 +198,63 @@ export const QueryKey: msRest.CompositeMapper = {
|
|
|
117
198
|
}
|
|
118
199
|
};
|
|
119
200
|
|
|
120
|
-
export const
|
|
121
|
-
serializedName: "Sku",
|
|
201
|
+
export const ListQueryKeysResult: coreClient.CompositeMapper = {
|
|
122
202
|
type: {
|
|
123
203
|
name: "Composite",
|
|
124
|
-
className: "
|
|
204
|
+
className: "ListQueryKeysResult",
|
|
125
205
|
modelProperties: {
|
|
126
|
-
|
|
127
|
-
serializedName: "
|
|
206
|
+
value: {
|
|
207
|
+
serializedName: "value",
|
|
208
|
+
readOnly: true,
|
|
128
209
|
type: {
|
|
129
|
-
name: "
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
210
|
+
name: "Sequence",
|
|
211
|
+
element: {
|
|
212
|
+
type: {
|
|
213
|
+
name: "Composite",
|
|
214
|
+
className: "QueryKey"
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
nextLink: {
|
|
220
|
+
serializedName: "nextLink",
|
|
221
|
+
readOnly: true,
|
|
222
|
+
type: {
|
|
223
|
+
name: "String"
|
|
139
224
|
}
|
|
140
225
|
}
|
|
141
226
|
}
|
|
142
227
|
}
|
|
143
228
|
};
|
|
144
229
|
|
|
145
|
-
export const
|
|
146
|
-
serializedName: "PrivateEndpointConnectionProperties_privateEndpoint",
|
|
230
|
+
export const NetworkRuleSet: coreClient.CompositeMapper = {
|
|
147
231
|
type: {
|
|
148
232
|
name: "Composite",
|
|
149
|
-
className: "
|
|
233
|
+
className: "NetworkRuleSet",
|
|
150
234
|
modelProperties: {
|
|
151
|
-
|
|
152
|
-
serializedName: "
|
|
235
|
+
ipRules: {
|
|
236
|
+
serializedName: "ipRules",
|
|
153
237
|
type: {
|
|
154
|
-
name: "
|
|
238
|
+
name: "Sequence",
|
|
239
|
+
element: {
|
|
240
|
+
type: {
|
|
241
|
+
name: "Composite",
|
|
242
|
+
className: "IpRule"
|
|
243
|
+
}
|
|
244
|
+
}
|
|
155
245
|
}
|
|
156
246
|
}
|
|
157
247
|
}
|
|
158
248
|
}
|
|
159
249
|
};
|
|
160
250
|
|
|
161
|
-
export const
|
|
162
|
-
serializedName: "PrivateEndpointConnectionProperties_privateLinkServiceConnectionState",
|
|
251
|
+
export const IpRule: coreClient.CompositeMapper = {
|
|
163
252
|
type: {
|
|
164
253
|
name: "Composite",
|
|
165
|
-
className: "
|
|
254
|
+
className: "IpRule",
|
|
166
255
|
modelProperties: {
|
|
167
|
-
|
|
168
|
-
serializedName: "
|
|
169
|
-
type: {
|
|
170
|
-
name: "Enum",
|
|
171
|
-
allowedValues: [
|
|
172
|
-
"Pending",
|
|
173
|
-
"Approved",
|
|
174
|
-
"Rejected",
|
|
175
|
-
"Disconnected"
|
|
176
|
-
]
|
|
177
|
-
}
|
|
178
|
-
},
|
|
179
|
-
description: {
|
|
180
|
-
serializedName: "description",
|
|
181
|
-
type: {
|
|
182
|
-
name: "String"
|
|
183
|
-
}
|
|
184
|
-
},
|
|
185
|
-
actionsRequired: {
|
|
186
|
-
serializedName: "actionsRequired",
|
|
187
|
-
defaultValue: 'None',
|
|
256
|
+
value: {
|
|
257
|
+
serializedName: "value",
|
|
188
258
|
type: {
|
|
189
259
|
name: "String"
|
|
190
260
|
}
|
|
@@ -193,8 +263,7 @@ export const PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStat
|
|
|
193
263
|
}
|
|
194
264
|
};
|
|
195
265
|
|
|
196
|
-
export const PrivateEndpointConnectionProperties:
|
|
197
|
-
serializedName: "PrivateEndpointConnectionProperties",
|
|
266
|
+
export const PrivateEndpointConnectionProperties: coreClient.CompositeMapper = {
|
|
198
267
|
type: {
|
|
199
268
|
name: "Composite",
|
|
200
269
|
className: "PrivateEndpointConnectionProperties",
|
|
@@ -210,70 +279,51 @@ export const PrivateEndpointConnectionProperties: msRest.CompositeMapper = {
|
|
|
210
279
|
serializedName: "privateLinkServiceConnectionState",
|
|
211
280
|
type: {
|
|
212
281
|
name: "Composite",
|
|
213
|
-
className:
|
|
282
|
+
className:
|
|
283
|
+
"PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState"
|
|
214
284
|
}
|
|
215
285
|
}
|
|
216
286
|
}
|
|
217
287
|
}
|
|
218
288
|
};
|
|
219
289
|
|
|
220
|
-
export const
|
|
221
|
-
serializedName: "Resource",
|
|
290
|
+
export const PrivateEndpointConnectionPropertiesPrivateEndpoint: coreClient.CompositeMapper = {
|
|
222
291
|
type: {
|
|
223
292
|
name: "Composite",
|
|
224
|
-
className: "
|
|
293
|
+
className: "PrivateEndpointConnectionPropertiesPrivateEndpoint",
|
|
225
294
|
modelProperties: {
|
|
226
295
|
id: {
|
|
227
|
-
readOnly: true,
|
|
228
296
|
serializedName: "id",
|
|
229
297
|
type: {
|
|
230
298
|
name: "String"
|
|
231
299
|
}
|
|
232
|
-
},
|
|
233
|
-
name: {
|
|
234
|
-
readOnly: true,
|
|
235
|
-
serializedName: "name",
|
|
236
|
-
type: {
|
|
237
|
-
name: "String"
|
|
238
|
-
}
|
|
239
|
-
},
|
|
240
|
-
type: {
|
|
241
|
-
readOnly: true,
|
|
242
|
-
serializedName: "type",
|
|
243
|
-
type: {
|
|
244
|
-
name: "String"
|
|
245
|
-
}
|
|
246
300
|
}
|
|
247
301
|
}
|
|
248
302
|
}
|
|
249
303
|
};
|
|
250
304
|
|
|
251
|
-
export const
|
|
252
|
-
serializedName: "PrivateEndpointConnection",
|
|
305
|
+
export const PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
|
|
253
306
|
type: {
|
|
254
307
|
name: "Composite",
|
|
255
|
-
className:
|
|
308
|
+
className:
|
|
309
|
+
"PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState",
|
|
256
310
|
modelProperties: {
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
serializedName: "properties",
|
|
311
|
+
status: {
|
|
312
|
+
serializedName: "status",
|
|
260
313
|
type: {
|
|
261
|
-
name: "
|
|
262
|
-
|
|
314
|
+
name: "Enum",
|
|
315
|
+
allowedValues: ["Pending", "Approved", "Rejected", "Disconnected"]
|
|
263
316
|
}
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
modelProperties: {
|
|
275
|
-
value: {
|
|
276
|
-
serializedName: "value",
|
|
317
|
+
},
|
|
318
|
+
description: {
|
|
319
|
+
serializedName: "description",
|
|
320
|
+
type: {
|
|
321
|
+
name: "String"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
actionsRequired: {
|
|
325
|
+
defaultValue: "None",
|
|
326
|
+
serializedName: "actionsRequired",
|
|
277
327
|
type: {
|
|
278
328
|
name: "String"
|
|
279
329
|
}
|
|
@@ -282,30 +332,37 @@ export const IpRule: msRest.CompositeMapper = {
|
|
|
282
332
|
}
|
|
283
333
|
};
|
|
284
334
|
|
|
285
|
-
export const
|
|
286
|
-
serializedName: "NetworkRuleSet",
|
|
335
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
287
336
|
type: {
|
|
288
337
|
name: "Composite",
|
|
289
|
-
className: "
|
|
338
|
+
className: "Resource",
|
|
290
339
|
modelProperties: {
|
|
291
|
-
|
|
292
|
-
serializedName: "
|
|
340
|
+
id: {
|
|
341
|
+
serializedName: "id",
|
|
342
|
+
readOnly: true,
|
|
293
343
|
type: {
|
|
294
|
-
name: "
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
344
|
+
name: "String"
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
name: {
|
|
348
|
+
serializedName: "name",
|
|
349
|
+
readOnly: true,
|
|
350
|
+
type: {
|
|
351
|
+
name: "String"
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
type: {
|
|
355
|
+
serializedName: "type",
|
|
356
|
+
readOnly: true,
|
|
357
|
+
type: {
|
|
358
|
+
name: "String"
|
|
301
359
|
}
|
|
302
360
|
}
|
|
303
361
|
}
|
|
304
362
|
}
|
|
305
363
|
};
|
|
306
364
|
|
|
307
|
-
export const SharedPrivateLinkResourceProperties:
|
|
308
|
-
serializedName: "SharedPrivateLinkResourceProperties",
|
|
365
|
+
export const SharedPrivateLinkResourceProperties: coreClient.CompositeMapper = {
|
|
309
366
|
type: {
|
|
310
367
|
name: "Composite",
|
|
311
368
|
className: "SharedPrivateLinkResourceProperties",
|
|
@@ -338,12 +395,7 @@ export const SharedPrivateLinkResourceProperties: msRest.CompositeMapper = {
|
|
|
338
395
|
serializedName: "status",
|
|
339
396
|
type: {
|
|
340
397
|
name: "Enum",
|
|
341
|
-
allowedValues: [
|
|
342
|
-
"Pending",
|
|
343
|
-
"Approved",
|
|
344
|
-
"Rejected",
|
|
345
|
-
"Disconnected"
|
|
346
|
-
]
|
|
398
|
+
allowedValues: ["Pending", "Approved", "Rejected", "Disconnected"]
|
|
347
399
|
}
|
|
348
400
|
},
|
|
349
401
|
provisioningState: {
|
|
@@ -363,96 +415,127 @@ export const SharedPrivateLinkResourceProperties: msRest.CompositeMapper = {
|
|
|
363
415
|
}
|
|
364
416
|
};
|
|
365
417
|
|
|
366
|
-
export const
|
|
367
|
-
serializedName: "SharedPrivateLinkResource",
|
|
418
|
+
export const Sku: coreClient.CompositeMapper = {
|
|
368
419
|
type: {
|
|
369
420
|
name: "Composite",
|
|
370
|
-
className: "
|
|
421
|
+
className: "Sku",
|
|
371
422
|
modelProperties: {
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
serializedName: "properties",
|
|
423
|
+
name: {
|
|
424
|
+
serializedName: "name",
|
|
375
425
|
type: {
|
|
376
|
-
name: "
|
|
377
|
-
|
|
426
|
+
name: "Enum",
|
|
427
|
+
allowedValues: [
|
|
428
|
+
"free",
|
|
429
|
+
"basic",
|
|
430
|
+
"standard",
|
|
431
|
+
"standard2",
|
|
432
|
+
"standard3",
|
|
433
|
+
"storage_optimized_l1",
|
|
434
|
+
"storage_optimized_l2"
|
|
435
|
+
]
|
|
378
436
|
}
|
|
379
437
|
}
|
|
380
438
|
}
|
|
381
439
|
}
|
|
382
440
|
};
|
|
383
441
|
|
|
384
|
-
export const
|
|
385
|
-
serializedName: "ShareablePrivateLinkResourceProperties",
|
|
442
|
+
export const Identity: coreClient.CompositeMapper = {
|
|
386
443
|
type: {
|
|
387
444
|
name: "Composite",
|
|
388
|
-
className: "
|
|
445
|
+
className: "Identity",
|
|
389
446
|
modelProperties: {
|
|
390
|
-
|
|
447
|
+
principalId: {
|
|
448
|
+
serializedName: "principalId",
|
|
391
449
|
readOnly: true,
|
|
392
|
-
serializedName: "type",
|
|
393
450
|
type: {
|
|
394
451
|
name: "String"
|
|
395
452
|
}
|
|
396
453
|
},
|
|
397
|
-
|
|
454
|
+
tenantId: {
|
|
455
|
+
serializedName: "tenantId",
|
|
398
456
|
readOnly: true,
|
|
399
|
-
serializedName: "groupId",
|
|
400
457
|
type: {
|
|
401
458
|
name: "String"
|
|
402
459
|
}
|
|
403
460
|
},
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
461
|
+
type: {
|
|
462
|
+
serializedName: "type",
|
|
463
|
+
required: true,
|
|
407
464
|
type: {
|
|
408
|
-
name: "
|
|
465
|
+
name: "Enum",
|
|
466
|
+
allowedValues: ["None", "SystemAssigned"]
|
|
409
467
|
}
|
|
410
468
|
}
|
|
411
469
|
}
|
|
412
470
|
}
|
|
413
471
|
};
|
|
414
472
|
|
|
415
|
-
export const
|
|
416
|
-
serializedName: "ShareablePrivateLinkResourceType",
|
|
473
|
+
export const SearchServiceListResult: coreClient.CompositeMapper = {
|
|
417
474
|
type: {
|
|
418
475
|
name: "Composite",
|
|
419
|
-
className: "
|
|
476
|
+
className: "SearchServiceListResult",
|
|
420
477
|
modelProperties: {
|
|
421
|
-
|
|
478
|
+
value: {
|
|
479
|
+
serializedName: "value",
|
|
422
480
|
readOnly: true,
|
|
423
|
-
serializedName: "name",
|
|
424
481
|
type: {
|
|
425
|
-
name: "
|
|
482
|
+
name: "Sequence",
|
|
483
|
+
element: {
|
|
484
|
+
type: {
|
|
485
|
+
name: "Composite",
|
|
486
|
+
className: "SearchService"
|
|
487
|
+
}
|
|
488
|
+
}
|
|
426
489
|
}
|
|
427
490
|
},
|
|
428
|
-
|
|
491
|
+
nextLink: {
|
|
492
|
+
serializedName: "nextLink",
|
|
429
493
|
readOnly: true,
|
|
430
|
-
serializedName: "properties",
|
|
431
494
|
type: {
|
|
432
|
-
name: "
|
|
433
|
-
|
|
495
|
+
name: "String"
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
};
|
|
501
|
+
|
|
502
|
+
export const PrivateLinkResourcesResult: coreClient.CompositeMapper = {
|
|
503
|
+
type: {
|
|
504
|
+
name: "Composite",
|
|
505
|
+
className: "PrivateLinkResourcesResult",
|
|
506
|
+
modelProperties: {
|
|
507
|
+
value: {
|
|
508
|
+
serializedName: "value",
|
|
509
|
+
readOnly: true,
|
|
510
|
+
type: {
|
|
511
|
+
name: "Sequence",
|
|
512
|
+
element: {
|
|
513
|
+
type: {
|
|
514
|
+
name: "Composite",
|
|
515
|
+
className: "PrivateLinkResource"
|
|
516
|
+
}
|
|
517
|
+
}
|
|
434
518
|
}
|
|
435
519
|
}
|
|
436
520
|
}
|
|
437
521
|
}
|
|
438
522
|
};
|
|
439
523
|
|
|
440
|
-
export const PrivateLinkResourceProperties:
|
|
441
|
-
serializedName: "PrivateLinkResourceProperties",
|
|
524
|
+
export const PrivateLinkResourceProperties: coreClient.CompositeMapper = {
|
|
442
525
|
type: {
|
|
443
526
|
name: "Composite",
|
|
444
527
|
className: "PrivateLinkResourceProperties",
|
|
445
528
|
modelProperties: {
|
|
446
529
|
groupId: {
|
|
447
|
-
readOnly: true,
|
|
448
530
|
serializedName: "groupId",
|
|
531
|
+
readOnly: true,
|
|
449
532
|
type: {
|
|
450
533
|
name: "String"
|
|
451
534
|
}
|
|
452
535
|
},
|
|
453
536
|
requiredMembers: {
|
|
454
|
-
readOnly: true,
|
|
455
537
|
serializedName: "requiredMembers",
|
|
538
|
+
readOnly: true,
|
|
456
539
|
type: {
|
|
457
540
|
name: "Sequence",
|
|
458
541
|
element: {
|
|
@@ -463,8 +546,8 @@ export const PrivateLinkResourceProperties: msRest.CompositeMapper = {
|
|
|
463
546
|
}
|
|
464
547
|
},
|
|
465
548
|
requiredZoneNames: {
|
|
466
|
-
readOnly: true,
|
|
467
549
|
serializedName: "requiredZoneNames",
|
|
550
|
+
readOnly: true,
|
|
468
551
|
type: {
|
|
469
552
|
name: "Sequence",
|
|
470
553
|
element: {
|
|
@@ -475,8 +558,8 @@ export const PrivateLinkResourceProperties: msRest.CompositeMapper = {
|
|
|
475
558
|
}
|
|
476
559
|
},
|
|
477
560
|
shareablePrivateLinkResourceTypes: {
|
|
478
|
-
readOnly: true,
|
|
479
561
|
serializedName: "shareablePrivateLinkResourceTypes",
|
|
562
|
+
readOnly: true,
|
|
480
563
|
type: {
|
|
481
564
|
name: "Sequence",
|
|
482
565
|
element: {
|
|
@@ -491,81 +574,80 @@ export const PrivateLinkResourceProperties: msRest.CompositeMapper = {
|
|
|
491
574
|
}
|
|
492
575
|
};
|
|
493
576
|
|
|
494
|
-
export const
|
|
495
|
-
serializedName: "PrivateLinkResource",
|
|
577
|
+
export const ShareablePrivateLinkResourceType: coreClient.CompositeMapper = {
|
|
496
578
|
type: {
|
|
497
579
|
name: "Composite",
|
|
498
|
-
className: "
|
|
580
|
+
className: "ShareablePrivateLinkResourceType",
|
|
499
581
|
modelProperties: {
|
|
500
|
-
|
|
501
|
-
|
|
582
|
+
name: {
|
|
583
|
+
serializedName: "name",
|
|
502
584
|
readOnly: true,
|
|
585
|
+
type: {
|
|
586
|
+
name: "String"
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
properties: {
|
|
503
590
|
serializedName: "properties",
|
|
504
591
|
type: {
|
|
505
592
|
name: "Composite",
|
|
506
|
-
className: "
|
|
593
|
+
className: "ShareablePrivateLinkResourceProperties"
|
|
507
594
|
}
|
|
508
595
|
}
|
|
509
596
|
}
|
|
510
597
|
}
|
|
511
598
|
};
|
|
512
599
|
|
|
513
|
-
export const
|
|
514
|
-
serializedName: "Identity",
|
|
600
|
+
export const ShareablePrivateLinkResourceProperties: coreClient.CompositeMapper = {
|
|
515
601
|
type: {
|
|
516
602
|
name: "Composite",
|
|
517
|
-
className: "
|
|
603
|
+
className: "ShareablePrivateLinkResourceProperties",
|
|
518
604
|
modelProperties: {
|
|
519
|
-
|
|
605
|
+
type: {
|
|
606
|
+
serializedName: "type",
|
|
520
607
|
readOnly: true,
|
|
521
|
-
serializedName: "principalId",
|
|
522
608
|
type: {
|
|
523
609
|
name: "String"
|
|
524
610
|
}
|
|
525
611
|
},
|
|
526
|
-
|
|
612
|
+
groupId: {
|
|
613
|
+
serializedName: "groupId",
|
|
527
614
|
readOnly: true,
|
|
528
|
-
serializedName: "tenantId",
|
|
529
615
|
type: {
|
|
530
616
|
name: "String"
|
|
531
617
|
}
|
|
532
618
|
},
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
619
|
+
description: {
|
|
620
|
+
serializedName: "description",
|
|
621
|
+
readOnly: true,
|
|
536
622
|
type: {
|
|
537
|
-
name: "
|
|
538
|
-
allowedValues: [
|
|
539
|
-
"None",
|
|
540
|
-
"SystemAssigned"
|
|
541
|
-
]
|
|
623
|
+
name: "String"
|
|
542
624
|
}
|
|
543
625
|
}
|
|
544
626
|
}
|
|
545
627
|
}
|
|
546
628
|
};
|
|
547
629
|
|
|
548
|
-
export const
|
|
549
|
-
serializedName: "TrackedResource",
|
|
630
|
+
export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
|
|
550
631
|
type: {
|
|
551
632
|
name: "Composite",
|
|
552
|
-
className: "
|
|
633
|
+
className: "PrivateEndpointConnectionListResult",
|
|
553
634
|
modelProperties: {
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
635
|
+
value: {
|
|
636
|
+
serializedName: "value",
|
|
637
|
+
readOnly: true,
|
|
557
638
|
type: {
|
|
558
|
-
name: "
|
|
559
|
-
|
|
639
|
+
name: "Sequence",
|
|
640
|
+
element: {
|
|
560
641
|
type: {
|
|
561
|
-
name: "
|
|
642
|
+
name: "Composite",
|
|
643
|
+
className: "PrivateEndpointConnection"
|
|
562
644
|
}
|
|
563
645
|
}
|
|
564
646
|
}
|
|
565
647
|
},
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
648
|
+
nextLink: {
|
|
649
|
+
serializedName: "nextLink",
|
|
650
|
+
readOnly: true,
|
|
569
651
|
type: {
|
|
570
652
|
name: "String"
|
|
571
653
|
}
|
|
@@ -574,196 +656,235 @@ export const TrackedResource: msRest.CompositeMapper = {
|
|
|
574
656
|
}
|
|
575
657
|
};
|
|
576
658
|
|
|
577
|
-
export const
|
|
578
|
-
serializedName: "SearchService",
|
|
659
|
+
export const SharedPrivateLinkResourceListResult: coreClient.CompositeMapper = {
|
|
579
660
|
type: {
|
|
580
661
|
name: "Composite",
|
|
581
|
-
className: "
|
|
662
|
+
className: "SharedPrivateLinkResourceListResult",
|
|
582
663
|
modelProperties: {
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
defaultValue: 1,
|
|
587
|
-
constraints: {
|
|
588
|
-
InclusiveMaximum: 12,
|
|
589
|
-
InclusiveMinimum: 1
|
|
590
|
-
},
|
|
664
|
+
value: {
|
|
665
|
+
serializedName: "value",
|
|
666
|
+
readOnly: true,
|
|
591
667
|
type: {
|
|
592
|
-
name: "
|
|
668
|
+
name: "Sequence",
|
|
669
|
+
element: {
|
|
670
|
+
type: {
|
|
671
|
+
name: "Composite",
|
|
672
|
+
className: "SharedPrivateLinkResource"
|
|
673
|
+
}
|
|
674
|
+
}
|
|
593
675
|
}
|
|
594
676
|
},
|
|
595
|
-
|
|
596
|
-
serializedName: "
|
|
597
|
-
defaultValue: 1,
|
|
598
|
-
constraints: {
|
|
599
|
-
InclusiveMaximum: 12,
|
|
600
|
-
InclusiveMinimum: 1
|
|
601
|
-
},
|
|
677
|
+
nextLink: {
|
|
678
|
+
serializedName: "nextLink",
|
|
602
679
|
type: {
|
|
603
|
-
name: "
|
|
680
|
+
name: "String"
|
|
604
681
|
}
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
};
|
|
686
|
+
|
|
687
|
+
export const CheckNameAvailabilityInput: coreClient.CompositeMapper = {
|
|
688
|
+
type: {
|
|
689
|
+
name: "Composite",
|
|
690
|
+
className: "CheckNameAvailabilityInput",
|
|
691
|
+
modelProperties: {
|
|
692
|
+
name: {
|
|
693
|
+
serializedName: "name",
|
|
694
|
+
required: true,
|
|
609
695
|
type: {
|
|
610
|
-
name: "
|
|
611
|
-
allowedValues: [
|
|
612
|
-
"default",
|
|
613
|
-
"highDensity"
|
|
614
|
-
]
|
|
696
|
+
name: "String"
|
|
615
697
|
}
|
|
616
698
|
},
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
699
|
+
type: {
|
|
700
|
+
defaultValue: "searchServices",
|
|
701
|
+
isConstant: true,
|
|
702
|
+
serializedName: "type",
|
|
620
703
|
type: {
|
|
621
|
-
name: "
|
|
622
|
-
allowedValues: [
|
|
623
|
-
"enabled",
|
|
624
|
-
"disabled"
|
|
625
|
-
]
|
|
704
|
+
name: "String"
|
|
626
705
|
}
|
|
627
|
-
}
|
|
628
|
-
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
};
|
|
710
|
+
|
|
711
|
+
export const CheckNameAvailabilityOutput: coreClient.CompositeMapper = {
|
|
712
|
+
type: {
|
|
713
|
+
name: "Composite",
|
|
714
|
+
className: "CheckNameAvailabilityOutput",
|
|
715
|
+
modelProperties: {
|
|
716
|
+
isNameAvailable: {
|
|
717
|
+
serializedName: "nameAvailable",
|
|
629
718
|
readOnly: true,
|
|
630
|
-
serializedName: "properties.status",
|
|
631
719
|
type: {
|
|
632
|
-
name: "
|
|
633
|
-
allowedValues: [
|
|
634
|
-
"running",
|
|
635
|
-
"provisioning",
|
|
636
|
-
"deleting",
|
|
637
|
-
"degraded",
|
|
638
|
-
"disabled",
|
|
639
|
-
"error"
|
|
640
|
-
]
|
|
720
|
+
name: "Boolean"
|
|
641
721
|
}
|
|
642
722
|
},
|
|
643
|
-
|
|
723
|
+
reason: {
|
|
724
|
+
serializedName: "reason",
|
|
644
725
|
readOnly: true,
|
|
645
|
-
serializedName: "properties.statusDetails",
|
|
646
726
|
type: {
|
|
647
727
|
name: "String"
|
|
648
728
|
}
|
|
649
729
|
},
|
|
650
|
-
|
|
730
|
+
message: {
|
|
731
|
+
serializedName: "message",
|
|
651
732
|
readOnly: true,
|
|
652
|
-
serializedName: "properties.provisioningState",
|
|
653
733
|
type: {
|
|
654
|
-
name: "
|
|
655
|
-
allowedValues: [
|
|
656
|
-
"succeeded",
|
|
657
|
-
"provisioning",
|
|
658
|
-
"failed"
|
|
659
|
-
]
|
|
734
|
+
name: "String"
|
|
660
735
|
}
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
};
|
|
740
|
+
|
|
741
|
+
export const AsyncOperationResult: coreClient.CompositeMapper = {
|
|
742
|
+
type: {
|
|
743
|
+
name: "Composite",
|
|
744
|
+
className: "AsyncOperationResult",
|
|
745
|
+
modelProperties: {
|
|
746
|
+
status: {
|
|
747
|
+
serializedName: "status",
|
|
664
748
|
type: {
|
|
665
|
-
name: "
|
|
666
|
-
className: "NetworkRuleSet"
|
|
749
|
+
name: "String"
|
|
667
750
|
}
|
|
668
|
-
}
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
},
|
|
682
|
-
sharedPrivateLinkResources: {
|
|
683
|
-
readOnly: true,
|
|
684
|
-
serializedName: "properties.sharedPrivateLinkResources",
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
};
|
|
755
|
+
|
|
756
|
+
export const PrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
757
|
+
type: {
|
|
758
|
+
name: "Composite",
|
|
759
|
+
className: "PrivateEndpointConnection",
|
|
760
|
+
modelProperties: {
|
|
761
|
+
...Resource.type.modelProperties,
|
|
762
|
+
properties: {
|
|
763
|
+
serializedName: "properties",
|
|
685
764
|
type: {
|
|
686
|
-
name: "
|
|
687
|
-
|
|
688
|
-
type: {
|
|
689
|
-
name: "Composite",
|
|
690
|
-
className: "SharedPrivateLinkResource"
|
|
691
|
-
}
|
|
692
|
-
}
|
|
765
|
+
name: "Composite",
|
|
766
|
+
className: "PrivateEndpointConnectionProperties"
|
|
693
767
|
}
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
}
|
|
771
|
+
};
|
|
772
|
+
|
|
773
|
+
export const SharedPrivateLinkResource: coreClient.CompositeMapper = {
|
|
774
|
+
type: {
|
|
775
|
+
name: "Composite",
|
|
776
|
+
className: "SharedPrivateLinkResource",
|
|
777
|
+
modelProperties: {
|
|
778
|
+
...Resource.type.modelProperties,
|
|
779
|
+
properties: {
|
|
780
|
+
serializedName: "properties",
|
|
697
781
|
type: {
|
|
698
782
|
name: "Composite",
|
|
699
|
-
className: "
|
|
783
|
+
className: "SharedPrivateLinkResourceProperties"
|
|
784
|
+
}
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
};
|
|
789
|
+
|
|
790
|
+
export const TrackedResource: coreClient.CompositeMapper = {
|
|
791
|
+
type: {
|
|
792
|
+
name: "Composite",
|
|
793
|
+
className: "TrackedResource",
|
|
794
|
+
modelProperties: {
|
|
795
|
+
...Resource.type.modelProperties,
|
|
796
|
+
tags: {
|
|
797
|
+
serializedName: "tags",
|
|
798
|
+
type: {
|
|
799
|
+
name: "Dictionary",
|
|
800
|
+
value: { type: { name: "String" } }
|
|
700
801
|
}
|
|
701
802
|
},
|
|
702
|
-
|
|
703
|
-
serializedName: "
|
|
803
|
+
location: {
|
|
804
|
+
serializedName: "location",
|
|
805
|
+
required: true,
|
|
704
806
|
type: {
|
|
705
|
-
name: "
|
|
706
|
-
className: "Identity"
|
|
807
|
+
name: "String"
|
|
707
808
|
}
|
|
708
809
|
}
|
|
709
810
|
}
|
|
710
811
|
}
|
|
711
812
|
};
|
|
712
813
|
|
|
713
|
-
export const SearchServiceUpdate:
|
|
714
|
-
serializedName: "SearchServiceUpdate",
|
|
814
|
+
export const SearchServiceUpdate: coreClient.CompositeMapper = {
|
|
715
815
|
type: {
|
|
716
816
|
name: "Composite",
|
|
717
817
|
className: "SearchServiceUpdate",
|
|
718
818
|
modelProperties: {
|
|
719
819
|
...Resource.type.modelProperties,
|
|
820
|
+
sku: {
|
|
821
|
+
serializedName: "sku",
|
|
822
|
+
type: {
|
|
823
|
+
name: "Composite",
|
|
824
|
+
className: "Sku"
|
|
825
|
+
}
|
|
826
|
+
},
|
|
827
|
+
location: {
|
|
828
|
+
serializedName: "location",
|
|
829
|
+
type: {
|
|
830
|
+
name: "String"
|
|
831
|
+
}
|
|
832
|
+
},
|
|
833
|
+
tags: {
|
|
834
|
+
serializedName: "tags",
|
|
835
|
+
type: {
|
|
836
|
+
name: "Dictionary",
|
|
837
|
+
value: { type: { name: "String" } }
|
|
838
|
+
}
|
|
839
|
+
},
|
|
840
|
+
identity: {
|
|
841
|
+
serializedName: "identity",
|
|
842
|
+
type: {
|
|
843
|
+
name: "Composite",
|
|
844
|
+
className: "Identity"
|
|
845
|
+
}
|
|
846
|
+
},
|
|
720
847
|
replicaCount: {
|
|
721
|
-
serializedName: "properties.replicaCount",
|
|
722
848
|
defaultValue: 1,
|
|
723
849
|
constraints: {
|
|
724
850
|
InclusiveMaximum: 12,
|
|
725
851
|
InclusiveMinimum: 1
|
|
726
852
|
},
|
|
853
|
+
serializedName: "properties.replicaCount",
|
|
727
854
|
type: {
|
|
728
855
|
name: "Number"
|
|
729
856
|
}
|
|
730
857
|
},
|
|
731
858
|
partitionCount: {
|
|
732
|
-
serializedName: "properties.partitionCount",
|
|
733
859
|
defaultValue: 1,
|
|
734
860
|
constraints: {
|
|
735
861
|
InclusiveMaximum: 12,
|
|
736
862
|
InclusiveMinimum: 1
|
|
737
863
|
},
|
|
864
|
+
serializedName: "properties.partitionCount",
|
|
738
865
|
type: {
|
|
739
866
|
name: "Number"
|
|
740
867
|
}
|
|
741
868
|
},
|
|
742
869
|
hostingMode: {
|
|
870
|
+
defaultValue: "default",
|
|
743
871
|
serializedName: "properties.hostingMode",
|
|
744
|
-
defaultValue: 'default',
|
|
745
872
|
type: {
|
|
746
873
|
name: "Enum",
|
|
747
|
-
allowedValues: [
|
|
748
|
-
"default",
|
|
749
|
-
"highDensity"
|
|
750
|
-
]
|
|
874
|
+
allowedValues: ["default", "highDensity"]
|
|
751
875
|
}
|
|
752
876
|
},
|
|
753
877
|
publicNetworkAccess: {
|
|
878
|
+
defaultValue: "enabled",
|
|
754
879
|
serializedName: "properties.publicNetworkAccess",
|
|
755
|
-
defaultValue: 'enabled',
|
|
756
880
|
type: {
|
|
757
881
|
name: "Enum",
|
|
758
|
-
allowedValues: [
|
|
759
|
-
"enabled",
|
|
760
|
-
"disabled"
|
|
761
|
-
]
|
|
882
|
+
allowedValues: ["enabled", "disabled"]
|
|
762
883
|
}
|
|
763
884
|
},
|
|
764
885
|
status: {
|
|
765
|
-
readOnly: true,
|
|
766
886
|
serializedName: "properties.status",
|
|
887
|
+
readOnly: true,
|
|
767
888
|
type: {
|
|
768
889
|
name: "Enum",
|
|
769
890
|
allowedValues: [
|
|
@@ -777,22 +898,18 @@ export const SearchServiceUpdate: msRest.CompositeMapper = {
|
|
|
777
898
|
}
|
|
778
899
|
},
|
|
779
900
|
statusDetails: {
|
|
780
|
-
readOnly: true,
|
|
781
901
|
serializedName: "properties.statusDetails",
|
|
902
|
+
readOnly: true,
|
|
782
903
|
type: {
|
|
783
904
|
name: "String"
|
|
784
905
|
}
|
|
785
906
|
},
|
|
786
907
|
provisioningState: {
|
|
787
|
-
readOnly: true,
|
|
788
908
|
serializedName: "properties.provisioningState",
|
|
909
|
+
readOnly: true,
|
|
789
910
|
type: {
|
|
790
911
|
name: "Enum",
|
|
791
|
-
allowedValues: [
|
|
792
|
-
"succeeded",
|
|
793
|
-
"provisioning",
|
|
794
|
-
"failed"
|
|
795
|
-
]
|
|
912
|
+
allowedValues: ["succeeded", "provisioning", "failed"]
|
|
796
913
|
}
|
|
797
914
|
},
|
|
798
915
|
networkRuleSet: {
|
|
@@ -803,8 +920,8 @@ export const SearchServiceUpdate: msRest.CompositeMapper = {
|
|
|
803
920
|
}
|
|
804
921
|
},
|
|
805
922
|
privateEndpointConnections: {
|
|
806
|
-
readOnly: true,
|
|
807
923
|
serializedName: "properties.privateEndpointConnections",
|
|
924
|
+
readOnly: true,
|
|
808
925
|
type: {
|
|
809
926
|
name: "Sequence",
|
|
810
927
|
element: {
|
|
@@ -816,8 +933,8 @@ export const SearchServiceUpdate: msRest.CompositeMapper = {
|
|
|
816
933
|
}
|
|
817
934
|
},
|
|
818
935
|
sharedPrivateLinkResources: {
|
|
819
|
-
readOnly: true,
|
|
820
936
|
serializedName: "properties.sharedPrivateLinkResources",
|
|
937
|
+
readOnly: true,
|
|
821
938
|
type: {
|
|
822
939
|
name: "Sequence",
|
|
823
940
|
element: {
|
|
@@ -827,279 +944,126 @@ export const SearchServiceUpdate: msRest.CompositeMapper = {
|
|
|
827
944
|
}
|
|
828
945
|
}
|
|
829
946
|
}
|
|
830
|
-
},
|
|
831
|
-
sku: {
|
|
832
|
-
serializedName: "sku",
|
|
833
|
-
type: {
|
|
834
|
-
name: "Composite",
|
|
835
|
-
className: "Sku"
|
|
836
|
-
}
|
|
837
|
-
},
|
|
838
|
-
location: {
|
|
839
|
-
serializedName: "location",
|
|
840
|
-
type: {
|
|
841
|
-
name: "String"
|
|
842
|
-
}
|
|
843
|
-
},
|
|
844
|
-
tags: {
|
|
845
|
-
serializedName: "tags",
|
|
846
|
-
type: {
|
|
847
|
-
name: "Dictionary",
|
|
848
|
-
value: {
|
|
849
|
-
type: {
|
|
850
|
-
name: "String"
|
|
851
|
-
}
|
|
852
|
-
}
|
|
853
|
-
}
|
|
854
|
-
},
|
|
855
|
-
identity: {
|
|
856
|
-
serializedName: "identity",
|
|
857
|
-
type: {
|
|
858
|
-
name: "Composite",
|
|
859
|
-
className: "Identity"
|
|
860
|
-
}
|
|
861
947
|
}
|
|
862
948
|
}
|
|
863
949
|
}
|
|
864
950
|
};
|
|
865
951
|
|
|
866
|
-
export const
|
|
867
|
-
serializedName: "AsyncOperationResult",
|
|
952
|
+
export const PrivateLinkResource: coreClient.CompositeMapper = {
|
|
868
953
|
type: {
|
|
869
954
|
name: "Composite",
|
|
870
|
-
className: "
|
|
955
|
+
className: "PrivateLinkResource",
|
|
871
956
|
modelProperties: {
|
|
872
|
-
|
|
873
|
-
|
|
957
|
+
...Resource.type.modelProperties,
|
|
958
|
+
properties: {
|
|
959
|
+
serializedName: "properties",
|
|
874
960
|
type: {
|
|
875
|
-
name: "
|
|
961
|
+
name: "Composite",
|
|
962
|
+
className: "PrivateLinkResourceProperties"
|
|
876
963
|
}
|
|
877
964
|
}
|
|
878
965
|
}
|
|
879
966
|
}
|
|
880
967
|
};
|
|
881
968
|
|
|
882
|
-
export const
|
|
883
|
-
serializedName: "Operation_display",
|
|
969
|
+
export const SearchService: coreClient.CompositeMapper = {
|
|
884
970
|
type: {
|
|
885
971
|
name: "Composite",
|
|
886
|
-
className: "
|
|
972
|
+
className: "SearchService",
|
|
887
973
|
modelProperties: {
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
serializedName: "
|
|
974
|
+
...TrackedResource.type.modelProperties,
|
|
975
|
+
sku: {
|
|
976
|
+
serializedName: "sku",
|
|
891
977
|
type: {
|
|
892
|
-
name: "
|
|
978
|
+
name: "Composite",
|
|
979
|
+
className: "Sku"
|
|
893
980
|
}
|
|
894
981
|
},
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
serializedName: "operation",
|
|
982
|
+
identity: {
|
|
983
|
+
serializedName: "identity",
|
|
898
984
|
type: {
|
|
899
|
-
name: "
|
|
985
|
+
name: "Composite",
|
|
986
|
+
className: "Identity"
|
|
900
987
|
}
|
|
901
988
|
},
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
989
|
+
replicaCount: {
|
|
990
|
+
defaultValue: 1,
|
|
991
|
+
constraints: {
|
|
992
|
+
InclusiveMaximum: 12,
|
|
993
|
+
InclusiveMinimum: 1
|
|
994
|
+
},
|
|
995
|
+
serializedName: "properties.replicaCount",
|
|
905
996
|
type: {
|
|
906
|
-
name: "
|
|
997
|
+
name: "Number"
|
|
907
998
|
}
|
|
908
999
|
},
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
}
|
|
917
|
-
}
|
|
918
|
-
};
|
|
919
|
-
|
|
920
|
-
export const Operation: msRest.CompositeMapper = {
|
|
921
|
-
serializedName: "Operation",
|
|
922
|
-
type: {
|
|
923
|
-
name: "Composite",
|
|
924
|
-
className: "Operation",
|
|
925
|
-
modelProperties: {
|
|
926
|
-
name: {
|
|
927
|
-
readOnly: true,
|
|
928
|
-
serializedName: "name",
|
|
1000
|
+
partitionCount: {
|
|
1001
|
+
defaultValue: 1,
|
|
1002
|
+
constraints: {
|
|
1003
|
+
InclusiveMaximum: 12,
|
|
1004
|
+
InclusiveMinimum: 1
|
|
1005
|
+
},
|
|
1006
|
+
serializedName: "properties.partitionCount",
|
|
929
1007
|
type: {
|
|
930
|
-
name: "
|
|
1008
|
+
name: "Number"
|
|
931
1009
|
}
|
|
932
1010
|
},
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
serializedName: "
|
|
936
|
-
type: {
|
|
937
|
-
name: "Composite",
|
|
938
|
-
className: "OperationDisplay"
|
|
939
|
-
}
|
|
940
|
-
}
|
|
941
|
-
}
|
|
942
|
-
}
|
|
943
|
-
};
|
|
944
|
-
|
|
945
|
-
export const ProxyResource: msRest.CompositeMapper = {
|
|
946
|
-
serializedName: "ProxyResource",
|
|
947
|
-
type: {
|
|
948
|
-
name: "Composite",
|
|
949
|
-
className: "ProxyResource",
|
|
950
|
-
modelProperties: {
|
|
951
|
-
...Resource.type.modelProperties
|
|
952
|
-
}
|
|
953
|
-
}
|
|
954
|
-
};
|
|
955
|
-
|
|
956
|
-
export const AzureEntityResource: msRest.CompositeMapper = {
|
|
957
|
-
serializedName: "AzureEntityResource",
|
|
958
|
-
type: {
|
|
959
|
-
name: "Composite",
|
|
960
|
-
className: "AzureEntityResource",
|
|
961
|
-
modelProperties: {
|
|
962
|
-
...Resource.type.modelProperties,
|
|
963
|
-
etag: {
|
|
964
|
-
readOnly: true,
|
|
965
|
-
serializedName: "etag",
|
|
966
|
-
type: {
|
|
967
|
-
name: "String"
|
|
968
|
-
}
|
|
969
|
-
}
|
|
970
|
-
}
|
|
971
|
-
}
|
|
972
|
-
};
|
|
973
|
-
|
|
974
|
-
export const SearchManagementRequestOptions: msRest.CompositeMapper = {
|
|
975
|
-
type: {
|
|
976
|
-
name: "Composite",
|
|
977
|
-
className: "SearchManagementRequestOptions",
|
|
978
|
-
modelProperties: {
|
|
979
|
-
clientRequestId: {
|
|
1011
|
+
hostingMode: {
|
|
1012
|
+
defaultValue: "default",
|
|
1013
|
+
serializedName: "properties.hostingMode",
|
|
980
1014
|
type: {
|
|
981
|
-
name: "
|
|
1015
|
+
name: "Enum",
|
|
1016
|
+
allowedValues: ["default", "highDensity"]
|
|
982
1017
|
}
|
|
983
|
-
}
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
export const OperationListResult: msRest.CompositeMapper = {
|
|
989
|
-
serializedName: "OperationListResult",
|
|
990
|
-
type: {
|
|
991
|
-
name: "Composite",
|
|
992
|
-
className: "OperationListResult",
|
|
993
|
-
modelProperties: {
|
|
994
|
-
value: {
|
|
995
|
-
readOnly: true,
|
|
996
|
-
serializedName: "",
|
|
1018
|
+
},
|
|
1019
|
+
publicNetworkAccess: {
|
|
1020
|
+
defaultValue: "enabled",
|
|
1021
|
+
serializedName: "properties.publicNetworkAccess",
|
|
997
1022
|
type: {
|
|
998
|
-
name: "
|
|
999
|
-
|
|
1000
|
-
type: {
|
|
1001
|
-
name: "Composite",
|
|
1002
|
-
className: "Operation"
|
|
1003
|
-
}
|
|
1004
|
-
}
|
|
1023
|
+
name: "Enum",
|
|
1024
|
+
allowedValues: ["enabled", "disabled"]
|
|
1005
1025
|
}
|
|
1006
|
-
}
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
};
|
|
1010
|
-
|
|
1011
|
-
export const ListQueryKeysResult: msRest.CompositeMapper = {
|
|
1012
|
-
serializedName: "ListQueryKeysResult",
|
|
1013
|
-
type: {
|
|
1014
|
-
name: "Composite",
|
|
1015
|
-
className: "ListQueryKeysResult",
|
|
1016
|
-
modelProperties: {
|
|
1017
|
-
value: {
|
|
1026
|
+
},
|
|
1027
|
+
status: {
|
|
1028
|
+
serializedName: "properties.status",
|
|
1018
1029
|
readOnly: true,
|
|
1019
|
-
serializedName: "",
|
|
1020
1030
|
type: {
|
|
1021
|
-
name: "
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1031
|
+
name: "Enum",
|
|
1032
|
+
allowedValues: [
|
|
1033
|
+
"running",
|
|
1034
|
+
"provisioning",
|
|
1035
|
+
"deleting",
|
|
1036
|
+
"degraded",
|
|
1037
|
+
"disabled",
|
|
1038
|
+
"error"
|
|
1039
|
+
]
|
|
1028
1040
|
}
|
|
1029
1041
|
},
|
|
1030
|
-
|
|
1042
|
+
statusDetails: {
|
|
1043
|
+
serializedName: "properties.statusDetails",
|
|
1031
1044
|
readOnly: true,
|
|
1032
|
-
serializedName: "nextLink",
|
|
1033
1045
|
type: {
|
|
1034
1046
|
name: "String"
|
|
1035
1047
|
}
|
|
1036
|
-
}
|
|
1037
|
-
}
|
|
1038
|
-
}
|
|
1039
|
-
};
|
|
1040
|
-
|
|
1041
|
-
export const SearchServiceListResult: msRest.CompositeMapper = {
|
|
1042
|
-
serializedName: "SearchServiceListResult",
|
|
1043
|
-
type: {
|
|
1044
|
-
name: "Composite",
|
|
1045
|
-
className: "SearchServiceListResult",
|
|
1046
|
-
modelProperties: {
|
|
1047
|
-
value: {
|
|
1048
|
-
readOnly: true,
|
|
1049
|
-
serializedName: "",
|
|
1050
|
-
type: {
|
|
1051
|
-
name: "Sequence",
|
|
1052
|
-
element: {
|
|
1053
|
-
type: {
|
|
1054
|
-
name: "Composite",
|
|
1055
|
-
className: "SearchService"
|
|
1056
|
-
}
|
|
1057
|
-
}
|
|
1058
|
-
}
|
|
1059
1048
|
},
|
|
1060
|
-
|
|
1049
|
+
provisioningState: {
|
|
1050
|
+
serializedName: "properties.provisioningState",
|
|
1061
1051
|
readOnly: true,
|
|
1062
|
-
serializedName: "nextLink",
|
|
1063
1052
|
type: {
|
|
1064
|
-
name: "
|
|
1053
|
+
name: "Enum",
|
|
1054
|
+
allowedValues: ["succeeded", "provisioning", "failed"]
|
|
1065
1055
|
}
|
|
1066
|
-
}
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
};
|
|
1070
|
-
|
|
1071
|
-
export const PrivateLinkResourcesResult: msRest.CompositeMapper = {
|
|
1072
|
-
serializedName: "PrivateLinkResourcesResult",
|
|
1073
|
-
type: {
|
|
1074
|
-
name: "Composite",
|
|
1075
|
-
className: "PrivateLinkResourcesResult",
|
|
1076
|
-
modelProperties: {
|
|
1077
|
-
value: {
|
|
1078
|
-
readOnly: true,
|
|
1079
|
-
serializedName: "",
|
|
1056
|
+
},
|
|
1057
|
+
networkRuleSet: {
|
|
1058
|
+
serializedName: "properties.networkRuleSet",
|
|
1080
1059
|
type: {
|
|
1081
|
-
name: "
|
|
1082
|
-
|
|
1083
|
-
type: {
|
|
1084
|
-
name: "Composite",
|
|
1085
|
-
className: "PrivateLinkResource"
|
|
1086
|
-
}
|
|
1087
|
-
}
|
|
1060
|
+
name: "Composite",
|
|
1061
|
+
className: "NetworkRuleSet"
|
|
1088
1062
|
}
|
|
1089
|
-
}
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
};
|
|
1093
|
-
|
|
1094
|
-
export const PrivateEndpointConnectionListResult: msRest.CompositeMapper = {
|
|
1095
|
-
serializedName: "PrivateEndpointConnectionListResult",
|
|
1096
|
-
type: {
|
|
1097
|
-
name: "Composite",
|
|
1098
|
-
className: "PrivateEndpointConnectionListResult",
|
|
1099
|
-
modelProperties: {
|
|
1100
|
-
value: {
|
|
1063
|
+
},
|
|
1064
|
+
privateEndpointConnections: {
|
|
1065
|
+
serializedName: "properties.privateEndpointConnections",
|
|
1101
1066
|
readOnly: true,
|
|
1102
|
-
serializedName: "",
|
|
1103
1067
|
type: {
|
|
1104
1068
|
name: "Sequence",
|
|
1105
1069
|
element: {
|
|
@@ -1110,26 +1074,9 @@ export const PrivateEndpointConnectionListResult: msRest.CompositeMapper = {
|
|
|
1110
1074
|
}
|
|
1111
1075
|
}
|
|
1112
1076
|
},
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
serializedName: "nextLink",
|
|
1116
|
-
type: {
|
|
1117
|
-
name: "String"
|
|
1118
|
-
}
|
|
1119
|
-
}
|
|
1120
|
-
}
|
|
1121
|
-
}
|
|
1122
|
-
};
|
|
1123
|
-
|
|
1124
|
-
export const SharedPrivateLinkResourceListResult: msRest.CompositeMapper = {
|
|
1125
|
-
serializedName: "SharedPrivateLinkResourceListResult",
|
|
1126
|
-
type: {
|
|
1127
|
-
name: "Composite",
|
|
1128
|
-
className: "SharedPrivateLinkResourceListResult",
|
|
1129
|
-
modelProperties: {
|
|
1130
|
-
value: {
|
|
1077
|
+
sharedPrivateLinkResources: {
|
|
1078
|
+
serializedName: "properties.sharedPrivateLinkResources",
|
|
1131
1079
|
readOnly: true,
|
|
1132
|
-
serializedName: "",
|
|
1133
1080
|
type: {
|
|
1134
1081
|
name: "Sequence",
|
|
1135
1082
|
element: {
|
|
@@ -1139,12 +1086,6 @@ export const SharedPrivateLinkResourceListResult: msRest.CompositeMapper = {
|
|
|
1139
1086
|
}
|
|
1140
1087
|
}
|
|
1141
1088
|
}
|
|
1142
|
-
},
|
|
1143
|
-
nextLink: {
|
|
1144
|
-
serializedName: "nextLink",
|
|
1145
|
-
type: {
|
|
1146
|
-
name: "String"
|
|
1147
|
-
}
|
|
1148
1089
|
}
|
|
1149
1090
|
}
|
|
1150
1091
|
}
|