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