@azure/arm-frontdoor 5.2.1-alpha.20240411.1 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -10
- package/LICENSE +1 -1
- package/dist/index.js +1619 -1476
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/endpointsPurgeContentSample.js +2 -2
- package/dist-esm/samples-dev/endpointsPurgeContentSample.js.map +1 -1
- package/dist-esm/samples-dev/experimentsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/experimentsListByProfileSample.js +1 -1
- package/dist-esm/samples-dev/experimentsListByProfileSample.js.map +1 -1
- package/dist-esm/samples-dev/experimentsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/experimentsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/frontDoorNameAvailabilityCheckSample.js +3 -5
- package/dist-esm/samples-dev/frontDoorNameAvailabilityCheckSample.js.map +1 -1
- package/dist-esm/samples-dev/frontDoorNameAvailabilityWithSubscriptionCheckSample.js +2 -2
- package/dist-esm/samples-dev/frontDoorNameAvailabilityWithSubscriptionCheckSample.js.map +1 -1
- package/dist-esm/samples-dev/frontDoorsCreateOrUpdateSample.js +26 -26
- package/dist-esm/samples-dev/frontDoorsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/frontDoorsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/frontDoorsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/frontDoorsListSample.js +1 -1
- package/dist-esm/samples-dev/frontDoorsListSample.js.map +1 -1
- package/dist-esm/samples-dev/frontDoorsValidateCustomDomainSample.js +2 -2
- package/dist-esm/samples-dev/frontDoorsValidateCustomDomainSample.js.map +1 -1
- package/dist-esm/samples-dev/frontendEndpointsEnableHttpsSample.js +3 -3
- package/dist-esm/samples-dev/frontendEndpointsEnableHttpsSample.js.map +1 -1
- package/dist-esm/samples-dev/frontendEndpointsListByFrontDoorSample.js +1 -1
- package/dist-esm/samples-dev/frontendEndpointsListByFrontDoorSample.js.map +1 -1
- package/dist-esm/samples-dev/managedRuleSetsListSample.js +2 -2
- package/dist-esm/samples-dev/managedRuleSetsListSample.js.map +1 -1
- package/dist-esm/samples-dev/networkExperimentProfilesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/networkExperimentProfilesListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/networkExperimentProfilesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/networkExperimentProfilesListSample.js +1 -1
- package/dist-esm/samples-dev/networkExperimentProfilesListSample.js.map +1 -1
- package/dist-esm/samples-dev/networkExperimentProfilesUpdateSample.js +2 -2
- package/dist-esm/samples-dev/networkExperimentProfilesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/policiesCreateOrUpdateSample.js +37 -27
- package/dist-esm/samples-dev/policiesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/policiesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/policiesGetSample.js +1 -1
- package/dist-esm/samples-dev/policiesListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/policiesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/policiesListSample.js +2 -2
- package/dist-esm/samples-dev/policiesListSample.js.map +1 -1
- package/dist-esm/samples-dev/policiesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/preconfiguredEndpointsListSample.js +1 -1
- package/dist-esm/samples-dev/preconfiguredEndpointsListSample.js.map +1 -1
- package/dist-esm/samples-dev/rulesEnginesCreateOrUpdateSample.js +20 -20
- package/dist-esm/samples-dev/rulesEnginesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/rulesEnginesListByFrontDoorSample.js +1 -1
- package/dist-esm/samples-dev/rulesEnginesListByFrontDoorSample.js.map +1 -1
- package/dist-esm/src/frontDoorManagementClient.d.ts +2 -1
- package/dist-esm/src/frontDoorManagementClient.d.ts.map +1 -1
- package/dist-esm/src/frontDoorManagementClient.js +16 -18
- package/dist-esm/src/frontDoorManagementClient.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +127 -2
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +54 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +2 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1117 -1028
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.js +90 -90
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/endpoints.d.ts.map +1 -1
- package/dist-esm/src/operations/endpoints.js +9 -9
- package/dist-esm/src/operations/endpoints.js.map +1 -1
- package/dist-esm/src/operations/experiments.d.ts.map +1 -1
- package/dist-esm/src/operations/experiments.js +51 -51
- package/dist-esm/src/operations/experiments.js.map +1 -1
- package/dist-esm/src/operations/frontDoorNameAvailability.d.ts.map +1 -1
- package/dist-esm/src/operations/frontDoorNameAvailability.js +4 -4
- package/dist-esm/src/operations/frontDoorNameAvailability.js.map +1 -1
- package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.d.ts.map +1 -1
- package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.js +4 -4
- package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.js.map +1 -1
- package/dist-esm/src/operations/frontDoors.d.ts.map +1 -1
- package/dist-esm/src/operations/frontDoors.js +52 -52
- package/dist-esm/src/operations/frontDoors.js.map +1 -1
- package/dist-esm/src/operations/frontendEndpoints.d.ts.map +1 -1
- package/dist-esm/src/operations/frontendEndpoints.js +34 -34
- package/dist-esm/src/operations/frontendEndpoints.js.map +1 -1
- package/dist-esm/src/operations/managedRuleSets.js +10 -10
- package/dist-esm/src/operations/managedRuleSets.js.map +1 -1
- package/dist-esm/src/operations/networkExperimentProfiles.d.ts.map +1 -1
- package/dist-esm/src/operations/networkExperimentProfiles.js +59 -59
- package/dist-esm/src/operations/networkExperimentProfiles.js.map +1 -1
- package/dist-esm/src/operations/policies.d.ts.map +1 -1
- package/dist-esm/src/operations/policies.js +57 -57
- package/dist-esm/src/operations/policies.js.map +1 -1
- package/dist-esm/src/operations/preconfiguredEndpoints.js +11 -11
- package/dist-esm/src/operations/preconfiguredEndpoints.js.map +1 -1
- package/dist-esm/src/operations/reports.js +14 -14
- package/dist-esm/src/operations/reports.js.map +1 -1
- package/dist-esm/src/operations/rulesEngines.d.ts.map +1 -1
- package/dist-esm/src/operations/rulesEngines.js +38 -38
- package/dist-esm/src/operations/rulesEngines.js.map +1 -1
- package/dist-esm/test/frontdoor_operations_test.spec.js +1 -1
- package/dist-esm/test/frontdoor_operations_test.spec.js.map +1 -1
- package/package.json +10 -10
- package/review/arm-frontdoor.api.md +71 -1
- package/src/frontDoorManagementClient.ts +33 -19
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +202 -58
- package/src/models/mappers.ts +1201 -1103
- package/src/models/parameters.ts +91 -91
- package/src/operations/endpoints.ts +21 -23
- package/src/operations/experiments.ts +101 -109
- package/src/operations/frontDoorNameAvailability.ts +9 -8
- package/src/operations/frontDoorNameAvailabilityWithSubscription.ts +10 -10
- package/src/operations/frontDoors.ts +99 -107
- package/src/operations/frontendEndpoints.ts +73 -79
- package/src/operations/managedRuleSets.ts +18 -19
- package/src/operations/networkExperimentProfiles.ts +116 -124
- package/src/operations/policies.ts +111 -120
- package/src/operations/preconfiguredEndpoints.ts +23 -24
- package/src/operations/reports.ts +21 -23
- package/src/operations/rulesEngines.ts +77 -83
- package/src/operationsInterfaces/endpoints.ts +3 -3
- package/src/operationsInterfaces/experiments.ts +9 -9
- package/src/operationsInterfaces/frontDoorNameAvailability.ts +2 -2
- package/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.ts +2 -2
- package/src/operationsInterfaces/frontDoors.ts +9 -9
- package/src/operationsInterfaces/frontendEndpoints.ts +7 -7
- package/src/operationsInterfaces/managedRuleSets.ts +2 -2
- package/src/operationsInterfaces/networkExperimentProfiles.ts +10 -10
- package/src/operationsInterfaces/policies.ts +10 -10
- package/src/operationsInterfaces/preconfiguredEndpoints.ts +2 -2
- package/src/operationsInterfaces/reports.ts +3 -3
- package/src/operationsInterfaces/rulesEngines.ts +7 -7
- package/src/pagingHelper.ts +1 -1
- package/types/arm-frontdoor.d.ts +141 -3
package/src/models/mappers.ts
CHANGED
|
@@ -21,19 +21,19 @@ export const WebApplicationFirewallPolicyList: coreClient.CompositeMapper = {
|
|
|
21
21
|
element: {
|
|
22
22
|
type: {
|
|
23
23
|
name: "Composite",
|
|
24
|
-
className: "WebApplicationFirewallPolicy"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
24
|
+
className: "WebApplicationFirewallPolicy",
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
28
|
},
|
|
29
29
|
nextLink: {
|
|
30
30
|
serializedName: "nextLink",
|
|
31
31
|
type: {
|
|
32
|
-
name: "String"
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
32
|
+
name: "String",
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
37
|
};
|
|
38
38
|
|
|
39
39
|
export const PolicySettings: coreClient.CompositeMapper = {
|
|
@@ -44,47 +44,111 @@ export const PolicySettings: coreClient.CompositeMapper = {
|
|
|
44
44
|
enabledState: {
|
|
45
45
|
serializedName: "enabledState",
|
|
46
46
|
type: {
|
|
47
|
-
name: "String"
|
|
48
|
-
}
|
|
47
|
+
name: "String",
|
|
48
|
+
},
|
|
49
49
|
},
|
|
50
50
|
mode: {
|
|
51
51
|
serializedName: "mode",
|
|
52
52
|
type: {
|
|
53
|
-
name: "String"
|
|
54
|
-
}
|
|
53
|
+
name: "String",
|
|
54
|
+
},
|
|
55
55
|
},
|
|
56
56
|
redirectUrl: {
|
|
57
57
|
serializedName: "redirectUrl",
|
|
58
58
|
type: {
|
|
59
|
-
name: "String"
|
|
60
|
-
}
|
|
59
|
+
name: "String",
|
|
60
|
+
},
|
|
61
61
|
},
|
|
62
62
|
customBlockResponseStatusCode: {
|
|
63
63
|
serializedName: "customBlockResponseStatusCode",
|
|
64
64
|
type: {
|
|
65
|
-
name: "Number"
|
|
66
|
-
}
|
|
65
|
+
name: "Number",
|
|
66
|
+
},
|
|
67
67
|
},
|
|
68
68
|
customBlockResponseBody: {
|
|
69
69
|
constraints: {
|
|
70
70
|
Pattern: new RegExp(
|
|
71
|
-
"^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$"
|
|
72
|
-
)
|
|
71
|
+
"^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$",
|
|
72
|
+
),
|
|
73
73
|
},
|
|
74
74
|
serializedName: "customBlockResponseBody",
|
|
75
75
|
type: {
|
|
76
|
-
name: "String"
|
|
77
|
-
}
|
|
76
|
+
name: "String",
|
|
77
|
+
},
|
|
78
78
|
},
|
|
79
79
|
requestBodyCheck: {
|
|
80
80
|
serializedName: "requestBodyCheck",
|
|
81
81
|
type: {
|
|
82
|
-
name: "String"
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
82
|
+
name: "String",
|
|
83
|
+
},
|
|
84
|
+
},
|
|
85
|
+
javascriptChallengeExpirationInMinutes: {
|
|
86
|
+
constraints: {
|
|
87
|
+
InclusiveMaximum: 1440,
|
|
88
|
+
InclusiveMinimum: 5,
|
|
89
|
+
},
|
|
90
|
+
serializedName: "javascriptChallengeExpirationInMinutes",
|
|
91
|
+
type: {
|
|
92
|
+
name: "Number",
|
|
93
|
+
},
|
|
94
|
+
},
|
|
95
|
+
state: {
|
|
96
|
+
serializedName: "logScrubbing.state",
|
|
97
|
+
type: {
|
|
98
|
+
name: "String",
|
|
99
|
+
},
|
|
100
|
+
},
|
|
101
|
+
scrubbingRules: {
|
|
102
|
+
serializedName: "logScrubbing.scrubbingRules",
|
|
103
|
+
type: {
|
|
104
|
+
name: "Sequence",
|
|
105
|
+
element: {
|
|
106
|
+
type: {
|
|
107
|
+
name: "Composite",
|
|
108
|
+
className: "WebApplicationFirewallScrubbingRules",
|
|
109
|
+
},
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
},
|
|
113
|
+
},
|
|
114
|
+
},
|
|
115
|
+
};
|
|
116
|
+
|
|
117
|
+
export const WebApplicationFirewallScrubbingRules: coreClient.CompositeMapper =
|
|
118
|
+
{
|
|
119
|
+
type: {
|
|
120
|
+
name: "Composite",
|
|
121
|
+
className: "WebApplicationFirewallScrubbingRules",
|
|
122
|
+
modelProperties: {
|
|
123
|
+
matchVariable: {
|
|
124
|
+
serializedName: "matchVariable",
|
|
125
|
+
required: true,
|
|
126
|
+
type: {
|
|
127
|
+
name: "String",
|
|
128
|
+
},
|
|
129
|
+
},
|
|
130
|
+
selectorMatchOperator: {
|
|
131
|
+
serializedName: "selectorMatchOperator",
|
|
132
|
+
required: true,
|
|
133
|
+
type: {
|
|
134
|
+
name: "String",
|
|
135
|
+
},
|
|
136
|
+
},
|
|
137
|
+
selector: {
|
|
138
|
+
serializedName: "selector",
|
|
139
|
+
type: {
|
|
140
|
+
name: "String",
|
|
141
|
+
},
|
|
142
|
+
},
|
|
143
|
+
state: {
|
|
144
|
+
serializedName: "state",
|
|
145
|
+
type: {
|
|
146
|
+
name: "String",
|
|
147
|
+
},
|
|
148
|
+
},
|
|
149
|
+
},
|
|
150
|
+
},
|
|
151
|
+
};
|
|
88
152
|
|
|
89
153
|
export const CustomRuleList: coreClient.CompositeMapper = {
|
|
90
154
|
type: {
|
|
@@ -98,13 +162,13 @@ export const CustomRuleList: coreClient.CompositeMapper = {
|
|
|
98
162
|
element: {
|
|
99
163
|
type: {
|
|
100
164
|
name: "Composite",
|
|
101
|
-
className: "CustomRule"
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
}
|
|
165
|
+
className: "CustomRule",
|
|
166
|
+
},
|
|
167
|
+
},
|
|
168
|
+
},
|
|
169
|
+
},
|
|
170
|
+
},
|
|
171
|
+
},
|
|
108
172
|
};
|
|
109
173
|
|
|
110
174
|
export const CustomRule: coreClient.CompositeMapper = {
|
|
@@ -114,51 +178,63 @@ export const CustomRule: coreClient.CompositeMapper = {
|
|
|
114
178
|
modelProperties: {
|
|
115
179
|
name: {
|
|
116
180
|
constraints: {
|
|
117
|
-
MaxLength: 128
|
|
181
|
+
MaxLength: 128,
|
|
118
182
|
},
|
|
119
183
|
serializedName: "name",
|
|
120
184
|
type: {
|
|
121
|
-
name: "String"
|
|
122
|
-
}
|
|
185
|
+
name: "String",
|
|
186
|
+
},
|
|
123
187
|
},
|
|
124
188
|
priority: {
|
|
125
189
|
serializedName: "priority",
|
|
126
190
|
required: true,
|
|
127
191
|
type: {
|
|
128
|
-
name: "Number"
|
|
129
|
-
}
|
|
192
|
+
name: "Number",
|
|
193
|
+
},
|
|
130
194
|
},
|
|
131
195
|
enabledState: {
|
|
132
196
|
serializedName: "enabledState",
|
|
133
197
|
type: {
|
|
134
|
-
name: "String"
|
|
135
|
-
}
|
|
198
|
+
name: "String",
|
|
199
|
+
},
|
|
136
200
|
},
|
|
137
201
|
ruleType: {
|
|
138
202
|
serializedName: "ruleType",
|
|
139
203
|
required: true,
|
|
140
204
|
type: {
|
|
141
|
-
name: "String"
|
|
142
|
-
}
|
|
205
|
+
name: "String",
|
|
206
|
+
},
|
|
143
207
|
},
|
|
144
208
|
rateLimitDurationInMinutes: {
|
|
145
209
|
constraints: {
|
|
146
210
|
InclusiveMaximum: 5,
|
|
147
|
-
InclusiveMinimum: 0
|
|
211
|
+
InclusiveMinimum: 0,
|
|
148
212
|
},
|
|
149
213
|
serializedName: "rateLimitDurationInMinutes",
|
|
150
214
|
type: {
|
|
151
|
-
name: "Number"
|
|
152
|
-
}
|
|
215
|
+
name: "Number",
|
|
216
|
+
},
|
|
153
217
|
},
|
|
154
218
|
rateLimitThreshold: {
|
|
155
219
|
constraints: {
|
|
156
|
-
InclusiveMinimum: 0
|
|
220
|
+
InclusiveMinimum: 0,
|
|
157
221
|
},
|
|
158
222
|
serializedName: "rateLimitThreshold",
|
|
159
223
|
type: {
|
|
160
|
-
name: "Number"
|
|
161
|
-
}
|
|
224
|
+
name: "Number",
|
|
225
|
+
},
|
|
226
|
+
},
|
|
227
|
+
groupBy: {
|
|
228
|
+
serializedName: "groupBy",
|
|
229
|
+
type: {
|
|
230
|
+
name: "Sequence",
|
|
231
|
+
element: {
|
|
232
|
+
type: {
|
|
233
|
+
name: "Composite",
|
|
234
|
+
className: "GroupByVariable",
|
|
235
|
+
},
|
|
236
|
+
},
|
|
237
|
+
},
|
|
162
238
|
},
|
|
163
239
|
matchConditions: {
|
|
164
240
|
serializedName: "matchConditions",
|
|
@@ -168,20 +244,36 @@ export const CustomRule: coreClient.CompositeMapper = {
|
|
|
168
244
|
element: {
|
|
169
245
|
type: {
|
|
170
246
|
name: "Composite",
|
|
171
|
-
className: "MatchCondition"
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
}
|
|
247
|
+
className: "MatchCondition",
|
|
248
|
+
},
|
|
249
|
+
},
|
|
250
|
+
},
|
|
175
251
|
},
|
|
176
252
|
action: {
|
|
177
253
|
serializedName: "action",
|
|
178
254
|
required: true,
|
|
179
255
|
type: {
|
|
180
|
-
name: "String"
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
}
|
|
256
|
+
name: "String",
|
|
257
|
+
},
|
|
258
|
+
},
|
|
259
|
+
},
|
|
260
|
+
},
|
|
261
|
+
};
|
|
262
|
+
|
|
263
|
+
export const GroupByVariable: coreClient.CompositeMapper = {
|
|
264
|
+
type: {
|
|
265
|
+
name: "Composite",
|
|
266
|
+
className: "GroupByVariable",
|
|
267
|
+
modelProperties: {
|
|
268
|
+
variableName: {
|
|
269
|
+
serializedName: "variableName",
|
|
270
|
+
required: true,
|
|
271
|
+
type: {
|
|
272
|
+
name: "String",
|
|
273
|
+
},
|
|
274
|
+
},
|
|
275
|
+
},
|
|
276
|
+
},
|
|
185
277
|
};
|
|
186
278
|
|
|
187
279
|
export const MatchCondition: coreClient.CompositeMapper = {
|
|
@@ -193,27 +285,27 @@ export const MatchCondition: coreClient.CompositeMapper = {
|
|
|
193
285
|
serializedName: "matchVariable",
|
|
194
286
|
required: true,
|
|
195
287
|
type: {
|
|
196
|
-
name: "String"
|
|
197
|
-
}
|
|
288
|
+
name: "String",
|
|
289
|
+
},
|
|
198
290
|
},
|
|
199
291
|
selector: {
|
|
200
292
|
serializedName: "selector",
|
|
201
293
|
type: {
|
|
202
|
-
name: "String"
|
|
203
|
-
}
|
|
294
|
+
name: "String",
|
|
295
|
+
},
|
|
204
296
|
},
|
|
205
297
|
operator: {
|
|
206
298
|
serializedName: "operator",
|
|
207
299
|
required: true,
|
|
208
300
|
type: {
|
|
209
|
-
name: "String"
|
|
210
|
-
}
|
|
301
|
+
name: "String",
|
|
302
|
+
},
|
|
211
303
|
},
|
|
212
304
|
negateCondition: {
|
|
213
305
|
serializedName: "negateCondition",
|
|
214
306
|
type: {
|
|
215
|
-
name: "Boolean"
|
|
216
|
-
}
|
|
307
|
+
name: "Boolean",
|
|
308
|
+
},
|
|
217
309
|
},
|
|
218
310
|
matchValue: {
|
|
219
311
|
serializedName: "matchValue",
|
|
@@ -222,10 +314,10 @@ export const MatchCondition: coreClient.CompositeMapper = {
|
|
|
222
314
|
name: "Sequence",
|
|
223
315
|
element: {
|
|
224
316
|
type: {
|
|
225
|
-
name: "String"
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
}
|
|
317
|
+
name: "String",
|
|
318
|
+
},
|
|
319
|
+
},
|
|
320
|
+
},
|
|
229
321
|
},
|
|
230
322
|
transforms: {
|
|
231
323
|
serializedName: "transforms",
|
|
@@ -233,13 +325,13 @@ export const MatchCondition: coreClient.CompositeMapper = {
|
|
|
233
325
|
name: "Sequence",
|
|
234
326
|
element: {
|
|
235
327
|
type: {
|
|
236
|
-
name: "String"
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
}
|
|
328
|
+
name: "String",
|
|
329
|
+
},
|
|
330
|
+
},
|
|
331
|
+
},
|
|
332
|
+
},
|
|
333
|
+
},
|
|
334
|
+
},
|
|
243
335
|
};
|
|
244
336
|
|
|
245
337
|
export const ManagedRuleSetList: coreClient.CompositeMapper = {
|
|
@@ -254,13 +346,13 @@ export const ManagedRuleSetList: coreClient.CompositeMapper = {
|
|
|
254
346
|
element: {
|
|
255
347
|
type: {
|
|
256
348
|
name: "Composite",
|
|
257
|
-
className: "ManagedRuleSet"
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
}
|
|
349
|
+
className: "ManagedRuleSet",
|
|
350
|
+
},
|
|
351
|
+
},
|
|
352
|
+
},
|
|
353
|
+
},
|
|
354
|
+
},
|
|
355
|
+
},
|
|
264
356
|
};
|
|
265
357
|
|
|
266
358
|
export const ManagedRuleSet: coreClient.CompositeMapper = {
|
|
@@ -272,21 +364,21 @@ export const ManagedRuleSet: coreClient.CompositeMapper = {
|
|
|
272
364
|
serializedName: "ruleSetType",
|
|
273
365
|
required: true,
|
|
274
366
|
type: {
|
|
275
|
-
name: "String"
|
|
276
|
-
}
|
|
367
|
+
name: "String",
|
|
368
|
+
},
|
|
277
369
|
},
|
|
278
370
|
ruleSetVersion: {
|
|
279
371
|
serializedName: "ruleSetVersion",
|
|
280
372
|
required: true,
|
|
281
373
|
type: {
|
|
282
|
-
name: "String"
|
|
283
|
-
}
|
|
374
|
+
name: "String",
|
|
375
|
+
},
|
|
284
376
|
},
|
|
285
377
|
ruleSetAction: {
|
|
286
378
|
serializedName: "ruleSetAction",
|
|
287
379
|
type: {
|
|
288
|
-
name: "String"
|
|
289
|
-
}
|
|
380
|
+
name: "String",
|
|
381
|
+
},
|
|
290
382
|
},
|
|
291
383
|
exclusions: {
|
|
292
384
|
serializedName: "exclusions",
|
|
@@ -295,10 +387,10 @@ export const ManagedRuleSet: coreClient.CompositeMapper = {
|
|
|
295
387
|
element: {
|
|
296
388
|
type: {
|
|
297
389
|
name: "Composite",
|
|
298
|
-
className: "ManagedRuleExclusion"
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
}
|
|
390
|
+
className: "ManagedRuleExclusion",
|
|
391
|
+
},
|
|
392
|
+
},
|
|
393
|
+
},
|
|
302
394
|
},
|
|
303
395
|
ruleGroupOverrides: {
|
|
304
396
|
serializedName: "ruleGroupOverrides",
|
|
@@ -307,13 +399,13 @@ export const ManagedRuleSet: coreClient.CompositeMapper = {
|
|
|
307
399
|
element: {
|
|
308
400
|
type: {
|
|
309
401
|
name: "Composite",
|
|
310
|
-
className: "ManagedRuleGroupOverride"
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
|
-
}
|
|
402
|
+
className: "ManagedRuleGroupOverride",
|
|
403
|
+
},
|
|
404
|
+
},
|
|
405
|
+
},
|
|
406
|
+
},
|
|
407
|
+
},
|
|
408
|
+
},
|
|
317
409
|
};
|
|
318
410
|
|
|
319
411
|
export const ManagedRuleExclusion: coreClient.CompositeMapper = {
|
|
@@ -325,25 +417,25 @@ export const ManagedRuleExclusion: coreClient.CompositeMapper = {
|
|
|
325
417
|
serializedName: "matchVariable",
|
|
326
418
|
required: true,
|
|
327
419
|
type: {
|
|
328
|
-
name: "String"
|
|
329
|
-
}
|
|
420
|
+
name: "String",
|
|
421
|
+
},
|
|
330
422
|
},
|
|
331
423
|
selectorMatchOperator: {
|
|
332
424
|
serializedName: "selectorMatchOperator",
|
|
333
425
|
required: true,
|
|
334
426
|
type: {
|
|
335
|
-
name: "String"
|
|
336
|
-
}
|
|
427
|
+
name: "String",
|
|
428
|
+
},
|
|
337
429
|
},
|
|
338
430
|
selector: {
|
|
339
431
|
serializedName: "selector",
|
|
340
432
|
required: true,
|
|
341
433
|
type: {
|
|
342
|
-
name: "String"
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
}
|
|
434
|
+
name: "String",
|
|
435
|
+
},
|
|
436
|
+
},
|
|
437
|
+
},
|
|
438
|
+
},
|
|
347
439
|
};
|
|
348
440
|
|
|
349
441
|
export const ManagedRuleGroupOverride: coreClient.CompositeMapper = {
|
|
@@ -355,8 +447,8 @@ export const ManagedRuleGroupOverride: coreClient.CompositeMapper = {
|
|
|
355
447
|
serializedName: "ruleGroupName",
|
|
356
448
|
required: true,
|
|
357
449
|
type: {
|
|
358
|
-
name: "String"
|
|
359
|
-
}
|
|
450
|
+
name: "String",
|
|
451
|
+
},
|
|
360
452
|
},
|
|
361
453
|
exclusions: {
|
|
362
454
|
serializedName: "exclusions",
|
|
@@ -365,10 +457,10 @@ export const ManagedRuleGroupOverride: coreClient.CompositeMapper = {
|
|
|
365
457
|
element: {
|
|
366
458
|
type: {
|
|
367
459
|
name: "Composite",
|
|
368
|
-
className: "ManagedRuleExclusion"
|
|
369
|
-
}
|
|
370
|
-
}
|
|
371
|
-
}
|
|
460
|
+
className: "ManagedRuleExclusion",
|
|
461
|
+
},
|
|
462
|
+
},
|
|
463
|
+
},
|
|
372
464
|
},
|
|
373
465
|
rules: {
|
|
374
466
|
serializedName: "rules",
|
|
@@ -377,13 +469,13 @@ export const ManagedRuleGroupOverride: coreClient.CompositeMapper = {
|
|
|
377
469
|
element: {
|
|
378
470
|
type: {
|
|
379
471
|
name: "Composite",
|
|
380
|
-
className: "ManagedRuleOverride"
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
}
|
|
384
|
-
}
|
|
385
|
-
}
|
|
386
|
-
}
|
|
472
|
+
className: "ManagedRuleOverride",
|
|
473
|
+
},
|
|
474
|
+
},
|
|
475
|
+
},
|
|
476
|
+
},
|
|
477
|
+
},
|
|
478
|
+
},
|
|
387
479
|
};
|
|
388
480
|
|
|
389
481
|
export const ManagedRuleOverride: coreClient.CompositeMapper = {
|
|
@@ -395,20 +487,20 @@ export const ManagedRuleOverride: coreClient.CompositeMapper = {
|
|
|
395
487
|
serializedName: "ruleId",
|
|
396
488
|
required: true,
|
|
397
489
|
type: {
|
|
398
|
-
name: "String"
|
|
399
|
-
}
|
|
490
|
+
name: "String",
|
|
491
|
+
},
|
|
400
492
|
},
|
|
401
493
|
enabledState: {
|
|
402
494
|
serializedName: "enabledState",
|
|
403
495
|
type: {
|
|
404
|
-
name: "String"
|
|
405
|
-
}
|
|
496
|
+
name: "String",
|
|
497
|
+
},
|
|
406
498
|
},
|
|
407
499
|
action: {
|
|
408
500
|
serializedName: "action",
|
|
409
501
|
type: {
|
|
410
|
-
name: "String"
|
|
411
|
-
}
|
|
502
|
+
name: "String",
|
|
503
|
+
},
|
|
412
504
|
},
|
|
413
505
|
exclusions: {
|
|
414
506
|
serializedName: "exclusions",
|
|
@@ -417,13 +509,13 @@ export const ManagedRuleOverride: coreClient.CompositeMapper = {
|
|
|
417
509
|
element: {
|
|
418
510
|
type: {
|
|
419
511
|
name: "Composite",
|
|
420
|
-
className: "ManagedRuleExclusion"
|
|
421
|
-
}
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
}
|
|
425
|
-
}
|
|
426
|
-
}
|
|
512
|
+
className: "ManagedRuleExclusion",
|
|
513
|
+
},
|
|
514
|
+
},
|
|
515
|
+
},
|
|
516
|
+
},
|
|
517
|
+
},
|
|
518
|
+
},
|
|
427
519
|
};
|
|
428
520
|
|
|
429
521
|
export const FrontendEndpointLink: coreClient.CompositeMapper = {
|
|
@@ -434,11 +526,11 @@ export const FrontendEndpointLink: coreClient.CompositeMapper = {
|
|
|
434
526
|
id: {
|
|
435
527
|
serializedName: "id",
|
|
436
528
|
type: {
|
|
437
|
-
name: "String"
|
|
438
|
-
}
|
|
439
|
-
}
|
|
440
|
-
}
|
|
441
|
-
}
|
|
529
|
+
name: "String",
|
|
530
|
+
},
|
|
531
|
+
},
|
|
532
|
+
},
|
|
533
|
+
},
|
|
442
534
|
};
|
|
443
535
|
|
|
444
536
|
export const RoutingRuleLink: coreClient.CompositeMapper = {
|
|
@@ -449,11 +541,11 @@ export const RoutingRuleLink: coreClient.CompositeMapper = {
|
|
|
449
541
|
id: {
|
|
450
542
|
serializedName: "id",
|
|
451
543
|
type: {
|
|
452
|
-
name: "String"
|
|
453
|
-
}
|
|
454
|
-
}
|
|
455
|
-
}
|
|
456
|
-
}
|
|
544
|
+
name: "String",
|
|
545
|
+
},
|
|
546
|
+
},
|
|
547
|
+
},
|
|
548
|
+
},
|
|
457
549
|
};
|
|
458
550
|
|
|
459
551
|
export const SecurityPolicyLink: coreClient.CompositeMapper = {
|
|
@@ -464,11 +556,11 @@ export const SecurityPolicyLink: coreClient.CompositeMapper = {
|
|
|
464
556
|
id: {
|
|
465
557
|
serializedName: "id",
|
|
466
558
|
type: {
|
|
467
|
-
name: "String"
|
|
468
|
-
}
|
|
469
|
-
}
|
|
470
|
-
}
|
|
471
|
-
}
|
|
559
|
+
name: "String",
|
|
560
|
+
},
|
|
561
|
+
},
|
|
562
|
+
},
|
|
563
|
+
},
|
|
472
564
|
};
|
|
473
565
|
|
|
474
566
|
export const Sku: coreClient.CompositeMapper = {
|
|
@@ -479,11 +571,11 @@ export const Sku: coreClient.CompositeMapper = {
|
|
|
479
571
|
name: {
|
|
480
572
|
serializedName: "name",
|
|
481
573
|
type: {
|
|
482
|
-
name: "String"
|
|
483
|
-
}
|
|
484
|
-
}
|
|
485
|
-
}
|
|
486
|
-
}
|
|
574
|
+
name: "String",
|
|
575
|
+
},
|
|
576
|
+
},
|
|
577
|
+
},
|
|
578
|
+
},
|
|
487
579
|
};
|
|
488
580
|
|
|
489
581
|
export const Resource: coreClient.CompositeMapper = {
|
|
@@ -495,38 +587,38 @@ export const Resource: coreClient.CompositeMapper = {
|
|
|
495
587
|
serializedName: "id",
|
|
496
588
|
readOnly: true,
|
|
497
589
|
type: {
|
|
498
|
-
name: "String"
|
|
499
|
-
}
|
|
590
|
+
name: "String",
|
|
591
|
+
},
|
|
500
592
|
},
|
|
501
593
|
name: {
|
|
502
594
|
serializedName: "name",
|
|
503
595
|
readOnly: true,
|
|
504
596
|
type: {
|
|
505
|
-
name: "String"
|
|
506
|
-
}
|
|
597
|
+
name: "String",
|
|
598
|
+
},
|
|
507
599
|
},
|
|
508
600
|
type: {
|
|
509
601
|
serializedName: "type",
|
|
510
602
|
readOnly: true,
|
|
511
603
|
type: {
|
|
512
|
-
name: "String"
|
|
513
|
-
}
|
|
604
|
+
name: "String",
|
|
605
|
+
},
|
|
514
606
|
},
|
|
515
607
|
location: {
|
|
516
608
|
serializedName: "location",
|
|
517
609
|
type: {
|
|
518
|
-
name: "String"
|
|
519
|
-
}
|
|
610
|
+
name: "String",
|
|
611
|
+
},
|
|
520
612
|
},
|
|
521
613
|
tags: {
|
|
522
614
|
serializedName: "tags",
|
|
523
615
|
type: {
|
|
524
616
|
name: "Dictionary",
|
|
525
|
-
value: { type: { name: "String" } }
|
|
526
|
-
}
|
|
527
|
-
}
|
|
528
|
-
}
|
|
529
|
-
}
|
|
617
|
+
value: { type: { name: "String" } },
|
|
618
|
+
},
|
|
619
|
+
},
|
|
620
|
+
},
|
|
621
|
+
},
|
|
530
622
|
};
|
|
531
623
|
|
|
532
624
|
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
@@ -538,18 +630,18 @@ export const ErrorResponse: coreClient.CompositeMapper = {
|
|
|
538
630
|
serializedName: "code",
|
|
539
631
|
readOnly: true,
|
|
540
632
|
type: {
|
|
541
|
-
name: "String"
|
|
542
|
-
}
|
|
633
|
+
name: "String",
|
|
634
|
+
},
|
|
543
635
|
},
|
|
544
636
|
message: {
|
|
545
637
|
serializedName: "message",
|
|
546
638
|
readOnly: true,
|
|
547
639
|
type: {
|
|
548
|
-
name: "String"
|
|
549
|
-
}
|
|
550
|
-
}
|
|
551
|
-
}
|
|
552
|
-
}
|
|
640
|
+
name: "String",
|
|
641
|
+
},
|
|
642
|
+
},
|
|
643
|
+
},
|
|
644
|
+
},
|
|
553
645
|
};
|
|
554
646
|
|
|
555
647
|
export const DefaultErrorResponse: coreClient.CompositeMapper = {
|
|
@@ -561,11 +653,11 @@ export const DefaultErrorResponse: coreClient.CompositeMapper = {
|
|
|
561
653
|
serializedName: "error",
|
|
562
654
|
type: {
|
|
563
655
|
name: "Composite",
|
|
564
|
-
className: "DefaultErrorResponseError"
|
|
565
|
-
}
|
|
566
|
-
}
|
|
567
|
-
}
|
|
568
|
-
}
|
|
656
|
+
className: "DefaultErrorResponseError",
|
|
657
|
+
},
|
|
658
|
+
},
|
|
659
|
+
},
|
|
660
|
+
},
|
|
569
661
|
};
|
|
570
662
|
|
|
571
663
|
export const DefaultErrorResponseError: coreClient.CompositeMapper = {
|
|
@@ -577,18 +669,18 @@ export const DefaultErrorResponseError: coreClient.CompositeMapper = {
|
|
|
577
669
|
serializedName: "code",
|
|
578
670
|
readOnly: true,
|
|
579
671
|
type: {
|
|
580
|
-
name: "String"
|
|
581
|
-
}
|
|
672
|
+
name: "String",
|
|
673
|
+
},
|
|
582
674
|
},
|
|
583
675
|
message: {
|
|
584
676
|
serializedName: "message",
|
|
585
677
|
readOnly: true,
|
|
586
678
|
type: {
|
|
587
|
-
name: "String"
|
|
588
|
-
}
|
|
589
|
-
}
|
|
590
|
-
}
|
|
591
|
-
}
|
|
679
|
+
name: "String",
|
|
680
|
+
},
|
|
681
|
+
},
|
|
682
|
+
},
|
|
683
|
+
},
|
|
592
684
|
};
|
|
593
685
|
|
|
594
686
|
export const TagsObject: coreClient.CompositeMapper = {
|
|
@@ -600,11 +692,11 @@ export const TagsObject: coreClient.CompositeMapper = {
|
|
|
600
692
|
serializedName: "tags",
|
|
601
693
|
type: {
|
|
602
694
|
name: "Dictionary",
|
|
603
|
-
value: { type: { name: "String" } }
|
|
604
|
-
}
|
|
605
|
-
}
|
|
606
|
-
}
|
|
607
|
-
}
|
|
695
|
+
value: { type: { name: "String" } },
|
|
696
|
+
},
|
|
697
|
+
},
|
|
698
|
+
},
|
|
699
|
+
},
|
|
608
700
|
};
|
|
609
701
|
|
|
610
702
|
export const ManagedRuleSetDefinitionList: coreClient.CompositeMapper = {
|
|
@@ -620,19 +712,19 @@ export const ManagedRuleSetDefinitionList: coreClient.CompositeMapper = {
|
|
|
620
712
|
element: {
|
|
621
713
|
type: {
|
|
622
714
|
name: "Composite",
|
|
623
|
-
className: "ManagedRuleSetDefinition"
|
|
624
|
-
}
|
|
625
|
-
}
|
|
626
|
-
}
|
|
715
|
+
className: "ManagedRuleSetDefinition",
|
|
716
|
+
},
|
|
717
|
+
},
|
|
718
|
+
},
|
|
627
719
|
},
|
|
628
720
|
nextLink: {
|
|
629
721
|
serializedName: "nextLink",
|
|
630
722
|
type: {
|
|
631
|
-
name: "String"
|
|
632
|
-
}
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
}
|
|
723
|
+
name: "String",
|
|
724
|
+
},
|
|
725
|
+
},
|
|
726
|
+
},
|
|
727
|
+
},
|
|
636
728
|
};
|
|
637
729
|
|
|
638
730
|
export const ManagedRuleGroupDefinition: coreClient.CompositeMapper = {
|
|
@@ -644,15 +736,15 @@ export const ManagedRuleGroupDefinition: coreClient.CompositeMapper = {
|
|
|
644
736
|
serializedName: "ruleGroupName",
|
|
645
737
|
readOnly: true,
|
|
646
738
|
type: {
|
|
647
|
-
name: "String"
|
|
648
|
-
}
|
|
739
|
+
name: "String",
|
|
740
|
+
},
|
|
649
741
|
},
|
|
650
742
|
description: {
|
|
651
743
|
serializedName: "description",
|
|
652
744
|
readOnly: true,
|
|
653
745
|
type: {
|
|
654
|
-
name: "String"
|
|
655
|
-
}
|
|
746
|
+
name: "String",
|
|
747
|
+
},
|
|
656
748
|
},
|
|
657
749
|
rules: {
|
|
658
750
|
serializedName: "rules",
|
|
@@ -662,13 +754,13 @@ export const ManagedRuleGroupDefinition: coreClient.CompositeMapper = {
|
|
|
662
754
|
element: {
|
|
663
755
|
type: {
|
|
664
756
|
name: "Composite",
|
|
665
|
-
className: "ManagedRuleDefinition"
|
|
666
|
-
}
|
|
667
|
-
}
|
|
668
|
-
}
|
|
669
|
-
}
|
|
670
|
-
}
|
|
671
|
-
}
|
|
757
|
+
className: "ManagedRuleDefinition",
|
|
758
|
+
},
|
|
759
|
+
},
|
|
760
|
+
},
|
|
761
|
+
},
|
|
762
|
+
},
|
|
763
|
+
},
|
|
672
764
|
};
|
|
673
765
|
|
|
674
766
|
export const ManagedRuleDefinition: coreClient.CompositeMapper = {
|
|
@@ -680,32 +772,32 @@ export const ManagedRuleDefinition: coreClient.CompositeMapper = {
|
|
|
680
772
|
serializedName: "ruleId",
|
|
681
773
|
readOnly: true,
|
|
682
774
|
type: {
|
|
683
|
-
name: "String"
|
|
684
|
-
}
|
|
775
|
+
name: "String",
|
|
776
|
+
},
|
|
685
777
|
},
|
|
686
778
|
defaultState: {
|
|
687
779
|
serializedName: "defaultState",
|
|
688
780
|
readOnly: true,
|
|
689
781
|
type: {
|
|
690
|
-
name: "String"
|
|
691
|
-
}
|
|
782
|
+
name: "String",
|
|
783
|
+
},
|
|
692
784
|
},
|
|
693
785
|
defaultAction: {
|
|
694
786
|
serializedName: "defaultAction",
|
|
695
787
|
readOnly: true,
|
|
696
788
|
type: {
|
|
697
|
-
name: "String"
|
|
698
|
-
}
|
|
789
|
+
name: "String",
|
|
790
|
+
},
|
|
699
791
|
},
|
|
700
792
|
description: {
|
|
701
793
|
serializedName: "description",
|
|
702
794
|
readOnly: true,
|
|
703
795
|
type: {
|
|
704
|
-
name: "String"
|
|
705
|
-
}
|
|
706
|
-
}
|
|
707
|
-
}
|
|
708
|
-
}
|
|
796
|
+
name: "String",
|
|
797
|
+
},
|
|
798
|
+
},
|
|
799
|
+
},
|
|
800
|
+
},
|
|
709
801
|
};
|
|
710
802
|
|
|
711
803
|
export const CheckNameAvailabilityInput: coreClient.CompositeMapper = {
|
|
@@ -717,8 +809,8 @@ export const CheckNameAvailabilityInput: coreClient.CompositeMapper = {
|
|
|
717
809
|
serializedName: "name",
|
|
718
810
|
required: true,
|
|
719
811
|
type: {
|
|
720
|
-
name: "String"
|
|
721
|
-
}
|
|
812
|
+
name: "String",
|
|
813
|
+
},
|
|
722
814
|
},
|
|
723
815
|
type: {
|
|
724
816
|
serializedName: "type",
|
|
@@ -727,12 +819,12 @@ export const CheckNameAvailabilityInput: coreClient.CompositeMapper = {
|
|
|
727
819
|
name: "Enum",
|
|
728
820
|
allowedValues: [
|
|
729
821
|
"Microsoft.Network/frontDoors",
|
|
730
|
-
"Microsoft.Network/frontDoors/frontendEndpoints"
|
|
731
|
-
]
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
}
|
|
735
|
-
}
|
|
822
|
+
"Microsoft.Network/frontDoors/frontendEndpoints",
|
|
823
|
+
],
|
|
824
|
+
},
|
|
825
|
+
},
|
|
826
|
+
},
|
|
827
|
+
},
|
|
736
828
|
};
|
|
737
829
|
|
|
738
830
|
export const CheckNameAvailabilityOutput: coreClient.CompositeMapper = {
|
|
@@ -744,25 +836,25 @@ export const CheckNameAvailabilityOutput: coreClient.CompositeMapper = {
|
|
|
744
836
|
serializedName: "nameAvailability",
|
|
745
837
|
readOnly: true,
|
|
746
838
|
type: {
|
|
747
|
-
name: "String"
|
|
748
|
-
}
|
|
839
|
+
name: "String",
|
|
840
|
+
},
|
|
749
841
|
},
|
|
750
842
|
reason: {
|
|
751
843
|
serializedName: "reason",
|
|
752
844
|
readOnly: true,
|
|
753
845
|
type: {
|
|
754
|
-
name: "String"
|
|
755
|
-
}
|
|
846
|
+
name: "String",
|
|
847
|
+
},
|
|
756
848
|
},
|
|
757
849
|
message: {
|
|
758
850
|
serializedName: "message",
|
|
759
851
|
readOnly: true,
|
|
760
852
|
type: {
|
|
761
|
-
name: "String"
|
|
762
|
-
}
|
|
763
|
-
}
|
|
764
|
-
}
|
|
765
|
-
}
|
|
853
|
+
name: "String",
|
|
854
|
+
},
|
|
855
|
+
},
|
|
856
|
+
},
|
|
857
|
+
},
|
|
766
858
|
};
|
|
767
859
|
|
|
768
860
|
export const FrontDoorListResult: coreClient.CompositeMapper = {
|
|
@@ -778,19 +870,19 @@ export const FrontDoorListResult: coreClient.CompositeMapper = {
|
|
|
778
870
|
element: {
|
|
779
871
|
type: {
|
|
780
872
|
name: "Composite",
|
|
781
|
-
className: "FrontDoor"
|
|
782
|
-
}
|
|
783
|
-
}
|
|
784
|
-
}
|
|
873
|
+
className: "FrontDoor",
|
|
874
|
+
},
|
|
875
|
+
},
|
|
876
|
+
},
|
|
785
877
|
},
|
|
786
878
|
nextLink: {
|
|
787
879
|
serializedName: "nextLink",
|
|
788
880
|
type: {
|
|
789
|
-
name: "String"
|
|
790
|
-
}
|
|
791
|
-
}
|
|
792
|
-
}
|
|
793
|
-
}
|
|
881
|
+
name: "String",
|
|
882
|
+
},
|
|
883
|
+
},
|
|
884
|
+
},
|
|
885
|
+
},
|
|
794
886
|
};
|
|
795
887
|
|
|
796
888
|
export const RulesEngine: coreClient.CompositeMapper = {
|
|
@@ -802,22 +894,22 @@ export const RulesEngine: coreClient.CompositeMapper = {
|
|
|
802
894
|
serializedName: "name",
|
|
803
895
|
readOnly: true,
|
|
804
896
|
type: {
|
|
805
|
-
name: "String"
|
|
806
|
-
}
|
|
897
|
+
name: "String",
|
|
898
|
+
},
|
|
807
899
|
},
|
|
808
900
|
type: {
|
|
809
901
|
serializedName: "type",
|
|
810
902
|
readOnly: true,
|
|
811
903
|
type: {
|
|
812
|
-
name: "String"
|
|
813
|
-
}
|
|
904
|
+
name: "String",
|
|
905
|
+
},
|
|
814
906
|
},
|
|
815
907
|
id: {
|
|
816
908
|
serializedName: "id",
|
|
817
909
|
readOnly: true,
|
|
818
910
|
type: {
|
|
819
|
-
name: "String"
|
|
820
|
-
}
|
|
911
|
+
name: "String",
|
|
912
|
+
},
|
|
821
913
|
},
|
|
822
914
|
rules: {
|
|
823
915
|
serializedName: "properties.rules",
|
|
@@ -826,20 +918,20 @@ export const RulesEngine: coreClient.CompositeMapper = {
|
|
|
826
918
|
element: {
|
|
827
919
|
type: {
|
|
828
920
|
name: "Composite",
|
|
829
|
-
className: "RulesEngineRule"
|
|
830
|
-
}
|
|
831
|
-
}
|
|
832
|
-
}
|
|
921
|
+
className: "RulesEngineRule",
|
|
922
|
+
},
|
|
923
|
+
},
|
|
924
|
+
},
|
|
833
925
|
},
|
|
834
926
|
resourceState: {
|
|
835
927
|
serializedName: "properties.resourceState",
|
|
836
928
|
readOnly: true,
|
|
837
929
|
type: {
|
|
838
|
-
name: "String"
|
|
839
|
-
}
|
|
840
|
-
}
|
|
841
|
-
}
|
|
842
|
-
}
|
|
930
|
+
name: "String",
|
|
931
|
+
},
|
|
932
|
+
},
|
|
933
|
+
},
|
|
934
|
+
},
|
|
843
935
|
};
|
|
844
936
|
|
|
845
937
|
export const RulesEngineUpdateParameters: coreClient.CompositeMapper = {
|
|
@@ -854,13 +946,13 @@ export const RulesEngineUpdateParameters: coreClient.CompositeMapper = {
|
|
|
854
946
|
element: {
|
|
855
947
|
type: {
|
|
856
948
|
name: "Composite",
|
|
857
|
-
className: "RulesEngineRule"
|
|
858
|
-
}
|
|
859
|
-
}
|
|
860
|
-
}
|
|
861
|
-
}
|
|
862
|
-
}
|
|
863
|
-
}
|
|
949
|
+
className: "RulesEngineRule",
|
|
950
|
+
},
|
|
951
|
+
},
|
|
952
|
+
},
|
|
953
|
+
},
|
|
954
|
+
},
|
|
955
|
+
},
|
|
864
956
|
};
|
|
865
957
|
|
|
866
958
|
export const RulesEngineRule: coreClient.CompositeMapper = {
|
|
@@ -872,22 +964,22 @@ export const RulesEngineRule: coreClient.CompositeMapper = {
|
|
|
872
964
|
serializedName: "name",
|
|
873
965
|
required: true,
|
|
874
966
|
type: {
|
|
875
|
-
name: "String"
|
|
876
|
-
}
|
|
967
|
+
name: "String",
|
|
968
|
+
},
|
|
877
969
|
},
|
|
878
970
|
priority: {
|
|
879
971
|
serializedName: "priority",
|
|
880
972
|
required: true,
|
|
881
973
|
type: {
|
|
882
|
-
name: "Number"
|
|
883
|
-
}
|
|
974
|
+
name: "Number",
|
|
975
|
+
},
|
|
884
976
|
},
|
|
885
977
|
action: {
|
|
886
978
|
serializedName: "action",
|
|
887
979
|
type: {
|
|
888
980
|
name: "Composite",
|
|
889
|
-
className: "RulesEngineAction"
|
|
890
|
-
}
|
|
981
|
+
className: "RulesEngineAction",
|
|
982
|
+
},
|
|
891
983
|
},
|
|
892
984
|
matchConditions: {
|
|
893
985
|
serializedName: "matchConditions",
|
|
@@ -896,19 +988,19 @@ export const RulesEngineRule: coreClient.CompositeMapper = {
|
|
|
896
988
|
element: {
|
|
897
989
|
type: {
|
|
898
990
|
name: "Composite",
|
|
899
|
-
className: "RulesEngineMatchCondition"
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
}
|
|
991
|
+
className: "RulesEngineMatchCondition",
|
|
992
|
+
},
|
|
993
|
+
},
|
|
994
|
+
},
|
|
903
995
|
},
|
|
904
996
|
matchProcessingBehavior: {
|
|
905
997
|
serializedName: "matchProcessingBehavior",
|
|
906
998
|
type: {
|
|
907
|
-
name: "String"
|
|
908
|
-
}
|
|
909
|
-
}
|
|
910
|
-
}
|
|
911
|
-
}
|
|
999
|
+
name: "String",
|
|
1000
|
+
},
|
|
1001
|
+
},
|
|
1002
|
+
},
|
|
1003
|
+
},
|
|
912
1004
|
};
|
|
913
1005
|
|
|
914
1006
|
export const RulesEngineAction: coreClient.CompositeMapper = {
|
|
@@ -923,10 +1015,10 @@ export const RulesEngineAction: coreClient.CompositeMapper = {
|
|
|
923
1015
|
element: {
|
|
924
1016
|
type: {
|
|
925
1017
|
name: "Composite",
|
|
926
|
-
className: "HeaderAction"
|
|
927
|
-
}
|
|
928
|
-
}
|
|
929
|
-
}
|
|
1018
|
+
className: "HeaderAction",
|
|
1019
|
+
},
|
|
1020
|
+
},
|
|
1021
|
+
},
|
|
930
1022
|
},
|
|
931
1023
|
responseHeaderActions: {
|
|
932
1024
|
serializedName: "responseHeaderActions",
|
|
@@ -935,20 +1027,20 @@ export const RulesEngineAction: coreClient.CompositeMapper = {
|
|
|
935
1027
|
element: {
|
|
936
1028
|
type: {
|
|
937
1029
|
name: "Composite",
|
|
938
|
-
className: "HeaderAction"
|
|
939
|
-
}
|
|
940
|
-
}
|
|
941
|
-
}
|
|
1030
|
+
className: "HeaderAction",
|
|
1031
|
+
},
|
|
1032
|
+
},
|
|
1033
|
+
},
|
|
942
1034
|
},
|
|
943
1035
|
routeConfigurationOverride: {
|
|
944
1036
|
serializedName: "routeConfigurationOverride",
|
|
945
1037
|
type: {
|
|
946
1038
|
name: "Composite",
|
|
947
|
-
className: "RouteConfiguration"
|
|
948
|
-
}
|
|
949
|
-
}
|
|
950
|
-
}
|
|
951
|
-
}
|
|
1039
|
+
className: "RouteConfiguration",
|
|
1040
|
+
},
|
|
1041
|
+
},
|
|
1042
|
+
},
|
|
1043
|
+
},
|
|
952
1044
|
};
|
|
953
1045
|
|
|
954
1046
|
export const HeaderAction: coreClient.CompositeMapper = {
|
|
@@ -960,24 +1052,24 @@ export const HeaderAction: coreClient.CompositeMapper = {
|
|
|
960
1052
|
serializedName: "headerActionType",
|
|
961
1053
|
required: true,
|
|
962
1054
|
type: {
|
|
963
|
-
name: "String"
|
|
964
|
-
}
|
|
1055
|
+
name: "String",
|
|
1056
|
+
},
|
|
965
1057
|
},
|
|
966
1058
|
headerName: {
|
|
967
1059
|
serializedName: "headerName",
|
|
968
1060
|
required: true,
|
|
969
1061
|
type: {
|
|
970
|
-
name: "String"
|
|
971
|
-
}
|
|
1062
|
+
name: "String",
|
|
1063
|
+
},
|
|
972
1064
|
},
|
|
973
1065
|
value: {
|
|
974
1066
|
serializedName: "value",
|
|
975
1067
|
type: {
|
|
976
|
-
name: "String"
|
|
977
|
-
}
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
}
|
|
1068
|
+
name: "String",
|
|
1069
|
+
},
|
|
1070
|
+
},
|
|
1071
|
+
},
|
|
1072
|
+
},
|
|
981
1073
|
};
|
|
982
1074
|
|
|
983
1075
|
export const RouteConfiguration: coreClient.CompositeMapper = {
|
|
@@ -987,18 +1079,18 @@ export const RouteConfiguration: coreClient.CompositeMapper = {
|
|
|
987
1079
|
uberParent: "RouteConfiguration",
|
|
988
1080
|
polymorphicDiscriminator: {
|
|
989
1081
|
serializedName: "@odata\\.type",
|
|
990
|
-
clientName: "odataType"
|
|
1082
|
+
clientName: "odataType",
|
|
991
1083
|
},
|
|
992
1084
|
modelProperties: {
|
|
993
1085
|
odataType: {
|
|
994
1086
|
serializedName: "@odata\\.type",
|
|
995
1087
|
required: true,
|
|
996
1088
|
type: {
|
|
997
|
-
name: "String"
|
|
998
|
-
}
|
|
999
|
-
}
|
|
1000
|
-
}
|
|
1001
|
-
}
|
|
1089
|
+
name: "String",
|
|
1090
|
+
},
|
|
1091
|
+
},
|
|
1092
|
+
},
|
|
1093
|
+
},
|
|
1002
1094
|
};
|
|
1003
1095
|
|
|
1004
1096
|
export const RulesEngineMatchCondition: coreClient.CompositeMapper = {
|
|
@@ -1010,27 +1102,27 @@ export const RulesEngineMatchCondition: coreClient.CompositeMapper = {
|
|
|
1010
1102
|
serializedName: "rulesEngineMatchVariable",
|
|
1011
1103
|
required: true,
|
|
1012
1104
|
type: {
|
|
1013
|
-
name: "String"
|
|
1014
|
-
}
|
|
1105
|
+
name: "String",
|
|
1106
|
+
},
|
|
1015
1107
|
},
|
|
1016
1108
|
selector: {
|
|
1017
1109
|
serializedName: "selector",
|
|
1018
1110
|
type: {
|
|
1019
|
-
name: "String"
|
|
1020
|
-
}
|
|
1111
|
+
name: "String",
|
|
1112
|
+
},
|
|
1021
1113
|
},
|
|
1022
1114
|
rulesEngineOperator: {
|
|
1023
1115
|
serializedName: "rulesEngineOperator",
|
|
1024
1116
|
required: true,
|
|
1025
1117
|
type: {
|
|
1026
|
-
name: "String"
|
|
1027
|
-
}
|
|
1118
|
+
name: "String",
|
|
1119
|
+
},
|
|
1028
1120
|
},
|
|
1029
1121
|
negateCondition: {
|
|
1030
1122
|
serializedName: "negateCondition",
|
|
1031
1123
|
type: {
|
|
1032
|
-
name: "Boolean"
|
|
1033
|
-
}
|
|
1124
|
+
name: "Boolean",
|
|
1125
|
+
},
|
|
1034
1126
|
},
|
|
1035
1127
|
rulesEngineMatchValue: {
|
|
1036
1128
|
serializedName: "rulesEngineMatchValue",
|
|
@@ -1039,10 +1131,10 @@ export const RulesEngineMatchCondition: coreClient.CompositeMapper = {
|
|
|
1039
1131
|
name: "Sequence",
|
|
1040
1132
|
element: {
|
|
1041
1133
|
type: {
|
|
1042
|
-
name: "String"
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
}
|
|
1134
|
+
name: "String",
|
|
1135
|
+
},
|
|
1136
|
+
},
|
|
1137
|
+
},
|
|
1046
1138
|
},
|
|
1047
1139
|
transforms: {
|
|
1048
1140
|
serializedName: "transforms",
|
|
@@ -1050,13 +1142,13 @@ export const RulesEngineMatchCondition: coreClient.CompositeMapper = {
|
|
|
1050
1142
|
name: "Sequence",
|
|
1051
1143
|
element: {
|
|
1052
1144
|
type: {
|
|
1053
|
-
name: "String"
|
|
1054
|
-
}
|
|
1055
|
-
}
|
|
1056
|
-
}
|
|
1057
|
-
}
|
|
1058
|
-
}
|
|
1059
|
-
}
|
|
1145
|
+
name: "String",
|
|
1146
|
+
},
|
|
1147
|
+
},
|
|
1148
|
+
},
|
|
1149
|
+
},
|
|
1150
|
+
},
|
|
1151
|
+
},
|
|
1060
1152
|
};
|
|
1061
1153
|
|
|
1062
1154
|
export const FrontDoorUpdateParameters: coreClient.CompositeMapper = {
|
|
@@ -1067,8 +1159,8 @@ export const FrontDoorUpdateParameters: coreClient.CompositeMapper = {
|
|
|
1067
1159
|
friendlyName: {
|
|
1068
1160
|
serializedName: "friendlyName",
|
|
1069
1161
|
type: {
|
|
1070
|
-
name: "String"
|
|
1071
|
-
}
|
|
1162
|
+
name: "String",
|
|
1163
|
+
},
|
|
1072
1164
|
},
|
|
1073
1165
|
routingRules: {
|
|
1074
1166
|
serializedName: "routingRules",
|
|
@@ -1077,10 +1169,10 @@ export const FrontDoorUpdateParameters: coreClient.CompositeMapper = {
|
|
|
1077
1169
|
element: {
|
|
1078
1170
|
type: {
|
|
1079
1171
|
name: "Composite",
|
|
1080
|
-
className: "RoutingRule"
|
|
1081
|
-
}
|
|
1082
|
-
}
|
|
1083
|
-
}
|
|
1172
|
+
className: "RoutingRule",
|
|
1173
|
+
},
|
|
1174
|
+
},
|
|
1175
|
+
},
|
|
1084
1176
|
},
|
|
1085
1177
|
loadBalancingSettings: {
|
|
1086
1178
|
serializedName: "loadBalancingSettings",
|
|
@@ -1089,10 +1181,10 @@ export const FrontDoorUpdateParameters: coreClient.CompositeMapper = {
|
|
|
1089
1181
|
element: {
|
|
1090
1182
|
type: {
|
|
1091
1183
|
name: "Composite",
|
|
1092
|
-
className: "LoadBalancingSettingsModel"
|
|
1093
|
-
}
|
|
1094
|
-
}
|
|
1095
|
-
}
|
|
1184
|
+
className: "LoadBalancingSettingsModel",
|
|
1185
|
+
},
|
|
1186
|
+
},
|
|
1187
|
+
},
|
|
1096
1188
|
},
|
|
1097
1189
|
healthProbeSettings: {
|
|
1098
1190
|
serializedName: "healthProbeSettings",
|
|
@@ -1101,10 +1193,10 @@ export const FrontDoorUpdateParameters: coreClient.CompositeMapper = {
|
|
|
1101
1193
|
element: {
|
|
1102
1194
|
type: {
|
|
1103
1195
|
name: "Composite",
|
|
1104
|
-
className: "HealthProbeSettingsModel"
|
|
1105
|
-
}
|
|
1106
|
-
}
|
|
1107
|
-
}
|
|
1196
|
+
className: "HealthProbeSettingsModel",
|
|
1197
|
+
},
|
|
1198
|
+
},
|
|
1199
|
+
},
|
|
1108
1200
|
},
|
|
1109
1201
|
backendPools: {
|
|
1110
1202
|
serializedName: "backendPools",
|
|
@@ -1113,10 +1205,10 @@ export const FrontDoorUpdateParameters: coreClient.CompositeMapper = {
|
|
|
1113
1205
|
element: {
|
|
1114
1206
|
type: {
|
|
1115
1207
|
name: "Composite",
|
|
1116
|
-
className: "BackendPool"
|
|
1117
|
-
}
|
|
1118
|
-
}
|
|
1119
|
-
}
|
|
1208
|
+
className: "BackendPool",
|
|
1209
|
+
},
|
|
1210
|
+
},
|
|
1211
|
+
},
|
|
1120
1212
|
},
|
|
1121
1213
|
frontendEndpoints: {
|
|
1122
1214
|
serializedName: "frontendEndpoints",
|
|
@@ -1125,26 +1217,26 @@ export const FrontDoorUpdateParameters: coreClient.CompositeMapper = {
|
|
|
1125
1217
|
element: {
|
|
1126
1218
|
type: {
|
|
1127
1219
|
name: "Composite",
|
|
1128
|
-
className: "FrontendEndpoint"
|
|
1129
|
-
}
|
|
1130
|
-
}
|
|
1131
|
-
}
|
|
1220
|
+
className: "FrontendEndpoint",
|
|
1221
|
+
},
|
|
1222
|
+
},
|
|
1223
|
+
},
|
|
1132
1224
|
},
|
|
1133
1225
|
backendPoolsSettings: {
|
|
1134
1226
|
serializedName: "backendPoolsSettings",
|
|
1135
1227
|
type: {
|
|
1136
1228
|
name: "Composite",
|
|
1137
|
-
className: "BackendPoolsSettings"
|
|
1138
|
-
}
|
|
1229
|
+
className: "BackendPoolsSettings",
|
|
1230
|
+
},
|
|
1139
1231
|
},
|
|
1140
1232
|
enabledState: {
|
|
1141
1233
|
serializedName: "enabledState",
|
|
1142
1234
|
type: {
|
|
1143
|
-
name: "String"
|
|
1144
|
-
}
|
|
1145
|
-
}
|
|
1146
|
-
}
|
|
1147
|
-
}
|
|
1235
|
+
name: "String",
|
|
1236
|
+
},
|
|
1237
|
+
},
|
|
1238
|
+
},
|
|
1239
|
+
},
|
|
1148
1240
|
};
|
|
1149
1241
|
|
|
1150
1242
|
export const RoutingRuleUpdateParameters: coreClient.CompositeMapper = {
|
|
@@ -1159,10 +1251,10 @@ export const RoutingRuleUpdateParameters: coreClient.CompositeMapper = {
|
|
|
1159
1251
|
element: {
|
|
1160
1252
|
type: {
|
|
1161
1253
|
name: "Composite",
|
|
1162
|
-
className: "SubResource"
|
|
1163
|
-
}
|
|
1164
|
-
}
|
|
1165
|
-
}
|
|
1254
|
+
className: "SubResource",
|
|
1255
|
+
},
|
|
1256
|
+
},
|
|
1257
|
+
},
|
|
1166
1258
|
},
|
|
1167
1259
|
acceptedProtocols: {
|
|
1168
1260
|
serializedName: "acceptedProtocols",
|
|
@@ -1170,10 +1262,10 @@ export const RoutingRuleUpdateParameters: coreClient.CompositeMapper = {
|
|
|
1170
1262
|
name: "Sequence",
|
|
1171
1263
|
element: {
|
|
1172
1264
|
type: {
|
|
1173
|
-
name: "String"
|
|
1174
|
-
}
|
|
1175
|
-
}
|
|
1176
|
-
}
|
|
1265
|
+
name: "String",
|
|
1266
|
+
},
|
|
1267
|
+
},
|
|
1268
|
+
},
|
|
1177
1269
|
},
|
|
1178
1270
|
patternsToMatch: {
|
|
1179
1271
|
serializedName: "patternsToMatch",
|
|
@@ -1181,41 +1273,41 @@ export const RoutingRuleUpdateParameters: coreClient.CompositeMapper = {
|
|
|
1181
1273
|
name: "Sequence",
|
|
1182
1274
|
element: {
|
|
1183
1275
|
type: {
|
|
1184
|
-
name: "String"
|
|
1185
|
-
}
|
|
1186
|
-
}
|
|
1187
|
-
}
|
|
1276
|
+
name: "String",
|
|
1277
|
+
},
|
|
1278
|
+
},
|
|
1279
|
+
},
|
|
1188
1280
|
},
|
|
1189
1281
|
enabledState: {
|
|
1190
1282
|
serializedName: "enabledState",
|
|
1191
1283
|
type: {
|
|
1192
|
-
name: "String"
|
|
1193
|
-
}
|
|
1284
|
+
name: "String",
|
|
1285
|
+
},
|
|
1194
1286
|
},
|
|
1195
1287
|
routeConfiguration: {
|
|
1196
1288
|
serializedName: "routeConfiguration",
|
|
1197
1289
|
type: {
|
|
1198
1290
|
name: "Composite",
|
|
1199
|
-
className: "RouteConfiguration"
|
|
1200
|
-
}
|
|
1291
|
+
className: "RouteConfiguration",
|
|
1292
|
+
},
|
|
1201
1293
|
},
|
|
1202
1294
|
rulesEngine: {
|
|
1203
1295
|
serializedName: "rulesEngine",
|
|
1204
1296
|
type: {
|
|
1205
1297
|
name: "Composite",
|
|
1206
|
-
className: "SubResource"
|
|
1207
|
-
}
|
|
1298
|
+
className: "SubResource",
|
|
1299
|
+
},
|
|
1208
1300
|
},
|
|
1209
1301
|
webApplicationFirewallPolicyLink: {
|
|
1210
1302
|
serializedName: "webApplicationFirewallPolicyLink",
|
|
1211
1303
|
type: {
|
|
1212
1304
|
name: "Composite",
|
|
1213
1305
|
className:
|
|
1214
|
-
"RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink"
|
|
1215
|
-
}
|
|
1216
|
-
}
|
|
1217
|
-
}
|
|
1218
|
-
}
|
|
1306
|
+
"RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink",
|
|
1307
|
+
},
|
|
1308
|
+
},
|
|
1309
|
+
},
|
|
1310
|
+
},
|
|
1219
1311
|
};
|
|
1220
1312
|
|
|
1221
1313
|
export const SubResource: coreClient.CompositeMapper = {
|
|
@@ -1226,54 +1318,56 @@ export const SubResource: coreClient.CompositeMapper = {
|
|
|
1226
1318
|
id: {
|
|
1227
1319
|
serializedName: "id",
|
|
1228
1320
|
type: {
|
|
1229
|
-
name: "String"
|
|
1230
|
-
}
|
|
1231
|
-
}
|
|
1232
|
-
}
|
|
1233
|
-
}
|
|
1234
|
-
};
|
|
1235
|
-
|
|
1236
|
-
export const RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink: coreClient.CompositeMapper = {
|
|
1237
|
-
type: {
|
|
1238
|
-
name: "Composite",
|
|
1239
|
-
className: "RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink",
|
|
1240
|
-
modelProperties: {
|
|
1241
|
-
id: {
|
|
1242
|
-
serializedName: "id",
|
|
1243
|
-
type: {
|
|
1244
|
-
name: "String"
|
|
1245
|
-
}
|
|
1246
|
-
}
|
|
1247
|
-
}
|
|
1248
|
-
}
|
|
1249
|
-
};
|
|
1250
|
-
|
|
1251
|
-
export const LoadBalancingSettingsUpdateParameters: coreClient.CompositeMapper = {
|
|
1252
|
-
type: {
|
|
1253
|
-
name: "Composite",
|
|
1254
|
-
className: "LoadBalancingSettingsUpdateParameters",
|
|
1255
|
-
modelProperties: {
|
|
1256
|
-
sampleSize: {
|
|
1257
|
-
serializedName: "sampleSize",
|
|
1258
|
-
type: {
|
|
1259
|
-
name: "Number"
|
|
1260
|
-
}
|
|
1321
|
+
name: "String",
|
|
1322
|
+
},
|
|
1261
1323
|
},
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1324
|
+
},
|
|
1325
|
+
},
|
|
1326
|
+
};
|
|
1327
|
+
|
|
1328
|
+
export const RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink: coreClient.CompositeMapper =
|
|
1329
|
+
{
|
|
1330
|
+
type: {
|
|
1331
|
+
name: "Composite",
|
|
1332
|
+
className: "RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink",
|
|
1333
|
+
modelProperties: {
|
|
1334
|
+
id: {
|
|
1335
|
+
serializedName: "id",
|
|
1336
|
+
type: {
|
|
1337
|
+
name: "String",
|
|
1338
|
+
},
|
|
1339
|
+
},
|
|
1267
1340
|
},
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1341
|
+
},
|
|
1342
|
+
};
|
|
1343
|
+
|
|
1344
|
+
export const LoadBalancingSettingsUpdateParameters: coreClient.CompositeMapper =
|
|
1345
|
+
{
|
|
1346
|
+
type: {
|
|
1347
|
+
name: "Composite",
|
|
1348
|
+
className: "LoadBalancingSettingsUpdateParameters",
|
|
1349
|
+
modelProperties: {
|
|
1350
|
+
sampleSize: {
|
|
1351
|
+
serializedName: "sampleSize",
|
|
1352
|
+
type: {
|
|
1353
|
+
name: "Number",
|
|
1354
|
+
},
|
|
1355
|
+
},
|
|
1356
|
+
successfulSamplesRequired: {
|
|
1357
|
+
serializedName: "successfulSamplesRequired",
|
|
1358
|
+
type: {
|
|
1359
|
+
name: "Number",
|
|
1360
|
+
},
|
|
1361
|
+
},
|
|
1362
|
+
additionalLatencyMilliseconds: {
|
|
1363
|
+
serializedName: "additionalLatencyMilliseconds",
|
|
1364
|
+
type: {
|
|
1365
|
+
name: "Number",
|
|
1366
|
+
},
|
|
1367
|
+
},
|
|
1368
|
+
},
|
|
1369
|
+
},
|
|
1370
|
+
};
|
|
1277
1371
|
|
|
1278
1372
|
export const HealthProbeSettingsUpdateParameters: coreClient.CompositeMapper = {
|
|
1279
1373
|
type: {
|
|
@@ -1283,36 +1377,36 @@ export const HealthProbeSettingsUpdateParameters: coreClient.CompositeMapper = {
|
|
|
1283
1377
|
path: {
|
|
1284
1378
|
serializedName: "path",
|
|
1285
1379
|
type: {
|
|
1286
|
-
name: "String"
|
|
1287
|
-
}
|
|
1380
|
+
name: "String",
|
|
1381
|
+
},
|
|
1288
1382
|
},
|
|
1289
1383
|
protocol: {
|
|
1290
1384
|
serializedName: "protocol",
|
|
1291
1385
|
type: {
|
|
1292
|
-
name: "String"
|
|
1293
|
-
}
|
|
1386
|
+
name: "String",
|
|
1387
|
+
},
|
|
1294
1388
|
},
|
|
1295
1389
|
intervalInSeconds: {
|
|
1296
1390
|
serializedName: "intervalInSeconds",
|
|
1297
1391
|
type: {
|
|
1298
|
-
name: "Number"
|
|
1299
|
-
}
|
|
1392
|
+
name: "Number",
|
|
1393
|
+
},
|
|
1300
1394
|
},
|
|
1301
1395
|
healthProbeMethod: {
|
|
1302
1396
|
defaultValue: "HEAD",
|
|
1303
1397
|
serializedName: "healthProbeMethod",
|
|
1304
1398
|
type: {
|
|
1305
|
-
name: "String"
|
|
1306
|
-
}
|
|
1399
|
+
name: "String",
|
|
1400
|
+
},
|
|
1307
1401
|
},
|
|
1308
1402
|
enabledState: {
|
|
1309
1403
|
serializedName: "enabledState",
|
|
1310
1404
|
type: {
|
|
1311
|
-
name: "String"
|
|
1312
|
-
}
|
|
1313
|
-
}
|
|
1314
|
-
}
|
|
1315
|
-
}
|
|
1405
|
+
name: "String",
|
|
1406
|
+
},
|
|
1407
|
+
},
|
|
1408
|
+
},
|
|
1409
|
+
},
|
|
1316
1410
|
};
|
|
1317
1411
|
|
|
1318
1412
|
export const BackendPoolUpdateParameters: coreClient.CompositeMapper = {
|
|
@@ -1327,27 +1421,27 @@ export const BackendPoolUpdateParameters: coreClient.CompositeMapper = {
|
|
|
1327
1421
|
element: {
|
|
1328
1422
|
type: {
|
|
1329
1423
|
name: "Composite",
|
|
1330
|
-
className: "Backend"
|
|
1331
|
-
}
|
|
1332
|
-
}
|
|
1333
|
-
}
|
|
1424
|
+
className: "Backend",
|
|
1425
|
+
},
|
|
1426
|
+
},
|
|
1427
|
+
},
|
|
1334
1428
|
},
|
|
1335
1429
|
loadBalancingSettings: {
|
|
1336
1430
|
serializedName: "loadBalancingSettings",
|
|
1337
1431
|
type: {
|
|
1338
1432
|
name: "Composite",
|
|
1339
|
-
className: "SubResource"
|
|
1340
|
-
}
|
|
1433
|
+
className: "SubResource",
|
|
1434
|
+
},
|
|
1341
1435
|
},
|
|
1342
1436
|
healthProbeSettings: {
|
|
1343
1437
|
serializedName: "healthProbeSettings",
|
|
1344
1438
|
type: {
|
|
1345
1439
|
name: "Composite",
|
|
1346
|
-
className: "SubResource"
|
|
1347
|
-
}
|
|
1348
|
-
}
|
|
1349
|
-
}
|
|
1350
|
-
}
|
|
1440
|
+
className: "SubResource",
|
|
1441
|
+
},
|
|
1442
|
+
},
|
|
1443
|
+
},
|
|
1444
|
+
},
|
|
1351
1445
|
};
|
|
1352
1446
|
|
|
1353
1447
|
export const Backend: coreClient.CompositeMapper = {
|
|
@@ -1358,94 +1452,94 @@ export const Backend: coreClient.CompositeMapper = {
|
|
|
1358
1452
|
address: {
|
|
1359
1453
|
serializedName: "address",
|
|
1360
1454
|
type: {
|
|
1361
|
-
name: "String"
|
|
1362
|
-
}
|
|
1455
|
+
name: "String",
|
|
1456
|
+
},
|
|
1363
1457
|
},
|
|
1364
1458
|
privateLinkAlias: {
|
|
1365
1459
|
serializedName: "privateLinkAlias",
|
|
1366
1460
|
type: {
|
|
1367
|
-
name: "String"
|
|
1368
|
-
}
|
|
1461
|
+
name: "String",
|
|
1462
|
+
},
|
|
1369
1463
|
},
|
|
1370
1464
|
privateLinkResourceId: {
|
|
1371
1465
|
serializedName: "privateLinkResourceId",
|
|
1372
1466
|
type: {
|
|
1373
|
-
name: "String"
|
|
1374
|
-
}
|
|
1467
|
+
name: "String",
|
|
1468
|
+
},
|
|
1375
1469
|
},
|
|
1376
1470
|
privateLinkLocation: {
|
|
1377
1471
|
serializedName: "privateLinkLocation",
|
|
1378
1472
|
type: {
|
|
1379
|
-
name: "String"
|
|
1380
|
-
}
|
|
1473
|
+
name: "String",
|
|
1474
|
+
},
|
|
1381
1475
|
},
|
|
1382
1476
|
privateEndpointStatus: {
|
|
1383
1477
|
serializedName: "privateEndpointStatus",
|
|
1384
1478
|
readOnly: true,
|
|
1385
1479
|
type: {
|
|
1386
|
-
name: "String"
|
|
1387
|
-
}
|
|
1480
|
+
name: "String",
|
|
1481
|
+
},
|
|
1388
1482
|
},
|
|
1389
1483
|
privateLinkApprovalMessage: {
|
|
1390
1484
|
serializedName: "privateLinkApprovalMessage",
|
|
1391
1485
|
type: {
|
|
1392
|
-
name: "String"
|
|
1393
|
-
}
|
|
1486
|
+
name: "String",
|
|
1487
|
+
},
|
|
1394
1488
|
},
|
|
1395
1489
|
httpPort: {
|
|
1396
1490
|
constraints: {
|
|
1397
1491
|
InclusiveMaximum: 65535,
|
|
1398
|
-
InclusiveMinimum: 1
|
|
1492
|
+
InclusiveMinimum: 1,
|
|
1399
1493
|
},
|
|
1400
1494
|
serializedName: "httpPort",
|
|
1401
1495
|
type: {
|
|
1402
|
-
name: "Number"
|
|
1403
|
-
}
|
|
1496
|
+
name: "Number",
|
|
1497
|
+
},
|
|
1404
1498
|
},
|
|
1405
1499
|
httpsPort: {
|
|
1406
1500
|
constraints: {
|
|
1407
1501
|
InclusiveMaximum: 65535,
|
|
1408
|
-
InclusiveMinimum: 1
|
|
1502
|
+
InclusiveMinimum: 1,
|
|
1409
1503
|
},
|
|
1410
1504
|
serializedName: "httpsPort",
|
|
1411
1505
|
type: {
|
|
1412
|
-
name: "Number"
|
|
1413
|
-
}
|
|
1506
|
+
name: "Number",
|
|
1507
|
+
},
|
|
1414
1508
|
},
|
|
1415
1509
|
enabledState: {
|
|
1416
1510
|
serializedName: "enabledState",
|
|
1417
1511
|
type: {
|
|
1418
|
-
name: "String"
|
|
1419
|
-
}
|
|
1512
|
+
name: "String",
|
|
1513
|
+
},
|
|
1420
1514
|
},
|
|
1421
1515
|
priority: {
|
|
1422
1516
|
constraints: {
|
|
1423
1517
|
InclusiveMaximum: 5,
|
|
1424
|
-
InclusiveMinimum: 1
|
|
1518
|
+
InclusiveMinimum: 1,
|
|
1425
1519
|
},
|
|
1426
1520
|
serializedName: "priority",
|
|
1427
1521
|
type: {
|
|
1428
|
-
name: "Number"
|
|
1429
|
-
}
|
|
1522
|
+
name: "Number",
|
|
1523
|
+
},
|
|
1430
1524
|
},
|
|
1431
1525
|
weight: {
|
|
1432
1526
|
constraints: {
|
|
1433
1527
|
InclusiveMaximum: 1000,
|
|
1434
|
-
InclusiveMinimum: 1
|
|
1528
|
+
InclusiveMinimum: 1,
|
|
1435
1529
|
},
|
|
1436
1530
|
serializedName: "weight",
|
|
1437
1531
|
type: {
|
|
1438
|
-
name: "Number"
|
|
1439
|
-
}
|
|
1532
|
+
name: "Number",
|
|
1533
|
+
},
|
|
1440
1534
|
},
|
|
1441
1535
|
backendHostHeader: {
|
|
1442
1536
|
serializedName: "backendHostHeader",
|
|
1443
1537
|
type: {
|
|
1444
|
-
name: "String"
|
|
1445
|
-
}
|
|
1446
|
-
}
|
|
1447
|
-
}
|
|
1448
|
-
}
|
|
1538
|
+
name: "String",
|
|
1539
|
+
},
|
|
1540
|
+
},
|
|
1541
|
+
},
|
|
1542
|
+
},
|
|
1449
1543
|
};
|
|
1450
1544
|
|
|
1451
1545
|
export const CustomHttpsConfiguration: coreClient.CompositeMapper = {
|
|
@@ -1457,66 +1551,67 @@ export const CustomHttpsConfiguration: coreClient.CompositeMapper = {
|
|
|
1457
1551
|
serializedName: "certificateSource",
|
|
1458
1552
|
required: true,
|
|
1459
1553
|
type: {
|
|
1460
|
-
name: "String"
|
|
1461
|
-
}
|
|
1554
|
+
name: "String",
|
|
1555
|
+
},
|
|
1462
1556
|
},
|
|
1463
1557
|
protocolType: {
|
|
1464
1558
|
serializedName: "protocolType",
|
|
1465
1559
|
required: true,
|
|
1466
1560
|
type: {
|
|
1467
|
-
name: "String"
|
|
1468
|
-
}
|
|
1561
|
+
name: "String",
|
|
1562
|
+
},
|
|
1469
1563
|
},
|
|
1470
1564
|
minimumTlsVersion: {
|
|
1471
1565
|
serializedName: "minimumTlsVersion",
|
|
1472
1566
|
required: true,
|
|
1473
1567
|
type: {
|
|
1474
|
-
name: "String"
|
|
1475
|
-
}
|
|
1568
|
+
name: "String",
|
|
1569
|
+
},
|
|
1476
1570
|
},
|
|
1477
1571
|
certificateType: {
|
|
1478
1572
|
serializedName: "frontDoorCertificateSourceParameters.certificateType",
|
|
1479
1573
|
type: {
|
|
1480
|
-
name: "String"
|
|
1481
|
-
}
|
|
1574
|
+
name: "String",
|
|
1575
|
+
},
|
|
1482
1576
|
},
|
|
1483
1577
|
vault: {
|
|
1484
1578
|
serializedName: "keyVaultCertificateSourceParameters.vault",
|
|
1485
1579
|
type: {
|
|
1486
1580
|
name: "Composite",
|
|
1487
|
-
className: "KeyVaultCertificateSourceParametersVault"
|
|
1488
|
-
}
|
|
1581
|
+
className: "KeyVaultCertificateSourceParametersVault",
|
|
1582
|
+
},
|
|
1489
1583
|
},
|
|
1490
1584
|
secretName: {
|
|
1491
1585
|
serializedName: "keyVaultCertificateSourceParameters.secretName",
|
|
1492
1586
|
type: {
|
|
1493
|
-
name: "String"
|
|
1494
|
-
}
|
|
1587
|
+
name: "String",
|
|
1588
|
+
},
|
|
1495
1589
|
},
|
|
1496
1590
|
secretVersion: {
|
|
1497
1591
|
serializedName: "keyVaultCertificateSourceParameters.secretVersion",
|
|
1498
1592
|
type: {
|
|
1499
|
-
name: "String"
|
|
1500
|
-
}
|
|
1501
|
-
}
|
|
1502
|
-
}
|
|
1503
|
-
}
|
|
1504
|
-
};
|
|
1505
|
-
|
|
1506
|
-
export const KeyVaultCertificateSourceParametersVault: coreClient.CompositeMapper =
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
}
|
|
1593
|
+
name: "String",
|
|
1594
|
+
},
|
|
1595
|
+
},
|
|
1596
|
+
},
|
|
1597
|
+
},
|
|
1598
|
+
};
|
|
1599
|
+
|
|
1600
|
+
export const KeyVaultCertificateSourceParametersVault: coreClient.CompositeMapper =
|
|
1601
|
+
{
|
|
1602
|
+
type: {
|
|
1603
|
+
name: "Composite",
|
|
1604
|
+
className: "KeyVaultCertificateSourceParametersVault",
|
|
1605
|
+
modelProperties: {
|
|
1606
|
+
id: {
|
|
1607
|
+
serializedName: "id",
|
|
1608
|
+
type: {
|
|
1609
|
+
name: "String",
|
|
1610
|
+
},
|
|
1611
|
+
},
|
|
1612
|
+
},
|
|
1613
|
+
},
|
|
1614
|
+
};
|
|
1520
1615
|
|
|
1521
1616
|
export const FrontendEndpointUpdateParameters: coreClient.CompositeMapper = {
|
|
1522
1617
|
type: {
|
|
@@ -1526,48 +1621,49 @@ export const FrontendEndpointUpdateParameters: coreClient.CompositeMapper = {
|
|
|
1526
1621
|
hostName: {
|
|
1527
1622
|
serializedName: "hostName",
|
|
1528
1623
|
type: {
|
|
1529
|
-
name: "String"
|
|
1530
|
-
}
|
|
1624
|
+
name: "String",
|
|
1625
|
+
},
|
|
1531
1626
|
},
|
|
1532
1627
|
sessionAffinityEnabledState: {
|
|
1533
1628
|
serializedName: "sessionAffinityEnabledState",
|
|
1534
1629
|
type: {
|
|
1535
|
-
name: "String"
|
|
1536
|
-
}
|
|
1630
|
+
name: "String",
|
|
1631
|
+
},
|
|
1537
1632
|
},
|
|
1538
1633
|
sessionAffinityTtlSeconds: {
|
|
1539
1634
|
serializedName: "sessionAffinityTtlSeconds",
|
|
1540
1635
|
type: {
|
|
1541
|
-
name: "Number"
|
|
1542
|
-
}
|
|
1636
|
+
name: "Number",
|
|
1637
|
+
},
|
|
1543
1638
|
},
|
|
1544
1639
|
webApplicationFirewallPolicyLink: {
|
|
1545
1640
|
serializedName: "webApplicationFirewallPolicyLink",
|
|
1546
1641
|
type: {
|
|
1547
1642
|
name: "Composite",
|
|
1548
1643
|
className:
|
|
1549
|
-
"FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink"
|
|
1550
|
-
}
|
|
1551
|
-
}
|
|
1552
|
-
}
|
|
1553
|
-
}
|
|
1554
|
-
};
|
|
1555
|
-
|
|
1556
|
-
export const FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink: coreClient.CompositeMapper =
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
}
|
|
1644
|
+
"FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink",
|
|
1645
|
+
},
|
|
1646
|
+
},
|
|
1647
|
+
},
|
|
1648
|
+
},
|
|
1649
|
+
};
|
|
1650
|
+
|
|
1651
|
+
export const FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink: coreClient.CompositeMapper =
|
|
1652
|
+
{
|
|
1653
|
+
type: {
|
|
1654
|
+
name: "Composite",
|
|
1655
|
+
className:
|
|
1656
|
+
"FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink",
|
|
1657
|
+
modelProperties: {
|
|
1658
|
+
id: {
|
|
1659
|
+
serializedName: "id",
|
|
1660
|
+
type: {
|
|
1661
|
+
name: "String",
|
|
1662
|
+
},
|
|
1663
|
+
},
|
|
1664
|
+
},
|
|
1665
|
+
},
|
|
1666
|
+
};
|
|
1571
1667
|
|
|
1572
1668
|
export const BackendPoolsSettings: coreClient.CompositeMapper = {
|
|
1573
1669
|
type: {
|
|
@@ -1578,20 +1674,20 @@ export const BackendPoolsSettings: coreClient.CompositeMapper = {
|
|
|
1578
1674
|
defaultValue: "Enabled",
|
|
1579
1675
|
serializedName: "enforceCertificateNameCheck",
|
|
1580
1676
|
type: {
|
|
1581
|
-
name: "String"
|
|
1582
|
-
}
|
|
1677
|
+
name: "String",
|
|
1678
|
+
},
|
|
1583
1679
|
},
|
|
1584
1680
|
sendRecvTimeoutSeconds: {
|
|
1585
1681
|
constraints: {
|
|
1586
|
-
InclusiveMinimum: 16
|
|
1682
|
+
InclusiveMinimum: 16,
|
|
1587
1683
|
},
|
|
1588
1684
|
serializedName: "sendRecvTimeoutSeconds",
|
|
1589
1685
|
type: {
|
|
1590
|
-
name: "Number"
|
|
1591
|
-
}
|
|
1592
|
-
}
|
|
1593
|
-
}
|
|
1594
|
-
}
|
|
1686
|
+
name: "Number",
|
|
1687
|
+
},
|
|
1688
|
+
},
|
|
1689
|
+
},
|
|
1690
|
+
},
|
|
1595
1691
|
};
|
|
1596
1692
|
|
|
1597
1693
|
export const FrontendEndpointsListResult: coreClient.CompositeMapper = {
|
|
@@ -1607,19 +1703,19 @@ export const FrontendEndpointsListResult: coreClient.CompositeMapper = {
|
|
|
1607
1703
|
element: {
|
|
1608
1704
|
type: {
|
|
1609
1705
|
name: "Composite",
|
|
1610
|
-
className: "FrontendEndpoint"
|
|
1611
|
-
}
|
|
1612
|
-
}
|
|
1613
|
-
}
|
|
1706
|
+
className: "FrontendEndpoint",
|
|
1707
|
+
},
|
|
1708
|
+
},
|
|
1709
|
+
},
|
|
1614
1710
|
},
|
|
1615
1711
|
nextLink: {
|
|
1616
1712
|
serializedName: "nextLink",
|
|
1617
1713
|
type: {
|
|
1618
|
-
name: "String"
|
|
1619
|
-
}
|
|
1620
|
-
}
|
|
1621
|
-
}
|
|
1622
|
-
}
|
|
1714
|
+
name: "String",
|
|
1715
|
+
},
|
|
1716
|
+
},
|
|
1717
|
+
},
|
|
1718
|
+
},
|
|
1623
1719
|
};
|
|
1624
1720
|
|
|
1625
1721
|
export const PurgeParameters: coreClient.CompositeMapper = {
|
|
@@ -1634,13 +1730,13 @@ export const PurgeParameters: coreClient.CompositeMapper = {
|
|
|
1634
1730
|
name: "Sequence",
|
|
1635
1731
|
element: {
|
|
1636
1732
|
type: {
|
|
1637
|
-
name: "String"
|
|
1638
|
-
}
|
|
1639
|
-
}
|
|
1640
|
-
}
|
|
1641
|
-
}
|
|
1642
|
-
}
|
|
1643
|
-
}
|
|
1733
|
+
name: "String",
|
|
1734
|
+
},
|
|
1735
|
+
},
|
|
1736
|
+
},
|
|
1737
|
+
},
|
|
1738
|
+
},
|
|
1739
|
+
},
|
|
1644
1740
|
};
|
|
1645
1741
|
|
|
1646
1742
|
export const ValidateCustomDomainInput: coreClient.CompositeMapper = {
|
|
@@ -1652,11 +1748,11 @@ export const ValidateCustomDomainInput: coreClient.CompositeMapper = {
|
|
|
1652
1748
|
serializedName: "hostName",
|
|
1653
1749
|
required: true,
|
|
1654
1750
|
type: {
|
|
1655
|
-
name: "String"
|
|
1656
|
-
}
|
|
1657
|
-
}
|
|
1658
|
-
}
|
|
1659
|
-
}
|
|
1751
|
+
name: "String",
|
|
1752
|
+
},
|
|
1753
|
+
},
|
|
1754
|
+
},
|
|
1755
|
+
},
|
|
1660
1756
|
};
|
|
1661
1757
|
|
|
1662
1758
|
export const ValidateCustomDomainOutput: coreClient.CompositeMapper = {
|
|
@@ -1668,25 +1764,25 @@ export const ValidateCustomDomainOutput: coreClient.CompositeMapper = {
|
|
|
1668
1764
|
serializedName: "customDomainValidated",
|
|
1669
1765
|
readOnly: true,
|
|
1670
1766
|
type: {
|
|
1671
|
-
name: "Boolean"
|
|
1672
|
-
}
|
|
1767
|
+
name: "Boolean",
|
|
1768
|
+
},
|
|
1673
1769
|
},
|
|
1674
1770
|
reason: {
|
|
1675
1771
|
serializedName: "reason",
|
|
1676
1772
|
readOnly: true,
|
|
1677
1773
|
type: {
|
|
1678
|
-
name: "String"
|
|
1679
|
-
}
|
|
1774
|
+
name: "String",
|
|
1775
|
+
},
|
|
1680
1776
|
},
|
|
1681
1777
|
message: {
|
|
1682
1778
|
serializedName: "message",
|
|
1683
1779
|
readOnly: true,
|
|
1684
1780
|
type: {
|
|
1685
|
-
name: "String"
|
|
1686
|
-
}
|
|
1687
|
-
}
|
|
1688
|
-
}
|
|
1689
|
-
}
|
|
1781
|
+
name: "String",
|
|
1782
|
+
},
|
|
1783
|
+
},
|
|
1784
|
+
},
|
|
1785
|
+
},
|
|
1690
1786
|
};
|
|
1691
1787
|
|
|
1692
1788
|
export const RulesEngineListResult: coreClient.CompositeMapper = {
|
|
@@ -1702,19 +1798,19 @@ export const RulesEngineListResult: coreClient.CompositeMapper = {
|
|
|
1702
1798
|
element: {
|
|
1703
1799
|
type: {
|
|
1704
1800
|
name: "Composite",
|
|
1705
|
-
className: "RulesEngine"
|
|
1706
|
-
}
|
|
1707
|
-
}
|
|
1708
|
-
}
|
|
1801
|
+
className: "RulesEngine",
|
|
1802
|
+
},
|
|
1803
|
+
},
|
|
1804
|
+
},
|
|
1709
1805
|
},
|
|
1710
1806
|
nextLink: {
|
|
1711
1807
|
serializedName: "nextLink",
|
|
1712
1808
|
type: {
|
|
1713
|
-
name: "String"
|
|
1714
|
-
}
|
|
1715
|
-
}
|
|
1716
|
-
}
|
|
1717
|
-
}
|
|
1809
|
+
name: "String",
|
|
1810
|
+
},
|
|
1811
|
+
},
|
|
1812
|
+
},
|
|
1813
|
+
},
|
|
1718
1814
|
};
|
|
1719
1815
|
|
|
1720
1816
|
export const ProfileList: coreClient.CompositeMapper = {
|
|
@@ -1730,19 +1826,19 @@ export const ProfileList: coreClient.CompositeMapper = {
|
|
|
1730
1826
|
element: {
|
|
1731
1827
|
type: {
|
|
1732
1828
|
name: "Composite",
|
|
1733
|
-
className: "Profile"
|
|
1734
|
-
}
|
|
1735
|
-
}
|
|
1736
|
-
}
|
|
1829
|
+
className: "Profile",
|
|
1830
|
+
},
|
|
1831
|
+
},
|
|
1832
|
+
},
|
|
1737
1833
|
},
|
|
1738
1834
|
nextLink: {
|
|
1739
1835
|
serializedName: "nextLink",
|
|
1740
1836
|
type: {
|
|
1741
|
-
name: "String"
|
|
1742
|
-
}
|
|
1743
|
-
}
|
|
1744
|
-
}
|
|
1745
|
-
}
|
|
1837
|
+
name: "String",
|
|
1838
|
+
},
|
|
1839
|
+
},
|
|
1840
|
+
},
|
|
1841
|
+
},
|
|
1746
1842
|
};
|
|
1747
1843
|
|
|
1748
1844
|
export const ProfileUpdateModel: coreClient.CompositeMapper = {
|
|
@@ -1754,17 +1850,17 @@ export const ProfileUpdateModel: coreClient.CompositeMapper = {
|
|
|
1754
1850
|
serializedName: "tags",
|
|
1755
1851
|
type: {
|
|
1756
1852
|
name: "Dictionary",
|
|
1757
|
-
value: { type: { name: "String" } }
|
|
1758
|
-
}
|
|
1853
|
+
value: { type: { name: "String" } },
|
|
1854
|
+
},
|
|
1759
1855
|
},
|
|
1760
1856
|
enabledState: {
|
|
1761
1857
|
serializedName: "properties.enabledState",
|
|
1762
1858
|
type: {
|
|
1763
|
-
name: "String"
|
|
1764
|
-
}
|
|
1765
|
-
}
|
|
1766
|
-
}
|
|
1767
|
-
}
|
|
1859
|
+
name: "String",
|
|
1860
|
+
},
|
|
1861
|
+
},
|
|
1862
|
+
},
|
|
1863
|
+
},
|
|
1768
1864
|
};
|
|
1769
1865
|
|
|
1770
1866
|
export const PreconfiguredEndpointList: coreClient.CompositeMapper = {
|
|
@@ -1780,19 +1876,19 @@ export const PreconfiguredEndpointList: coreClient.CompositeMapper = {
|
|
|
1780
1876
|
element: {
|
|
1781
1877
|
type: {
|
|
1782
1878
|
name: "Composite",
|
|
1783
|
-
className: "PreconfiguredEndpoint"
|
|
1784
|
-
}
|
|
1785
|
-
}
|
|
1786
|
-
}
|
|
1879
|
+
className: "PreconfiguredEndpoint",
|
|
1880
|
+
},
|
|
1881
|
+
},
|
|
1882
|
+
},
|
|
1787
1883
|
},
|
|
1788
1884
|
nextLink: {
|
|
1789
1885
|
serializedName: "nextLink",
|
|
1790
1886
|
type: {
|
|
1791
|
-
name: "String"
|
|
1792
|
-
}
|
|
1793
|
-
}
|
|
1794
|
-
}
|
|
1795
|
-
}
|
|
1887
|
+
name: "String",
|
|
1888
|
+
},
|
|
1889
|
+
},
|
|
1890
|
+
},
|
|
1891
|
+
},
|
|
1796
1892
|
};
|
|
1797
1893
|
|
|
1798
1894
|
export const ExperimentList: coreClient.CompositeMapper = {
|
|
@@ -1808,19 +1904,19 @@ export const ExperimentList: coreClient.CompositeMapper = {
|
|
|
1808
1904
|
element: {
|
|
1809
1905
|
type: {
|
|
1810
1906
|
name: "Composite",
|
|
1811
|
-
className: "Experiment"
|
|
1812
|
-
}
|
|
1813
|
-
}
|
|
1814
|
-
}
|
|
1907
|
+
className: "Experiment",
|
|
1908
|
+
},
|
|
1909
|
+
},
|
|
1910
|
+
},
|
|
1815
1911
|
},
|
|
1816
1912
|
nextLink: {
|
|
1817
1913
|
serializedName: "nextLink",
|
|
1818
1914
|
type: {
|
|
1819
|
-
name: "String"
|
|
1820
|
-
}
|
|
1821
|
-
}
|
|
1822
|
-
}
|
|
1823
|
-
}
|
|
1915
|
+
name: "String",
|
|
1916
|
+
},
|
|
1917
|
+
},
|
|
1918
|
+
},
|
|
1919
|
+
},
|
|
1824
1920
|
};
|
|
1825
1921
|
|
|
1826
1922
|
export const Endpoint: coreClient.CompositeMapper = {
|
|
@@ -1831,17 +1927,17 @@ export const Endpoint: coreClient.CompositeMapper = {
|
|
|
1831
1927
|
name: {
|
|
1832
1928
|
serializedName: "name",
|
|
1833
1929
|
type: {
|
|
1834
|
-
name: "String"
|
|
1835
|
-
}
|
|
1930
|
+
name: "String",
|
|
1931
|
+
},
|
|
1836
1932
|
},
|
|
1837
1933
|
endpoint: {
|
|
1838
1934
|
serializedName: "endpoint",
|
|
1839
1935
|
type: {
|
|
1840
|
-
name: "String"
|
|
1841
|
-
}
|
|
1842
|
-
}
|
|
1843
|
-
}
|
|
1844
|
-
}
|
|
1936
|
+
name: "String",
|
|
1937
|
+
},
|
|
1938
|
+
},
|
|
1939
|
+
},
|
|
1940
|
+
},
|
|
1845
1941
|
};
|
|
1846
1942
|
|
|
1847
1943
|
export const ExperimentUpdateModel: coreClient.CompositeMapper = {
|
|
@@ -1853,23 +1949,23 @@ export const ExperimentUpdateModel: coreClient.CompositeMapper = {
|
|
|
1853
1949
|
serializedName: "tags",
|
|
1854
1950
|
type: {
|
|
1855
1951
|
name: "Dictionary",
|
|
1856
|
-
value: { type: { name: "String" } }
|
|
1857
|
-
}
|
|
1952
|
+
value: { type: { name: "String" } },
|
|
1953
|
+
},
|
|
1858
1954
|
},
|
|
1859
1955
|
description: {
|
|
1860
1956
|
serializedName: "properties.description",
|
|
1861
1957
|
type: {
|
|
1862
|
-
name: "String"
|
|
1863
|
-
}
|
|
1958
|
+
name: "String",
|
|
1959
|
+
},
|
|
1864
1960
|
},
|
|
1865
1961
|
enabledState: {
|
|
1866
1962
|
serializedName: "properties.enabledState",
|
|
1867
1963
|
type: {
|
|
1868
|
-
name: "String"
|
|
1869
|
-
}
|
|
1870
|
-
}
|
|
1871
|
-
}
|
|
1872
|
-
}
|
|
1964
|
+
name: "String",
|
|
1965
|
+
},
|
|
1966
|
+
},
|
|
1967
|
+
},
|
|
1968
|
+
},
|
|
1873
1969
|
};
|
|
1874
1970
|
|
|
1875
1971
|
export const LatencyMetric: coreClient.CompositeMapper = {
|
|
@@ -1881,74 +1977,74 @@ export const LatencyMetric: coreClient.CompositeMapper = {
|
|
|
1881
1977
|
serializedName: "name",
|
|
1882
1978
|
readOnly: true,
|
|
1883
1979
|
type: {
|
|
1884
|
-
name: "String"
|
|
1885
|
-
}
|
|
1980
|
+
name: "String",
|
|
1981
|
+
},
|
|
1886
1982
|
},
|
|
1887
1983
|
endDateTimeUTC: {
|
|
1888
1984
|
serializedName: "endDateTimeUTC",
|
|
1889
1985
|
readOnly: true,
|
|
1890
1986
|
type: {
|
|
1891
|
-
name: "String"
|
|
1892
|
-
}
|
|
1987
|
+
name: "String",
|
|
1988
|
+
},
|
|
1893
1989
|
},
|
|
1894
1990
|
aValue: {
|
|
1895
1991
|
serializedName: "aValue",
|
|
1896
1992
|
readOnly: true,
|
|
1897
1993
|
type: {
|
|
1898
|
-
name: "Number"
|
|
1899
|
-
}
|
|
1994
|
+
name: "Number",
|
|
1995
|
+
},
|
|
1900
1996
|
},
|
|
1901
1997
|
bValue: {
|
|
1902
1998
|
serializedName: "bValue",
|
|
1903
1999
|
readOnly: true,
|
|
1904
2000
|
type: {
|
|
1905
|
-
name: "Number"
|
|
1906
|
-
}
|
|
2001
|
+
name: "Number",
|
|
2002
|
+
},
|
|
1907
2003
|
},
|
|
1908
2004
|
delta: {
|
|
1909
2005
|
serializedName: "delta",
|
|
1910
2006
|
readOnly: true,
|
|
1911
2007
|
type: {
|
|
1912
|
-
name: "Number"
|
|
1913
|
-
}
|
|
2008
|
+
name: "Number",
|
|
2009
|
+
},
|
|
1914
2010
|
},
|
|
1915
2011
|
deltaPercent: {
|
|
1916
2012
|
serializedName: "deltaPercent",
|
|
1917
2013
|
readOnly: true,
|
|
1918
2014
|
type: {
|
|
1919
|
-
name: "Number"
|
|
1920
|
-
}
|
|
2015
|
+
name: "Number",
|
|
2016
|
+
},
|
|
1921
2017
|
},
|
|
1922
2018
|
aCLower95CI: {
|
|
1923
2019
|
serializedName: "aCLower95CI",
|
|
1924
2020
|
readOnly: true,
|
|
1925
2021
|
type: {
|
|
1926
|
-
name: "Number"
|
|
1927
|
-
}
|
|
2022
|
+
name: "Number",
|
|
2023
|
+
},
|
|
1928
2024
|
},
|
|
1929
2025
|
aHUpper95CI: {
|
|
1930
2026
|
serializedName: "aHUpper95CI",
|
|
1931
2027
|
readOnly: true,
|
|
1932
2028
|
type: {
|
|
1933
|
-
name: "Number"
|
|
1934
|
-
}
|
|
2029
|
+
name: "Number",
|
|
2030
|
+
},
|
|
1935
2031
|
},
|
|
1936
2032
|
bCLower95CI: {
|
|
1937
2033
|
serializedName: "bCLower95CI",
|
|
1938
2034
|
readOnly: true,
|
|
1939
2035
|
type: {
|
|
1940
|
-
name: "Number"
|
|
1941
|
-
}
|
|
2036
|
+
name: "Number",
|
|
2037
|
+
},
|
|
1942
2038
|
},
|
|
1943
2039
|
bUpper95CI: {
|
|
1944
2040
|
serializedName: "bUpper95CI",
|
|
1945
2041
|
readOnly: true,
|
|
1946
2042
|
type: {
|
|
1947
|
-
name: "Number"
|
|
1948
|
-
}
|
|
1949
|
-
}
|
|
1950
|
-
}
|
|
1951
|
-
}
|
|
2043
|
+
name: "Number",
|
|
2044
|
+
},
|
|
2045
|
+
},
|
|
2046
|
+
},
|
|
2047
|
+
},
|
|
1952
2048
|
};
|
|
1953
2049
|
|
|
1954
2050
|
export const TimeseriesDataPoint: coreClient.CompositeMapper = {
|
|
@@ -1959,17 +2055,17 @@ export const TimeseriesDataPoint: coreClient.CompositeMapper = {
|
|
|
1959
2055
|
dateTimeUTC: {
|
|
1960
2056
|
serializedName: "dateTimeUTC",
|
|
1961
2057
|
type: {
|
|
1962
|
-
name: "String"
|
|
1963
|
-
}
|
|
2058
|
+
name: "String",
|
|
2059
|
+
},
|
|
1964
2060
|
},
|
|
1965
2061
|
value: {
|
|
1966
2062
|
serializedName: "value",
|
|
1967
2063
|
type: {
|
|
1968
|
-
name: "Number"
|
|
1969
|
-
}
|
|
1970
|
-
}
|
|
1971
|
-
}
|
|
1972
|
-
}
|
|
2064
|
+
name: "Number",
|
|
2065
|
+
},
|
|
2066
|
+
},
|
|
2067
|
+
},
|
|
2068
|
+
},
|
|
1973
2069
|
};
|
|
1974
2070
|
|
|
1975
2071
|
export const ErrorDetails: coreClient.CompositeMapper = {
|
|
@@ -1980,23 +2076,23 @@ export const ErrorDetails: coreClient.CompositeMapper = {
|
|
|
1980
2076
|
code: {
|
|
1981
2077
|
serializedName: "code",
|
|
1982
2078
|
type: {
|
|
1983
|
-
name: "String"
|
|
1984
|
-
}
|
|
2079
|
+
name: "String",
|
|
2080
|
+
},
|
|
1985
2081
|
},
|
|
1986
2082
|
target: {
|
|
1987
2083
|
serializedName: "target",
|
|
1988
2084
|
type: {
|
|
1989
|
-
name: "String"
|
|
1990
|
-
}
|
|
2085
|
+
name: "String",
|
|
2086
|
+
},
|
|
1991
2087
|
},
|
|
1992
2088
|
message: {
|
|
1993
2089
|
serializedName: "message",
|
|
1994
2090
|
type: {
|
|
1995
|
-
name: "String"
|
|
1996
|
-
}
|
|
1997
|
-
}
|
|
1998
|
-
}
|
|
1999
|
-
}
|
|
2091
|
+
name: "String",
|
|
2092
|
+
},
|
|
2093
|
+
},
|
|
2094
|
+
},
|
|
2095
|
+
},
|
|
2000
2096
|
};
|
|
2001
2097
|
|
|
2002
2098
|
export const ErrorModel: coreClient.CompositeMapper = {
|
|
@@ -2007,20 +2103,20 @@ export const ErrorModel: coreClient.CompositeMapper = {
|
|
|
2007
2103
|
code: {
|
|
2008
2104
|
serializedName: "code",
|
|
2009
2105
|
type: {
|
|
2010
|
-
name: "String"
|
|
2011
|
-
}
|
|
2106
|
+
name: "String",
|
|
2107
|
+
},
|
|
2012
2108
|
},
|
|
2013
2109
|
message: {
|
|
2014
2110
|
serializedName: "message",
|
|
2015
2111
|
type: {
|
|
2016
|
-
name: "String"
|
|
2017
|
-
}
|
|
2112
|
+
name: "String",
|
|
2113
|
+
},
|
|
2018
2114
|
},
|
|
2019
2115
|
target: {
|
|
2020
2116
|
serializedName: "target",
|
|
2021
2117
|
type: {
|
|
2022
|
-
name: "String"
|
|
2023
|
-
}
|
|
2118
|
+
name: "String",
|
|
2119
|
+
},
|
|
2024
2120
|
},
|
|
2025
2121
|
details: {
|
|
2026
2122
|
serializedName: "details",
|
|
@@ -2029,19 +2125,19 @@ export const ErrorModel: coreClient.CompositeMapper = {
|
|
|
2029
2125
|
element: {
|
|
2030
2126
|
type: {
|
|
2031
2127
|
name: "Composite",
|
|
2032
|
-
className: "ErrorDetails"
|
|
2033
|
-
}
|
|
2034
|
-
}
|
|
2035
|
-
}
|
|
2128
|
+
className: "ErrorDetails",
|
|
2129
|
+
},
|
|
2130
|
+
},
|
|
2131
|
+
},
|
|
2036
2132
|
},
|
|
2037
2133
|
innerError: {
|
|
2038
2134
|
serializedName: "innerError",
|
|
2039
2135
|
type: {
|
|
2040
|
-
name: "String"
|
|
2041
|
-
}
|
|
2042
|
-
}
|
|
2043
|
-
}
|
|
2044
|
-
}
|
|
2136
|
+
name: "String",
|
|
2137
|
+
},
|
|
2138
|
+
},
|
|
2139
|
+
},
|
|
2140
|
+
},
|
|
2045
2141
|
};
|
|
2046
2142
|
|
|
2047
2143
|
export const AzureAsyncOperationResult: coreClient.CompositeMapper = {
|
|
@@ -2052,18 +2148,18 @@ export const AzureAsyncOperationResult: coreClient.CompositeMapper = {
|
|
|
2052
2148
|
status: {
|
|
2053
2149
|
serializedName: "status",
|
|
2054
2150
|
type: {
|
|
2055
|
-
name: "String"
|
|
2056
|
-
}
|
|
2151
|
+
name: "String",
|
|
2152
|
+
},
|
|
2057
2153
|
},
|
|
2058
2154
|
error: {
|
|
2059
2155
|
serializedName: "error",
|
|
2060
2156
|
type: {
|
|
2061
2157
|
name: "Composite",
|
|
2062
|
-
className: "ErrorModel"
|
|
2063
|
-
}
|
|
2064
|
-
}
|
|
2065
|
-
}
|
|
2066
|
-
}
|
|
2158
|
+
className: "ErrorModel",
|
|
2159
|
+
},
|
|
2160
|
+
},
|
|
2161
|
+
},
|
|
2162
|
+
},
|
|
2067
2163
|
};
|
|
2068
2164
|
|
|
2069
2165
|
export const RoutingRuleListResult: coreClient.CompositeMapper = {
|
|
@@ -2079,19 +2175,19 @@ export const RoutingRuleListResult: coreClient.CompositeMapper = {
|
|
|
2079
2175
|
element: {
|
|
2080
2176
|
type: {
|
|
2081
2177
|
name: "Composite",
|
|
2082
|
-
className: "RoutingRule"
|
|
2083
|
-
}
|
|
2084
|
-
}
|
|
2085
|
-
}
|
|
2178
|
+
className: "RoutingRule",
|
|
2179
|
+
},
|
|
2180
|
+
},
|
|
2181
|
+
},
|
|
2086
2182
|
},
|
|
2087
2183
|
nextLink: {
|
|
2088
2184
|
serializedName: "nextLink",
|
|
2089
2185
|
type: {
|
|
2090
|
-
name: "String"
|
|
2091
|
-
}
|
|
2092
|
-
}
|
|
2093
|
-
}
|
|
2094
|
-
}
|
|
2186
|
+
name: "String",
|
|
2187
|
+
},
|
|
2188
|
+
},
|
|
2189
|
+
},
|
|
2190
|
+
},
|
|
2095
2191
|
};
|
|
2096
2192
|
|
|
2097
2193
|
export const CacheConfiguration: coreClient.CompositeMapper = {
|
|
@@ -2102,29 +2198,29 @@ export const CacheConfiguration: coreClient.CompositeMapper = {
|
|
|
2102
2198
|
queryParameterStripDirective: {
|
|
2103
2199
|
serializedName: "queryParameterStripDirective",
|
|
2104
2200
|
type: {
|
|
2105
|
-
name: "String"
|
|
2106
|
-
}
|
|
2201
|
+
name: "String",
|
|
2202
|
+
},
|
|
2107
2203
|
},
|
|
2108
2204
|
queryParameters: {
|
|
2109
2205
|
serializedName: "queryParameters",
|
|
2110
2206
|
type: {
|
|
2111
|
-
name: "String"
|
|
2112
|
-
}
|
|
2207
|
+
name: "String",
|
|
2208
|
+
},
|
|
2113
2209
|
},
|
|
2114
2210
|
dynamicCompression: {
|
|
2115
2211
|
serializedName: "dynamicCompression",
|
|
2116
2212
|
type: {
|
|
2117
|
-
name: "String"
|
|
2118
|
-
}
|
|
2213
|
+
name: "String",
|
|
2214
|
+
},
|
|
2119
2215
|
},
|
|
2120
2216
|
cacheDuration: {
|
|
2121
2217
|
serializedName: "cacheDuration",
|
|
2122
2218
|
type: {
|
|
2123
|
-
name: "TimeSpan"
|
|
2124
|
-
}
|
|
2125
|
-
}
|
|
2126
|
-
}
|
|
2127
|
-
}
|
|
2219
|
+
name: "TimeSpan",
|
|
2220
|
+
},
|
|
2221
|
+
},
|
|
2222
|
+
},
|
|
2223
|
+
},
|
|
2128
2224
|
};
|
|
2129
2225
|
|
|
2130
2226
|
export const LoadBalancingSettingsListResult: coreClient.CompositeMapper = {
|
|
@@ -2140,19 +2236,19 @@ export const LoadBalancingSettingsListResult: coreClient.CompositeMapper = {
|
|
|
2140
2236
|
element: {
|
|
2141
2237
|
type: {
|
|
2142
2238
|
name: "Composite",
|
|
2143
|
-
className: "LoadBalancingSettingsModel"
|
|
2144
|
-
}
|
|
2145
|
-
}
|
|
2146
|
-
}
|
|
2239
|
+
className: "LoadBalancingSettingsModel",
|
|
2240
|
+
},
|
|
2241
|
+
},
|
|
2242
|
+
},
|
|
2147
2243
|
},
|
|
2148
2244
|
nextLink: {
|
|
2149
2245
|
serializedName: "nextLink",
|
|
2150
2246
|
type: {
|
|
2151
|
-
name: "String"
|
|
2152
|
-
}
|
|
2153
|
-
}
|
|
2154
|
-
}
|
|
2155
|
-
}
|
|
2247
|
+
name: "String",
|
|
2248
|
+
},
|
|
2249
|
+
},
|
|
2250
|
+
},
|
|
2251
|
+
},
|
|
2156
2252
|
};
|
|
2157
2253
|
|
|
2158
2254
|
export const HealthProbeSettingsListResult: coreClient.CompositeMapper = {
|
|
@@ -2168,19 +2264,19 @@ export const HealthProbeSettingsListResult: coreClient.CompositeMapper = {
|
|
|
2168
2264
|
element: {
|
|
2169
2265
|
type: {
|
|
2170
2266
|
name: "Composite",
|
|
2171
|
-
className: "HealthProbeSettingsModel"
|
|
2172
|
-
}
|
|
2173
|
-
}
|
|
2174
|
-
}
|
|
2267
|
+
className: "HealthProbeSettingsModel",
|
|
2268
|
+
},
|
|
2269
|
+
},
|
|
2270
|
+
},
|
|
2175
2271
|
},
|
|
2176
2272
|
nextLink: {
|
|
2177
2273
|
serializedName: "nextLink",
|
|
2178
2274
|
type: {
|
|
2179
|
-
name: "String"
|
|
2180
|
-
}
|
|
2181
|
-
}
|
|
2182
|
-
}
|
|
2183
|
-
}
|
|
2275
|
+
name: "String",
|
|
2276
|
+
},
|
|
2277
|
+
},
|
|
2278
|
+
},
|
|
2279
|
+
},
|
|
2184
2280
|
};
|
|
2185
2281
|
|
|
2186
2282
|
export const BackendPoolListResult: coreClient.CompositeMapper = {
|
|
@@ -2196,19 +2292,19 @@ export const BackendPoolListResult: coreClient.CompositeMapper = {
|
|
|
2196
2292
|
element: {
|
|
2197
2293
|
type: {
|
|
2198
2294
|
name: "Composite",
|
|
2199
|
-
className: "BackendPool"
|
|
2200
|
-
}
|
|
2201
|
-
}
|
|
2202
|
-
}
|
|
2295
|
+
className: "BackendPool",
|
|
2296
|
+
},
|
|
2297
|
+
},
|
|
2298
|
+
},
|
|
2203
2299
|
},
|
|
2204
2300
|
nextLink: {
|
|
2205
2301
|
serializedName: "nextLink",
|
|
2206
2302
|
type: {
|
|
2207
|
-
name: "String"
|
|
2208
|
-
}
|
|
2209
|
-
}
|
|
2210
|
-
}
|
|
2211
|
-
}
|
|
2303
|
+
name: "String",
|
|
2304
|
+
},
|
|
2305
|
+
},
|
|
2306
|
+
},
|
|
2307
|
+
},
|
|
2212
2308
|
};
|
|
2213
2309
|
|
|
2214
2310
|
export const WebApplicationFirewallPolicy: coreClient.CompositeMapper = {
|
|
@@ -2220,36 +2316,36 @@ export const WebApplicationFirewallPolicy: coreClient.CompositeMapper = {
|
|
|
2220
2316
|
etag: {
|
|
2221
2317
|
serializedName: "etag",
|
|
2222
2318
|
type: {
|
|
2223
|
-
name: "String"
|
|
2224
|
-
}
|
|
2319
|
+
name: "String",
|
|
2320
|
+
},
|
|
2225
2321
|
},
|
|
2226
2322
|
sku: {
|
|
2227
2323
|
serializedName: "sku",
|
|
2228
2324
|
type: {
|
|
2229
2325
|
name: "Composite",
|
|
2230
|
-
className: "Sku"
|
|
2231
|
-
}
|
|
2326
|
+
className: "Sku",
|
|
2327
|
+
},
|
|
2232
2328
|
},
|
|
2233
2329
|
policySettings: {
|
|
2234
2330
|
serializedName: "properties.policySettings",
|
|
2235
2331
|
type: {
|
|
2236
2332
|
name: "Composite",
|
|
2237
|
-
className: "PolicySettings"
|
|
2238
|
-
}
|
|
2333
|
+
className: "PolicySettings",
|
|
2334
|
+
},
|
|
2239
2335
|
},
|
|
2240
2336
|
customRules: {
|
|
2241
2337
|
serializedName: "properties.customRules",
|
|
2242
2338
|
type: {
|
|
2243
2339
|
name: "Composite",
|
|
2244
|
-
className: "CustomRuleList"
|
|
2245
|
-
}
|
|
2340
|
+
className: "CustomRuleList",
|
|
2341
|
+
},
|
|
2246
2342
|
},
|
|
2247
2343
|
managedRules: {
|
|
2248
2344
|
serializedName: "properties.managedRules",
|
|
2249
2345
|
type: {
|
|
2250
2346
|
name: "Composite",
|
|
2251
|
-
className: "ManagedRuleSetList"
|
|
2252
|
-
}
|
|
2347
|
+
className: "ManagedRuleSetList",
|
|
2348
|
+
},
|
|
2253
2349
|
},
|
|
2254
2350
|
frontendEndpointLinks: {
|
|
2255
2351
|
serializedName: "properties.frontendEndpointLinks",
|
|
@@ -2259,10 +2355,10 @@ export const WebApplicationFirewallPolicy: coreClient.CompositeMapper = {
|
|
|
2259
2355
|
element: {
|
|
2260
2356
|
type: {
|
|
2261
2357
|
name: "Composite",
|
|
2262
|
-
className: "FrontendEndpointLink"
|
|
2263
|
-
}
|
|
2264
|
-
}
|
|
2265
|
-
}
|
|
2358
|
+
className: "FrontendEndpointLink",
|
|
2359
|
+
},
|
|
2360
|
+
},
|
|
2361
|
+
},
|
|
2266
2362
|
},
|
|
2267
2363
|
routingRuleLinks: {
|
|
2268
2364
|
serializedName: "properties.routingRuleLinks",
|
|
@@ -2272,10 +2368,10 @@ export const WebApplicationFirewallPolicy: coreClient.CompositeMapper = {
|
|
|
2272
2368
|
element: {
|
|
2273
2369
|
type: {
|
|
2274
2370
|
name: "Composite",
|
|
2275
|
-
className: "RoutingRuleLink"
|
|
2276
|
-
}
|
|
2277
|
-
}
|
|
2278
|
-
}
|
|
2371
|
+
className: "RoutingRuleLink",
|
|
2372
|
+
},
|
|
2373
|
+
},
|
|
2374
|
+
},
|
|
2279
2375
|
},
|
|
2280
2376
|
securityPolicyLinks: {
|
|
2281
2377
|
serializedName: "properties.securityPolicyLinks",
|
|
@@ -2285,27 +2381,27 @@ export const WebApplicationFirewallPolicy: coreClient.CompositeMapper = {
|
|
|
2285
2381
|
element: {
|
|
2286
2382
|
type: {
|
|
2287
2383
|
name: "Composite",
|
|
2288
|
-
className: "SecurityPolicyLink"
|
|
2289
|
-
}
|
|
2290
|
-
}
|
|
2291
|
-
}
|
|
2384
|
+
className: "SecurityPolicyLink",
|
|
2385
|
+
},
|
|
2386
|
+
},
|
|
2387
|
+
},
|
|
2292
2388
|
},
|
|
2293
2389
|
provisioningState: {
|
|
2294
2390
|
serializedName: "properties.provisioningState",
|
|
2295
2391
|
readOnly: true,
|
|
2296
2392
|
type: {
|
|
2297
|
-
name: "String"
|
|
2298
|
-
}
|
|
2393
|
+
name: "String",
|
|
2394
|
+
},
|
|
2299
2395
|
},
|
|
2300
2396
|
resourceState: {
|
|
2301
2397
|
serializedName: "properties.resourceState",
|
|
2302
2398
|
readOnly: true,
|
|
2303
2399
|
type: {
|
|
2304
|
-
name: "String"
|
|
2305
|
-
}
|
|
2306
|
-
}
|
|
2307
|
-
}
|
|
2308
|
-
}
|
|
2400
|
+
name: "String",
|
|
2401
|
+
},
|
|
2402
|
+
},
|
|
2403
|
+
},
|
|
2404
|
+
},
|
|
2309
2405
|
};
|
|
2310
2406
|
|
|
2311
2407
|
export const ManagedRuleSetDefinition: coreClient.CompositeMapper = {
|
|
@@ -2318,29 +2414,29 @@ export const ManagedRuleSetDefinition: coreClient.CompositeMapper = {
|
|
|
2318
2414
|
serializedName: "properties.provisioningState",
|
|
2319
2415
|
readOnly: true,
|
|
2320
2416
|
type: {
|
|
2321
|
-
name: "String"
|
|
2322
|
-
}
|
|
2417
|
+
name: "String",
|
|
2418
|
+
},
|
|
2323
2419
|
},
|
|
2324
2420
|
ruleSetId: {
|
|
2325
2421
|
serializedName: "properties.ruleSetId",
|
|
2326
2422
|
readOnly: true,
|
|
2327
2423
|
type: {
|
|
2328
|
-
name: "String"
|
|
2329
|
-
}
|
|
2424
|
+
name: "String",
|
|
2425
|
+
},
|
|
2330
2426
|
},
|
|
2331
2427
|
ruleSetType: {
|
|
2332
2428
|
serializedName: "properties.ruleSetType",
|
|
2333
2429
|
readOnly: true,
|
|
2334
2430
|
type: {
|
|
2335
|
-
name: "String"
|
|
2336
|
-
}
|
|
2431
|
+
name: "String",
|
|
2432
|
+
},
|
|
2337
2433
|
},
|
|
2338
2434
|
ruleSetVersion: {
|
|
2339
2435
|
serializedName: "properties.ruleSetVersion",
|
|
2340
2436
|
readOnly: true,
|
|
2341
2437
|
type: {
|
|
2342
|
-
name: "String"
|
|
2343
|
-
}
|
|
2438
|
+
name: "String",
|
|
2439
|
+
},
|
|
2344
2440
|
},
|
|
2345
2441
|
ruleGroups: {
|
|
2346
2442
|
serializedName: "properties.ruleGroups",
|
|
@@ -2350,13 +2446,13 @@ export const ManagedRuleSetDefinition: coreClient.CompositeMapper = {
|
|
|
2350
2446
|
element: {
|
|
2351
2447
|
type: {
|
|
2352
2448
|
name: "Composite",
|
|
2353
|
-
className: "ManagedRuleGroupDefinition"
|
|
2354
|
-
}
|
|
2355
|
-
}
|
|
2356
|
-
}
|
|
2357
|
-
}
|
|
2358
|
-
}
|
|
2359
|
-
}
|
|
2449
|
+
className: "ManagedRuleGroupDefinition",
|
|
2450
|
+
},
|
|
2451
|
+
},
|
|
2452
|
+
},
|
|
2453
|
+
},
|
|
2454
|
+
},
|
|
2455
|
+
},
|
|
2360
2456
|
};
|
|
2361
2457
|
|
|
2362
2458
|
export const FrontDoor: coreClient.CompositeMapper = {
|
|
@@ -2368,8 +2464,8 @@ export const FrontDoor: coreClient.CompositeMapper = {
|
|
|
2368
2464
|
friendlyName: {
|
|
2369
2465
|
serializedName: "properties.friendlyName",
|
|
2370
2466
|
type: {
|
|
2371
|
-
name: "String"
|
|
2372
|
-
}
|
|
2467
|
+
name: "String",
|
|
2468
|
+
},
|
|
2373
2469
|
},
|
|
2374
2470
|
routingRules: {
|
|
2375
2471
|
serializedName: "properties.routingRules",
|
|
@@ -2378,10 +2474,10 @@ export const FrontDoor: coreClient.CompositeMapper = {
|
|
|
2378
2474
|
element: {
|
|
2379
2475
|
type: {
|
|
2380
2476
|
name: "Composite",
|
|
2381
|
-
className: "RoutingRule"
|
|
2382
|
-
}
|
|
2383
|
-
}
|
|
2384
|
-
}
|
|
2477
|
+
className: "RoutingRule",
|
|
2478
|
+
},
|
|
2479
|
+
},
|
|
2480
|
+
},
|
|
2385
2481
|
},
|
|
2386
2482
|
loadBalancingSettings: {
|
|
2387
2483
|
serializedName: "properties.loadBalancingSettings",
|
|
@@ -2390,10 +2486,10 @@ export const FrontDoor: coreClient.CompositeMapper = {
|
|
|
2390
2486
|
element: {
|
|
2391
2487
|
type: {
|
|
2392
2488
|
name: "Composite",
|
|
2393
|
-
className: "LoadBalancingSettingsModel"
|
|
2394
|
-
}
|
|
2395
|
-
}
|
|
2396
|
-
}
|
|
2489
|
+
className: "LoadBalancingSettingsModel",
|
|
2490
|
+
},
|
|
2491
|
+
},
|
|
2492
|
+
},
|
|
2397
2493
|
},
|
|
2398
2494
|
healthProbeSettings: {
|
|
2399
2495
|
serializedName: "properties.healthProbeSettings",
|
|
@@ -2402,10 +2498,10 @@ export const FrontDoor: coreClient.CompositeMapper = {
|
|
|
2402
2498
|
element: {
|
|
2403
2499
|
type: {
|
|
2404
2500
|
name: "Composite",
|
|
2405
|
-
className: "HealthProbeSettingsModel"
|
|
2406
|
-
}
|
|
2407
|
-
}
|
|
2408
|
-
}
|
|
2501
|
+
className: "HealthProbeSettingsModel",
|
|
2502
|
+
},
|
|
2503
|
+
},
|
|
2504
|
+
},
|
|
2409
2505
|
},
|
|
2410
2506
|
backendPools: {
|
|
2411
2507
|
serializedName: "properties.backendPools",
|
|
@@ -2414,10 +2510,10 @@ export const FrontDoor: coreClient.CompositeMapper = {
|
|
|
2414
2510
|
element: {
|
|
2415
2511
|
type: {
|
|
2416
2512
|
name: "Composite",
|
|
2417
|
-
className: "BackendPool"
|
|
2418
|
-
}
|
|
2419
|
-
}
|
|
2420
|
-
}
|
|
2513
|
+
className: "BackendPool",
|
|
2514
|
+
},
|
|
2515
|
+
},
|
|
2516
|
+
},
|
|
2421
2517
|
},
|
|
2422
2518
|
frontendEndpoints: {
|
|
2423
2519
|
serializedName: "properties.frontendEndpoints",
|
|
@@ -2426,51 +2522,51 @@ export const FrontDoor: coreClient.CompositeMapper = {
|
|
|
2426
2522
|
element: {
|
|
2427
2523
|
type: {
|
|
2428
2524
|
name: "Composite",
|
|
2429
|
-
className: "FrontendEndpoint"
|
|
2430
|
-
}
|
|
2431
|
-
}
|
|
2432
|
-
}
|
|
2525
|
+
className: "FrontendEndpoint",
|
|
2526
|
+
},
|
|
2527
|
+
},
|
|
2528
|
+
},
|
|
2433
2529
|
},
|
|
2434
2530
|
backendPoolsSettings: {
|
|
2435
2531
|
serializedName: "properties.backendPoolsSettings",
|
|
2436
2532
|
type: {
|
|
2437
2533
|
name: "Composite",
|
|
2438
|
-
className: "BackendPoolsSettings"
|
|
2439
|
-
}
|
|
2534
|
+
className: "BackendPoolsSettings",
|
|
2535
|
+
},
|
|
2440
2536
|
},
|
|
2441
2537
|
enabledState: {
|
|
2442
2538
|
serializedName: "properties.enabledState",
|
|
2443
2539
|
type: {
|
|
2444
|
-
name: "String"
|
|
2445
|
-
}
|
|
2540
|
+
name: "String",
|
|
2541
|
+
},
|
|
2446
2542
|
},
|
|
2447
2543
|
resourceState: {
|
|
2448
2544
|
serializedName: "properties.resourceState",
|
|
2449
2545
|
readOnly: true,
|
|
2450
2546
|
type: {
|
|
2451
|
-
name: "String"
|
|
2452
|
-
}
|
|
2547
|
+
name: "String",
|
|
2548
|
+
},
|
|
2453
2549
|
},
|
|
2454
2550
|
provisioningState: {
|
|
2455
2551
|
serializedName: "properties.provisioningState",
|
|
2456
2552
|
readOnly: true,
|
|
2457
2553
|
type: {
|
|
2458
|
-
name: "String"
|
|
2459
|
-
}
|
|
2554
|
+
name: "String",
|
|
2555
|
+
},
|
|
2460
2556
|
},
|
|
2461
2557
|
cname: {
|
|
2462
2558
|
serializedName: "properties.cname",
|
|
2463
2559
|
readOnly: true,
|
|
2464
2560
|
type: {
|
|
2465
|
-
name: "String"
|
|
2466
|
-
}
|
|
2561
|
+
name: "String",
|
|
2562
|
+
},
|
|
2467
2563
|
},
|
|
2468
2564
|
frontdoorId: {
|
|
2469
2565
|
serializedName: "properties.frontdoorId",
|
|
2470
2566
|
readOnly: true,
|
|
2471
2567
|
type: {
|
|
2472
|
-
name: "String"
|
|
2473
|
-
}
|
|
2568
|
+
name: "String",
|
|
2569
|
+
},
|
|
2474
2570
|
},
|
|
2475
2571
|
rulesEngines: {
|
|
2476
2572
|
serializedName: "properties.rulesEngines",
|
|
@@ -2480,21 +2576,21 @@ export const FrontDoor: coreClient.CompositeMapper = {
|
|
|
2480
2576
|
element: {
|
|
2481
2577
|
type: {
|
|
2482
2578
|
name: "Composite",
|
|
2483
|
-
className: "RulesEngine"
|
|
2484
|
-
}
|
|
2485
|
-
}
|
|
2486
|
-
}
|
|
2579
|
+
className: "RulesEngine",
|
|
2580
|
+
},
|
|
2581
|
+
},
|
|
2582
|
+
},
|
|
2487
2583
|
},
|
|
2488
2584
|
extendedProperties: {
|
|
2489
2585
|
serializedName: "properties.extendedProperties",
|
|
2490
2586
|
readOnly: true,
|
|
2491
2587
|
type: {
|
|
2492
2588
|
name: "Dictionary",
|
|
2493
|
-
value: { type: { name: "String" } }
|
|
2494
|
-
}
|
|
2495
|
-
}
|
|
2496
|
-
}
|
|
2497
|
-
}
|
|
2589
|
+
value: { type: { name: "String" } },
|
|
2590
|
+
},
|
|
2591
|
+
},
|
|
2592
|
+
},
|
|
2593
|
+
},
|
|
2498
2594
|
};
|
|
2499
2595
|
|
|
2500
2596
|
export const Profile: coreClient.CompositeMapper = {
|
|
@@ -2506,24 +2602,24 @@ export const Profile: coreClient.CompositeMapper = {
|
|
|
2506
2602
|
etag: {
|
|
2507
2603
|
serializedName: "etag",
|
|
2508
2604
|
type: {
|
|
2509
|
-
name: "String"
|
|
2510
|
-
}
|
|
2605
|
+
name: "String",
|
|
2606
|
+
},
|
|
2511
2607
|
},
|
|
2512
2608
|
resourceState: {
|
|
2513
2609
|
serializedName: "properties.resourceState",
|
|
2514
2610
|
readOnly: true,
|
|
2515
2611
|
type: {
|
|
2516
|
-
name: "String"
|
|
2517
|
-
}
|
|
2612
|
+
name: "String",
|
|
2613
|
+
},
|
|
2518
2614
|
},
|
|
2519
2615
|
enabledState: {
|
|
2520
2616
|
serializedName: "properties.enabledState",
|
|
2521
2617
|
type: {
|
|
2522
|
-
name: "String"
|
|
2523
|
-
}
|
|
2524
|
-
}
|
|
2525
|
-
}
|
|
2526
|
-
}
|
|
2618
|
+
name: "String",
|
|
2619
|
+
},
|
|
2620
|
+
},
|
|
2621
|
+
},
|
|
2622
|
+
},
|
|
2527
2623
|
};
|
|
2528
2624
|
|
|
2529
2625
|
export const PreconfiguredEndpoint: coreClient.CompositeMapper = {
|
|
@@ -2535,29 +2631,29 @@ export const PreconfiguredEndpoint: coreClient.CompositeMapper = {
|
|
|
2535
2631
|
description: {
|
|
2536
2632
|
serializedName: "properties.description",
|
|
2537
2633
|
type: {
|
|
2538
|
-
name: "String"
|
|
2539
|
-
}
|
|
2634
|
+
name: "String",
|
|
2635
|
+
},
|
|
2540
2636
|
},
|
|
2541
2637
|
endpoint: {
|
|
2542
2638
|
serializedName: "properties.endpoint",
|
|
2543
2639
|
type: {
|
|
2544
|
-
name: "String"
|
|
2545
|
-
}
|
|
2640
|
+
name: "String",
|
|
2641
|
+
},
|
|
2546
2642
|
},
|
|
2547
2643
|
endpointType: {
|
|
2548
2644
|
serializedName: "properties.endpointType",
|
|
2549
2645
|
type: {
|
|
2550
|
-
name: "String"
|
|
2551
|
-
}
|
|
2646
|
+
name: "String",
|
|
2647
|
+
},
|
|
2552
2648
|
},
|
|
2553
2649
|
backend: {
|
|
2554
2650
|
serializedName: "properties.backend",
|
|
2555
2651
|
type: {
|
|
2556
|
-
name: "String"
|
|
2557
|
-
}
|
|
2558
|
-
}
|
|
2559
|
-
}
|
|
2560
|
-
}
|
|
2652
|
+
name: "String",
|
|
2653
|
+
},
|
|
2654
|
+
},
|
|
2655
|
+
},
|
|
2656
|
+
},
|
|
2561
2657
|
};
|
|
2562
2658
|
|
|
2563
2659
|
export const Experiment: coreClient.CompositeMapper = {
|
|
@@ -2569,52 +2665,52 @@ export const Experiment: coreClient.CompositeMapper = {
|
|
|
2569
2665
|
description: {
|
|
2570
2666
|
serializedName: "properties.description",
|
|
2571
2667
|
type: {
|
|
2572
|
-
name: "String"
|
|
2573
|
-
}
|
|
2668
|
+
name: "String",
|
|
2669
|
+
},
|
|
2574
2670
|
},
|
|
2575
2671
|
endpointA: {
|
|
2576
2672
|
serializedName: "properties.endpointA",
|
|
2577
2673
|
type: {
|
|
2578
2674
|
name: "Composite",
|
|
2579
|
-
className: "Endpoint"
|
|
2580
|
-
}
|
|
2675
|
+
className: "Endpoint",
|
|
2676
|
+
},
|
|
2581
2677
|
},
|
|
2582
2678
|
endpointB: {
|
|
2583
2679
|
serializedName: "properties.endpointB",
|
|
2584
2680
|
type: {
|
|
2585
2681
|
name: "Composite",
|
|
2586
|
-
className: "Endpoint"
|
|
2587
|
-
}
|
|
2682
|
+
className: "Endpoint",
|
|
2683
|
+
},
|
|
2588
2684
|
},
|
|
2589
2685
|
enabledState: {
|
|
2590
2686
|
serializedName: "properties.enabledState",
|
|
2591
2687
|
type: {
|
|
2592
|
-
name: "String"
|
|
2593
|
-
}
|
|
2688
|
+
name: "String",
|
|
2689
|
+
},
|
|
2594
2690
|
},
|
|
2595
2691
|
resourceState: {
|
|
2596
2692
|
serializedName: "properties.resourceState",
|
|
2597
2693
|
readOnly: true,
|
|
2598
2694
|
type: {
|
|
2599
|
-
name: "String"
|
|
2600
|
-
}
|
|
2695
|
+
name: "String",
|
|
2696
|
+
},
|
|
2601
2697
|
},
|
|
2602
2698
|
status: {
|
|
2603
2699
|
serializedName: "properties.status",
|
|
2604
2700
|
readOnly: true,
|
|
2605
2701
|
type: {
|
|
2606
|
-
name: "String"
|
|
2607
|
-
}
|
|
2702
|
+
name: "String",
|
|
2703
|
+
},
|
|
2608
2704
|
},
|
|
2609
2705
|
scriptFileUri: {
|
|
2610
2706
|
serializedName: "properties.scriptFileUri",
|
|
2611
2707
|
readOnly: true,
|
|
2612
2708
|
type: {
|
|
2613
|
-
name: "String"
|
|
2614
|
-
}
|
|
2615
|
-
}
|
|
2616
|
-
}
|
|
2617
|
-
}
|
|
2709
|
+
name: "String",
|
|
2710
|
+
},
|
|
2711
|
+
},
|
|
2712
|
+
},
|
|
2713
|
+
},
|
|
2618
2714
|
};
|
|
2619
2715
|
|
|
2620
2716
|
export const LatencyScorecard: coreClient.CompositeMapper = {
|
|
@@ -2627,57 +2723,57 @@ export const LatencyScorecard: coreClient.CompositeMapper = {
|
|
|
2627
2723
|
serializedName: "properties.id",
|
|
2628
2724
|
readOnly: true,
|
|
2629
2725
|
type: {
|
|
2630
|
-
name: "String"
|
|
2631
|
-
}
|
|
2726
|
+
name: "String",
|
|
2727
|
+
},
|
|
2632
2728
|
},
|
|
2633
2729
|
namePropertiesName: {
|
|
2634
2730
|
serializedName: "properties.name",
|
|
2635
2731
|
readOnly: true,
|
|
2636
2732
|
type: {
|
|
2637
|
-
name: "String"
|
|
2638
|
-
}
|
|
2733
|
+
name: "String",
|
|
2734
|
+
},
|
|
2639
2735
|
},
|
|
2640
2736
|
description: {
|
|
2641
2737
|
serializedName: "properties.description",
|
|
2642
2738
|
readOnly: true,
|
|
2643
2739
|
type: {
|
|
2644
|
-
name: "String"
|
|
2645
|
-
}
|
|
2740
|
+
name: "String",
|
|
2741
|
+
},
|
|
2646
2742
|
},
|
|
2647
2743
|
endpointA: {
|
|
2648
2744
|
serializedName: "properties.endpointA",
|
|
2649
2745
|
readOnly: true,
|
|
2650
2746
|
type: {
|
|
2651
|
-
name: "String"
|
|
2652
|
-
}
|
|
2747
|
+
name: "String",
|
|
2748
|
+
},
|
|
2653
2749
|
},
|
|
2654
2750
|
endpointB: {
|
|
2655
2751
|
serializedName: "properties.endpointB",
|
|
2656
2752
|
readOnly: true,
|
|
2657
2753
|
type: {
|
|
2658
|
-
name: "String"
|
|
2659
|
-
}
|
|
2754
|
+
name: "String",
|
|
2755
|
+
},
|
|
2660
2756
|
},
|
|
2661
2757
|
startDateTimeUTC: {
|
|
2662
2758
|
serializedName: "properties.startDateTimeUTC",
|
|
2663
2759
|
readOnly: true,
|
|
2664
2760
|
type: {
|
|
2665
|
-
name: "DateTime"
|
|
2666
|
-
}
|
|
2761
|
+
name: "DateTime",
|
|
2762
|
+
},
|
|
2667
2763
|
},
|
|
2668
2764
|
endDateTimeUTC: {
|
|
2669
2765
|
serializedName: "properties.endDateTimeUTC",
|
|
2670
2766
|
readOnly: true,
|
|
2671
2767
|
type: {
|
|
2672
|
-
name: "DateTime"
|
|
2673
|
-
}
|
|
2768
|
+
name: "DateTime",
|
|
2769
|
+
},
|
|
2674
2770
|
},
|
|
2675
2771
|
country: {
|
|
2676
2772
|
serializedName: "properties.country",
|
|
2677
2773
|
readOnly: true,
|
|
2678
2774
|
type: {
|
|
2679
|
-
name: "String"
|
|
2680
|
-
}
|
|
2775
|
+
name: "String",
|
|
2776
|
+
},
|
|
2681
2777
|
},
|
|
2682
2778
|
latencyMetrics: {
|
|
2683
2779
|
serializedName: "properties.latencyMetrics",
|
|
@@ -2686,13 +2782,13 @@ export const LatencyScorecard: coreClient.CompositeMapper = {
|
|
|
2686
2782
|
element: {
|
|
2687
2783
|
type: {
|
|
2688
2784
|
name: "Composite",
|
|
2689
|
-
className: "LatencyMetric"
|
|
2690
|
-
}
|
|
2691
|
-
}
|
|
2692
|
-
}
|
|
2693
|
-
}
|
|
2694
|
-
}
|
|
2695
|
-
}
|
|
2785
|
+
className: "LatencyMetric",
|
|
2786
|
+
},
|
|
2787
|
+
},
|
|
2788
|
+
},
|
|
2789
|
+
},
|
|
2790
|
+
},
|
|
2791
|
+
},
|
|
2696
2792
|
};
|
|
2697
2793
|
|
|
2698
2794
|
export const Timeseries: coreClient.CompositeMapper = {
|
|
@@ -2704,38 +2800,38 @@ export const Timeseries: coreClient.CompositeMapper = {
|
|
|
2704
2800
|
endpoint: {
|
|
2705
2801
|
serializedName: "properties.endpoint",
|
|
2706
2802
|
type: {
|
|
2707
|
-
name: "String"
|
|
2708
|
-
}
|
|
2803
|
+
name: "String",
|
|
2804
|
+
},
|
|
2709
2805
|
},
|
|
2710
2806
|
startDateTimeUTC: {
|
|
2711
2807
|
serializedName: "properties.startDateTimeUTC",
|
|
2712
2808
|
type: {
|
|
2713
|
-
name: "String"
|
|
2714
|
-
}
|
|
2809
|
+
name: "String",
|
|
2810
|
+
},
|
|
2715
2811
|
},
|
|
2716
2812
|
endDateTimeUTC: {
|
|
2717
2813
|
serializedName: "properties.endDateTimeUTC",
|
|
2718
2814
|
type: {
|
|
2719
|
-
name: "String"
|
|
2720
|
-
}
|
|
2815
|
+
name: "String",
|
|
2816
|
+
},
|
|
2721
2817
|
},
|
|
2722
2818
|
aggregationInterval: {
|
|
2723
2819
|
serializedName: "properties.aggregationInterval",
|
|
2724
2820
|
type: {
|
|
2725
|
-
name: "String"
|
|
2726
|
-
}
|
|
2821
|
+
name: "String",
|
|
2822
|
+
},
|
|
2727
2823
|
},
|
|
2728
2824
|
timeseriesType: {
|
|
2729
2825
|
serializedName: "properties.timeseriesType",
|
|
2730
2826
|
type: {
|
|
2731
|
-
name: "String"
|
|
2732
|
-
}
|
|
2827
|
+
name: "String",
|
|
2828
|
+
},
|
|
2733
2829
|
},
|
|
2734
2830
|
country: {
|
|
2735
2831
|
serializedName: "properties.country",
|
|
2736
2832
|
type: {
|
|
2737
|
-
name: "String"
|
|
2738
|
-
}
|
|
2833
|
+
name: "String",
|
|
2834
|
+
},
|
|
2739
2835
|
},
|
|
2740
2836
|
timeseriesData: {
|
|
2741
2837
|
serializedName: "properties.timeseriesData",
|
|
@@ -2744,13 +2840,13 @@ export const Timeseries: coreClient.CompositeMapper = {
|
|
|
2744
2840
|
element: {
|
|
2745
2841
|
type: {
|
|
2746
2842
|
name: "Composite",
|
|
2747
|
-
className: "TimeseriesDataPoint"
|
|
2748
|
-
}
|
|
2749
|
-
}
|
|
2750
|
-
}
|
|
2751
|
-
}
|
|
2752
|
-
}
|
|
2753
|
-
}
|
|
2843
|
+
className: "TimeseriesDataPoint",
|
|
2844
|
+
},
|
|
2845
|
+
},
|
|
2846
|
+
},
|
|
2847
|
+
},
|
|
2848
|
+
},
|
|
2849
|
+
},
|
|
2754
2850
|
};
|
|
2755
2851
|
|
|
2756
2852
|
export const RulesEngineProperties: coreClient.CompositeMapper = {
|
|
@@ -2763,11 +2859,11 @@ export const RulesEngineProperties: coreClient.CompositeMapper = {
|
|
|
2763
2859
|
serializedName: "resourceState",
|
|
2764
2860
|
readOnly: true,
|
|
2765
2861
|
type: {
|
|
2766
|
-
name: "String"
|
|
2767
|
-
}
|
|
2768
|
-
}
|
|
2769
|
-
}
|
|
2770
|
-
}
|
|
2862
|
+
name: "String",
|
|
2863
|
+
},
|
|
2864
|
+
},
|
|
2865
|
+
},
|
|
2866
|
+
},
|
|
2771
2867
|
};
|
|
2772
2868
|
|
|
2773
2869
|
export const ForwardingConfiguration: coreClient.CompositeMapper = {
|
|
@@ -2783,31 +2879,31 @@ export const ForwardingConfiguration: coreClient.CompositeMapper = {
|
|
|
2783
2879
|
customForwardingPath: {
|
|
2784
2880
|
serializedName: "customForwardingPath",
|
|
2785
2881
|
type: {
|
|
2786
|
-
name: "String"
|
|
2787
|
-
}
|
|
2882
|
+
name: "String",
|
|
2883
|
+
},
|
|
2788
2884
|
},
|
|
2789
2885
|
forwardingProtocol: {
|
|
2790
2886
|
serializedName: "forwardingProtocol",
|
|
2791
2887
|
type: {
|
|
2792
|
-
name: "String"
|
|
2793
|
-
}
|
|
2888
|
+
name: "String",
|
|
2889
|
+
},
|
|
2794
2890
|
},
|
|
2795
2891
|
cacheConfiguration: {
|
|
2796
2892
|
serializedName: "cacheConfiguration",
|
|
2797
2893
|
type: {
|
|
2798
2894
|
name: "Composite",
|
|
2799
|
-
className: "CacheConfiguration"
|
|
2800
|
-
}
|
|
2895
|
+
className: "CacheConfiguration",
|
|
2896
|
+
},
|
|
2801
2897
|
},
|
|
2802
2898
|
backendPool: {
|
|
2803
2899
|
serializedName: "backendPool",
|
|
2804
2900
|
type: {
|
|
2805
2901
|
name: "Composite",
|
|
2806
|
-
className: "SubResource"
|
|
2807
|
-
}
|
|
2808
|
-
}
|
|
2809
|
-
}
|
|
2810
|
-
}
|
|
2902
|
+
className: "SubResource",
|
|
2903
|
+
},
|
|
2904
|
+
},
|
|
2905
|
+
},
|
|
2906
|
+
},
|
|
2811
2907
|
};
|
|
2812
2908
|
|
|
2813
2909
|
export const RedirectConfiguration: coreClient.CompositeMapper = {
|
|
@@ -2823,41 +2919,41 @@ export const RedirectConfiguration: coreClient.CompositeMapper = {
|
|
|
2823
2919
|
redirectType: {
|
|
2824
2920
|
serializedName: "redirectType",
|
|
2825
2921
|
type: {
|
|
2826
|
-
name: "String"
|
|
2827
|
-
}
|
|
2922
|
+
name: "String",
|
|
2923
|
+
},
|
|
2828
2924
|
},
|
|
2829
2925
|
redirectProtocol: {
|
|
2830
2926
|
serializedName: "redirectProtocol",
|
|
2831
2927
|
type: {
|
|
2832
|
-
name: "String"
|
|
2833
|
-
}
|
|
2928
|
+
name: "String",
|
|
2929
|
+
},
|
|
2834
2930
|
},
|
|
2835
2931
|
customHost: {
|
|
2836
2932
|
serializedName: "customHost",
|
|
2837
2933
|
type: {
|
|
2838
|
-
name: "String"
|
|
2839
|
-
}
|
|
2934
|
+
name: "String",
|
|
2935
|
+
},
|
|
2840
2936
|
},
|
|
2841
2937
|
customPath: {
|
|
2842
2938
|
serializedName: "customPath",
|
|
2843
2939
|
type: {
|
|
2844
|
-
name: "String"
|
|
2845
|
-
}
|
|
2940
|
+
name: "String",
|
|
2941
|
+
},
|
|
2846
2942
|
},
|
|
2847
2943
|
customFragment: {
|
|
2848
2944
|
serializedName: "customFragment",
|
|
2849
2945
|
type: {
|
|
2850
|
-
name: "String"
|
|
2851
|
-
}
|
|
2946
|
+
name: "String",
|
|
2947
|
+
},
|
|
2852
2948
|
},
|
|
2853
2949
|
customQueryString: {
|
|
2854
2950
|
serializedName: "customQueryString",
|
|
2855
2951
|
type: {
|
|
2856
|
-
name: "String"
|
|
2857
|
-
}
|
|
2858
|
-
}
|
|
2859
|
-
}
|
|
2860
|
-
}
|
|
2952
|
+
name: "String",
|
|
2953
|
+
},
|
|
2954
|
+
},
|
|
2955
|
+
},
|
|
2956
|
+
},
|
|
2861
2957
|
};
|
|
2862
2958
|
|
|
2863
2959
|
export const FrontDoorProperties: coreClient.CompositeMapper = {
|
|
@@ -2870,29 +2966,29 @@ export const FrontDoorProperties: coreClient.CompositeMapper = {
|
|
|
2870
2966
|
serializedName: "resourceState",
|
|
2871
2967
|
readOnly: true,
|
|
2872
2968
|
type: {
|
|
2873
|
-
name: "String"
|
|
2874
|
-
}
|
|
2969
|
+
name: "String",
|
|
2970
|
+
},
|
|
2875
2971
|
},
|
|
2876
2972
|
provisioningState: {
|
|
2877
2973
|
serializedName: "provisioningState",
|
|
2878
2974
|
readOnly: true,
|
|
2879
2975
|
type: {
|
|
2880
|
-
name: "String"
|
|
2881
|
-
}
|
|
2976
|
+
name: "String",
|
|
2977
|
+
},
|
|
2882
2978
|
},
|
|
2883
2979
|
cname: {
|
|
2884
2980
|
serializedName: "cname",
|
|
2885
2981
|
readOnly: true,
|
|
2886
2982
|
type: {
|
|
2887
|
-
name: "String"
|
|
2888
|
-
}
|
|
2983
|
+
name: "String",
|
|
2984
|
+
},
|
|
2889
2985
|
},
|
|
2890
2986
|
frontdoorId: {
|
|
2891
2987
|
serializedName: "frontdoorId",
|
|
2892
2988
|
readOnly: true,
|
|
2893
2989
|
type: {
|
|
2894
|
-
name: "String"
|
|
2895
|
-
}
|
|
2990
|
+
name: "String",
|
|
2991
|
+
},
|
|
2896
2992
|
},
|
|
2897
2993
|
rulesEngines: {
|
|
2898
2994
|
serializedName: "rulesEngines",
|
|
@@ -2902,21 +2998,21 @@ export const FrontDoorProperties: coreClient.CompositeMapper = {
|
|
|
2902
2998
|
element: {
|
|
2903
2999
|
type: {
|
|
2904
3000
|
name: "Composite",
|
|
2905
|
-
className: "RulesEngine"
|
|
2906
|
-
}
|
|
2907
|
-
}
|
|
2908
|
-
}
|
|
3001
|
+
className: "RulesEngine",
|
|
3002
|
+
},
|
|
3003
|
+
},
|
|
3004
|
+
},
|
|
2909
3005
|
},
|
|
2910
3006
|
extendedProperties: {
|
|
2911
3007
|
serializedName: "extendedProperties",
|
|
2912
3008
|
readOnly: true,
|
|
2913
3009
|
type: {
|
|
2914
3010
|
name: "Dictionary",
|
|
2915
|
-
value: { type: { name: "String" } }
|
|
2916
|
-
}
|
|
2917
|
-
}
|
|
2918
|
-
}
|
|
2919
|
-
}
|
|
3011
|
+
value: { type: { name: "String" } },
|
|
3012
|
+
},
|
|
3013
|
+
},
|
|
3014
|
+
},
|
|
3015
|
+
},
|
|
2920
3016
|
};
|
|
2921
3017
|
|
|
2922
3018
|
export const RoutingRuleProperties: coreClient.CompositeMapper = {
|
|
@@ -2929,11 +3025,11 @@ export const RoutingRuleProperties: coreClient.CompositeMapper = {
|
|
|
2929
3025
|
serializedName: "resourceState",
|
|
2930
3026
|
readOnly: true,
|
|
2931
3027
|
type: {
|
|
2932
|
-
name: "String"
|
|
2933
|
-
}
|
|
2934
|
-
}
|
|
2935
|
-
}
|
|
2936
|
-
}
|
|
3028
|
+
name: "String",
|
|
3029
|
+
},
|
|
3030
|
+
},
|
|
3031
|
+
},
|
|
3032
|
+
},
|
|
2937
3033
|
};
|
|
2938
3034
|
|
|
2939
3035
|
export const RoutingRule: coreClient.CompositeMapper = {
|
|
@@ -2945,15 +3041,15 @@ export const RoutingRule: coreClient.CompositeMapper = {
|
|
|
2945
3041
|
name: {
|
|
2946
3042
|
serializedName: "name",
|
|
2947
3043
|
type: {
|
|
2948
|
-
name: "String"
|
|
2949
|
-
}
|
|
3044
|
+
name: "String",
|
|
3045
|
+
},
|
|
2950
3046
|
},
|
|
2951
3047
|
type: {
|
|
2952
3048
|
serializedName: "type",
|
|
2953
3049
|
readOnly: true,
|
|
2954
3050
|
type: {
|
|
2955
|
-
name: "String"
|
|
2956
|
-
}
|
|
3051
|
+
name: "String",
|
|
3052
|
+
},
|
|
2957
3053
|
},
|
|
2958
3054
|
frontendEndpoints: {
|
|
2959
3055
|
serializedName: "properties.frontendEndpoints",
|
|
@@ -2962,10 +3058,10 @@ export const RoutingRule: coreClient.CompositeMapper = {
|
|
|
2962
3058
|
element: {
|
|
2963
3059
|
type: {
|
|
2964
3060
|
name: "Composite",
|
|
2965
|
-
className: "SubResource"
|
|
2966
|
-
}
|
|
2967
|
-
}
|
|
2968
|
-
}
|
|
3061
|
+
className: "SubResource",
|
|
3062
|
+
},
|
|
3063
|
+
},
|
|
3064
|
+
},
|
|
2969
3065
|
},
|
|
2970
3066
|
acceptedProtocols: {
|
|
2971
3067
|
serializedName: "properties.acceptedProtocols",
|
|
@@ -2973,10 +3069,10 @@ export const RoutingRule: coreClient.CompositeMapper = {
|
|
|
2973
3069
|
name: "Sequence",
|
|
2974
3070
|
element: {
|
|
2975
3071
|
type: {
|
|
2976
|
-
name: "String"
|
|
2977
|
-
}
|
|
2978
|
-
}
|
|
2979
|
-
}
|
|
3072
|
+
name: "String",
|
|
3073
|
+
},
|
|
3074
|
+
},
|
|
3075
|
+
},
|
|
2980
3076
|
},
|
|
2981
3077
|
patternsToMatch: {
|
|
2982
3078
|
serializedName: "properties.patternsToMatch",
|
|
@@ -2984,48 +3080,48 @@ export const RoutingRule: coreClient.CompositeMapper = {
|
|
|
2984
3080
|
name: "Sequence",
|
|
2985
3081
|
element: {
|
|
2986
3082
|
type: {
|
|
2987
|
-
name: "String"
|
|
2988
|
-
}
|
|
2989
|
-
}
|
|
2990
|
-
}
|
|
3083
|
+
name: "String",
|
|
3084
|
+
},
|
|
3085
|
+
},
|
|
3086
|
+
},
|
|
2991
3087
|
},
|
|
2992
3088
|
enabledState: {
|
|
2993
3089
|
serializedName: "properties.enabledState",
|
|
2994
3090
|
type: {
|
|
2995
|
-
name: "String"
|
|
2996
|
-
}
|
|
3091
|
+
name: "String",
|
|
3092
|
+
},
|
|
2997
3093
|
},
|
|
2998
3094
|
routeConfiguration: {
|
|
2999
3095
|
serializedName: "properties.routeConfiguration",
|
|
3000
3096
|
type: {
|
|
3001
3097
|
name: "Composite",
|
|
3002
|
-
className: "RouteConfiguration"
|
|
3003
|
-
}
|
|
3098
|
+
className: "RouteConfiguration",
|
|
3099
|
+
},
|
|
3004
3100
|
},
|
|
3005
3101
|
rulesEngine: {
|
|
3006
3102
|
serializedName: "properties.rulesEngine",
|
|
3007
3103
|
type: {
|
|
3008
3104
|
name: "Composite",
|
|
3009
|
-
className: "SubResource"
|
|
3010
|
-
}
|
|
3105
|
+
className: "SubResource",
|
|
3106
|
+
},
|
|
3011
3107
|
},
|
|
3012
3108
|
webApplicationFirewallPolicyLink: {
|
|
3013
3109
|
serializedName: "properties.webApplicationFirewallPolicyLink",
|
|
3014
3110
|
type: {
|
|
3015
3111
|
name: "Composite",
|
|
3016
3112
|
className:
|
|
3017
|
-
"RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink"
|
|
3018
|
-
}
|
|
3113
|
+
"RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink",
|
|
3114
|
+
},
|
|
3019
3115
|
},
|
|
3020
3116
|
resourceState: {
|
|
3021
3117
|
serializedName: "properties.resourceState",
|
|
3022
3118
|
readOnly: true,
|
|
3023
3119
|
type: {
|
|
3024
|
-
name: "String"
|
|
3025
|
-
}
|
|
3026
|
-
}
|
|
3027
|
-
}
|
|
3028
|
-
}
|
|
3120
|
+
name: "String",
|
|
3121
|
+
},
|
|
3122
|
+
},
|
|
3123
|
+
},
|
|
3124
|
+
},
|
|
3029
3125
|
};
|
|
3030
3126
|
|
|
3031
3127
|
export const LoadBalancingSettingsModel: coreClient.CompositeMapper = {
|
|
@@ -3037,43 +3133,43 @@ export const LoadBalancingSettingsModel: coreClient.CompositeMapper = {
|
|
|
3037
3133
|
name: {
|
|
3038
3134
|
serializedName: "name",
|
|
3039
3135
|
type: {
|
|
3040
|
-
name: "String"
|
|
3041
|
-
}
|
|
3136
|
+
name: "String",
|
|
3137
|
+
},
|
|
3042
3138
|
},
|
|
3043
3139
|
type: {
|
|
3044
3140
|
serializedName: "type",
|
|
3045
3141
|
readOnly: true,
|
|
3046
3142
|
type: {
|
|
3047
|
-
name: "String"
|
|
3048
|
-
}
|
|
3143
|
+
name: "String",
|
|
3144
|
+
},
|
|
3049
3145
|
},
|
|
3050
3146
|
sampleSize: {
|
|
3051
3147
|
serializedName: "properties.sampleSize",
|
|
3052
3148
|
type: {
|
|
3053
|
-
name: "Number"
|
|
3054
|
-
}
|
|
3149
|
+
name: "Number",
|
|
3150
|
+
},
|
|
3055
3151
|
},
|
|
3056
3152
|
successfulSamplesRequired: {
|
|
3057
3153
|
serializedName: "properties.successfulSamplesRequired",
|
|
3058
3154
|
type: {
|
|
3059
|
-
name: "Number"
|
|
3060
|
-
}
|
|
3155
|
+
name: "Number",
|
|
3156
|
+
},
|
|
3061
3157
|
},
|
|
3062
3158
|
additionalLatencyMilliseconds: {
|
|
3063
3159
|
serializedName: "properties.additionalLatencyMilliseconds",
|
|
3064
3160
|
type: {
|
|
3065
|
-
name: "Number"
|
|
3066
|
-
}
|
|
3161
|
+
name: "Number",
|
|
3162
|
+
},
|
|
3067
3163
|
},
|
|
3068
3164
|
resourceState: {
|
|
3069
3165
|
serializedName: "properties.resourceState",
|
|
3070
3166
|
readOnly: true,
|
|
3071
3167
|
type: {
|
|
3072
|
-
name: "String"
|
|
3073
|
-
}
|
|
3074
|
-
}
|
|
3075
|
-
}
|
|
3076
|
-
}
|
|
3168
|
+
name: "String",
|
|
3169
|
+
},
|
|
3170
|
+
},
|
|
3171
|
+
},
|
|
3172
|
+
},
|
|
3077
3173
|
};
|
|
3078
3174
|
|
|
3079
3175
|
export const HealthProbeSettingsModel: coreClient.CompositeMapper = {
|
|
@@ -3085,56 +3181,56 @@ export const HealthProbeSettingsModel: coreClient.CompositeMapper = {
|
|
|
3085
3181
|
name: {
|
|
3086
3182
|
serializedName: "name",
|
|
3087
3183
|
type: {
|
|
3088
|
-
name: "String"
|
|
3089
|
-
}
|
|
3184
|
+
name: "String",
|
|
3185
|
+
},
|
|
3090
3186
|
},
|
|
3091
3187
|
type: {
|
|
3092
3188
|
serializedName: "type",
|
|
3093
3189
|
readOnly: true,
|
|
3094
3190
|
type: {
|
|
3095
|
-
name: "String"
|
|
3096
|
-
}
|
|
3191
|
+
name: "String",
|
|
3192
|
+
},
|
|
3097
3193
|
},
|
|
3098
3194
|
path: {
|
|
3099
3195
|
serializedName: "properties.path",
|
|
3100
3196
|
type: {
|
|
3101
|
-
name: "String"
|
|
3102
|
-
}
|
|
3197
|
+
name: "String",
|
|
3198
|
+
},
|
|
3103
3199
|
},
|
|
3104
3200
|
protocol: {
|
|
3105
3201
|
serializedName: "properties.protocol",
|
|
3106
3202
|
type: {
|
|
3107
|
-
name: "String"
|
|
3108
|
-
}
|
|
3203
|
+
name: "String",
|
|
3204
|
+
},
|
|
3109
3205
|
},
|
|
3110
3206
|
intervalInSeconds: {
|
|
3111
3207
|
serializedName: "properties.intervalInSeconds",
|
|
3112
3208
|
type: {
|
|
3113
|
-
name: "Number"
|
|
3114
|
-
}
|
|
3209
|
+
name: "Number",
|
|
3210
|
+
},
|
|
3115
3211
|
},
|
|
3116
3212
|
healthProbeMethod: {
|
|
3117
3213
|
defaultValue: "HEAD",
|
|
3118
3214
|
serializedName: "properties.healthProbeMethod",
|
|
3119
3215
|
type: {
|
|
3120
|
-
name: "String"
|
|
3121
|
-
}
|
|
3216
|
+
name: "String",
|
|
3217
|
+
},
|
|
3122
3218
|
},
|
|
3123
3219
|
enabledState: {
|
|
3124
3220
|
serializedName: "properties.enabledState",
|
|
3125
3221
|
type: {
|
|
3126
|
-
name: "String"
|
|
3127
|
-
}
|
|
3222
|
+
name: "String",
|
|
3223
|
+
},
|
|
3128
3224
|
},
|
|
3129
3225
|
resourceState: {
|
|
3130
3226
|
serializedName: "properties.resourceState",
|
|
3131
3227
|
readOnly: true,
|
|
3132
3228
|
type: {
|
|
3133
|
-
name: "String"
|
|
3134
|
-
}
|
|
3135
|
-
}
|
|
3136
|
-
}
|
|
3137
|
-
}
|
|
3229
|
+
name: "String",
|
|
3230
|
+
},
|
|
3231
|
+
},
|
|
3232
|
+
},
|
|
3233
|
+
},
|
|
3138
3234
|
};
|
|
3139
3235
|
|
|
3140
3236
|
export const BackendPool: coreClient.CompositeMapper = {
|
|
@@ -3146,15 +3242,15 @@ export const BackendPool: coreClient.CompositeMapper = {
|
|
|
3146
3242
|
name: {
|
|
3147
3243
|
serializedName: "name",
|
|
3148
3244
|
type: {
|
|
3149
|
-
name: "String"
|
|
3150
|
-
}
|
|
3245
|
+
name: "String",
|
|
3246
|
+
},
|
|
3151
3247
|
},
|
|
3152
3248
|
type: {
|
|
3153
3249
|
serializedName: "type",
|
|
3154
3250
|
readOnly: true,
|
|
3155
3251
|
type: {
|
|
3156
|
-
name: "String"
|
|
3157
|
-
}
|
|
3252
|
+
name: "String",
|
|
3253
|
+
},
|
|
3158
3254
|
},
|
|
3159
3255
|
backends: {
|
|
3160
3256
|
serializedName: "properties.backends",
|
|
@@ -3163,34 +3259,34 @@ export const BackendPool: coreClient.CompositeMapper = {
|
|
|
3163
3259
|
element: {
|
|
3164
3260
|
type: {
|
|
3165
3261
|
name: "Composite",
|
|
3166
|
-
className: "Backend"
|
|
3167
|
-
}
|
|
3168
|
-
}
|
|
3169
|
-
}
|
|
3262
|
+
className: "Backend",
|
|
3263
|
+
},
|
|
3264
|
+
},
|
|
3265
|
+
},
|
|
3170
3266
|
},
|
|
3171
3267
|
loadBalancingSettings: {
|
|
3172
3268
|
serializedName: "properties.loadBalancingSettings",
|
|
3173
3269
|
type: {
|
|
3174
3270
|
name: "Composite",
|
|
3175
|
-
className: "SubResource"
|
|
3176
|
-
}
|
|
3271
|
+
className: "SubResource",
|
|
3272
|
+
},
|
|
3177
3273
|
},
|
|
3178
3274
|
healthProbeSettings: {
|
|
3179
3275
|
serializedName: "properties.healthProbeSettings",
|
|
3180
3276
|
type: {
|
|
3181
3277
|
name: "Composite",
|
|
3182
|
-
className: "SubResource"
|
|
3183
|
-
}
|
|
3278
|
+
className: "SubResource",
|
|
3279
|
+
},
|
|
3184
3280
|
},
|
|
3185
3281
|
resourceState: {
|
|
3186
3282
|
serializedName: "properties.resourceState",
|
|
3187
3283
|
readOnly: true,
|
|
3188
3284
|
type: {
|
|
3189
|
-
name: "String"
|
|
3190
|
-
}
|
|
3191
|
-
}
|
|
3192
|
-
}
|
|
3193
|
-
}
|
|
3285
|
+
name: "String",
|
|
3286
|
+
},
|
|
3287
|
+
},
|
|
3288
|
+
},
|
|
3289
|
+
},
|
|
3194
3290
|
};
|
|
3195
3291
|
|
|
3196
3292
|
export const FrontendEndpoint: coreClient.CompositeMapper = {
|
|
@@ -3202,72 +3298,72 @@ export const FrontendEndpoint: coreClient.CompositeMapper = {
|
|
|
3202
3298
|
name: {
|
|
3203
3299
|
serializedName: "name",
|
|
3204
3300
|
type: {
|
|
3205
|
-
name: "String"
|
|
3206
|
-
}
|
|
3301
|
+
name: "String",
|
|
3302
|
+
},
|
|
3207
3303
|
},
|
|
3208
3304
|
type: {
|
|
3209
3305
|
serializedName: "type",
|
|
3210
3306
|
readOnly: true,
|
|
3211
3307
|
type: {
|
|
3212
|
-
name: "String"
|
|
3213
|
-
}
|
|
3308
|
+
name: "String",
|
|
3309
|
+
},
|
|
3214
3310
|
},
|
|
3215
3311
|
hostName: {
|
|
3216
3312
|
serializedName: "properties.hostName",
|
|
3217
3313
|
type: {
|
|
3218
|
-
name: "String"
|
|
3219
|
-
}
|
|
3314
|
+
name: "String",
|
|
3315
|
+
},
|
|
3220
3316
|
},
|
|
3221
3317
|
sessionAffinityEnabledState: {
|
|
3222
3318
|
serializedName: "properties.sessionAffinityEnabledState",
|
|
3223
3319
|
type: {
|
|
3224
|
-
name: "String"
|
|
3225
|
-
}
|
|
3320
|
+
name: "String",
|
|
3321
|
+
},
|
|
3226
3322
|
},
|
|
3227
3323
|
sessionAffinityTtlSeconds: {
|
|
3228
3324
|
serializedName: "properties.sessionAffinityTtlSeconds",
|
|
3229
3325
|
type: {
|
|
3230
|
-
name: "Number"
|
|
3231
|
-
}
|
|
3326
|
+
name: "Number",
|
|
3327
|
+
},
|
|
3232
3328
|
},
|
|
3233
3329
|
webApplicationFirewallPolicyLink: {
|
|
3234
3330
|
serializedName: "properties.webApplicationFirewallPolicyLink",
|
|
3235
3331
|
type: {
|
|
3236
3332
|
name: "Composite",
|
|
3237
3333
|
className:
|
|
3238
|
-
"FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink"
|
|
3239
|
-
}
|
|
3334
|
+
"FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink",
|
|
3335
|
+
},
|
|
3240
3336
|
},
|
|
3241
3337
|
resourceState: {
|
|
3242
3338
|
serializedName: "properties.resourceState",
|
|
3243
3339
|
readOnly: true,
|
|
3244
3340
|
type: {
|
|
3245
|
-
name: "String"
|
|
3246
|
-
}
|
|
3341
|
+
name: "String",
|
|
3342
|
+
},
|
|
3247
3343
|
},
|
|
3248
3344
|
customHttpsProvisioningState: {
|
|
3249
3345
|
serializedName: "properties.customHttpsProvisioningState",
|
|
3250
3346
|
readOnly: true,
|
|
3251
3347
|
type: {
|
|
3252
|
-
name: "String"
|
|
3253
|
-
}
|
|
3348
|
+
name: "String",
|
|
3349
|
+
},
|
|
3254
3350
|
},
|
|
3255
3351
|
customHttpsProvisioningSubstate: {
|
|
3256
3352
|
serializedName: "properties.customHttpsProvisioningSubstate",
|
|
3257
3353
|
readOnly: true,
|
|
3258
3354
|
type: {
|
|
3259
|
-
name: "String"
|
|
3260
|
-
}
|
|
3355
|
+
name: "String",
|
|
3356
|
+
},
|
|
3261
3357
|
},
|
|
3262
3358
|
customHttpsConfiguration: {
|
|
3263
3359
|
serializedName: "properties.customHttpsConfiguration",
|
|
3264
3360
|
type: {
|
|
3265
3361
|
name: "Composite",
|
|
3266
|
-
className: "CustomHttpsConfiguration"
|
|
3267
|
-
}
|
|
3268
|
-
}
|
|
3269
|
-
}
|
|
3270
|
-
}
|
|
3362
|
+
className: "CustomHttpsConfiguration",
|
|
3363
|
+
},
|
|
3364
|
+
},
|
|
3365
|
+
},
|
|
3366
|
+
},
|
|
3271
3367
|
};
|
|
3272
3368
|
|
|
3273
3369
|
export const LoadBalancingSettingsProperties: coreClient.CompositeMapper = {
|
|
@@ -3280,11 +3376,11 @@ export const LoadBalancingSettingsProperties: coreClient.CompositeMapper = {
|
|
|
3280
3376
|
serializedName: "resourceState",
|
|
3281
3377
|
readOnly: true,
|
|
3282
3378
|
type: {
|
|
3283
|
-
name: "String"
|
|
3284
|
-
}
|
|
3285
|
-
}
|
|
3286
|
-
}
|
|
3287
|
-
}
|
|
3379
|
+
name: "String",
|
|
3380
|
+
},
|
|
3381
|
+
},
|
|
3382
|
+
},
|
|
3383
|
+
},
|
|
3288
3384
|
};
|
|
3289
3385
|
|
|
3290
3386
|
export const HealthProbeSettingsProperties: coreClient.CompositeMapper = {
|
|
@@ -3297,11 +3393,11 @@ export const HealthProbeSettingsProperties: coreClient.CompositeMapper = {
|
|
|
3297
3393
|
serializedName: "resourceState",
|
|
3298
3394
|
readOnly: true,
|
|
3299
3395
|
type: {
|
|
3300
|
-
name: "String"
|
|
3301
|
-
}
|
|
3302
|
-
}
|
|
3303
|
-
}
|
|
3304
|
-
}
|
|
3396
|
+
name: "String",
|
|
3397
|
+
},
|
|
3398
|
+
},
|
|
3399
|
+
},
|
|
3400
|
+
},
|
|
3305
3401
|
};
|
|
3306
3402
|
|
|
3307
3403
|
export const BackendPoolProperties: coreClient.CompositeMapper = {
|
|
@@ -3314,11 +3410,11 @@ export const BackendPoolProperties: coreClient.CompositeMapper = {
|
|
|
3314
3410
|
serializedName: "resourceState",
|
|
3315
3411
|
readOnly: true,
|
|
3316
3412
|
type: {
|
|
3317
|
-
name: "String"
|
|
3318
|
-
}
|
|
3319
|
-
}
|
|
3320
|
-
}
|
|
3321
|
-
}
|
|
3413
|
+
name: "String",
|
|
3414
|
+
},
|
|
3415
|
+
},
|
|
3416
|
+
},
|
|
3417
|
+
},
|
|
3322
3418
|
};
|
|
3323
3419
|
|
|
3324
3420
|
export const FrontendEndpointProperties: coreClient.CompositeMapper = {
|
|
@@ -3331,36 +3427,38 @@ export const FrontendEndpointProperties: coreClient.CompositeMapper = {
|
|
|
3331
3427
|
serializedName: "resourceState",
|
|
3332
3428
|
readOnly: true,
|
|
3333
3429
|
type: {
|
|
3334
|
-
name: "String"
|
|
3335
|
-
}
|
|
3430
|
+
name: "String",
|
|
3431
|
+
},
|
|
3336
3432
|
},
|
|
3337
3433
|
customHttpsProvisioningState: {
|
|
3338
3434
|
serializedName: "customHttpsProvisioningState",
|
|
3339
3435
|
readOnly: true,
|
|
3340
3436
|
type: {
|
|
3341
|
-
name: "String"
|
|
3342
|
-
}
|
|
3437
|
+
name: "String",
|
|
3438
|
+
},
|
|
3343
3439
|
},
|
|
3344
3440
|
customHttpsProvisioningSubstate: {
|
|
3345
3441
|
serializedName: "customHttpsProvisioningSubstate",
|
|
3346
3442
|
readOnly: true,
|
|
3347
3443
|
type: {
|
|
3348
|
-
name: "String"
|
|
3349
|
-
}
|
|
3444
|
+
name: "String",
|
|
3445
|
+
},
|
|
3350
3446
|
},
|
|
3351
3447
|
customHttpsConfiguration: {
|
|
3352
3448
|
serializedName: "customHttpsConfiguration",
|
|
3353
3449
|
type: {
|
|
3354
3450
|
name: "Composite",
|
|
3355
|
-
className: "CustomHttpsConfiguration"
|
|
3356
|
-
}
|
|
3357
|
-
}
|
|
3358
|
-
}
|
|
3359
|
-
}
|
|
3451
|
+
className: "CustomHttpsConfiguration",
|
|
3452
|
+
},
|
|
3453
|
+
},
|
|
3454
|
+
},
|
|
3455
|
+
},
|
|
3360
3456
|
};
|
|
3361
3457
|
|
|
3362
3458
|
export let discriminators = {
|
|
3363
3459
|
RouteConfiguration: RouteConfiguration,
|
|
3364
|
-
"RouteConfiguration.#Microsoft.Azure.FrontDoor.Models.FrontdoorForwardingConfiguration":
|
|
3365
|
-
|
|
3460
|
+
"RouteConfiguration.#Microsoft.Azure.FrontDoor.Models.FrontdoorForwardingConfiguration":
|
|
3461
|
+
ForwardingConfiguration,
|
|
3462
|
+
"RouteConfiguration.#Microsoft.Azure.FrontDoor.Models.FrontdoorRedirectConfiguration":
|
|
3463
|
+
RedirectConfiguration,
|
|
3366
3464
|
};
|