@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
|
@@ -0,0 +1,1910 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-frontdoor"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export type ActionType = string;
|
|
15
|
+
|
|
16
|
+
// @public
|
|
17
|
+
export type AggregationInterval = string;
|
|
18
|
+
|
|
19
|
+
// @public
|
|
20
|
+
export type Availability = string;
|
|
21
|
+
|
|
22
|
+
// @public
|
|
23
|
+
export interface AzureAsyncOperationResult {
|
|
24
|
+
// (undocumented)
|
|
25
|
+
error?: ErrorModel;
|
|
26
|
+
status?: NetworkOperationStatus;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
// @public
|
|
30
|
+
export interface Backend {
|
|
31
|
+
address?: string;
|
|
32
|
+
backendHostHeader?: string;
|
|
33
|
+
enabledState?: BackendEnabledState;
|
|
34
|
+
httpPort?: number;
|
|
35
|
+
httpsPort?: number;
|
|
36
|
+
priority?: number;
|
|
37
|
+
readonly privateEndpointStatus?: PrivateEndpointStatus;
|
|
38
|
+
privateLinkAlias?: string;
|
|
39
|
+
privateLinkApprovalMessage?: string;
|
|
40
|
+
privateLinkLocation?: string;
|
|
41
|
+
privateLinkResourceId?: string;
|
|
42
|
+
weight?: number;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// @public
|
|
46
|
+
export type BackendEnabledState = string;
|
|
47
|
+
|
|
48
|
+
// @public
|
|
49
|
+
export type BackendPool = SubResource & {
|
|
50
|
+
name?: string;
|
|
51
|
+
readonly type?: string;
|
|
52
|
+
backends?: Backend[];
|
|
53
|
+
loadBalancingSettings?: SubResource;
|
|
54
|
+
healthProbeSettings?: SubResource;
|
|
55
|
+
readonly resourceState?: FrontDoorResourceState;
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
// @public
|
|
59
|
+
export interface BackendPoolListResult {
|
|
60
|
+
nextLink?: string;
|
|
61
|
+
readonly value?: BackendPool[];
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
// @public
|
|
65
|
+
export type BackendPoolProperties = BackendPoolUpdateParameters & {
|
|
66
|
+
readonly resourceState?: FrontDoorResourceState;
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
// @public
|
|
70
|
+
export interface BackendPoolsSettings {
|
|
71
|
+
enforceCertificateNameCheck?: EnforceCertificateNameCheckEnabledState;
|
|
72
|
+
sendRecvTimeoutSeconds?: number;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
// @public
|
|
76
|
+
export interface BackendPoolUpdateParameters {
|
|
77
|
+
backends?: Backend[];
|
|
78
|
+
healthProbeSettings?: SubResource;
|
|
79
|
+
loadBalancingSettings?: SubResource;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
// @public
|
|
83
|
+
export interface CacheConfiguration {
|
|
84
|
+
cacheDuration?: string;
|
|
85
|
+
dynamicCompression?: DynamicCompressionEnabled;
|
|
86
|
+
queryParameters?: string;
|
|
87
|
+
queryParameterStripDirective?: FrontDoorQuery;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
// @public
|
|
91
|
+
export interface CheckNameAvailabilityInput {
|
|
92
|
+
name: string;
|
|
93
|
+
type: ResourceType;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// @public
|
|
97
|
+
export interface CheckNameAvailabilityOutput {
|
|
98
|
+
readonly message?: string;
|
|
99
|
+
readonly nameAvailability?: Availability;
|
|
100
|
+
readonly reason?: string;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// @public
|
|
104
|
+
export interface CustomHttpsConfiguration {
|
|
105
|
+
certificateSource: FrontDoorCertificateSource;
|
|
106
|
+
certificateType?: FrontDoorCertificateType;
|
|
107
|
+
minimumTlsVersion: MinimumTLSVersion;
|
|
108
|
+
protocolType: FrontDoorTlsProtocolType;
|
|
109
|
+
secretName?: string;
|
|
110
|
+
secretVersion?: string;
|
|
111
|
+
vault?: KeyVaultCertificateSourceParametersVault;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// @public
|
|
115
|
+
export type CustomHttpsProvisioningState = string;
|
|
116
|
+
|
|
117
|
+
// @public
|
|
118
|
+
export type CustomHttpsProvisioningSubstate = string;
|
|
119
|
+
|
|
120
|
+
// @public
|
|
121
|
+
export interface CustomRule {
|
|
122
|
+
action: ActionType;
|
|
123
|
+
enabledState?: CustomRuleEnabledState;
|
|
124
|
+
matchConditions: MatchCondition[];
|
|
125
|
+
name?: string;
|
|
126
|
+
priority: number;
|
|
127
|
+
rateLimitDurationInMinutes?: number;
|
|
128
|
+
rateLimitThreshold?: number;
|
|
129
|
+
ruleType: RuleType;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
// @public
|
|
133
|
+
export type CustomRuleEnabledState = string;
|
|
134
|
+
|
|
135
|
+
// @public
|
|
136
|
+
export interface CustomRuleList {
|
|
137
|
+
rules?: CustomRule[];
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
// @public
|
|
141
|
+
export type DynamicCompressionEnabled = string;
|
|
142
|
+
|
|
143
|
+
// @public
|
|
144
|
+
export interface Endpoint {
|
|
145
|
+
endpoint?: string;
|
|
146
|
+
name?: string;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
// @public
|
|
150
|
+
export interface Endpoints {
|
|
151
|
+
beginPurgeContent(resourceGroupName: string, frontDoorName: string, contentFilePaths: PurgeParameters, options?: EndpointsPurgeContentOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
152
|
+
beginPurgeContentAndWait(resourceGroupName: string, frontDoorName: string, contentFilePaths: PurgeParameters, options?: EndpointsPurgeContentOptionalParams): Promise<void>;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
// @public
|
|
156
|
+
export interface EndpointsPurgeContentOptionalParams extends coreClient.OperationOptions {
|
|
157
|
+
resumeFrom?: string;
|
|
158
|
+
updateIntervalInMs?: number;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
// @public
|
|
162
|
+
export type EndpointType = string;
|
|
163
|
+
|
|
164
|
+
// @public
|
|
165
|
+
export type EnforceCertificateNameCheckEnabledState = string;
|
|
166
|
+
|
|
167
|
+
// @public (undocumented)
|
|
168
|
+
export interface ErrorDetails {
|
|
169
|
+
// (undocumented)
|
|
170
|
+
code?: string;
|
|
171
|
+
// (undocumented)
|
|
172
|
+
message?: string;
|
|
173
|
+
// (undocumented)
|
|
174
|
+
target?: string;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
// @public (undocumented)
|
|
178
|
+
export interface ErrorModel {
|
|
179
|
+
// (undocumented)
|
|
180
|
+
code?: string;
|
|
181
|
+
// (undocumented)
|
|
182
|
+
details?: ErrorDetails[];
|
|
183
|
+
// (undocumented)
|
|
184
|
+
innerError?: string;
|
|
185
|
+
// (undocumented)
|
|
186
|
+
message?: string;
|
|
187
|
+
// (undocumented)
|
|
188
|
+
target?: string;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
// @public
|
|
192
|
+
export interface ErrorResponse {
|
|
193
|
+
readonly code?: string;
|
|
194
|
+
readonly message?: string;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
// @public
|
|
198
|
+
export type Experiment = Resource & {
|
|
199
|
+
description?: string;
|
|
200
|
+
endpointA?: Endpoint;
|
|
201
|
+
endpointB?: Endpoint;
|
|
202
|
+
enabledState?: State;
|
|
203
|
+
readonly resourceState?: NetworkExperimentResourceState;
|
|
204
|
+
readonly status?: string;
|
|
205
|
+
readonly scriptFileUri?: string;
|
|
206
|
+
};
|
|
207
|
+
|
|
208
|
+
// @public
|
|
209
|
+
export interface ExperimentList {
|
|
210
|
+
nextLink?: string;
|
|
211
|
+
readonly value?: Experiment[];
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
// @public
|
|
215
|
+
export interface Experiments {
|
|
216
|
+
beginCreateOrUpdate(resourceGroupName: string, profileName: string, experimentName: string, parameters: Experiment, options?: ExperimentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ExperimentsCreateOrUpdateResponse>, ExperimentsCreateOrUpdateResponse>>;
|
|
217
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, profileName: string, experimentName: string, parameters: Experiment, options?: ExperimentsCreateOrUpdateOptionalParams): Promise<ExperimentsCreateOrUpdateResponse>;
|
|
218
|
+
beginDelete(resourceGroupName: string, profileName: string, experimentName: string, options?: ExperimentsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
219
|
+
beginDeleteAndWait(resourceGroupName: string, profileName: string, experimentName: string, options?: ExperimentsDeleteOptionalParams): Promise<void>;
|
|
220
|
+
beginUpdate(resourceGroupName: string, profileName: string, experimentName: string, parameters: ExperimentUpdateModel, options?: ExperimentsUpdateOptionalParams): Promise<PollerLike<PollOperationState<ExperimentsUpdateResponse>, ExperimentsUpdateResponse>>;
|
|
221
|
+
beginUpdateAndWait(resourceGroupName: string, profileName: string, experimentName: string, parameters: ExperimentUpdateModel, options?: ExperimentsUpdateOptionalParams): Promise<ExperimentsUpdateResponse>;
|
|
222
|
+
get(resourceGroupName: string, profileName: string, experimentName: string, options?: ExperimentsGetOptionalParams): Promise<ExperimentsGetResponse>;
|
|
223
|
+
listByProfile(resourceGroupName: string, profileName: string, options?: ExperimentsListByProfileOptionalParams): PagedAsyncIterableIterator<Experiment>;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
// @public
|
|
227
|
+
export interface ExperimentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
228
|
+
resumeFrom?: string;
|
|
229
|
+
updateIntervalInMs?: number;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
// @public
|
|
233
|
+
export type ExperimentsCreateOrUpdateResponse = Experiment;
|
|
234
|
+
|
|
235
|
+
// @public
|
|
236
|
+
export interface ExperimentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
237
|
+
resumeFrom?: string;
|
|
238
|
+
updateIntervalInMs?: number;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
// @public
|
|
242
|
+
export interface ExperimentsGetOptionalParams extends coreClient.OperationOptions {
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
// @public
|
|
246
|
+
export type ExperimentsGetResponse = Experiment;
|
|
247
|
+
|
|
248
|
+
// @public
|
|
249
|
+
export interface ExperimentsListByProfileNextOptionalParams extends coreClient.OperationOptions {
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
// @public
|
|
253
|
+
export type ExperimentsListByProfileNextResponse = ExperimentList;
|
|
254
|
+
|
|
255
|
+
// @public
|
|
256
|
+
export interface ExperimentsListByProfileOptionalParams extends coreClient.OperationOptions {
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
// @public
|
|
260
|
+
export type ExperimentsListByProfileResponse = ExperimentList;
|
|
261
|
+
|
|
262
|
+
// @public
|
|
263
|
+
export interface ExperimentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
264
|
+
resumeFrom?: string;
|
|
265
|
+
updateIntervalInMs?: number;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
// @public
|
|
269
|
+
export type ExperimentsUpdateResponse = Experiment;
|
|
270
|
+
|
|
271
|
+
// @public
|
|
272
|
+
export interface ExperimentUpdateModel {
|
|
273
|
+
description?: string;
|
|
274
|
+
enabledState?: State;
|
|
275
|
+
tags?: {
|
|
276
|
+
[propertyName: string]: string;
|
|
277
|
+
};
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
// @public
|
|
281
|
+
export type ForwardingConfiguration = RouteConfiguration & {
|
|
282
|
+
odataType: "#Microsoft.Azure.FrontDoor.Models.FrontdoorForwardingConfiguration";
|
|
283
|
+
customForwardingPath?: string;
|
|
284
|
+
forwardingProtocol?: FrontDoorForwardingProtocol;
|
|
285
|
+
cacheConfiguration?: CacheConfiguration;
|
|
286
|
+
backendPool?: SubResource;
|
|
287
|
+
};
|
|
288
|
+
|
|
289
|
+
// @public
|
|
290
|
+
export type FrontDoor = Resource & {
|
|
291
|
+
friendlyName?: string;
|
|
292
|
+
routingRules?: RoutingRule[];
|
|
293
|
+
loadBalancingSettings?: LoadBalancingSettingsModel[];
|
|
294
|
+
healthProbeSettings?: HealthProbeSettingsModel[];
|
|
295
|
+
backendPools?: BackendPool[];
|
|
296
|
+
frontendEndpoints?: FrontendEndpoint[];
|
|
297
|
+
backendPoolsSettings?: BackendPoolsSettings;
|
|
298
|
+
enabledState?: FrontDoorEnabledState;
|
|
299
|
+
readonly resourceState?: FrontDoorResourceState;
|
|
300
|
+
readonly provisioningState?: string;
|
|
301
|
+
readonly cname?: string;
|
|
302
|
+
readonly frontdoorId?: string;
|
|
303
|
+
readonly rulesEngines?: RulesEngine[];
|
|
304
|
+
};
|
|
305
|
+
|
|
306
|
+
// @public
|
|
307
|
+
export type FrontDoorCertificateSource = string;
|
|
308
|
+
|
|
309
|
+
// @public
|
|
310
|
+
export type FrontDoorCertificateType = string;
|
|
311
|
+
|
|
312
|
+
// @public
|
|
313
|
+
export type FrontDoorEnabledState = string;
|
|
314
|
+
|
|
315
|
+
// @public
|
|
316
|
+
export type FrontDoorForwardingProtocol = string;
|
|
317
|
+
|
|
318
|
+
// @public
|
|
319
|
+
export type FrontDoorHealthProbeMethod = string;
|
|
320
|
+
|
|
321
|
+
// @public
|
|
322
|
+
export interface FrontDoorListResult {
|
|
323
|
+
nextLink?: string;
|
|
324
|
+
readonly value?: FrontDoor[];
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
// @public (undocumented)
|
|
328
|
+
export class FrontDoorManagementClient extends coreClient.ServiceClient {
|
|
329
|
+
// (undocumented)
|
|
330
|
+
$host: string;
|
|
331
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: FrontDoorManagementClientOptionalParams);
|
|
332
|
+
// (undocumented)
|
|
333
|
+
endpoints: Endpoints;
|
|
334
|
+
// (undocumented)
|
|
335
|
+
experiments: Experiments;
|
|
336
|
+
// (undocumented)
|
|
337
|
+
frontDoorNameAvailability: FrontDoorNameAvailability;
|
|
338
|
+
// (undocumented)
|
|
339
|
+
frontDoorNameAvailabilityWithSubscription: FrontDoorNameAvailabilityWithSubscription;
|
|
340
|
+
// (undocumented)
|
|
341
|
+
frontDoors: FrontDoors;
|
|
342
|
+
// (undocumented)
|
|
343
|
+
frontendEndpoints: FrontendEndpoints;
|
|
344
|
+
// (undocumented)
|
|
345
|
+
managedRuleSets: ManagedRuleSets;
|
|
346
|
+
// (undocumented)
|
|
347
|
+
networkExperimentProfiles: NetworkExperimentProfiles;
|
|
348
|
+
// (undocumented)
|
|
349
|
+
policies: Policies;
|
|
350
|
+
// (undocumented)
|
|
351
|
+
preconfiguredEndpoints: PreconfiguredEndpoints;
|
|
352
|
+
// (undocumented)
|
|
353
|
+
reports: Reports;
|
|
354
|
+
// (undocumented)
|
|
355
|
+
rulesEngines: RulesEngines;
|
|
356
|
+
// (undocumented)
|
|
357
|
+
subscriptionId: string;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
// @public
|
|
361
|
+
export interface FrontDoorManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
362
|
+
$host?: string;
|
|
363
|
+
endpoint?: string;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
// @public
|
|
367
|
+
export interface FrontDoorNameAvailability {
|
|
368
|
+
check(checkFrontDoorNameAvailabilityInput: CheckNameAvailabilityInput, options?: FrontDoorNameAvailabilityCheckOptionalParams): Promise<FrontDoorNameAvailabilityCheckResponse>;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
// @public
|
|
372
|
+
export interface FrontDoorNameAvailabilityCheckOptionalParams extends coreClient.OperationOptions {
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
// @public
|
|
376
|
+
export type FrontDoorNameAvailabilityCheckResponse = CheckNameAvailabilityOutput;
|
|
377
|
+
|
|
378
|
+
// @public
|
|
379
|
+
export interface FrontDoorNameAvailabilityWithSubscription {
|
|
380
|
+
check(checkFrontDoorNameAvailabilityInput: CheckNameAvailabilityInput, options?: FrontDoorNameAvailabilityWithSubscriptionCheckOptionalParams): Promise<FrontDoorNameAvailabilityWithSubscriptionCheckResponse>;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
// @public
|
|
384
|
+
export interface FrontDoorNameAvailabilityWithSubscriptionCheckOptionalParams extends coreClient.OperationOptions {
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
// @public
|
|
388
|
+
export type FrontDoorNameAvailabilityWithSubscriptionCheckResponse = CheckNameAvailabilityOutput;
|
|
389
|
+
|
|
390
|
+
// @public
|
|
391
|
+
export type FrontDoorProperties = FrontDoorUpdateParameters & {
|
|
392
|
+
readonly resourceState?: FrontDoorResourceState;
|
|
393
|
+
readonly provisioningState?: string;
|
|
394
|
+
readonly cname?: string;
|
|
395
|
+
readonly frontdoorId?: string;
|
|
396
|
+
readonly rulesEngines?: RulesEngine[];
|
|
397
|
+
};
|
|
398
|
+
|
|
399
|
+
// @public
|
|
400
|
+
export type FrontDoorProtocol = string;
|
|
401
|
+
|
|
402
|
+
// @public
|
|
403
|
+
export type FrontDoorQuery = string;
|
|
404
|
+
|
|
405
|
+
// @public
|
|
406
|
+
export type FrontDoorRedirectProtocol = string;
|
|
407
|
+
|
|
408
|
+
// @public
|
|
409
|
+
export type FrontDoorRedirectType = string;
|
|
410
|
+
|
|
411
|
+
// @public
|
|
412
|
+
export type FrontDoorResourceState = string;
|
|
413
|
+
|
|
414
|
+
// @public
|
|
415
|
+
export interface FrontDoors {
|
|
416
|
+
beginCreateOrUpdate(resourceGroupName: string, frontDoorName: string, frontDoorParameters: FrontDoor, options?: FrontDoorsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<FrontDoorsCreateOrUpdateResponse>, FrontDoorsCreateOrUpdateResponse>>;
|
|
417
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, frontDoorName: string, frontDoorParameters: FrontDoor, options?: FrontDoorsCreateOrUpdateOptionalParams): Promise<FrontDoorsCreateOrUpdateResponse>;
|
|
418
|
+
beginDelete(resourceGroupName: string, frontDoorName: string, options?: FrontDoorsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
419
|
+
beginDeleteAndWait(resourceGroupName: string, frontDoorName: string, options?: FrontDoorsDeleteOptionalParams): Promise<void>;
|
|
420
|
+
get(resourceGroupName: string, frontDoorName: string, options?: FrontDoorsGetOptionalParams): Promise<FrontDoorsGetResponse>;
|
|
421
|
+
list(options?: FrontDoorsListOptionalParams): PagedAsyncIterableIterator<FrontDoor>;
|
|
422
|
+
listByResourceGroup(resourceGroupName: string, options?: FrontDoorsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<FrontDoor>;
|
|
423
|
+
validateCustomDomain(resourceGroupName: string, frontDoorName: string, customDomainProperties: ValidateCustomDomainInput, options?: FrontDoorsValidateCustomDomainOptionalParams): Promise<FrontDoorsValidateCustomDomainResponse>;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
// @public
|
|
427
|
+
export interface FrontDoorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
428
|
+
resumeFrom?: string;
|
|
429
|
+
updateIntervalInMs?: number;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
// @public
|
|
433
|
+
export type FrontDoorsCreateOrUpdateResponse = FrontDoor;
|
|
434
|
+
|
|
435
|
+
// @public
|
|
436
|
+
export interface FrontDoorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
437
|
+
resumeFrom?: string;
|
|
438
|
+
updateIntervalInMs?: number;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
// @public
|
|
442
|
+
export interface FrontDoorsGetOptionalParams extends coreClient.OperationOptions {
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
// @public
|
|
446
|
+
export type FrontDoorsGetResponse = FrontDoor;
|
|
447
|
+
|
|
448
|
+
// @public
|
|
449
|
+
export interface FrontDoorsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
// @public
|
|
453
|
+
export type FrontDoorsListByResourceGroupNextResponse = FrontDoorListResult;
|
|
454
|
+
|
|
455
|
+
// @public
|
|
456
|
+
export interface FrontDoorsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
// @public
|
|
460
|
+
export type FrontDoorsListByResourceGroupResponse = FrontDoorListResult;
|
|
461
|
+
|
|
462
|
+
// @public
|
|
463
|
+
export interface FrontDoorsListNextOptionalParams extends coreClient.OperationOptions {
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
// @public
|
|
467
|
+
export type FrontDoorsListNextResponse = FrontDoorListResult;
|
|
468
|
+
|
|
469
|
+
// @public
|
|
470
|
+
export interface FrontDoorsListOptionalParams extends coreClient.OperationOptions {
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
// @public
|
|
474
|
+
export type FrontDoorsListResponse = FrontDoorListResult;
|
|
475
|
+
|
|
476
|
+
// @public
|
|
477
|
+
export interface FrontDoorsValidateCustomDomainOptionalParams extends coreClient.OperationOptions {
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
// @public
|
|
481
|
+
export type FrontDoorsValidateCustomDomainResponse = ValidateCustomDomainOutput;
|
|
482
|
+
|
|
483
|
+
// @public
|
|
484
|
+
export type FrontDoorTlsProtocolType = string;
|
|
485
|
+
|
|
486
|
+
// @public
|
|
487
|
+
export interface FrontDoorUpdateParameters {
|
|
488
|
+
backendPools?: BackendPool[];
|
|
489
|
+
backendPoolsSettings?: BackendPoolsSettings;
|
|
490
|
+
enabledState?: FrontDoorEnabledState;
|
|
491
|
+
friendlyName?: string;
|
|
492
|
+
frontendEndpoints?: FrontendEndpoint[];
|
|
493
|
+
healthProbeSettings?: HealthProbeSettingsModel[];
|
|
494
|
+
loadBalancingSettings?: LoadBalancingSettingsModel[];
|
|
495
|
+
routingRules?: RoutingRule[];
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
// @public
|
|
499
|
+
export type FrontendEndpoint = SubResource & {
|
|
500
|
+
name?: string;
|
|
501
|
+
readonly type?: string;
|
|
502
|
+
hostName?: string;
|
|
503
|
+
sessionAffinityEnabledState?: SessionAffinityEnabledState;
|
|
504
|
+
sessionAffinityTtlSeconds?: number;
|
|
505
|
+
webApplicationFirewallPolicyLink?: FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink;
|
|
506
|
+
readonly resourceState?: FrontDoorResourceState;
|
|
507
|
+
readonly customHttpsProvisioningState?: CustomHttpsProvisioningState;
|
|
508
|
+
readonly customHttpsProvisioningSubstate?: CustomHttpsProvisioningSubstate;
|
|
509
|
+
readonly customHttpsConfiguration?: CustomHttpsConfiguration;
|
|
510
|
+
};
|
|
511
|
+
|
|
512
|
+
// @public
|
|
513
|
+
export interface FrontendEndpointLink {
|
|
514
|
+
id?: string;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
// @public
|
|
518
|
+
export type FrontendEndpointProperties = FrontendEndpointUpdateParameters & {
|
|
519
|
+
readonly resourceState?: FrontDoorResourceState;
|
|
520
|
+
readonly customHttpsProvisioningState?: CustomHttpsProvisioningState;
|
|
521
|
+
readonly customHttpsProvisioningSubstate?: CustomHttpsProvisioningSubstate;
|
|
522
|
+
readonly customHttpsConfiguration?: CustomHttpsConfiguration;
|
|
523
|
+
};
|
|
524
|
+
|
|
525
|
+
// @public
|
|
526
|
+
export interface FrontendEndpoints {
|
|
527
|
+
beginDisableHttps(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, options?: FrontendEndpointsDisableHttpsOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
528
|
+
beginDisableHttpsAndWait(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, options?: FrontendEndpointsDisableHttpsOptionalParams): Promise<void>;
|
|
529
|
+
beginEnableHttps(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, customHttpsConfiguration: CustomHttpsConfiguration, options?: FrontendEndpointsEnableHttpsOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
530
|
+
beginEnableHttpsAndWait(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, customHttpsConfiguration: CustomHttpsConfiguration, options?: FrontendEndpointsEnableHttpsOptionalParams): Promise<void>;
|
|
531
|
+
get(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, options?: FrontendEndpointsGetOptionalParams): Promise<FrontendEndpointsGetResponse>;
|
|
532
|
+
listByFrontDoor(resourceGroupName: string, frontDoorName: string, options?: FrontendEndpointsListByFrontDoorOptionalParams): PagedAsyncIterableIterator<FrontendEndpoint>;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
// @public
|
|
536
|
+
export interface FrontendEndpointsDisableHttpsOptionalParams extends coreClient.OperationOptions {
|
|
537
|
+
resumeFrom?: string;
|
|
538
|
+
updateIntervalInMs?: number;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
// @public
|
|
542
|
+
export interface FrontendEndpointsEnableHttpsOptionalParams extends coreClient.OperationOptions {
|
|
543
|
+
resumeFrom?: string;
|
|
544
|
+
updateIntervalInMs?: number;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
// @public
|
|
548
|
+
export interface FrontendEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
// @public
|
|
552
|
+
export type FrontendEndpointsGetResponse = FrontendEndpoint;
|
|
553
|
+
|
|
554
|
+
// @public
|
|
555
|
+
export interface FrontendEndpointsListByFrontDoorNextOptionalParams extends coreClient.OperationOptions {
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
// @public
|
|
559
|
+
export type FrontendEndpointsListByFrontDoorNextResponse = FrontendEndpointsListResult;
|
|
560
|
+
|
|
561
|
+
// @public
|
|
562
|
+
export interface FrontendEndpointsListByFrontDoorOptionalParams extends coreClient.OperationOptions {
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
// @public
|
|
566
|
+
export type FrontendEndpointsListByFrontDoorResponse = FrontendEndpointsListResult;
|
|
567
|
+
|
|
568
|
+
// @public
|
|
569
|
+
export interface FrontendEndpointsListResult {
|
|
570
|
+
nextLink?: string;
|
|
571
|
+
readonly value?: FrontendEndpoint[];
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
// @public
|
|
575
|
+
export interface FrontendEndpointUpdateParameters {
|
|
576
|
+
hostName?: string;
|
|
577
|
+
sessionAffinityEnabledState?: SessionAffinityEnabledState;
|
|
578
|
+
sessionAffinityTtlSeconds?: number;
|
|
579
|
+
webApplicationFirewallPolicyLink?: FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
// @public
|
|
583
|
+
export interface FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink {
|
|
584
|
+
id?: string;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
// @public
|
|
588
|
+
export interface HeaderAction {
|
|
589
|
+
headerActionType: HeaderActionType;
|
|
590
|
+
headerName: string;
|
|
591
|
+
value?: string;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
// @public
|
|
595
|
+
export type HeaderActionType = string;
|
|
596
|
+
|
|
597
|
+
// @public
|
|
598
|
+
export type HealthProbeEnabled = string;
|
|
599
|
+
|
|
600
|
+
// @public
|
|
601
|
+
export interface HealthProbeSettingsListResult {
|
|
602
|
+
nextLink?: string;
|
|
603
|
+
readonly value?: HealthProbeSettingsModel[];
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
// @public
|
|
607
|
+
export type HealthProbeSettingsModel = SubResource & {
|
|
608
|
+
name?: string;
|
|
609
|
+
readonly type?: string;
|
|
610
|
+
path?: string;
|
|
611
|
+
protocol?: FrontDoorProtocol;
|
|
612
|
+
intervalInSeconds?: number;
|
|
613
|
+
healthProbeMethod?: FrontDoorHealthProbeMethod;
|
|
614
|
+
enabledState?: HealthProbeEnabled;
|
|
615
|
+
readonly resourceState?: FrontDoorResourceState;
|
|
616
|
+
};
|
|
617
|
+
|
|
618
|
+
// @public
|
|
619
|
+
export type HealthProbeSettingsProperties = HealthProbeSettingsUpdateParameters & {
|
|
620
|
+
readonly resourceState?: FrontDoorResourceState;
|
|
621
|
+
};
|
|
622
|
+
|
|
623
|
+
// @public
|
|
624
|
+
export interface HealthProbeSettingsUpdateParameters {
|
|
625
|
+
enabledState?: HealthProbeEnabled;
|
|
626
|
+
healthProbeMethod?: FrontDoorHealthProbeMethod;
|
|
627
|
+
intervalInSeconds?: number;
|
|
628
|
+
path?: string;
|
|
629
|
+
protocol?: FrontDoorProtocol;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
// @public
|
|
633
|
+
export interface KeyVaultCertificateSourceParametersVault {
|
|
634
|
+
id?: string;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
// @public
|
|
638
|
+
export enum KnownActionType {
|
|
639
|
+
// (undocumented)
|
|
640
|
+
Allow = "Allow",
|
|
641
|
+
// (undocumented)
|
|
642
|
+
Block = "Block",
|
|
643
|
+
// (undocumented)
|
|
644
|
+
Log = "Log",
|
|
645
|
+
// (undocumented)
|
|
646
|
+
Redirect = "Redirect"
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
// @public
|
|
650
|
+
export enum KnownAggregationInterval {
|
|
651
|
+
// (undocumented)
|
|
652
|
+
Daily = "Daily",
|
|
653
|
+
// (undocumented)
|
|
654
|
+
Hourly = "Hourly"
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
// @public
|
|
658
|
+
export enum KnownAvailability {
|
|
659
|
+
// (undocumented)
|
|
660
|
+
Available = "Available",
|
|
661
|
+
// (undocumented)
|
|
662
|
+
Unavailable = "Unavailable"
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
// @public
|
|
666
|
+
export enum KnownBackendEnabledState {
|
|
667
|
+
// (undocumented)
|
|
668
|
+
Disabled = "Disabled",
|
|
669
|
+
// (undocumented)
|
|
670
|
+
Enabled = "Enabled"
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
// @public
|
|
674
|
+
export enum KnownCustomHttpsProvisioningState {
|
|
675
|
+
// (undocumented)
|
|
676
|
+
Disabled = "Disabled",
|
|
677
|
+
// (undocumented)
|
|
678
|
+
Disabling = "Disabling",
|
|
679
|
+
// (undocumented)
|
|
680
|
+
Enabled = "Enabled",
|
|
681
|
+
// (undocumented)
|
|
682
|
+
Enabling = "Enabling",
|
|
683
|
+
// (undocumented)
|
|
684
|
+
Failed = "Failed"
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
// @public
|
|
688
|
+
export enum KnownCustomHttpsProvisioningSubstate {
|
|
689
|
+
// (undocumented)
|
|
690
|
+
CertificateDeleted = "CertificateDeleted",
|
|
691
|
+
// (undocumented)
|
|
692
|
+
CertificateDeployed = "CertificateDeployed",
|
|
693
|
+
// (undocumented)
|
|
694
|
+
DeletingCertificate = "DeletingCertificate",
|
|
695
|
+
// (undocumented)
|
|
696
|
+
DeployingCertificate = "DeployingCertificate",
|
|
697
|
+
// (undocumented)
|
|
698
|
+
DomainControlValidationRequestApproved = "DomainControlValidationRequestApproved",
|
|
699
|
+
// (undocumented)
|
|
700
|
+
DomainControlValidationRequestRejected = "DomainControlValidationRequestRejected",
|
|
701
|
+
// (undocumented)
|
|
702
|
+
DomainControlValidationRequestTimedOut = "DomainControlValidationRequestTimedOut",
|
|
703
|
+
// (undocumented)
|
|
704
|
+
IssuingCertificate = "IssuingCertificate",
|
|
705
|
+
// (undocumented)
|
|
706
|
+
PendingDomainControlValidationREquestApproval = "PendingDomainControlValidationREquestApproval",
|
|
707
|
+
// (undocumented)
|
|
708
|
+
SubmittingDomainControlValidationRequest = "SubmittingDomainControlValidationRequest"
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
// @public
|
|
712
|
+
export enum KnownCustomRuleEnabledState {
|
|
713
|
+
// (undocumented)
|
|
714
|
+
Disabled = "Disabled",
|
|
715
|
+
// (undocumented)
|
|
716
|
+
Enabled = "Enabled"
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
// @public
|
|
720
|
+
export enum KnownDynamicCompressionEnabled {
|
|
721
|
+
// (undocumented)
|
|
722
|
+
Disabled = "Disabled",
|
|
723
|
+
// (undocumented)
|
|
724
|
+
Enabled = "Enabled"
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
// @public
|
|
728
|
+
export enum KnownEndpointType {
|
|
729
|
+
// (undocumented)
|
|
730
|
+
AFD = "AFD",
|
|
731
|
+
// (undocumented)
|
|
732
|
+
ATM = "ATM",
|
|
733
|
+
// (undocumented)
|
|
734
|
+
AzureRegion = "AzureRegion",
|
|
735
|
+
// (undocumented)
|
|
736
|
+
CDN = "CDN"
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
// @public
|
|
740
|
+
export enum KnownEnforceCertificateNameCheckEnabledState {
|
|
741
|
+
// (undocumented)
|
|
742
|
+
Disabled = "Disabled",
|
|
743
|
+
// (undocumented)
|
|
744
|
+
Enabled = "Enabled"
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
// @public
|
|
748
|
+
export enum KnownFrontDoorCertificateSource {
|
|
749
|
+
// (undocumented)
|
|
750
|
+
AzureKeyVault = "AzureKeyVault",
|
|
751
|
+
// (undocumented)
|
|
752
|
+
FrontDoor = "FrontDoor"
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
// @public
|
|
756
|
+
export enum KnownFrontDoorCertificateType {
|
|
757
|
+
// (undocumented)
|
|
758
|
+
Dedicated = "Dedicated"
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
// @public
|
|
762
|
+
export enum KnownFrontDoorEnabledState {
|
|
763
|
+
// (undocumented)
|
|
764
|
+
Disabled = "Disabled",
|
|
765
|
+
// (undocumented)
|
|
766
|
+
Enabled = "Enabled"
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
// @public
|
|
770
|
+
export enum KnownFrontDoorForwardingProtocol {
|
|
771
|
+
// (undocumented)
|
|
772
|
+
HttpOnly = "HttpOnly",
|
|
773
|
+
// (undocumented)
|
|
774
|
+
HttpsOnly = "HttpsOnly",
|
|
775
|
+
// (undocumented)
|
|
776
|
+
MatchRequest = "MatchRequest"
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
// @public
|
|
780
|
+
export enum KnownFrontDoorHealthProbeMethod {
|
|
781
|
+
// (undocumented)
|
|
782
|
+
GET = "GET",
|
|
783
|
+
// (undocumented)
|
|
784
|
+
Head = "HEAD"
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
// @public
|
|
788
|
+
export enum KnownFrontDoorProtocol {
|
|
789
|
+
// (undocumented)
|
|
790
|
+
Http = "Http",
|
|
791
|
+
// (undocumented)
|
|
792
|
+
Https = "Https"
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
// @public
|
|
796
|
+
export enum KnownFrontDoorQuery {
|
|
797
|
+
// (undocumented)
|
|
798
|
+
StripAll = "StripAll",
|
|
799
|
+
// (undocumented)
|
|
800
|
+
StripAllExcept = "StripAllExcept",
|
|
801
|
+
// (undocumented)
|
|
802
|
+
StripNone = "StripNone",
|
|
803
|
+
// (undocumented)
|
|
804
|
+
StripOnly = "StripOnly"
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
// @public
|
|
808
|
+
export enum KnownFrontDoorRedirectProtocol {
|
|
809
|
+
// (undocumented)
|
|
810
|
+
HttpOnly = "HttpOnly",
|
|
811
|
+
// (undocumented)
|
|
812
|
+
HttpsOnly = "HttpsOnly",
|
|
813
|
+
// (undocumented)
|
|
814
|
+
MatchRequest = "MatchRequest"
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
// @public
|
|
818
|
+
export enum KnownFrontDoorRedirectType {
|
|
819
|
+
// (undocumented)
|
|
820
|
+
Found = "Found",
|
|
821
|
+
// (undocumented)
|
|
822
|
+
Moved = "Moved",
|
|
823
|
+
// (undocumented)
|
|
824
|
+
PermanentRedirect = "PermanentRedirect",
|
|
825
|
+
// (undocumented)
|
|
826
|
+
TemporaryRedirect = "TemporaryRedirect"
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
// @public
|
|
830
|
+
export enum KnownFrontDoorResourceState {
|
|
831
|
+
// (undocumented)
|
|
832
|
+
Creating = "Creating",
|
|
833
|
+
// (undocumented)
|
|
834
|
+
Deleting = "Deleting",
|
|
835
|
+
// (undocumented)
|
|
836
|
+
Disabled = "Disabled",
|
|
837
|
+
// (undocumented)
|
|
838
|
+
Disabling = "Disabling",
|
|
839
|
+
// (undocumented)
|
|
840
|
+
Enabled = "Enabled",
|
|
841
|
+
// (undocumented)
|
|
842
|
+
Enabling = "Enabling"
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
// @public
|
|
846
|
+
export enum KnownFrontDoorTlsProtocolType {
|
|
847
|
+
// (undocumented)
|
|
848
|
+
ServerNameIndication = "ServerNameIndication"
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
// @public
|
|
852
|
+
export enum KnownHeaderActionType {
|
|
853
|
+
// (undocumented)
|
|
854
|
+
Append = "Append",
|
|
855
|
+
// (undocumented)
|
|
856
|
+
Delete = "Delete",
|
|
857
|
+
// (undocumented)
|
|
858
|
+
Overwrite = "Overwrite"
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
// @public
|
|
862
|
+
export enum KnownHealthProbeEnabled {
|
|
863
|
+
// (undocumented)
|
|
864
|
+
Disabled = "Disabled",
|
|
865
|
+
// (undocumented)
|
|
866
|
+
Enabled = "Enabled"
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
// @public
|
|
870
|
+
export enum KnownLatencyScorecardAggregationInterval {
|
|
871
|
+
// (undocumented)
|
|
872
|
+
Daily = "Daily",
|
|
873
|
+
// (undocumented)
|
|
874
|
+
Monthly = "Monthly",
|
|
875
|
+
// (undocumented)
|
|
876
|
+
Weekly = "Weekly"
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
// @public
|
|
880
|
+
export enum KnownManagedRuleEnabledState {
|
|
881
|
+
// (undocumented)
|
|
882
|
+
Disabled = "Disabled",
|
|
883
|
+
// (undocumented)
|
|
884
|
+
Enabled = "Enabled"
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
// @public
|
|
888
|
+
export enum KnownManagedRuleExclusionMatchVariable {
|
|
889
|
+
// (undocumented)
|
|
890
|
+
QueryStringArgNames = "QueryStringArgNames",
|
|
891
|
+
// (undocumented)
|
|
892
|
+
RequestBodyJsonArgNames = "RequestBodyJsonArgNames",
|
|
893
|
+
// (undocumented)
|
|
894
|
+
RequestBodyPostArgNames = "RequestBodyPostArgNames",
|
|
895
|
+
// (undocumented)
|
|
896
|
+
RequestCookieNames = "RequestCookieNames",
|
|
897
|
+
// (undocumented)
|
|
898
|
+
RequestHeaderNames = "RequestHeaderNames"
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
// @public
|
|
902
|
+
export enum KnownManagedRuleExclusionSelectorMatchOperator {
|
|
903
|
+
// (undocumented)
|
|
904
|
+
Contains = "Contains",
|
|
905
|
+
// (undocumented)
|
|
906
|
+
EndsWith = "EndsWith",
|
|
907
|
+
// (undocumented)
|
|
908
|
+
Equals = "Equals",
|
|
909
|
+
// (undocumented)
|
|
910
|
+
EqualsAny = "EqualsAny",
|
|
911
|
+
// (undocumented)
|
|
912
|
+
StartsWith = "StartsWith"
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
// @public
|
|
916
|
+
export enum KnownManagedRuleSetActionType {
|
|
917
|
+
// (undocumented)
|
|
918
|
+
Block = "Block",
|
|
919
|
+
// (undocumented)
|
|
920
|
+
Log = "Log",
|
|
921
|
+
// (undocumented)
|
|
922
|
+
Redirect = "Redirect"
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
// @public
|
|
926
|
+
export enum KnownMatchProcessingBehavior {
|
|
927
|
+
// (undocumented)
|
|
928
|
+
Continue = "Continue",
|
|
929
|
+
// (undocumented)
|
|
930
|
+
Stop = "Stop"
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
// @public
|
|
934
|
+
export enum KnownMatchVariable {
|
|
935
|
+
// (undocumented)
|
|
936
|
+
Cookies = "Cookies",
|
|
937
|
+
// (undocumented)
|
|
938
|
+
PostArgs = "PostArgs",
|
|
939
|
+
// (undocumented)
|
|
940
|
+
QueryString = "QueryString",
|
|
941
|
+
// (undocumented)
|
|
942
|
+
RemoteAddr = "RemoteAddr",
|
|
943
|
+
// (undocumented)
|
|
944
|
+
RequestBody = "RequestBody",
|
|
945
|
+
// (undocumented)
|
|
946
|
+
RequestHeader = "RequestHeader",
|
|
947
|
+
// (undocumented)
|
|
948
|
+
RequestMethod = "RequestMethod",
|
|
949
|
+
// (undocumented)
|
|
950
|
+
RequestUri = "RequestUri",
|
|
951
|
+
// (undocumented)
|
|
952
|
+
SocketAddr = "SocketAddr"
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
// @public
|
|
956
|
+
export enum KnownMinimumTLSVersion {
|
|
957
|
+
// (undocumented)
|
|
958
|
+
One0 = "1.0",
|
|
959
|
+
// (undocumented)
|
|
960
|
+
One2 = "1.2"
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
// @public
|
|
964
|
+
export enum KnownNetworkExperimentResourceState {
|
|
965
|
+
// (undocumented)
|
|
966
|
+
Creating = "Creating",
|
|
967
|
+
// (undocumented)
|
|
968
|
+
Deleting = "Deleting",
|
|
969
|
+
// (undocumented)
|
|
970
|
+
Disabled = "Disabled",
|
|
971
|
+
// (undocumented)
|
|
972
|
+
Disabling = "Disabling",
|
|
973
|
+
// (undocumented)
|
|
974
|
+
Enabled = "Enabled",
|
|
975
|
+
// (undocumented)
|
|
976
|
+
Enabling = "Enabling"
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
// @public
|
|
980
|
+
export enum KnownNetworkOperationStatus {
|
|
981
|
+
// (undocumented)
|
|
982
|
+
Failed = "Failed",
|
|
983
|
+
// (undocumented)
|
|
984
|
+
InProgress = "InProgress",
|
|
985
|
+
// (undocumented)
|
|
986
|
+
Succeeded = "Succeeded"
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
// @public
|
|
990
|
+
export enum KnownOperator {
|
|
991
|
+
// (undocumented)
|
|
992
|
+
Any = "Any",
|
|
993
|
+
// (undocumented)
|
|
994
|
+
BeginsWith = "BeginsWith",
|
|
995
|
+
// (undocumented)
|
|
996
|
+
Contains = "Contains",
|
|
997
|
+
// (undocumented)
|
|
998
|
+
EndsWith = "EndsWith",
|
|
999
|
+
// (undocumented)
|
|
1000
|
+
Equal = "Equal",
|
|
1001
|
+
// (undocumented)
|
|
1002
|
+
GeoMatch = "GeoMatch",
|
|
1003
|
+
// (undocumented)
|
|
1004
|
+
GreaterThan = "GreaterThan",
|
|
1005
|
+
// (undocumented)
|
|
1006
|
+
GreaterThanOrEqual = "GreaterThanOrEqual",
|
|
1007
|
+
// (undocumented)
|
|
1008
|
+
IPMatch = "IPMatch",
|
|
1009
|
+
// (undocumented)
|
|
1010
|
+
LessThan = "LessThan",
|
|
1011
|
+
// (undocumented)
|
|
1012
|
+
LessThanOrEqual = "LessThanOrEqual",
|
|
1013
|
+
// (undocumented)
|
|
1014
|
+
RegEx = "RegEx"
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
// @public
|
|
1018
|
+
export enum KnownPolicyEnabledState {
|
|
1019
|
+
// (undocumented)
|
|
1020
|
+
Disabled = "Disabled",
|
|
1021
|
+
// (undocumented)
|
|
1022
|
+
Enabled = "Enabled"
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
// @public
|
|
1026
|
+
export enum KnownPolicyMode {
|
|
1027
|
+
// (undocumented)
|
|
1028
|
+
Detection = "Detection",
|
|
1029
|
+
// (undocumented)
|
|
1030
|
+
Prevention = "Prevention"
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
// @public
|
|
1034
|
+
export enum KnownPolicyRequestBodyCheck {
|
|
1035
|
+
// (undocumented)
|
|
1036
|
+
Disabled = "Disabled",
|
|
1037
|
+
// (undocumented)
|
|
1038
|
+
Enabled = "Enabled"
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
// @public
|
|
1042
|
+
export enum KnownPolicyResourceState {
|
|
1043
|
+
// (undocumented)
|
|
1044
|
+
Creating = "Creating",
|
|
1045
|
+
// (undocumented)
|
|
1046
|
+
Deleting = "Deleting",
|
|
1047
|
+
// (undocumented)
|
|
1048
|
+
Disabled = "Disabled",
|
|
1049
|
+
// (undocumented)
|
|
1050
|
+
Disabling = "Disabling",
|
|
1051
|
+
// (undocumented)
|
|
1052
|
+
Enabled = "Enabled",
|
|
1053
|
+
// (undocumented)
|
|
1054
|
+
Enabling = "Enabling"
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
// @public
|
|
1058
|
+
export enum KnownPrivateEndpointStatus {
|
|
1059
|
+
// (undocumented)
|
|
1060
|
+
Approved = "Approved",
|
|
1061
|
+
// (undocumented)
|
|
1062
|
+
Disconnected = "Disconnected",
|
|
1063
|
+
// (undocumented)
|
|
1064
|
+
Pending = "Pending",
|
|
1065
|
+
// (undocumented)
|
|
1066
|
+
Rejected = "Rejected",
|
|
1067
|
+
// (undocumented)
|
|
1068
|
+
Timeout = "Timeout"
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
// @public
|
|
1072
|
+
export enum KnownRoutingRuleEnabledState {
|
|
1073
|
+
// (undocumented)
|
|
1074
|
+
Disabled = "Disabled",
|
|
1075
|
+
// (undocumented)
|
|
1076
|
+
Enabled = "Enabled"
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
// @public
|
|
1080
|
+
export enum KnownRulesEngineMatchVariable {
|
|
1081
|
+
// (undocumented)
|
|
1082
|
+
IsMobile = "IsMobile",
|
|
1083
|
+
// (undocumented)
|
|
1084
|
+
PostArgs = "PostArgs",
|
|
1085
|
+
// (undocumented)
|
|
1086
|
+
QueryString = "QueryString",
|
|
1087
|
+
// (undocumented)
|
|
1088
|
+
RemoteAddr = "RemoteAddr",
|
|
1089
|
+
// (undocumented)
|
|
1090
|
+
RequestBody = "RequestBody",
|
|
1091
|
+
// (undocumented)
|
|
1092
|
+
RequestFilename = "RequestFilename",
|
|
1093
|
+
// (undocumented)
|
|
1094
|
+
RequestFilenameExtension = "RequestFilenameExtension",
|
|
1095
|
+
// (undocumented)
|
|
1096
|
+
RequestHeader = "RequestHeader",
|
|
1097
|
+
// (undocumented)
|
|
1098
|
+
RequestMethod = "RequestMethod",
|
|
1099
|
+
// (undocumented)
|
|
1100
|
+
RequestPath = "RequestPath",
|
|
1101
|
+
// (undocumented)
|
|
1102
|
+
RequestScheme = "RequestScheme",
|
|
1103
|
+
// (undocumented)
|
|
1104
|
+
RequestUri = "RequestUri"
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
// @public
|
|
1108
|
+
export enum KnownRulesEngineOperator {
|
|
1109
|
+
// (undocumented)
|
|
1110
|
+
Any = "Any",
|
|
1111
|
+
// (undocumented)
|
|
1112
|
+
BeginsWith = "BeginsWith",
|
|
1113
|
+
// (undocumented)
|
|
1114
|
+
Contains = "Contains",
|
|
1115
|
+
// (undocumented)
|
|
1116
|
+
EndsWith = "EndsWith",
|
|
1117
|
+
// (undocumented)
|
|
1118
|
+
Equal = "Equal",
|
|
1119
|
+
// (undocumented)
|
|
1120
|
+
GeoMatch = "GeoMatch",
|
|
1121
|
+
// (undocumented)
|
|
1122
|
+
GreaterThan = "GreaterThan",
|
|
1123
|
+
// (undocumented)
|
|
1124
|
+
GreaterThanOrEqual = "GreaterThanOrEqual",
|
|
1125
|
+
// (undocumented)
|
|
1126
|
+
IPMatch = "IPMatch",
|
|
1127
|
+
// (undocumented)
|
|
1128
|
+
LessThan = "LessThan",
|
|
1129
|
+
// (undocumented)
|
|
1130
|
+
LessThanOrEqual = "LessThanOrEqual"
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
// @public
|
|
1134
|
+
export enum KnownRuleType {
|
|
1135
|
+
// (undocumented)
|
|
1136
|
+
MatchRule = "MatchRule",
|
|
1137
|
+
// (undocumented)
|
|
1138
|
+
RateLimitRule = "RateLimitRule"
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
// @public
|
|
1142
|
+
export enum KnownSessionAffinityEnabledState {
|
|
1143
|
+
// (undocumented)
|
|
1144
|
+
Disabled = "Disabled",
|
|
1145
|
+
// (undocumented)
|
|
1146
|
+
Enabled = "Enabled"
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
// @public
|
|
1150
|
+
export enum KnownSkuName {
|
|
1151
|
+
// (undocumented)
|
|
1152
|
+
ClassicAzureFrontDoor = "Classic_AzureFrontDoor",
|
|
1153
|
+
// (undocumented)
|
|
1154
|
+
PremiumAzureFrontDoor = "Premium_AzureFrontDoor",
|
|
1155
|
+
// (undocumented)
|
|
1156
|
+
StandardAzureFrontDoor = "Standard_AzureFrontDoor"
|
|
1157
|
+
}
|
|
1158
|
+
|
|
1159
|
+
// @public
|
|
1160
|
+
export enum KnownState {
|
|
1161
|
+
// (undocumented)
|
|
1162
|
+
Disabled = "Disabled",
|
|
1163
|
+
// (undocumented)
|
|
1164
|
+
Enabled = "Enabled"
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
// @public
|
|
1168
|
+
export enum KnownTimeseriesAggregationInterval {
|
|
1169
|
+
// (undocumented)
|
|
1170
|
+
Daily = "Daily",
|
|
1171
|
+
// (undocumented)
|
|
1172
|
+
Hourly = "Hourly"
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
// @public
|
|
1176
|
+
export enum KnownTimeseriesType {
|
|
1177
|
+
// (undocumented)
|
|
1178
|
+
LatencyP50 = "LatencyP50",
|
|
1179
|
+
// (undocumented)
|
|
1180
|
+
LatencyP75 = "LatencyP75",
|
|
1181
|
+
// (undocumented)
|
|
1182
|
+
LatencyP95 = "LatencyP95",
|
|
1183
|
+
// (undocumented)
|
|
1184
|
+
MeasurementCounts = "MeasurementCounts"
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
// @public
|
|
1188
|
+
export enum KnownTransform {
|
|
1189
|
+
// (undocumented)
|
|
1190
|
+
Lowercase = "Lowercase",
|
|
1191
|
+
// (undocumented)
|
|
1192
|
+
RemoveNulls = "RemoveNulls",
|
|
1193
|
+
// (undocumented)
|
|
1194
|
+
Trim = "Trim",
|
|
1195
|
+
// (undocumented)
|
|
1196
|
+
Uppercase = "Uppercase",
|
|
1197
|
+
// (undocumented)
|
|
1198
|
+
UrlDecode = "UrlDecode",
|
|
1199
|
+
// (undocumented)
|
|
1200
|
+
UrlEncode = "UrlEncode"
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
// @public
|
|
1204
|
+
export enum KnownTransformType {
|
|
1205
|
+
// (undocumented)
|
|
1206
|
+
Lowercase = "Lowercase",
|
|
1207
|
+
// (undocumented)
|
|
1208
|
+
RemoveNulls = "RemoveNulls",
|
|
1209
|
+
// (undocumented)
|
|
1210
|
+
Trim = "Trim",
|
|
1211
|
+
// (undocumented)
|
|
1212
|
+
Uppercase = "Uppercase",
|
|
1213
|
+
// (undocumented)
|
|
1214
|
+
UrlDecode = "UrlDecode",
|
|
1215
|
+
// (undocumented)
|
|
1216
|
+
UrlEncode = "UrlEncode"
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
// @public
|
|
1220
|
+
export interface LatencyMetric {
|
|
1221
|
+
readonly aCLower95CI?: number;
|
|
1222
|
+
readonly aHUpper95CI?: number;
|
|
1223
|
+
readonly aValue?: number;
|
|
1224
|
+
readonly bCLower95CI?: number;
|
|
1225
|
+
readonly bUpper95CI?: number;
|
|
1226
|
+
readonly bValue?: number;
|
|
1227
|
+
readonly delta?: number;
|
|
1228
|
+
readonly deltaPercent?: number;
|
|
1229
|
+
readonly endDateTimeUTC?: string;
|
|
1230
|
+
readonly name?: string;
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1233
|
+
// @public
|
|
1234
|
+
export type LatencyScorecard = Resource & {
|
|
1235
|
+
readonly idPropertiesId?: string;
|
|
1236
|
+
readonly namePropertiesName?: string;
|
|
1237
|
+
readonly description?: string;
|
|
1238
|
+
readonly endpointA?: string;
|
|
1239
|
+
readonly endpointB?: string;
|
|
1240
|
+
readonly startDateTimeUTC?: Date;
|
|
1241
|
+
readonly endDateTimeUTC?: Date;
|
|
1242
|
+
readonly country?: string;
|
|
1243
|
+
latencyMetrics?: LatencyMetric[];
|
|
1244
|
+
};
|
|
1245
|
+
|
|
1246
|
+
// @public
|
|
1247
|
+
export type LatencyScorecardAggregationInterval = string;
|
|
1248
|
+
|
|
1249
|
+
// @public
|
|
1250
|
+
export interface LoadBalancingSettingsListResult {
|
|
1251
|
+
nextLink?: string;
|
|
1252
|
+
readonly value?: LoadBalancingSettingsModel[];
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
// @public
|
|
1256
|
+
export type LoadBalancingSettingsModel = SubResource & {
|
|
1257
|
+
name?: string;
|
|
1258
|
+
readonly type?: string;
|
|
1259
|
+
sampleSize?: number;
|
|
1260
|
+
successfulSamplesRequired?: number;
|
|
1261
|
+
additionalLatencyMilliseconds?: number;
|
|
1262
|
+
readonly resourceState?: FrontDoorResourceState;
|
|
1263
|
+
};
|
|
1264
|
+
|
|
1265
|
+
// @public
|
|
1266
|
+
export type LoadBalancingSettingsProperties = LoadBalancingSettingsUpdateParameters & {
|
|
1267
|
+
readonly resourceState?: FrontDoorResourceState;
|
|
1268
|
+
};
|
|
1269
|
+
|
|
1270
|
+
// @public
|
|
1271
|
+
export interface LoadBalancingSettingsUpdateParameters {
|
|
1272
|
+
additionalLatencyMilliseconds?: number;
|
|
1273
|
+
sampleSize?: number;
|
|
1274
|
+
successfulSamplesRequired?: number;
|
|
1275
|
+
}
|
|
1276
|
+
|
|
1277
|
+
// @public
|
|
1278
|
+
export interface ManagedRuleDefinition {
|
|
1279
|
+
readonly defaultAction?: ActionType;
|
|
1280
|
+
readonly defaultState?: ManagedRuleEnabledState;
|
|
1281
|
+
readonly description?: string;
|
|
1282
|
+
readonly ruleId?: string;
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
// @public
|
|
1286
|
+
export type ManagedRuleEnabledState = string;
|
|
1287
|
+
|
|
1288
|
+
// @public
|
|
1289
|
+
export interface ManagedRuleExclusion {
|
|
1290
|
+
matchVariable: ManagedRuleExclusionMatchVariable;
|
|
1291
|
+
selector: string;
|
|
1292
|
+
selectorMatchOperator: ManagedRuleExclusionSelectorMatchOperator;
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
|
+
// @public
|
|
1296
|
+
export type ManagedRuleExclusionMatchVariable = string;
|
|
1297
|
+
|
|
1298
|
+
// @public
|
|
1299
|
+
export type ManagedRuleExclusionSelectorMatchOperator = string;
|
|
1300
|
+
|
|
1301
|
+
// @public
|
|
1302
|
+
export interface ManagedRuleGroupDefinition {
|
|
1303
|
+
readonly description?: string;
|
|
1304
|
+
readonly ruleGroupName?: string;
|
|
1305
|
+
readonly rules?: ManagedRuleDefinition[];
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
// @public
|
|
1309
|
+
export interface ManagedRuleGroupOverride {
|
|
1310
|
+
exclusions?: ManagedRuleExclusion[];
|
|
1311
|
+
ruleGroupName: string;
|
|
1312
|
+
rules?: ManagedRuleOverride[];
|
|
1313
|
+
}
|
|
1314
|
+
|
|
1315
|
+
// @public
|
|
1316
|
+
export interface ManagedRuleOverride {
|
|
1317
|
+
action?: ActionType;
|
|
1318
|
+
enabledState?: ManagedRuleEnabledState;
|
|
1319
|
+
exclusions?: ManagedRuleExclusion[];
|
|
1320
|
+
ruleId: string;
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
// @public
|
|
1324
|
+
export interface ManagedRuleSet {
|
|
1325
|
+
exclusions?: ManagedRuleExclusion[];
|
|
1326
|
+
ruleGroupOverrides?: ManagedRuleGroupOverride[];
|
|
1327
|
+
ruleSetAction?: ManagedRuleSetActionType;
|
|
1328
|
+
ruleSetType: string;
|
|
1329
|
+
ruleSetVersion: string;
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
// @public
|
|
1333
|
+
export type ManagedRuleSetActionType = string;
|
|
1334
|
+
|
|
1335
|
+
// @public
|
|
1336
|
+
export type ManagedRuleSetDefinition = Resource & {
|
|
1337
|
+
readonly provisioningState?: string;
|
|
1338
|
+
readonly ruleSetId?: string;
|
|
1339
|
+
readonly ruleSetType?: string;
|
|
1340
|
+
readonly ruleSetVersion?: string;
|
|
1341
|
+
readonly ruleGroups?: ManagedRuleGroupDefinition[];
|
|
1342
|
+
};
|
|
1343
|
+
|
|
1344
|
+
// @public
|
|
1345
|
+
export interface ManagedRuleSetDefinitionList {
|
|
1346
|
+
nextLink?: string;
|
|
1347
|
+
readonly value?: ManagedRuleSetDefinition[];
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1350
|
+
// @public
|
|
1351
|
+
export interface ManagedRuleSetList {
|
|
1352
|
+
managedRuleSets?: ManagedRuleSet[];
|
|
1353
|
+
}
|
|
1354
|
+
|
|
1355
|
+
// @public
|
|
1356
|
+
export interface ManagedRuleSets {
|
|
1357
|
+
list(options?: ManagedRuleSetsListOptionalParams): PagedAsyncIterableIterator<ManagedRuleSetDefinition>;
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
// @public
|
|
1361
|
+
export interface ManagedRuleSetsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
// @public
|
|
1365
|
+
export type ManagedRuleSetsListNextResponse = ManagedRuleSetDefinitionList;
|
|
1366
|
+
|
|
1367
|
+
// @public
|
|
1368
|
+
export interface ManagedRuleSetsListOptionalParams extends coreClient.OperationOptions {
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
// @public
|
|
1372
|
+
export type ManagedRuleSetsListResponse = ManagedRuleSetDefinitionList;
|
|
1373
|
+
|
|
1374
|
+
// @public
|
|
1375
|
+
export interface MatchCondition {
|
|
1376
|
+
matchValue: string[];
|
|
1377
|
+
matchVariable: MatchVariable;
|
|
1378
|
+
negateCondition?: boolean;
|
|
1379
|
+
operator: Operator;
|
|
1380
|
+
selector?: string;
|
|
1381
|
+
transforms?: TransformType[];
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
// @public
|
|
1385
|
+
export type MatchProcessingBehavior = string;
|
|
1386
|
+
|
|
1387
|
+
// @public
|
|
1388
|
+
export type MatchVariable = string;
|
|
1389
|
+
|
|
1390
|
+
// @public
|
|
1391
|
+
export type MinimumTLSVersion = string;
|
|
1392
|
+
|
|
1393
|
+
// @public
|
|
1394
|
+
export interface NetworkExperimentProfiles {
|
|
1395
|
+
beginCreateOrUpdate(profileName: string, resourceGroupName: string, parameters: Profile, options?: NetworkExperimentProfilesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<NetworkExperimentProfilesCreateOrUpdateResponse>, NetworkExperimentProfilesCreateOrUpdateResponse>>;
|
|
1396
|
+
beginCreateOrUpdateAndWait(profileName: string, resourceGroupName: string, parameters: Profile, options?: NetworkExperimentProfilesCreateOrUpdateOptionalParams): Promise<NetworkExperimentProfilesCreateOrUpdateResponse>;
|
|
1397
|
+
beginDelete(resourceGroupName: string, profileName: string, options?: NetworkExperimentProfilesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1398
|
+
beginDeleteAndWait(resourceGroupName: string, profileName: string, options?: NetworkExperimentProfilesDeleteOptionalParams): Promise<void>;
|
|
1399
|
+
beginUpdate(resourceGroupName: string, profileName: string, parameters: ProfileUpdateModel, options?: NetworkExperimentProfilesUpdateOptionalParams): Promise<PollerLike<PollOperationState<NetworkExperimentProfilesUpdateResponse>, NetworkExperimentProfilesUpdateResponse>>;
|
|
1400
|
+
beginUpdateAndWait(resourceGroupName: string, profileName: string, parameters: ProfileUpdateModel, options?: NetworkExperimentProfilesUpdateOptionalParams): Promise<NetworkExperimentProfilesUpdateResponse>;
|
|
1401
|
+
get(resourceGroupName: string, profileName: string, options?: NetworkExperimentProfilesGetOptionalParams): Promise<NetworkExperimentProfilesGetResponse>;
|
|
1402
|
+
list(options?: NetworkExperimentProfilesListOptionalParams): PagedAsyncIterableIterator<Profile>;
|
|
1403
|
+
listByResourceGroup(resourceGroupName: string, options?: NetworkExperimentProfilesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Profile>;
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
// @public
|
|
1407
|
+
export interface NetworkExperimentProfilesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1408
|
+
resumeFrom?: string;
|
|
1409
|
+
updateIntervalInMs?: number;
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
// @public
|
|
1413
|
+
export type NetworkExperimentProfilesCreateOrUpdateResponse = Profile;
|
|
1414
|
+
|
|
1415
|
+
// @public
|
|
1416
|
+
export interface NetworkExperimentProfilesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1417
|
+
resumeFrom?: string;
|
|
1418
|
+
updateIntervalInMs?: number;
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
// @public
|
|
1422
|
+
export interface NetworkExperimentProfilesGetOptionalParams extends coreClient.OperationOptions {
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
// @public
|
|
1426
|
+
export type NetworkExperimentProfilesGetResponse = Profile;
|
|
1427
|
+
|
|
1428
|
+
// @public
|
|
1429
|
+
export interface NetworkExperimentProfilesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
// @public
|
|
1433
|
+
export type NetworkExperimentProfilesListByResourceGroupNextResponse = ProfileList;
|
|
1434
|
+
|
|
1435
|
+
// @public
|
|
1436
|
+
export interface NetworkExperimentProfilesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
// @public
|
|
1440
|
+
export type NetworkExperimentProfilesListByResourceGroupResponse = ProfileList;
|
|
1441
|
+
|
|
1442
|
+
// @public
|
|
1443
|
+
export interface NetworkExperimentProfilesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
// @public
|
|
1447
|
+
export type NetworkExperimentProfilesListNextResponse = ProfileList;
|
|
1448
|
+
|
|
1449
|
+
// @public
|
|
1450
|
+
export interface NetworkExperimentProfilesListOptionalParams extends coreClient.OperationOptions {
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
// @public
|
|
1454
|
+
export type NetworkExperimentProfilesListResponse = ProfileList;
|
|
1455
|
+
|
|
1456
|
+
// @public
|
|
1457
|
+
export interface NetworkExperimentProfilesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1458
|
+
resumeFrom?: string;
|
|
1459
|
+
updateIntervalInMs?: number;
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
// @public
|
|
1463
|
+
export type NetworkExperimentProfilesUpdateResponse = Profile;
|
|
1464
|
+
|
|
1465
|
+
// @public
|
|
1466
|
+
export type NetworkExperimentResourceState = string;
|
|
1467
|
+
|
|
1468
|
+
// @public
|
|
1469
|
+
export type NetworkOperationStatus = string;
|
|
1470
|
+
|
|
1471
|
+
// @public
|
|
1472
|
+
export type Operator = string;
|
|
1473
|
+
|
|
1474
|
+
// @public
|
|
1475
|
+
export interface Policies {
|
|
1476
|
+
beginCreateOrUpdate(resourceGroupName: string, policyName: string, parameters: WebApplicationFirewallPolicy, options?: PoliciesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PoliciesCreateOrUpdateResponse>, PoliciesCreateOrUpdateResponse>>;
|
|
1477
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, policyName: string, parameters: WebApplicationFirewallPolicy, options?: PoliciesCreateOrUpdateOptionalParams): Promise<PoliciesCreateOrUpdateResponse>;
|
|
1478
|
+
beginDelete(resourceGroupName: string, policyName: string, options?: PoliciesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1479
|
+
beginDeleteAndWait(resourceGroupName: string, policyName: string, options?: PoliciesDeleteOptionalParams): Promise<void>;
|
|
1480
|
+
get(resourceGroupName: string, policyName: string, options?: PoliciesGetOptionalParams): Promise<PoliciesGetResponse>;
|
|
1481
|
+
list(resourceGroupName: string, options?: PoliciesListOptionalParams): PagedAsyncIterableIterator<WebApplicationFirewallPolicy>;
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
// @public
|
|
1485
|
+
export interface PoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1486
|
+
resumeFrom?: string;
|
|
1487
|
+
updateIntervalInMs?: number;
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
// @public
|
|
1491
|
+
export type PoliciesCreateOrUpdateResponse = WebApplicationFirewallPolicy;
|
|
1492
|
+
|
|
1493
|
+
// @public
|
|
1494
|
+
export interface PoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1495
|
+
resumeFrom?: string;
|
|
1496
|
+
updateIntervalInMs?: number;
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
// @public
|
|
1500
|
+
export interface PoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1503
|
+
// @public
|
|
1504
|
+
export type PoliciesGetResponse = WebApplicationFirewallPolicy;
|
|
1505
|
+
|
|
1506
|
+
// @public
|
|
1507
|
+
export interface PoliciesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1510
|
+
// @public
|
|
1511
|
+
export type PoliciesListNextResponse = WebApplicationFirewallPolicyList;
|
|
1512
|
+
|
|
1513
|
+
// @public
|
|
1514
|
+
export interface PoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
// @public
|
|
1518
|
+
export type PoliciesListResponse = WebApplicationFirewallPolicyList;
|
|
1519
|
+
|
|
1520
|
+
// @public
|
|
1521
|
+
export type PolicyEnabledState = string;
|
|
1522
|
+
|
|
1523
|
+
// @public
|
|
1524
|
+
export type PolicyMode = string;
|
|
1525
|
+
|
|
1526
|
+
// @public
|
|
1527
|
+
export type PolicyRequestBodyCheck = string;
|
|
1528
|
+
|
|
1529
|
+
// @public
|
|
1530
|
+
export type PolicyResourceState = string;
|
|
1531
|
+
|
|
1532
|
+
// @public
|
|
1533
|
+
export interface PolicySettings {
|
|
1534
|
+
customBlockResponseBody?: string;
|
|
1535
|
+
customBlockResponseStatusCode?: number;
|
|
1536
|
+
enabledState?: PolicyEnabledState;
|
|
1537
|
+
mode?: PolicyMode;
|
|
1538
|
+
redirectUrl?: string;
|
|
1539
|
+
requestBodyCheck?: PolicyRequestBodyCheck;
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
// @public
|
|
1543
|
+
export type PreconfiguredEndpoint = Resource & {
|
|
1544
|
+
description?: string;
|
|
1545
|
+
endpoint?: string;
|
|
1546
|
+
endpointType?: EndpointType;
|
|
1547
|
+
backend?: string;
|
|
1548
|
+
};
|
|
1549
|
+
|
|
1550
|
+
// @public
|
|
1551
|
+
export interface PreconfiguredEndpointList {
|
|
1552
|
+
nextLink?: string;
|
|
1553
|
+
readonly value?: PreconfiguredEndpoint[];
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
// @public
|
|
1557
|
+
export interface PreconfiguredEndpoints {
|
|
1558
|
+
list(resourceGroupName: string, profileName: string, options?: PreconfiguredEndpointsListOptionalParams): PagedAsyncIterableIterator<PreconfiguredEndpoint>;
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1561
|
+
// @public
|
|
1562
|
+
export interface PreconfiguredEndpointsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
// @public
|
|
1566
|
+
export type PreconfiguredEndpointsListNextResponse = PreconfiguredEndpointList;
|
|
1567
|
+
|
|
1568
|
+
// @public
|
|
1569
|
+
export interface PreconfiguredEndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
1570
|
+
}
|
|
1571
|
+
|
|
1572
|
+
// @public
|
|
1573
|
+
export type PreconfiguredEndpointsListResponse = PreconfiguredEndpointList;
|
|
1574
|
+
|
|
1575
|
+
// @public
|
|
1576
|
+
export type PrivateEndpointStatus = string;
|
|
1577
|
+
|
|
1578
|
+
// @public
|
|
1579
|
+
export type Profile = Resource & {
|
|
1580
|
+
etag?: string;
|
|
1581
|
+
readonly resourceState?: NetworkExperimentResourceState;
|
|
1582
|
+
enabledState?: State;
|
|
1583
|
+
};
|
|
1584
|
+
|
|
1585
|
+
// @public
|
|
1586
|
+
export interface ProfileList {
|
|
1587
|
+
nextLink?: string;
|
|
1588
|
+
readonly value?: Profile[];
|
|
1589
|
+
}
|
|
1590
|
+
|
|
1591
|
+
// @public
|
|
1592
|
+
export interface ProfileUpdateModel {
|
|
1593
|
+
enabledState?: State;
|
|
1594
|
+
tags?: {
|
|
1595
|
+
[propertyName: string]: string;
|
|
1596
|
+
};
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1599
|
+
// @public
|
|
1600
|
+
export interface PurgeParameters {
|
|
1601
|
+
contentPaths: string[];
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
// @public
|
|
1605
|
+
export type RedirectConfiguration = RouteConfiguration & {
|
|
1606
|
+
odataType: "#Microsoft.Azure.FrontDoor.Models.FrontdoorRedirectConfiguration";
|
|
1607
|
+
redirectType?: FrontDoorRedirectType;
|
|
1608
|
+
redirectProtocol?: FrontDoorRedirectProtocol;
|
|
1609
|
+
customHost?: string;
|
|
1610
|
+
customPath?: string;
|
|
1611
|
+
customFragment?: string;
|
|
1612
|
+
customQueryString?: string;
|
|
1613
|
+
};
|
|
1614
|
+
|
|
1615
|
+
// @public
|
|
1616
|
+
export interface Reports {
|
|
1617
|
+
getLatencyScorecards(resourceGroupName: string, profileName: string, experimentName: string, aggregationInterval: LatencyScorecardAggregationInterval, options?: ReportsGetLatencyScorecardsOptionalParams): Promise<ReportsGetLatencyScorecardsResponse>;
|
|
1618
|
+
getTimeseries(resourceGroupName: string, profileName: string, experimentName: string, startDateTimeUTC: Date, endDateTimeUTC: Date, aggregationInterval: TimeseriesAggregationInterval, timeseriesType: TimeseriesType, options?: ReportsGetTimeseriesOptionalParams): Promise<ReportsGetTimeseriesResponse>;
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1621
|
+
// @public
|
|
1622
|
+
export interface ReportsGetLatencyScorecardsOptionalParams extends coreClient.OperationOptions {
|
|
1623
|
+
country?: string;
|
|
1624
|
+
endDateTimeUTC?: string;
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1627
|
+
// @public
|
|
1628
|
+
export type ReportsGetLatencyScorecardsResponse = LatencyScorecard;
|
|
1629
|
+
|
|
1630
|
+
// @public
|
|
1631
|
+
export interface ReportsGetTimeseriesOptionalParams extends coreClient.OperationOptions {
|
|
1632
|
+
country?: string;
|
|
1633
|
+
endpoint?: string;
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
// @public
|
|
1637
|
+
export type ReportsGetTimeseriesResponse = Timeseries;
|
|
1638
|
+
|
|
1639
|
+
// @public
|
|
1640
|
+
export interface Resource {
|
|
1641
|
+
readonly id?: string;
|
|
1642
|
+
location?: string;
|
|
1643
|
+
readonly name?: string;
|
|
1644
|
+
tags?: {
|
|
1645
|
+
[propertyName: string]: string;
|
|
1646
|
+
};
|
|
1647
|
+
readonly type?: string;
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
// @public
|
|
1651
|
+
export type ResourceType = "Microsoft.Network/frontDoors" | "Microsoft.Network/frontDoors/frontendEndpoints";
|
|
1652
|
+
|
|
1653
|
+
// @public
|
|
1654
|
+
export interface RouteConfiguration {
|
|
1655
|
+
odataType: "#Microsoft.Azure.FrontDoor.Models.FrontdoorForwardingConfiguration" | "#Microsoft.Azure.FrontDoor.Models.FrontdoorRedirectConfiguration";
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1658
|
+
// @public (undocumented)
|
|
1659
|
+
export type RouteConfigurationUnion = RouteConfiguration | ForwardingConfiguration | RedirectConfiguration;
|
|
1660
|
+
|
|
1661
|
+
// @public
|
|
1662
|
+
export type RoutingRule = SubResource & {
|
|
1663
|
+
name?: string;
|
|
1664
|
+
readonly type?: string;
|
|
1665
|
+
frontendEndpoints?: SubResource[];
|
|
1666
|
+
acceptedProtocols?: FrontDoorProtocol[];
|
|
1667
|
+
patternsToMatch?: string[];
|
|
1668
|
+
enabledState?: RoutingRuleEnabledState;
|
|
1669
|
+
routeConfiguration?: RouteConfigurationUnion;
|
|
1670
|
+
rulesEngine?: SubResource;
|
|
1671
|
+
webApplicationFirewallPolicyLink?: RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink;
|
|
1672
|
+
readonly resourceState?: FrontDoorResourceState;
|
|
1673
|
+
};
|
|
1674
|
+
|
|
1675
|
+
// @public
|
|
1676
|
+
export type RoutingRuleEnabledState = string;
|
|
1677
|
+
|
|
1678
|
+
// @public
|
|
1679
|
+
export interface RoutingRuleLink {
|
|
1680
|
+
id?: string;
|
|
1681
|
+
}
|
|
1682
|
+
|
|
1683
|
+
// @public
|
|
1684
|
+
export interface RoutingRuleListResult {
|
|
1685
|
+
nextLink?: string;
|
|
1686
|
+
readonly value?: RoutingRule[];
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1689
|
+
// @public
|
|
1690
|
+
export type RoutingRuleProperties = RoutingRuleUpdateParameters & {
|
|
1691
|
+
readonly resourceState?: FrontDoorResourceState;
|
|
1692
|
+
};
|
|
1693
|
+
|
|
1694
|
+
// @public
|
|
1695
|
+
export interface RoutingRuleUpdateParameters {
|
|
1696
|
+
acceptedProtocols?: FrontDoorProtocol[];
|
|
1697
|
+
enabledState?: RoutingRuleEnabledState;
|
|
1698
|
+
frontendEndpoints?: SubResource[];
|
|
1699
|
+
patternsToMatch?: string[];
|
|
1700
|
+
routeConfiguration?: RouteConfigurationUnion;
|
|
1701
|
+
rulesEngine?: SubResource;
|
|
1702
|
+
webApplicationFirewallPolicyLink?: RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink;
|
|
1703
|
+
}
|
|
1704
|
+
|
|
1705
|
+
// @public
|
|
1706
|
+
export interface RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink {
|
|
1707
|
+
id?: string;
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
// @public
|
|
1711
|
+
export interface RulesEngine {
|
|
1712
|
+
readonly id?: string;
|
|
1713
|
+
readonly name?: string;
|
|
1714
|
+
readonly resourceState?: FrontDoorResourceState;
|
|
1715
|
+
rules?: RulesEngineRule[];
|
|
1716
|
+
readonly type?: string;
|
|
1717
|
+
}
|
|
1718
|
+
|
|
1719
|
+
// @public
|
|
1720
|
+
export interface RulesEngineAction {
|
|
1721
|
+
requestHeaderActions?: HeaderAction[];
|
|
1722
|
+
responseHeaderActions?: HeaderAction[];
|
|
1723
|
+
routeConfigurationOverride?: RouteConfigurationUnion;
|
|
1724
|
+
}
|
|
1725
|
+
|
|
1726
|
+
// @public
|
|
1727
|
+
export interface RulesEngineListResult {
|
|
1728
|
+
nextLink?: string;
|
|
1729
|
+
readonly value?: RulesEngine[];
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
// @public
|
|
1733
|
+
export interface RulesEngineMatchCondition {
|
|
1734
|
+
negateCondition?: boolean;
|
|
1735
|
+
rulesEngineMatchValue: string[];
|
|
1736
|
+
rulesEngineMatchVariable: RulesEngineMatchVariable;
|
|
1737
|
+
rulesEngineOperator: RulesEngineOperator;
|
|
1738
|
+
selector?: string;
|
|
1739
|
+
transforms?: Transform[];
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
// @public
|
|
1743
|
+
export type RulesEngineMatchVariable = string;
|
|
1744
|
+
|
|
1745
|
+
// @public
|
|
1746
|
+
export type RulesEngineOperator = string;
|
|
1747
|
+
|
|
1748
|
+
// @public
|
|
1749
|
+
export type RulesEngineProperties = RulesEngineUpdateParameters & {
|
|
1750
|
+
readonly resourceState?: FrontDoorResourceState;
|
|
1751
|
+
};
|
|
1752
|
+
|
|
1753
|
+
// @public
|
|
1754
|
+
export interface RulesEngineRule {
|
|
1755
|
+
action: RulesEngineAction;
|
|
1756
|
+
matchConditions?: RulesEngineMatchCondition[];
|
|
1757
|
+
matchProcessingBehavior?: MatchProcessingBehavior;
|
|
1758
|
+
name: string;
|
|
1759
|
+
priority: number;
|
|
1760
|
+
}
|
|
1761
|
+
|
|
1762
|
+
// @public
|
|
1763
|
+
export interface RulesEngines {
|
|
1764
|
+
beginCreateOrUpdate(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, rulesEngineParameters: RulesEngine, options?: RulesEnginesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<RulesEnginesCreateOrUpdateResponse>, RulesEnginesCreateOrUpdateResponse>>;
|
|
1765
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, rulesEngineParameters: RulesEngine, options?: RulesEnginesCreateOrUpdateOptionalParams): Promise<RulesEnginesCreateOrUpdateResponse>;
|
|
1766
|
+
beginDelete(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1767
|
+
beginDeleteAndWait(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesDeleteOptionalParams): Promise<void>;
|
|
1768
|
+
get(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesGetOptionalParams): Promise<RulesEnginesGetResponse>;
|
|
1769
|
+
listByFrontDoor(resourceGroupName: string, frontDoorName: string, options?: RulesEnginesListByFrontDoorOptionalParams): PagedAsyncIterableIterator<RulesEngine>;
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
// @public
|
|
1773
|
+
export interface RulesEnginesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1774
|
+
resumeFrom?: string;
|
|
1775
|
+
updateIntervalInMs?: number;
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
// @public
|
|
1779
|
+
export type RulesEnginesCreateOrUpdateResponse = RulesEngine;
|
|
1780
|
+
|
|
1781
|
+
// @public
|
|
1782
|
+
export interface RulesEnginesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1783
|
+
resumeFrom?: string;
|
|
1784
|
+
updateIntervalInMs?: number;
|
|
1785
|
+
}
|
|
1786
|
+
|
|
1787
|
+
// @public
|
|
1788
|
+
export interface RulesEnginesGetOptionalParams extends coreClient.OperationOptions {
|
|
1789
|
+
}
|
|
1790
|
+
|
|
1791
|
+
// @public
|
|
1792
|
+
export type RulesEnginesGetResponse = RulesEngine;
|
|
1793
|
+
|
|
1794
|
+
// @public
|
|
1795
|
+
export interface RulesEnginesListByFrontDoorNextOptionalParams extends coreClient.OperationOptions {
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1798
|
+
// @public
|
|
1799
|
+
export type RulesEnginesListByFrontDoorNextResponse = RulesEngineListResult;
|
|
1800
|
+
|
|
1801
|
+
// @public
|
|
1802
|
+
export interface RulesEnginesListByFrontDoorOptionalParams extends coreClient.OperationOptions {
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1805
|
+
// @public
|
|
1806
|
+
export type RulesEnginesListByFrontDoorResponse = RulesEngineListResult;
|
|
1807
|
+
|
|
1808
|
+
// @public
|
|
1809
|
+
export interface RulesEngineUpdateParameters {
|
|
1810
|
+
rules?: RulesEngineRule[];
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1813
|
+
// @public
|
|
1814
|
+
export type RuleType = string;
|
|
1815
|
+
|
|
1816
|
+
// @public
|
|
1817
|
+
export interface SecurityPolicyLink {
|
|
1818
|
+
id?: string;
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
// @public
|
|
1822
|
+
export type SessionAffinityEnabledState = string;
|
|
1823
|
+
|
|
1824
|
+
// @public
|
|
1825
|
+
export interface Sku {
|
|
1826
|
+
name?: SkuName;
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
// @public
|
|
1830
|
+
export type SkuName = string;
|
|
1831
|
+
|
|
1832
|
+
// @public
|
|
1833
|
+
export type State = string;
|
|
1834
|
+
|
|
1835
|
+
// @public
|
|
1836
|
+
export interface SubResource {
|
|
1837
|
+
id?: string;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
// @public
|
|
1841
|
+
export interface TagsObject {
|
|
1842
|
+
tags?: {
|
|
1843
|
+
[propertyName: string]: string;
|
|
1844
|
+
};
|
|
1845
|
+
}
|
|
1846
|
+
|
|
1847
|
+
// @public
|
|
1848
|
+
export type Timeseries = Resource & {
|
|
1849
|
+
endpoint?: string;
|
|
1850
|
+
startDateTimeUTC?: string;
|
|
1851
|
+
endDateTimeUTC?: string;
|
|
1852
|
+
aggregationInterval?: AggregationInterval;
|
|
1853
|
+
timeseriesType?: TimeseriesType;
|
|
1854
|
+
country?: string;
|
|
1855
|
+
timeseriesData?: TimeseriesDataPoint[];
|
|
1856
|
+
};
|
|
1857
|
+
|
|
1858
|
+
// @public
|
|
1859
|
+
export type TimeseriesAggregationInterval = string;
|
|
1860
|
+
|
|
1861
|
+
// @public
|
|
1862
|
+
export interface TimeseriesDataPoint {
|
|
1863
|
+
dateTimeUTC?: string;
|
|
1864
|
+
value?: number;
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
// @public
|
|
1868
|
+
export type TimeseriesType = string;
|
|
1869
|
+
|
|
1870
|
+
// @public
|
|
1871
|
+
export type Transform = string;
|
|
1872
|
+
|
|
1873
|
+
// @public
|
|
1874
|
+
export type TransformType = string;
|
|
1875
|
+
|
|
1876
|
+
// @public
|
|
1877
|
+
export interface ValidateCustomDomainInput {
|
|
1878
|
+
hostName: string;
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1881
|
+
// @public
|
|
1882
|
+
export interface ValidateCustomDomainOutput {
|
|
1883
|
+
readonly customDomainValidated?: boolean;
|
|
1884
|
+
readonly message?: string;
|
|
1885
|
+
readonly reason?: string;
|
|
1886
|
+
}
|
|
1887
|
+
|
|
1888
|
+
// @public
|
|
1889
|
+
export type WebApplicationFirewallPolicy = Resource & {
|
|
1890
|
+
etag?: string;
|
|
1891
|
+
sku?: Sku;
|
|
1892
|
+
policySettings?: PolicySettings;
|
|
1893
|
+
customRules?: CustomRuleList;
|
|
1894
|
+
managedRules?: ManagedRuleSetList;
|
|
1895
|
+
readonly frontendEndpointLinks?: FrontendEndpointLink[];
|
|
1896
|
+
readonly routingRuleLinks?: RoutingRuleLink[];
|
|
1897
|
+
readonly securityPolicyLinks?: SecurityPolicyLink[];
|
|
1898
|
+
readonly provisioningState?: string;
|
|
1899
|
+
readonly resourceState?: PolicyResourceState;
|
|
1900
|
+
};
|
|
1901
|
+
|
|
1902
|
+
// @public
|
|
1903
|
+
export interface WebApplicationFirewallPolicyList {
|
|
1904
|
+
nextLink?: string;
|
|
1905
|
+
readonly value?: WebApplicationFirewallPolicy[];
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1908
|
+
// (No @packageDocumentation comment for this package)
|
|
1909
|
+
|
|
1910
|
+
```
|