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