@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,47 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
10
|
+
import {
|
|
11
|
+
PurgeParameters,
|
|
12
|
+
EndpointsPurgeContentOptionalParams
|
|
13
|
+
} from "../models";
|
|
14
|
+
|
|
15
|
+
/** Interface representing a Endpoints. */
|
|
16
|
+
export interface Endpoints {
|
|
17
|
+
/**
|
|
18
|
+
* Removes a content from Front Door.
|
|
19
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
20
|
+
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
21
|
+
* @param contentFilePaths The path to the content to be purged. Path can be a full URL, e.g.
|
|
22
|
+
* '/pictures/city.png' which removes a single file, or a directory with a wildcard, e.g. '/pictures/*'
|
|
23
|
+
* which removes all folders and files in the directory.
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
beginPurgeContent(
|
|
27
|
+
resourceGroupName: string,
|
|
28
|
+
frontDoorName: string,
|
|
29
|
+
contentFilePaths: PurgeParameters,
|
|
30
|
+
options?: EndpointsPurgeContentOptionalParams
|
|
31
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
32
|
+
/**
|
|
33
|
+
* Removes a content from Front Door.
|
|
34
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
35
|
+
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
36
|
+
* @param contentFilePaths The path to the content to be purged. Path can be a full URL, e.g.
|
|
37
|
+
* '/pictures/city.png' which removes a single file, or a directory with a wildcard, e.g. '/pictures/*'
|
|
38
|
+
* which removes all folders and files in the directory.
|
|
39
|
+
* @param options The options parameters.
|
|
40
|
+
*/
|
|
41
|
+
beginPurgeContentAndWait(
|
|
42
|
+
resourceGroupName: string,
|
|
43
|
+
frontDoorName: string,
|
|
44
|
+
contentFilePaths: PurgeParameters,
|
|
45
|
+
options?: EndpointsPurgeContentOptionalParams
|
|
46
|
+
): Promise<void>;
|
|
47
|
+
}
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
11
|
+
import {
|
|
12
|
+
Experiment,
|
|
13
|
+
ExperimentsListByProfileOptionalParams,
|
|
14
|
+
ExperimentsGetOptionalParams,
|
|
15
|
+
ExperimentsGetResponse,
|
|
16
|
+
ExperimentsCreateOrUpdateOptionalParams,
|
|
17
|
+
ExperimentsCreateOrUpdateResponse,
|
|
18
|
+
ExperimentUpdateModel,
|
|
19
|
+
ExperimentsUpdateOptionalParams,
|
|
20
|
+
ExperimentsUpdateResponse,
|
|
21
|
+
ExperimentsDeleteOptionalParams
|
|
22
|
+
} from "../models";
|
|
23
|
+
|
|
24
|
+
/// <reference lib="esnext.asynciterable" />
|
|
25
|
+
/** Interface representing a Experiments. */
|
|
26
|
+
export interface Experiments {
|
|
27
|
+
/**
|
|
28
|
+
* Gets a list of Experiments
|
|
29
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
30
|
+
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
31
|
+
* @param options The options parameters.
|
|
32
|
+
*/
|
|
33
|
+
listByProfile(
|
|
34
|
+
resourceGroupName: string,
|
|
35
|
+
profileName: string,
|
|
36
|
+
options?: ExperimentsListByProfileOptionalParams
|
|
37
|
+
): PagedAsyncIterableIterator<Experiment>;
|
|
38
|
+
/**
|
|
39
|
+
* Gets an Experiment by ExperimentName
|
|
40
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
41
|
+
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
42
|
+
* @param experimentName The Experiment identifier associated with the Experiment
|
|
43
|
+
* @param options The options parameters.
|
|
44
|
+
*/
|
|
45
|
+
get(
|
|
46
|
+
resourceGroupName: string,
|
|
47
|
+
profileName: string,
|
|
48
|
+
experimentName: string,
|
|
49
|
+
options?: ExperimentsGetOptionalParams
|
|
50
|
+
): Promise<ExperimentsGetResponse>;
|
|
51
|
+
/**
|
|
52
|
+
* Creates or updates an Experiment
|
|
53
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
54
|
+
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
55
|
+
* @param experimentName The Experiment identifier associated with the Experiment
|
|
56
|
+
* @param parameters The Experiment resource
|
|
57
|
+
* @param options The options parameters.
|
|
58
|
+
*/
|
|
59
|
+
beginCreateOrUpdate(
|
|
60
|
+
resourceGroupName: string,
|
|
61
|
+
profileName: string,
|
|
62
|
+
experimentName: string,
|
|
63
|
+
parameters: Experiment,
|
|
64
|
+
options?: ExperimentsCreateOrUpdateOptionalParams
|
|
65
|
+
): Promise<
|
|
66
|
+
PollerLike<
|
|
67
|
+
PollOperationState<ExperimentsCreateOrUpdateResponse>,
|
|
68
|
+
ExperimentsCreateOrUpdateResponse
|
|
69
|
+
>
|
|
70
|
+
>;
|
|
71
|
+
/**
|
|
72
|
+
* Creates or updates an Experiment
|
|
73
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
74
|
+
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
75
|
+
* @param experimentName The Experiment identifier associated with the Experiment
|
|
76
|
+
* @param parameters The Experiment resource
|
|
77
|
+
* @param options The options parameters.
|
|
78
|
+
*/
|
|
79
|
+
beginCreateOrUpdateAndWait(
|
|
80
|
+
resourceGroupName: string,
|
|
81
|
+
profileName: string,
|
|
82
|
+
experimentName: string,
|
|
83
|
+
parameters: Experiment,
|
|
84
|
+
options?: ExperimentsCreateOrUpdateOptionalParams
|
|
85
|
+
): Promise<ExperimentsCreateOrUpdateResponse>;
|
|
86
|
+
/**
|
|
87
|
+
* Updates an Experiment
|
|
88
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
89
|
+
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
90
|
+
* @param experimentName The Experiment identifier associated with the Experiment
|
|
91
|
+
* @param parameters The Experiment Update Model
|
|
92
|
+
* @param options The options parameters.
|
|
93
|
+
*/
|
|
94
|
+
beginUpdate(
|
|
95
|
+
resourceGroupName: string,
|
|
96
|
+
profileName: string,
|
|
97
|
+
experimentName: string,
|
|
98
|
+
parameters: ExperimentUpdateModel,
|
|
99
|
+
options?: ExperimentsUpdateOptionalParams
|
|
100
|
+
): Promise<
|
|
101
|
+
PollerLike<
|
|
102
|
+
PollOperationState<ExperimentsUpdateResponse>,
|
|
103
|
+
ExperimentsUpdateResponse
|
|
104
|
+
>
|
|
105
|
+
>;
|
|
106
|
+
/**
|
|
107
|
+
* Updates an Experiment
|
|
108
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
109
|
+
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
110
|
+
* @param experimentName The Experiment identifier associated with the Experiment
|
|
111
|
+
* @param parameters The Experiment Update Model
|
|
112
|
+
* @param options The options parameters.
|
|
113
|
+
*/
|
|
114
|
+
beginUpdateAndWait(
|
|
115
|
+
resourceGroupName: string,
|
|
116
|
+
profileName: string,
|
|
117
|
+
experimentName: string,
|
|
118
|
+
parameters: ExperimentUpdateModel,
|
|
119
|
+
options?: ExperimentsUpdateOptionalParams
|
|
120
|
+
): Promise<ExperimentsUpdateResponse>;
|
|
121
|
+
/**
|
|
122
|
+
* Deletes an Experiment
|
|
123
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
124
|
+
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
125
|
+
* @param experimentName The Experiment identifier associated with the Experiment
|
|
126
|
+
* @param options The options parameters.
|
|
127
|
+
*/
|
|
128
|
+
beginDelete(
|
|
129
|
+
resourceGroupName: string,
|
|
130
|
+
profileName: string,
|
|
131
|
+
experimentName: string,
|
|
132
|
+
options?: ExperimentsDeleteOptionalParams
|
|
133
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
134
|
+
/**
|
|
135
|
+
* Deletes an Experiment
|
|
136
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
137
|
+
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
138
|
+
* @param experimentName The Experiment identifier associated with the Experiment
|
|
139
|
+
* @param options The options parameters.
|
|
140
|
+
*/
|
|
141
|
+
beginDeleteAndWait(
|
|
142
|
+
resourceGroupName: string,
|
|
143
|
+
profileName: string,
|
|
144
|
+
experimentName: string,
|
|
145
|
+
options?: ExperimentsDeleteOptionalParams
|
|
146
|
+
): Promise<void>;
|
|
147
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import {
|
|
10
|
+
CheckNameAvailabilityInput,
|
|
11
|
+
FrontDoorNameAvailabilityCheckOptionalParams,
|
|
12
|
+
FrontDoorNameAvailabilityCheckResponse
|
|
13
|
+
} from "../models";
|
|
14
|
+
|
|
15
|
+
/** Interface representing a FrontDoorNameAvailability. */
|
|
16
|
+
export interface FrontDoorNameAvailability {
|
|
17
|
+
/**
|
|
18
|
+
* Check the availability of a Front Door resource name.
|
|
19
|
+
* @param checkFrontDoorNameAvailabilityInput Input to check.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
check(
|
|
23
|
+
checkFrontDoorNameAvailabilityInput: CheckNameAvailabilityInput,
|
|
24
|
+
options?: FrontDoorNameAvailabilityCheckOptionalParams
|
|
25
|
+
): Promise<FrontDoorNameAvailabilityCheckResponse>;
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import {
|
|
10
|
+
CheckNameAvailabilityInput,
|
|
11
|
+
FrontDoorNameAvailabilityWithSubscriptionCheckOptionalParams,
|
|
12
|
+
FrontDoorNameAvailabilityWithSubscriptionCheckResponse
|
|
13
|
+
} from "../models";
|
|
14
|
+
|
|
15
|
+
/** Interface representing a FrontDoorNameAvailabilityWithSubscription. */
|
|
16
|
+
export interface FrontDoorNameAvailabilityWithSubscription {
|
|
17
|
+
/**
|
|
18
|
+
* Check the availability of a Front Door subdomain.
|
|
19
|
+
* @param checkFrontDoorNameAvailabilityInput Input to check.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
check(
|
|
23
|
+
checkFrontDoorNameAvailabilityInput: CheckNameAvailabilityInput,
|
|
24
|
+
options?: FrontDoorNameAvailabilityWithSubscriptionCheckOptionalParams
|
|
25
|
+
): Promise<FrontDoorNameAvailabilityWithSubscriptionCheckResponse>;
|
|
26
|
+
}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
11
|
+
import {
|
|
12
|
+
FrontDoor,
|
|
13
|
+
FrontDoorsListOptionalParams,
|
|
14
|
+
FrontDoorsListByResourceGroupOptionalParams,
|
|
15
|
+
FrontDoorsGetOptionalParams,
|
|
16
|
+
FrontDoorsGetResponse,
|
|
17
|
+
FrontDoorsCreateOrUpdateOptionalParams,
|
|
18
|
+
FrontDoorsCreateOrUpdateResponse,
|
|
19
|
+
FrontDoorsDeleteOptionalParams,
|
|
20
|
+
ValidateCustomDomainInput,
|
|
21
|
+
FrontDoorsValidateCustomDomainOptionalParams,
|
|
22
|
+
FrontDoorsValidateCustomDomainResponse
|
|
23
|
+
} from "../models";
|
|
24
|
+
|
|
25
|
+
/// <reference lib="esnext.asynciterable" />
|
|
26
|
+
/** Interface representing a FrontDoors. */
|
|
27
|
+
export interface FrontDoors {
|
|
28
|
+
/**
|
|
29
|
+
* Lists all of the Front Doors within an Azure subscription.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
list(
|
|
33
|
+
options?: FrontDoorsListOptionalParams
|
|
34
|
+
): PagedAsyncIterableIterator<FrontDoor>;
|
|
35
|
+
/**
|
|
36
|
+
* Lists all of the Front Doors within a resource group under a subscription.
|
|
37
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
38
|
+
* @param options The options parameters.
|
|
39
|
+
*/
|
|
40
|
+
listByResourceGroup(
|
|
41
|
+
resourceGroupName: string,
|
|
42
|
+
options?: FrontDoorsListByResourceGroupOptionalParams
|
|
43
|
+
): PagedAsyncIterableIterator<FrontDoor>;
|
|
44
|
+
/**
|
|
45
|
+
* Gets a Front Door with the specified Front Door name under the specified subscription and resource
|
|
46
|
+
* group.
|
|
47
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
48
|
+
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
get(
|
|
52
|
+
resourceGroupName: string,
|
|
53
|
+
frontDoorName: string,
|
|
54
|
+
options?: FrontDoorsGetOptionalParams
|
|
55
|
+
): Promise<FrontDoorsGetResponse>;
|
|
56
|
+
/**
|
|
57
|
+
* Creates a new Front Door with a Front Door name under the specified subscription and resource group.
|
|
58
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
59
|
+
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
60
|
+
* @param frontDoorParameters Front Door properties needed to create a new Front Door.
|
|
61
|
+
* @param options The options parameters.
|
|
62
|
+
*/
|
|
63
|
+
beginCreateOrUpdate(
|
|
64
|
+
resourceGroupName: string,
|
|
65
|
+
frontDoorName: string,
|
|
66
|
+
frontDoorParameters: FrontDoor,
|
|
67
|
+
options?: FrontDoorsCreateOrUpdateOptionalParams
|
|
68
|
+
): Promise<
|
|
69
|
+
PollerLike<
|
|
70
|
+
PollOperationState<FrontDoorsCreateOrUpdateResponse>,
|
|
71
|
+
FrontDoorsCreateOrUpdateResponse
|
|
72
|
+
>
|
|
73
|
+
>;
|
|
74
|
+
/**
|
|
75
|
+
* Creates a new Front Door with a Front Door name under the specified subscription and resource group.
|
|
76
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
77
|
+
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
78
|
+
* @param frontDoorParameters Front Door properties needed to create a new Front Door.
|
|
79
|
+
* @param options The options parameters.
|
|
80
|
+
*/
|
|
81
|
+
beginCreateOrUpdateAndWait(
|
|
82
|
+
resourceGroupName: string,
|
|
83
|
+
frontDoorName: string,
|
|
84
|
+
frontDoorParameters: FrontDoor,
|
|
85
|
+
options?: FrontDoorsCreateOrUpdateOptionalParams
|
|
86
|
+
): Promise<FrontDoorsCreateOrUpdateResponse>;
|
|
87
|
+
/**
|
|
88
|
+
* Deletes an existing Front Door with the specified parameters.
|
|
89
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
90
|
+
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
91
|
+
* @param options The options parameters.
|
|
92
|
+
*/
|
|
93
|
+
beginDelete(
|
|
94
|
+
resourceGroupName: string,
|
|
95
|
+
frontDoorName: string,
|
|
96
|
+
options?: FrontDoorsDeleteOptionalParams
|
|
97
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
98
|
+
/**
|
|
99
|
+
* Deletes an existing Front Door with the specified parameters.
|
|
100
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
101
|
+
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
102
|
+
* @param options The options parameters.
|
|
103
|
+
*/
|
|
104
|
+
beginDeleteAndWait(
|
|
105
|
+
resourceGroupName: string,
|
|
106
|
+
frontDoorName: string,
|
|
107
|
+
options?: FrontDoorsDeleteOptionalParams
|
|
108
|
+
): Promise<void>;
|
|
109
|
+
/**
|
|
110
|
+
* Validates the custom domain mapping to ensure it maps to the correct Front Door endpoint in DNS.
|
|
111
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
112
|
+
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
113
|
+
* @param customDomainProperties Custom domain to be validated.
|
|
114
|
+
* @param options The options parameters.
|
|
115
|
+
*/
|
|
116
|
+
validateCustomDomain(
|
|
117
|
+
resourceGroupName: string,
|
|
118
|
+
frontDoorName: string,
|
|
119
|
+
customDomainProperties: ValidateCustomDomainInput,
|
|
120
|
+
options?: FrontDoorsValidateCustomDomainOptionalParams
|
|
121
|
+
): Promise<FrontDoorsValidateCustomDomainResponse>;
|
|
122
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
11
|
+
import {
|
|
12
|
+
FrontendEndpoint,
|
|
13
|
+
FrontendEndpointsListByFrontDoorOptionalParams,
|
|
14
|
+
FrontendEndpointsGetOptionalParams,
|
|
15
|
+
FrontendEndpointsGetResponse,
|
|
16
|
+
CustomHttpsConfiguration,
|
|
17
|
+
FrontendEndpointsEnableHttpsOptionalParams,
|
|
18
|
+
FrontendEndpointsDisableHttpsOptionalParams
|
|
19
|
+
} from "../models";
|
|
20
|
+
|
|
21
|
+
/// <reference lib="esnext.asynciterable" />
|
|
22
|
+
/** Interface representing a FrontendEndpoints. */
|
|
23
|
+
export interface FrontendEndpoints {
|
|
24
|
+
/**
|
|
25
|
+
* Lists all of the frontend endpoints within a Front Door.
|
|
26
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
27
|
+
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
listByFrontDoor(
|
|
31
|
+
resourceGroupName: string,
|
|
32
|
+
frontDoorName: string,
|
|
33
|
+
options?: FrontendEndpointsListByFrontDoorOptionalParams
|
|
34
|
+
): PagedAsyncIterableIterator<FrontendEndpoint>;
|
|
35
|
+
/**
|
|
36
|
+
* Gets a Frontend endpoint with the specified name within the specified Front Door.
|
|
37
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
38
|
+
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
39
|
+
* @param frontendEndpointName Name of the Frontend endpoint which is unique within the Front Door.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
get(
|
|
43
|
+
resourceGroupName: string,
|
|
44
|
+
frontDoorName: string,
|
|
45
|
+
frontendEndpointName: string,
|
|
46
|
+
options?: FrontendEndpointsGetOptionalParams
|
|
47
|
+
): Promise<FrontendEndpointsGetResponse>;
|
|
48
|
+
/**
|
|
49
|
+
* Enables a frontendEndpoint for HTTPS traffic
|
|
50
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
51
|
+
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
52
|
+
* @param frontendEndpointName Name of the Frontend endpoint which is unique within the Front Door.
|
|
53
|
+
* @param customHttpsConfiguration The configuration specifying how to enable HTTPS
|
|
54
|
+
* @param options The options parameters.
|
|
55
|
+
*/
|
|
56
|
+
beginEnableHttps(
|
|
57
|
+
resourceGroupName: string,
|
|
58
|
+
frontDoorName: string,
|
|
59
|
+
frontendEndpointName: string,
|
|
60
|
+
customHttpsConfiguration: CustomHttpsConfiguration,
|
|
61
|
+
options?: FrontendEndpointsEnableHttpsOptionalParams
|
|
62
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
63
|
+
/**
|
|
64
|
+
* Enables a frontendEndpoint for HTTPS traffic
|
|
65
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
66
|
+
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
67
|
+
* @param frontendEndpointName Name of the Frontend endpoint which is unique within the Front Door.
|
|
68
|
+
* @param customHttpsConfiguration The configuration specifying how to enable HTTPS
|
|
69
|
+
* @param options The options parameters.
|
|
70
|
+
*/
|
|
71
|
+
beginEnableHttpsAndWait(
|
|
72
|
+
resourceGroupName: string,
|
|
73
|
+
frontDoorName: string,
|
|
74
|
+
frontendEndpointName: string,
|
|
75
|
+
customHttpsConfiguration: CustomHttpsConfiguration,
|
|
76
|
+
options?: FrontendEndpointsEnableHttpsOptionalParams
|
|
77
|
+
): Promise<void>;
|
|
78
|
+
/**
|
|
79
|
+
* Disables a frontendEndpoint for HTTPS traffic
|
|
80
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
81
|
+
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
82
|
+
* @param frontendEndpointName Name of the Frontend endpoint which is unique within the Front Door.
|
|
83
|
+
* @param options The options parameters.
|
|
84
|
+
*/
|
|
85
|
+
beginDisableHttps(
|
|
86
|
+
resourceGroupName: string,
|
|
87
|
+
frontDoorName: string,
|
|
88
|
+
frontendEndpointName: string,
|
|
89
|
+
options?: FrontendEndpointsDisableHttpsOptionalParams
|
|
90
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
91
|
+
/**
|
|
92
|
+
* Disables a frontendEndpoint for HTTPS traffic
|
|
93
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
94
|
+
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
95
|
+
* @param frontendEndpointName Name of the Frontend endpoint which is unique within the Front Door.
|
|
96
|
+
* @param options The options parameters.
|
|
97
|
+
*/
|
|
98
|
+
beginDisableHttpsAndWait(
|
|
99
|
+
resourceGroupName: string,
|
|
100
|
+
frontDoorName: string,
|
|
101
|
+
frontendEndpointName: string,
|
|
102
|
+
options?: FrontendEndpointsDisableHttpsOptionalParams
|
|
103
|
+
): Promise<void>;
|
|
104
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
* license information.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
5
4
|
*
|
|
6
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
9
7
|
*/
|
|
8
|
+
|
|
10
9
|
export * from "./networkExperimentProfiles";
|
|
11
10
|
export * from "./preconfiguredEndpoints";
|
|
12
11
|
export * from "./experiments";
|
|
13
12
|
export * from "./reports";
|
|
13
|
+
export * from "./frontDoorNameAvailability";
|
|
14
|
+
export * from "./frontDoorNameAvailabilityWithSubscription";
|
|
14
15
|
export * from "./frontDoors";
|
|
15
16
|
export * from "./frontendEndpoints";
|
|
16
17
|
export * from "./endpoints";
|
|
17
18
|
export * from "./rulesEngines";
|
|
18
19
|
export * from "./policies";
|
|
19
20
|
export * from "./managedRuleSets";
|
|
20
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import {
|
|
11
|
+
ManagedRuleSetDefinition,
|
|
12
|
+
ManagedRuleSetsListOptionalParams
|
|
13
|
+
} from "../models";
|
|
14
|
+
|
|
15
|
+
/// <reference lib="esnext.asynciterable" />
|
|
16
|
+
/** Interface representing a ManagedRuleSets. */
|
|
17
|
+
export interface ManagedRuleSets {
|
|
18
|
+
/**
|
|
19
|
+
* Lists all available managed rule sets.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
list(
|
|
23
|
+
options?: ManagedRuleSetsListOptionalParams
|
|
24
|
+
): PagedAsyncIterableIterator<ManagedRuleSetDefinition>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
11
|
+
import {
|
|
12
|
+
Profile,
|
|
13
|
+
NetworkExperimentProfilesListOptionalParams,
|
|
14
|
+
NetworkExperimentProfilesListByResourceGroupOptionalParams,
|
|
15
|
+
NetworkExperimentProfilesGetOptionalParams,
|
|
16
|
+
NetworkExperimentProfilesGetResponse,
|
|
17
|
+
NetworkExperimentProfilesCreateOrUpdateOptionalParams,
|
|
18
|
+
NetworkExperimentProfilesCreateOrUpdateResponse,
|
|
19
|
+
ProfileUpdateModel,
|
|
20
|
+
NetworkExperimentProfilesUpdateOptionalParams,
|
|
21
|
+
NetworkExperimentProfilesUpdateResponse,
|
|
22
|
+
NetworkExperimentProfilesDeleteOptionalParams
|
|
23
|
+
} from "../models";
|
|
24
|
+
|
|
25
|
+
/// <reference lib="esnext.asynciterable" />
|
|
26
|
+
/** Interface representing a NetworkExperimentProfiles. */
|
|
27
|
+
export interface NetworkExperimentProfiles {
|
|
28
|
+
/**
|
|
29
|
+
* Gets a list of Network Experiment Profiles under a subscription
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
list(
|
|
33
|
+
options?: NetworkExperimentProfilesListOptionalParams
|
|
34
|
+
): PagedAsyncIterableIterator<Profile>;
|
|
35
|
+
/**
|
|
36
|
+
* Gets a list of Network Experiment Profiles within a resource group under a subscription
|
|
37
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
38
|
+
* @param options The options parameters.
|
|
39
|
+
*/
|
|
40
|
+
listByResourceGroup(
|
|
41
|
+
resourceGroupName: string,
|
|
42
|
+
options?: NetworkExperimentProfilesListByResourceGroupOptionalParams
|
|
43
|
+
): PagedAsyncIterableIterator<Profile>;
|
|
44
|
+
/**
|
|
45
|
+
* Gets an NetworkExperiment Profile by ProfileName
|
|
46
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
47
|
+
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
get(
|
|
51
|
+
resourceGroupName: string,
|
|
52
|
+
profileName: string,
|
|
53
|
+
options?: NetworkExperimentProfilesGetOptionalParams
|
|
54
|
+
): Promise<NetworkExperimentProfilesGetResponse>;
|
|
55
|
+
/**
|
|
56
|
+
* Creates an NetworkExperiment Profile
|
|
57
|
+
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
58
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
59
|
+
* @param parameters An Network Experiment Profile
|
|
60
|
+
* @param options The options parameters.
|
|
61
|
+
*/
|
|
62
|
+
beginCreateOrUpdate(
|
|
63
|
+
profileName: string,
|
|
64
|
+
resourceGroupName: string,
|
|
65
|
+
parameters: Profile,
|
|
66
|
+
options?: NetworkExperimentProfilesCreateOrUpdateOptionalParams
|
|
67
|
+
): Promise<
|
|
68
|
+
PollerLike<
|
|
69
|
+
PollOperationState<NetworkExperimentProfilesCreateOrUpdateResponse>,
|
|
70
|
+
NetworkExperimentProfilesCreateOrUpdateResponse
|
|
71
|
+
>
|
|
72
|
+
>;
|
|
73
|
+
/**
|
|
74
|
+
* Creates an NetworkExperiment Profile
|
|
75
|
+
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
76
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
77
|
+
* @param parameters An Network Experiment Profile
|
|
78
|
+
* @param options The options parameters.
|
|
79
|
+
*/
|
|
80
|
+
beginCreateOrUpdateAndWait(
|
|
81
|
+
profileName: string,
|
|
82
|
+
resourceGroupName: string,
|
|
83
|
+
parameters: Profile,
|
|
84
|
+
options?: NetworkExperimentProfilesCreateOrUpdateOptionalParams
|
|
85
|
+
): Promise<NetworkExperimentProfilesCreateOrUpdateResponse>;
|
|
86
|
+
/**
|
|
87
|
+
* Updates an NetworkExperimentProfiles
|
|
88
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
89
|
+
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
90
|
+
* @param parameters The Profile Update Model
|
|
91
|
+
* @param options The options parameters.
|
|
92
|
+
*/
|
|
93
|
+
beginUpdate(
|
|
94
|
+
resourceGroupName: string,
|
|
95
|
+
profileName: string,
|
|
96
|
+
parameters: ProfileUpdateModel,
|
|
97
|
+
options?: NetworkExperimentProfilesUpdateOptionalParams
|
|
98
|
+
): Promise<
|
|
99
|
+
PollerLike<
|
|
100
|
+
PollOperationState<NetworkExperimentProfilesUpdateResponse>,
|
|
101
|
+
NetworkExperimentProfilesUpdateResponse
|
|
102
|
+
>
|
|
103
|
+
>;
|
|
104
|
+
/**
|
|
105
|
+
* Updates an NetworkExperimentProfiles
|
|
106
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
107
|
+
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
108
|
+
* @param parameters The Profile Update Model
|
|
109
|
+
* @param options The options parameters.
|
|
110
|
+
*/
|
|
111
|
+
beginUpdateAndWait(
|
|
112
|
+
resourceGroupName: string,
|
|
113
|
+
profileName: string,
|
|
114
|
+
parameters: ProfileUpdateModel,
|
|
115
|
+
options?: NetworkExperimentProfilesUpdateOptionalParams
|
|
116
|
+
): Promise<NetworkExperimentProfilesUpdateResponse>;
|
|
117
|
+
/**
|
|
118
|
+
* Deletes an NetworkExperiment Profile by ProfileName
|
|
119
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
120
|
+
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
121
|
+
* @param options The options parameters.
|
|
122
|
+
*/
|
|
123
|
+
beginDelete(
|
|
124
|
+
resourceGroupName: string,
|
|
125
|
+
profileName: string,
|
|
126
|
+
options?: NetworkExperimentProfilesDeleteOptionalParams
|
|
127
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
128
|
+
/**
|
|
129
|
+
* Deletes an NetworkExperiment Profile by ProfileName
|
|
130
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
131
|
+
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
132
|
+
* @param options The options parameters.
|
|
133
|
+
*/
|
|
134
|
+
beginDeleteAndWait(
|
|
135
|
+
resourceGroupName: string,
|
|
136
|
+
profileName: string,
|
|
137
|
+
options?: NetworkExperimentProfilesDeleteOptionalParams
|
|
138
|
+
): Promise<void>;
|
|
139
|
+
}
|