@azure/arm-frontdoor 4.1.1 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -80
- package/dist/index.js +6728 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/frontDoorManagementClient.d.ts +29 -0
- package/dist-esm/src/frontDoorManagementClient.d.ts.map +1 -0
- package/dist-esm/src/frontDoorManagementClient.js +62 -0
- package/dist-esm/src/frontDoorManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +2380 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +399 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +93 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1812 -1645
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +36 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +316 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/endpoints.d.ts +34 -0
- package/dist-esm/src/operations/endpoints.d.ts.map +1 -0
- package/dist-esm/src/operations/endpoints.js +106 -0
- package/dist-esm/src/operations/endpoints.js.map +1 -0
- package/dist-esm/src/operations/experiments.d.ts +99 -0
- package/dist-esm/src/operations/experiments.d.ts.map +1 -0
- package/dist-esm/src/operations/experiments.js +417 -0
- package/dist-esm/src/operations/experiments.js.map +1 -0
- package/dist-esm/src/operations/frontDoorNameAvailability.d.ts +19 -0
- package/dist-esm/src/operations/frontDoorNameAvailability.d.ts.map +1 -0
- package/dist-esm/src/operations/frontDoorNameAvailability.js +49 -0
- package/dist-esm/src/operations/frontDoorNameAvailability.js.map +1 -0
- package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.d.ts +19 -0
- package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.d.ts.map +1 -0
- package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.js +49 -0
- package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.js.map +1 -0
- package/dist-esm/src/operations/frontDoors.d.ts +100 -0
- package/dist-esm/src/operations/frontDoors.d.ts.map +1 -0
- package/dist-esm/src/operations/frontDoors.js +453 -0
- package/dist-esm/src/operations/frontDoors.js.map +1 -0
- package/dist-esm/src/operations/frontendEndpoints.d.ts +81 -0
- package/dist-esm/src/operations/frontendEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operations/frontendEndpoints.js +331 -0
- package/dist-esm/src/operations/frontendEndpoints.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +20 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/managedRuleSets.d.ts +32 -0
- package/dist-esm/src/operations/managedRuleSets.d.ts.map +1 -0
- package/dist-esm/src/operations/managedRuleSets.js +124 -0
- package/dist-esm/src/operations/managedRuleSets.js.map +1 -0
- package/dist-esm/src/operations/networkExperimentProfiles.d.ts +107 -0
- package/dist-esm/src/operations/networkExperimentProfiles.d.ts.map +1 -0
- package/dist-esm/src/operations/networkExperimentProfiles.js +500 -0
- package/dist-esm/src/operations/networkExperimentProfiles.js.map +1 -0
- package/dist-esm/src/operations/policies.d.ts +73 -0
- package/dist-esm/src/operations/policies.d.ts.map +1 -0
- package/dist-esm/src/operations/policies.js +309 -0
- package/dist-esm/src/operations/policies.js.map +1 -0
- package/dist-esm/src/operations/preconfiguredEndpoints.d.ts +38 -0
- package/dist-esm/src/operations/preconfiguredEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operations/preconfiguredEndpoints.js +137 -0
- package/dist-esm/src/operations/preconfiguredEndpoints.js.map +1 -0
- package/dist-esm/src/operations/reports.d.ts +34 -0
- package/dist-esm/src/operations/reports.d.ts.map +1 -0
- package/dist-esm/src/operations/reports.js +120 -0
- package/dist-esm/src/operations/reports.js.map +1 -0
- package/dist-esm/src/operations/rulesEngines.d.ts +83 -0
- package/dist-esm/src/operations/rulesEngines.d.ts.map +1 -0
- package/dist-esm/src/operations/rulesEngines.js +341 -0
- package/dist-esm/src/operations/rulesEngines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/endpoints.d.ts +26 -0
- package/dist-esm/src/operationsInterfaces/endpoints.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/endpoints.js +9 -0
- package/dist-esm/src/operationsInterfaces/endpoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/experiments.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/experiments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/experiments.js +9 -0
- package/dist-esm/src/operationsInterfaces/experiments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/frontDoorNameAvailability.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/frontDoorNameAvailability.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/frontDoorNameAvailability.js +9 -0
- package/dist-esm/src/operationsInterfaces/frontDoorNameAvailability.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.js +9 -0
- package/dist-esm/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/frontDoors.d.ts +64 -0
- package/dist-esm/src/operationsInterfaces/frontDoors.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/frontDoors.js +9 -0
- package/dist-esm/src/operationsInterfaces/frontDoors.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/frontendEndpoints.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/frontendEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/frontendEndpoints.js +9 -0
- package/dist-esm/src/operationsInterfaces/frontendEndpoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +20 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedRuleSets.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/managedRuleSets.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedRuleSets.js +9 -0
- package/dist-esm/src/operationsInterfaces/managedRuleSets.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/networkExperimentProfiles.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/networkExperimentProfiles.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/networkExperimentProfiles.js +9 -0
- package/dist-esm/src/operationsInterfaces/networkExperimentProfiles.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policies.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/policies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policies.js +9 -0
- package/dist-esm/src/operationsInterfaces/policies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/preconfiguredEndpoints.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/preconfiguredEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/preconfiguredEndpoints.js +9 -0
- package/dist-esm/src/operationsInterfaces/preconfiguredEndpoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/reports.d.ts +26 -0
- package/dist-esm/src/operationsInterfaces/reports.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/reports.js +9 -0
- package/dist-esm/src/operationsInterfaces/reports.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/rulesEngines.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/rulesEngines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/rulesEngines.js +9 -0
- package/dist-esm/src/operationsInterfaces/rulesEngines.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-frontdoor.api.md +1910 -0
- package/rollup.config.js +181 -30
- package/src/frontDoorManagementClient.ts +107 -164
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +2184 -2625
- package/src/models/mappers.ts +1796 -1578
- package/src/models/parameters.ts +228 -115
- package/src/operations/endpoints.ts +110 -59
- package/src/operations/experiments.ts +439 -238
- package/src/operations/frontDoorNameAvailability.ts +68 -0
- package/src/operations/frontDoorNameAvailabilityWithSubscription.ts +69 -0
- package/src/operations/frontDoors.ts +423 -310
- package/src/operations/frontendEndpoints.ts +334 -188
- package/src/operations/index.ts +5 -5
- package/src/operations/managedRuleSets.ts +92 -76
- package/src/operations/networkExperimentProfiles.ts +488 -297
- package/src/operations/policies.ts +305 -195
- package/src/operations/preconfiguredEndpoints.ts +125 -84
- package/src/operations/reports.ts +86 -118
- package/src/operations/rulesEngines.ts +343 -193
- package/src/operationsInterfaces/endpoints.ts +47 -0
- package/src/operationsInterfaces/experiments.ts +147 -0
- package/src/operationsInterfaces/frontDoorNameAvailability.ts +26 -0
- package/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.ts +26 -0
- package/src/operationsInterfaces/frontDoors.ts +122 -0
- package/src/operationsInterfaces/frontendEndpoints.ts +104 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +6 -6
- package/src/operationsInterfaces/managedRuleSets.ts +25 -0
- package/src/operationsInterfaces/networkExperimentProfiles.ts +139 -0
- package/src/operationsInterfaces/policies.ts +97 -0
- package/src/operationsInterfaces/preconfiguredEndpoints.ts +29 -0
- package/src/operationsInterfaces/reports.ts +57 -0
- package/src/operationsInterfaces/rulesEngines.ts +111 -0
- package/tsconfig.json +3 -3
- package/types/arm-frontdoor.d.ts +3127 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-frontdoor.js +0 -5978
- package/dist/arm-frontdoor.js.map +0 -1
- package/dist/arm-frontdoor.min.js +0 -1
- package/dist/arm-frontdoor.min.js.map +0 -1
- package/esm/frontDoorManagementClient.d.ts +0 -70
- package/esm/frontDoorManagementClient.d.ts.map +0 -1
- package/esm/frontDoorManagementClient.js +0 -112
- package/esm/frontDoorManagementClient.js.map +0 -1
- package/esm/frontDoorManagementClientContext.d.ts +0 -22
- package/esm/frontDoorManagementClientContext.d.ts.map +0 -1
- package/esm/frontDoorManagementClientContext.js +0 -61
- package/esm/frontDoorManagementClientContext.js.map +0 -1
- package/esm/models/endpointsMappers.d.ts +0 -2
- package/esm/models/endpointsMappers.d.ts.map +0 -1
- package/esm/models/endpointsMappers.js +0 -9
- package/esm/models/endpointsMappers.js.map +0 -1
- package/esm/models/experimentsMappers.d.ts +0 -2
- package/esm/models/experimentsMappers.d.ts.map +0 -1
- package/esm/models/experimentsMappers.js +0 -9
- package/esm/models/experimentsMappers.js.map +0 -1
- package/esm/models/frontDoorsMappers.d.ts +0 -2
- package/esm/models/frontDoorsMappers.d.ts.map +0 -1
- package/esm/models/frontDoorsMappers.js +0 -9
- package/esm/models/frontDoorsMappers.js.map +0 -1
- package/esm/models/frontendEndpointsMappers.d.ts +0 -2
- package/esm/models/frontendEndpointsMappers.d.ts.map +0 -1
- package/esm/models/frontendEndpointsMappers.js +0 -9
- package/esm/models/frontendEndpointsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2901
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/managedRuleSetsMappers.d.ts +0 -2
- package/esm/models/managedRuleSetsMappers.d.ts.map +0 -1
- package/esm/models/managedRuleSetsMappers.js +0 -9
- package/esm/models/managedRuleSetsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -84
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/networkExperimentProfilesMappers.d.ts +0 -2
- package/esm/models/networkExperimentProfilesMappers.d.ts.map +0 -1
- package/esm/models/networkExperimentProfilesMappers.js +0 -9
- package/esm/models/networkExperimentProfilesMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -22
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -252
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/policiesMappers.d.ts +0 -2
- package/esm/models/policiesMappers.d.ts.map +0 -1
- package/esm/models/policiesMappers.js +0 -9
- package/esm/models/policiesMappers.js.map +0 -1
- package/esm/models/preconfiguredEndpointsMappers.d.ts +0 -2
- package/esm/models/preconfiguredEndpointsMappers.d.ts.map +0 -1
- package/esm/models/preconfiguredEndpointsMappers.js +0 -9
- package/esm/models/preconfiguredEndpointsMappers.js.map +0 -1
- package/esm/models/reportsMappers.d.ts +0 -2
- package/esm/models/reportsMappers.d.ts.map +0 -1
- package/esm/models/reportsMappers.js +0 -9
- package/esm/models/reportsMappers.js.map +0 -1
- package/esm/models/rulesEnginesMappers.d.ts +0 -2
- package/esm/models/rulesEnginesMappers.d.ts.map +0 -1
- package/esm/models/rulesEnginesMappers.js +0 -9
- package/esm/models/rulesEnginesMappers.js.map +0 -1
- package/esm/operations/endpoints.d.ts +0 -36
- package/esm/operations/endpoints.d.ts.map +0 -1
- package/esm/operations/endpoints.js +0 -87
- package/esm/operations/endpoints.js.map +0 -1
- package/esm/operations/experiments.d.ts +0 -137
- package/esm/operations/experiments.d.ts.map +0 -1
- package/esm/operations/experiments.js +0 -302
- package/esm/operations/experiments.js.map +0 -1
- package/esm/operations/frontDoors.d.ts +0 -165
- package/esm/operations/frontDoors.d.ts.map +0 -1
- package/esm/operations/frontDoors.js +0 -315
- package/esm/operations/frontDoors.js.map +0 -1
- package/esm/operations/frontendEndpoints.d.ts +0 -115
- package/esm/operations/frontendEndpoints.d.ts.map +0 -1
- package/esm/operations/frontendEndpoints.js +0 -229
- package/esm/operations/frontendEndpoints.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/managedRuleSets.d.ts +0 -46
- package/esm/operations/managedRuleSets.d.ts.map +0 -1
- package/esm/operations/managedRuleSets.js +0 -80
- package/esm/operations/managedRuleSets.js.map +0 -1
- package/esm/operations/networkExperimentProfiles.d.ts +0 -158
- package/esm/operations/networkExperimentProfiles.d.ts.map +0 -1
- package/esm/operations/networkExperimentProfiles.js +0 -339
- package/esm/operations/networkExperimentProfiles.js.map +0 -1
- package/esm/operations/policies.d.ts +0 -105
- package/esm/operations/policies.d.ts.map +0 -1
- package/esm/operations/policies.js +0 -225
- package/esm/operations/policies.js.map +0 -1
- package/esm/operations/preconfiguredEndpoints.d.ts +0 -52
- package/esm/operations/preconfiguredEndpoints.d.ts.map +0 -1
- package/esm/operations/preconfiguredEndpoints.js +0 -84
- package/esm/operations/preconfiguredEndpoints.js.map +0 -1
- package/esm/operations/reports.d.ts +0 -85
- package/esm/operations/reports.d.ts.map +0 -1
- package/esm/operations/reports.js +0 -107
- package/esm/operations/reports.js.map +0 -1
- package/esm/operations/rulesEngines.d.ts +0 -119
- package/esm/operations/rulesEngines.d.ts.map +0 -1
- package/esm/operations/rulesEngines.js +0 -240
- package/esm/operations/rulesEngines.js.map +0 -1
- package/src/frontDoorManagementClientContext.ts +0 -67
- package/src/models/endpointsMappers.ts +0 -13
- package/src/models/experimentsMappers.ts +0 -59
- package/src/models/frontDoorsMappers.ts +0 -60
- package/src/models/frontendEndpointsMappers.ts +0 -58
- package/src/models/managedRuleSetsMappers.ts +0 -58
- package/src/models/networkExperimentProfilesMappers.ts +0 -59
- package/src/models/policiesMappers.ts +0 -59
- package/src/models/preconfiguredEndpointsMappers.ts +0 -58
- package/src/models/reportsMappers.ts +0 -57
- package/src/models/rulesEnginesMappers.ts +0 -58
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"networkExperimentProfiles.js","sourceRoot":"","sources":["../../src/operations/networkExperimentProfiles.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
3
|
-
import * as Models from "../models";
|
|
4
|
-
import { FrontDoorManagementClientContext } from "../frontDoorManagementClientContext";
|
|
5
|
-
/** Class representing a Policies. */
|
|
6
|
-
export declare class Policies {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a Policies.
|
|
10
|
-
* @param {FrontDoorManagementClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: FrontDoorManagementClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* Lists all of the protection policies within a resource group.
|
|
15
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
16
|
-
* @param [options] The optional parameters
|
|
17
|
-
* @returns Promise<Models.PoliciesListResponse>
|
|
18
|
-
*/
|
|
19
|
-
list(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.PoliciesListResponse>;
|
|
20
|
-
/**
|
|
21
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
22
|
-
* @param callback The callback
|
|
23
|
-
*/
|
|
24
|
-
list(resourceGroupName: string, callback: msRest.ServiceCallback<Models.WebApplicationFirewallPolicyList>): void;
|
|
25
|
-
/**
|
|
26
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
27
|
-
* @param options The optional parameters
|
|
28
|
-
* @param callback The callback
|
|
29
|
-
*/
|
|
30
|
-
list(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WebApplicationFirewallPolicyList>): void;
|
|
31
|
-
/**
|
|
32
|
-
* Retrieve protection policy with specified name within a resource group.
|
|
33
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
34
|
-
* @param policyName The name of the Web Application Firewall Policy.
|
|
35
|
-
* @param [options] The optional parameters
|
|
36
|
-
* @returns Promise<Models.PoliciesGetResponse>
|
|
37
|
-
*/
|
|
38
|
-
get(resourceGroupName: string, policyName: string, options?: msRest.RequestOptionsBase): Promise<Models.PoliciesGetResponse>;
|
|
39
|
-
/**
|
|
40
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
41
|
-
* @param policyName The name of the Web Application Firewall Policy.
|
|
42
|
-
* @param callback The callback
|
|
43
|
-
*/
|
|
44
|
-
get(resourceGroupName: string, policyName: string, callback: msRest.ServiceCallback<Models.WebApplicationFirewallPolicy>): void;
|
|
45
|
-
/**
|
|
46
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
47
|
-
* @param policyName The name of the Web Application Firewall Policy.
|
|
48
|
-
* @param options The optional parameters
|
|
49
|
-
* @param callback The callback
|
|
50
|
-
*/
|
|
51
|
-
get(resourceGroupName: string, policyName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WebApplicationFirewallPolicy>): void;
|
|
52
|
-
/**
|
|
53
|
-
* Create or update policy with specified rule set name within a resource group.
|
|
54
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
55
|
-
* @param policyName The name of the Web Application Firewall Policy.
|
|
56
|
-
* @param parameters Policy to be created.
|
|
57
|
-
* @param [options] The optional parameters
|
|
58
|
-
* @returns Promise<Models.PoliciesCreateOrUpdateResponse>
|
|
59
|
-
*/
|
|
60
|
-
createOrUpdate(resourceGroupName: string, policyName: string, parameters: Models.WebApplicationFirewallPolicy, options?: msRest.RequestOptionsBase): Promise<Models.PoliciesCreateOrUpdateResponse>;
|
|
61
|
-
/**
|
|
62
|
-
* Deletes Policy
|
|
63
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
64
|
-
* @param policyName The name of the Web Application Firewall Policy.
|
|
65
|
-
* @param [options] The optional parameters
|
|
66
|
-
* @returns Promise<msRest.RestResponse>
|
|
67
|
-
*/
|
|
68
|
-
deleteMethod(resourceGroupName: string, policyName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
69
|
-
/**
|
|
70
|
-
* Create or update policy with specified rule set name within a resource group.
|
|
71
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
72
|
-
* @param policyName The name of the Web Application Firewall Policy.
|
|
73
|
-
* @param parameters Policy to be created.
|
|
74
|
-
* @param [options] The optional parameters
|
|
75
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
76
|
-
*/
|
|
77
|
-
beginCreateOrUpdate(resourceGroupName: string, policyName: string, parameters: Models.WebApplicationFirewallPolicy, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
78
|
-
/**
|
|
79
|
-
* Deletes Policy
|
|
80
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
81
|
-
* @param policyName The name of the Web Application Firewall Policy.
|
|
82
|
-
* @param [options] The optional parameters
|
|
83
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
84
|
-
*/
|
|
85
|
-
beginDeleteMethod(resourceGroupName: string, policyName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
86
|
-
/**
|
|
87
|
-
* Lists all of the protection policies within a resource group.
|
|
88
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
89
|
-
* @param [options] The optional parameters
|
|
90
|
-
* @returns Promise<Models.PoliciesListNextResponse>
|
|
91
|
-
*/
|
|
92
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PoliciesListNextResponse>;
|
|
93
|
-
/**
|
|
94
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
95
|
-
* @param callback The callback
|
|
96
|
-
*/
|
|
97
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.WebApplicationFirewallPolicyList>): void;
|
|
98
|
-
/**
|
|
99
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
100
|
-
* @param options The optional parameters
|
|
101
|
-
* @param callback The callback
|
|
102
|
-
*/
|
|
103
|
-
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WebApplicationFirewallPolicyList>): void;
|
|
104
|
-
}
|
|
105
|
-
//# sourceMappingURL=policies.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"policies.d.ts","sourceRoot":"","sources":["../../src/operations/policies.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,225 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
import { __assign } from "tslib";
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Mappers from "../models/policiesMappers";
|
|
13
|
-
import * as Parameters from "../models/parameters";
|
|
14
|
-
/** Class representing a Policies. */
|
|
15
|
-
var Policies = /** @class */ (function () {
|
|
16
|
-
/**
|
|
17
|
-
* Create a Policies.
|
|
18
|
-
* @param {FrontDoorManagementClientContext} client Reference to the service client.
|
|
19
|
-
*/
|
|
20
|
-
function Policies(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
Policies.prototype.list = function (resourceGroupName, options, callback) {
|
|
24
|
-
return this.client.sendOperationRequest({
|
|
25
|
-
resourceGroupName: resourceGroupName,
|
|
26
|
-
options: options
|
|
27
|
-
}, listOperationSpec, callback);
|
|
28
|
-
};
|
|
29
|
-
Policies.prototype.get = function (resourceGroupName, policyName, options, callback) {
|
|
30
|
-
return this.client.sendOperationRequest({
|
|
31
|
-
resourceGroupName: resourceGroupName,
|
|
32
|
-
policyName: policyName,
|
|
33
|
-
options: options
|
|
34
|
-
}, getOperationSpec, callback);
|
|
35
|
-
};
|
|
36
|
-
/**
|
|
37
|
-
* Create or update policy with specified rule set name within a resource group.
|
|
38
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
39
|
-
* @param policyName The name of the Web Application Firewall Policy.
|
|
40
|
-
* @param parameters Policy to be created.
|
|
41
|
-
* @param [options] The optional parameters
|
|
42
|
-
* @returns Promise<Models.PoliciesCreateOrUpdateResponse>
|
|
43
|
-
*/
|
|
44
|
-
Policies.prototype.createOrUpdate = function (resourceGroupName, policyName, parameters, options) {
|
|
45
|
-
return this.beginCreateOrUpdate(resourceGroupName, policyName, parameters, options)
|
|
46
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
47
|
-
};
|
|
48
|
-
/**
|
|
49
|
-
* Deletes Policy
|
|
50
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
51
|
-
* @param policyName The name of the Web Application Firewall Policy.
|
|
52
|
-
* @param [options] The optional parameters
|
|
53
|
-
* @returns Promise<msRest.RestResponse>
|
|
54
|
-
*/
|
|
55
|
-
Policies.prototype.deleteMethod = function (resourceGroupName, policyName, options) {
|
|
56
|
-
return this.beginDeleteMethod(resourceGroupName, policyName, options)
|
|
57
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
58
|
-
};
|
|
59
|
-
/**
|
|
60
|
-
* Create or update policy with specified rule set name within a resource group.
|
|
61
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
62
|
-
* @param policyName The name of the Web Application Firewall Policy.
|
|
63
|
-
* @param parameters Policy to be created.
|
|
64
|
-
* @param [options] The optional parameters
|
|
65
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
66
|
-
*/
|
|
67
|
-
Policies.prototype.beginCreateOrUpdate = function (resourceGroupName, policyName, parameters, options) {
|
|
68
|
-
return this.client.sendLRORequest({
|
|
69
|
-
resourceGroupName: resourceGroupName,
|
|
70
|
-
policyName: policyName,
|
|
71
|
-
parameters: parameters,
|
|
72
|
-
options: options
|
|
73
|
-
}, beginCreateOrUpdateOperationSpec, options);
|
|
74
|
-
};
|
|
75
|
-
/**
|
|
76
|
-
* Deletes Policy
|
|
77
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
78
|
-
* @param policyName The name of the Web Application Firewall Policy.
|
|
79
|
-
* @param [options] The optional parameters
|
|
80
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
81
|
-
*/
|
|
82
|
-
Policies.prototype.beginDeleteMethod = function (resourceGroupName, policyName, options) {
|
|
83
|
-
return this.client.sendLRORequest({
|
|
84
|
-
resourceGroupName: resourceGroupName,
|
|
85
|
-
policyName: policyName,
|
|
86
|
-
options: options
|
|
87
|
-
}, beginDeleteMethodOperationSpec, options);
|
|
88
|
-
};
|
|
89
|
-
Policies.prototype.listNext = function (nextPageLink, options, callback) {
|
|
90
|
-
return this.client.sendOperationRequest({
|
|
91
|
-
nextPageLink: nextPageLink,
|
|
92
|
-
options: options
|
|
93
|
-
}, listNextOperationSpec, callback);
|
|
94
|
-
};
|
|
95
|
-
return Policies;
|
|
96
|
-
}());
|
|
97
|
-
export { Policies };
|
|
98
|
-
// Operation Specifications
|
|
99
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
100
|
-
var listOperationSpec = {
|
|
101
|
-
httpMethod: "GET",
|
|
102
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies",
|
|
103
|
-
urlParameters: [
|
|
104
|
-
Parameters.resourceGroupName,
|
|
105
|
-
Parameters.subscriptionId
|
|
106
|
-
],
|
|
107
|
-
queryParameters: [
|
|
108
|
-
Parameters.apiVersion2
|
|
109
|
-
],
|
|
110
|
-
headerParameters: [
|
|
111
|
-
Parameters.acceptLanguage
|
|
112
|
-
],
|
|
113
|
-
responses: {
|
|
114
|
-
200: {
|
|
115
|
-
bodyMapper: Mappers.WebApplicationFirewallPolicyList
|
|
116
|
-
},
|
|
117
|
-
default: {
|
|
118
|
-
bodyMapper: Mappers.ErrorResponse
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
|
-
serializer: serializer
|
|
122
|
-
};
|
|
123
|
-
var getOperationSpec = {
|
|
124
|
-
httpMethod: "GET",
|
|
125
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/{policyName}",
|
|
126
|
-
urlParameters: [
|
|
127
|
-
Parameters.resourceGroupName,
|
|
128
|
-
Parameters.policyName,
|
|
129
|
-
Parameters.subscriptionId
|
|
130
|
-
],
|
|
131
|
-
queryParameters: [
|
|
132
|
-
Parameters.apiVersion2
|
|
133
|
-
],
|
|
134
|
-
headerParameters: [
|
|
135
|
-
Parameters.acceptLanguage
|
|
136
|
-
],
|
|
137
|
-
responses: {
|
|
138
|
-
200: {
|
|
139
|
-
bodyMapper: Mappers.WebApplicationFirewallPolicy
|
|
140
|
-
},
|
|
141
|
-
default: {
|
|
142
|
-
bodyMapper: Mappers.ErrorResponse
|
|
143
|
-
}
|
|
144
|
-
},
|
|
145
|
-
serializer: serializer
|
|
146
|
-
};
|
|
147
|
-
var beginCreateOrUpdateOperationSpec = {
|
|
148
|
-
httpMethod: "PUT",
|
|
149
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/{policyName}",
|
|
150
|
-
urlParameters: [
|
|
151
|
-
Parameters.resourceGroupName,
|
|
152
|
-
Parameters.policyName,
|
|
153
|
-
Parameters.subscriptionId
|
|
154
|
-
],
|
|
155
|
-
queryParameters: [
|
|
156
|
-
Parameters.apiVersion2
|
|
157
|
-
],
|
|
158
|
-
headerParameters: [
|
|
159
|
-
Parameters.acceptLanguage
|
|
160
|
-
],
|
|
161
|
-
requestBody: {
|
|
162
|
-
parameterPath: "parameters",
|
|
163
|
-
mapper: __assign(__assign({}, Mappers.WebApplicationFirewallPolicy), { required: true })
|
|
164
|
-
},
|
|
165
|
-
responses: {
|
|
166
|
-
200: {
|
|
167
|
-
bodyMapper: Mappers.WebApplicationFirewallPolicy
|
|
168
|
-
},
|
|
169
|
-
201: {
|
|
170
|
-
bodyMapper: Mappers.WebApplicationFirewallPolicy
|
|
171
|
-
},
|
|
172
|
-
202: {
|
|
173
|
-
bodyMapper: Mappers.WebApplicationFirewallPolicy
|
|
174
|
-
},
|
|
175
|
-
default: {
|
|
176
|
-
bodyMapper: Mappers.ErrorResponse
|
|
177
|
-
}
|
|
178
|
-
},
|
|
179
|
-
serializer: serializer
|
|
180
|
-
};
|
|
181
|
-
var beginDeleteMethodOperationSpec = {
|
|
182
|
-
httpMethod: "DELETE",
|
|
183
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/{policyName}",
|
|
184
|
-
urlParameters: [
|
|
185
|
-
Parameters.resourceGroupName,
|
|
186
|
-
Parameters.policyName,
|
|
187
|
-
Parameters.subscriptionId
|
|
188
|
-
],
|
|
189
|
-
queryParameters: [
|
|
190
|
-
Parameters.apiVersion2
|
|
191
|
-
],
|
|
192
|
-
headerParameters: [
|
|
193
|
-
Parameters.acceptLanguage
|
|
194
|
-
],
|
|
195
|
-
responses: {
|
|
196
|
-
200: {},
|
|
197
|
-
202: {},
|
|
198
|
-
204: {},
|
|
199
|
-
default: {
|
|
200
|
-
bodyMapper: Mappers.CloudError
|
|
201
|
-
}
|
|
202
|
-
},
|
|
203
|
-
serializer: serializer
|
|
204
|
-
};
|
|
205
|
-
var listNextOperationSpec = {
|
|
206
|
-
httpMethod: "GET",
|
|
207
|
-
baseUrl: "https://management.azure.com",
|
|
208
|
-
path: "{nextLink}",
|
|
209
|
-
urlParameters: [
|
|
210
|
-
Parameters.nextPageLink
|
|
211
|
-
],
|
|
212
|
-
headerParameters: [
|
|
213
|
-
Parameters.acceptLanguage
|
|
214
|
-
],
|
|
215
|
-
responses: {
|
|
216
|
-
200: {
|
|
217
|
-
bodyMapper: Mappers.WebApplicationFirewallPolicyList
|
|
218
|
-
},
|
|
219
|
-
default: {
|
|
220
|
-
bodyMapper: Mappers.ErrorResponse
|
|
221
|
-
}
|
|
222
|
-
},
|
|
223
|
-
serializer: serializer
|
|
224
|
-
};
|
|
225
|
-
//# sourceMappingURL=policies.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"policies.js","sourceRoot":"","sources":["../../src/operations/policies.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { FrontDoorManagementClientContext } from "../frontDoorManagementClientContext";
|
|
4
|
-
/** Class representing a PreconfiguredEndpoints. */
|
|
5
|
-
export declare class PreconfiguredEndpoints {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a PreconfiguredEndpoints.
|
|
9
|
-
* @param {FrontDoorManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: FrontDoorManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* @summary Gets a list of Preconfigured Endpoints
|
|
14
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
15
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
16
|
-
* @param [options] The optional parameters
|
|
17
|
-
* @returns Promise<Models.PreconfiguredEndpointsListResponse>
|
|
18
|
-
*/
|
|
19
|
-
list(resourceGroupName: string, profileName: string, options?: msRest.RequestOptionsBase): Promise<Models.PreconfiguredEndpointsListResponse>;
|
|
20
|
-
/**
|
|
21
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
22
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
23
|
-
* @param callback The callback
|
|
24
|
-
*/
|
|
25
|
-
list(resourceGroupName: string, profileName: string, callback: msRest.ServiceCallback<Models.PreconfiguredEndpointList>): void;
|
|
26
|
-
/**
|
|
27
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
28
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
29
|
-
* @param options The optional parameters
|
|
30
|
-
* @param callback The callback
|
|
31
|
-
*/
|
|
32
|
-
list(resourceGroupName: string, profileName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PreconfiguredEndpointList>): void;
|
|
33
|
-
/**
|
|
34
|
-
* @summary Gets a list of Preconfigured Endpoints
|
|
35
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
36
|
-
* @param [options] The optional parameters
|
|
37
|
-
* @returns Promise<Models.PreconfiguredEndpointsListNextResponse>
|
|
38
|
-
*/
|
|
39
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PreconfiguredEndpointsListNextResponse>;
|
|
40
|
-
/**
|
|
41
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
42
|
-
* @param callback The callback
|
|
43
|
-
*/
|
|
44
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PreconfiguredEndpointList>): void;
|
|
45
|
-
/**
|
|
46
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
47
|
-
* @param options The optional parameters
|
|
48
|
-
* @param callback The callback
|
|
49
|
-
*/
|
|
50
|
-
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PreconfiguredEndpointList>): void;
|
|
51
|
-
}
|
|
52
|
-
//# sourceMappingURL=preconfiguredEndpoints.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"preconfiguredEndpoints.d.ts","sourceRoot":"","sources":["../../src/operations/preconfiguredEndpoints.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,gCAAgC,EAAE,MAAM,qCAAqC,CAAC;AAEvF,mDAAmD;AACnD,qBAAa,sBAAsB;IACjC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmC;IAE1D;;;OAGG;gBACS,MAAM,EAAE,gCAAgC;IAIpD;;;;;;OAMG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,kCAAkC,CAAC;IAC7I;;;;OAIG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,yBAAyB,CAAC,GAAG,IAAI;IAC9H;;;;;OAKG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,yBAAyB,CAAC,GAAG,IAAI;IAYlK;;;;;OAKG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,sCAAsC,CAAC;IAC3H;;;OAGG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,yBAAyB,CAAC,GAAG,IAAI;IACxG;;;;OAIG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,yBAAyB,CAAC,GAAG,IAAI;CAU7I"}
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
11
|
-
import * as Mappers from "../models/preconfiguredEndpointsMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a PreconfiguredEndpoints. */
|
|
14
|
-
var PreconfiguredEndpoints = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a PreconfiguredEndpoints.
|
|
17
|
-
* @param {FrontDoorManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function PreconfiguredEndpoints(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
PreconfiguredEndpoints.prototype.list = function (resourceGroupName, profileName, options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
resourceGroupName: resourceGroupName,
|
|
25
|
-
profileName: profileName,
|
|
26
|
-
options: options
|
|
27
|
-
}, listOperationSpec, callback);
|
|
28
|
-
};
|
|
29
|
-
PreconfiguredEndpoints.prototype.listNext = function (nextPageLink, options, callback) {
|
|
30
|
-
return this.client.sendOperationRequest({
|
|
31
|
-
nextPageLink: nextPageLink,
|
|
32
|
-
options: options
|
|
33
|
-
}, listNextOperationSpec, callback);
|
|
34
|
-
};
|
|
35
|
-
return PreconfiguredEndpoints;
|
|
36
|
-
}());
|
|
37
|
-
export { PreconfiguredEndpoints };
|
|
38
|
-
// Operation Specifications
|
|
39
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
40
|
-
var listOperationSpec = {
|
|
41
|
-
httpMethod: "GET",
|
|
42
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/PreconfiguredEndpoints",
|
|
43
|
-
urlParameters: [
|
|
44
|
-
Parameters.subscriptionId,
|
|
45
|
-
Parameters.resourceGroupName,
|
|
46
|
-
Parameters.profileName
|
|
47
|
-
],
|
|
48
|
-
queryParameters: [
|
|
49
|
-
Parameters.apiVersion0
|
|
50
|
-
],
|
|
51
|
-
headerParameters: [
|
|
52
|
-
Parameters.acceptLanguage
|
|
53
|
-
],
|
|
54
|
-
responses: {
|
|
55
|
-
200: {
|
|
56
|
-
bodyMapper: Mappers.PreconfiguredEndpointList
|
|
57
|
-
},
|
|
58
|
-
default: {
|
|
59
|
-
bodyMapper: Mappers.ErrorResponse
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
serializer: serializer
|
|
63
|
-
};
|
|
64
|
-
var listNextOperationSpec = {
|
|
65
|
-
httpMethod: "GET",
|
|
66
|
-
baseUrl: "https://management.azure.com",
|
|
67
|
-
path: "{nextLink}",
|
|
68
|
-
urlParameters: [
|
|
69
|
-
Parameters.nextPageLink
|
|
70
|
-
],
|
|
71
|
-
headerParameters: [
|
|
72
|
-
Parameters.acceptLanguage
|
|
73
|
-
],
|
|
74
|
-
responses: {
|
|
75
|
-
200: {
|
|
76
|
-
bodyMapper: Mappers.PreconfiguredEndpointList
|
|
77
|
-
},
|
|
78
|
-
default: {
|
|
79
|
-
bodyMapper: Mappers.ErrorResponse
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
serializer: serializer
|
|
83
|
-
};
|
|
84
|
-
//# sourceMappingURL=preconfiguredEndpoints.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"preconfiguredEndpoints.js","sourceRoot":"","sources":["../../src/operations/preconfiguredEndpoints.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,yCAAyC,CAAC;AACnE,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,mDAAmD;AACnD;IAGE;;;OAGG;IACH,gCAAY,MAAwC;QAClD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAuBD,qCAAI,GAAJ,UAAK,iBAAyB,EAAE,WAAmB,EAAE,OAA8F,EAAE,QAAmE;QACtN,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB,mBAAA;YACjB,WAAW,aAAA;YACX,OAAO,SAAA;SACR,EACD,iBAAiB,EACjB,QAAQ,CAAuD,CAAC;IACpE,CAAC;IAoBD,yCAAQ,GAAR,UAAS,YAAoB,EAAE,OAA8F,EAAE,QAAmE;QAChM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,YAAY,cAAA;YACZ,OAAO,SAAA;SACR,EACD,qBAAqB,EACrB,QAAQ,CAA2D,CAAC;IACxE,CAAC;IACH,6BAAC;AAAD,CAAC,AAtED,IAsEC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,iBAAiB,GAAyB;IAC9C,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,8JAA8J;IACpK,aAAa,EAAE;QACb,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;KACvB;IACD,eAAe,EAAE;QACf,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,yBAAyB;SAC9C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,qBAAqB,GAAyB;IAClD,UAAU,EAAE,KAAK;IACjB,OAAO,EAAE,8BAA8B;IACvC,IAAI,EAAE,YAAY;IAClB,aAAa,EAAE;QACb,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,yBAAyB;SAC9C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { FrontDoorManagementClientContext } from "../frontDoorManagementClientContext";
|
|
4
|
-
/** Class representing a Reports. */
|
|
5
|
-
export declare class Reports {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a Reports.
|
|
9
|
-
* @param {FrontDoorManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: FrontDoorManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* @summary Gets a Latency Scorecard for a given Experiment
|
|
14
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
15
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
16
|
-
* @param experimentName The Experiment identifier associated with the Experiment
|
|
17
|
-
* @param aggregationInterval The aggregation interval of the Latency Scorecard. Possible values
|
|
18
|
-
* include: 'Daily', 'Weekly', 'Monthly'
|
|
19
|
-
* @param [options] The optional parameters
|
|
20
|
-
* @returns Promise<Models.ReportsGetLatencyScorecardsResponse>
|
|
21
|
-
*/
|
|
22
|
-
getLatencyScorecards(resourceGroupName: string, profileName: string, experimentName: string, aggregationInterval: Models.LatencyScorecardAggregationInterval, options?: Models.ReportsGetLatencyScorecardsOptionalParams): Promise<Models.ReportsGetLatencyScorecardsResponse>;
|
|
23
|
-
/**
|
|
24
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
25
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
26
|
-
* @param experimentName The Experiment identifier associated with the Experiment
|
|
27
|
-
* @param aggregationInterval The aggregation interval of the Latency Scorecard. Possible values
|
|
28
|
-
* include: 'Daily', 'Weekly', 'Monthly'
|
|
29
|
-
* @param callback The callback
|
|
30
|
-
*/
|
|
31
|
-
getLatencyScorecards(resourceGroupName: string, profileName: string, experimentName: string, aggregationInterval: Models.LatencyScorecardAggregationInterval, callback: msRest.ServiceCallback<Models.LatencyScorecard>): void;
|
|
32
|
-
/**
|
|
33
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
34
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
35
|
-
* @param experimentName The Experiment identifier associated with the Experiment
|
|
36
|
-
* @param aggregationInterval The aggregation interval of the Latency Scorecard. Possible values
|
|
37
|
-
* include: 'Daily', 'Weekly', 'Monthly'
|
|
38
|
-
* @param options The optional parameters
|
|
39
|
-
* @param callback The callback
|
|
40
|
-
*/
|
|
41
|
-
getLatencyScorecards(resourceGroupName: string, profileName: string, experimentName: string, aggregationInterval: Models.LatencyScorecardAggregationInterval, options: Models.ReportsGetLatencyScorecardsOptionalParams, callback: msRest.ServiceCallback<Models.LatencyScorecard>): void;
|
|
42
|
-
/**
|
|
43
|
-
* @summary Gets a Timeseries for a given Experiment
|
|
44
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
45
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
46
|
-
* @param experimentName The Experiment identifier associated with the Experiment
|
|
47
|
-
* @param startDateTimeUTC The start DateTime of the Timeseries in UTC
|
|
48
|
-
* @param endDateTimeUTC The end DateTime of the Timeseries in UTC
|
|
49
|
-
* @param aggregationInterval The aggregation interval of the Timeseries. Possible values include:
|
|
50
|
-
* 'Hourly', 'Daily'
|
|
51
|
-
* @param timeseriesType The type of Timeseries. Possible values include: 'MeasurementCounts',
|
|
52
|
-
* 'LatencyP50', 'LatencyP75', 'LatencyP95'
|
|
53
|
-
* @param [options] The optional parameters
|
|
54
|
-
* @returns Promise<Models.ReportsGetTimeseriesResponse>
|
|
55
|
-
*/
|
|
56
|
-
getTimeseries(resourceGroupName: string, profileName: string, experimentName: string, startDateTimeUTC: Date | string, endDateTimeUTC: Date | string, aggregationInterval: Models.TimeseriesAggregationInterval, timeseriesType: Models.TimeseriesType, options?: Models.ReportsGetTimeseriesOptionalParams): Promise<Models.ReportsGetTimeseriesResponse>;
|
|
57
|
-
/**
|
|
58
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
59
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
60
|
-
* @param experimentName The Experiment identifier associated with the Experiment
|
|
61
|
-
* @param startDateTimeUTC The start DateTime of the Timeseries in UTC
|
|
62
|
-
* @param endDateTimeUTC The end DateTime of the Timeseries in UTC
|
|
63
|
-
* @param aggregationInterval The aggregation interval of the Timeseries. Possible values include:
|
|
64
|
-
* 'Hourly', 'Daily'
|
|
65
|
-
* @param timeseriesType The type of Timeseries. Possible values include: 'MeasurementCounts',
|
|
66
|
-
* 'LatencyP50', 'LatencyP75', 'LatencyP95'
|
|
67
|
-
* @param callback The callback
|
|
68
|
-
*/
|
|
69
|
-
getTimeseries(resourceGroupName: string, profileName: string, experimentName: string, startDateTimeUTC: Date | string, endDateTimeUTC: Date | string, aggregationInterval: Models.TimeseriesAggregationInterval, timeseriesType: Models.TimeseriesType, callback: msRest.ServiceCallback<Models.Timeseries>): void;
|
|
70
|
-
/**
|
|
71
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
72
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
73
|
-
* @param experimentName The Experiment identifier associated with the Experiment
|
|
74
|
-
* @param startDateTimeUTC The start DateTime of the Timeseries in UTC
|
|
75
|
-
* @param endDateTimeUTC The end DateTime of the Timeseries in UTC
|
|
76
|
-
* @param aggregationInterval The aggregation interval of the Timeseries. Possible values include:
|
|
77
|
-
* 'Hourly', 'Daily'
|
|
78
|
-
* @param timeseriesType The type of Timeseries. Possible values include: 'MeasurementCounts',
|
|
79
|
-
* 'LatencyP50', 'LatencyP75', 'LatencyP95'
|
|
80
|
-
* @param options The optional parameters
|
|
81
|
-
* @param callback The callback
|
|
82
|
-
*/
|
|
83
|
-
getTimeseries(resourceGroupName: string, profileName: string, experimentName: string, startDateTimeUTC: Date | string, endDateTimeUTC: Date | string, aggregationInterval: Models.TimeseriesAggregationInterval, timeseriesType: Models.TimeseriesType, options: Models.ReportsGetTimeseriesOptionalParams, callback: msRest.ServiceCallback<Models.Timeseries>): void;
|
|
84
|
-
}
|
|
85
|
-
//# sourceMappingURL=reports.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"reports.d.ts","sourceRoot":"","sources":["../../src/operations/reports.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,gCAAgC,EAAE,MAAM,qCAAqC,CAAC;AAEvF,oCAAoC;AACpC,qBAAa,OAAO;IAClB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmC;IAE1D;;;OAGG;gBACS,MAAM,EAAE,gCAAgC;IAIpD;;;;;;;;;OASG;IACH,oBAAoB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,CAAC,mCAAmC,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,yCAAyC,GAAG,OAAO,CAAC,MAAM,CAAC,mCAAmC,CAAC;IAC9Q;;;;;;;OAOG;IACH,oBAAoB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,CAAC,mCAAmC,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI;IAC9N;;;;;;;;OAQG;IACH,oBAAoB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,CAAC,mCAAmC,EAAE,OAAO,EAAE,MAAM,CAAC,yCAAyC,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI;IAczR;;;;;;;;;;;;;OAaG;IACH,aAAa,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,EAAE,gBAAgB,EAAE,IAAI,GAAG,MAAM,EAAE,cAAc,EAAE,IAAI,GAAG,MAAM,EAAE,mBAAmB,EAAE,MAAM,CAAC,6BAA6B,EAAE,cAAc,EAAE,MAAM,CAAC,cAAc,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kCAAkC,GAAG,OAAO,CAAC,MAAM,CAAC,4BAA4B,CAAC;IAC1V;;;;;;;;;;;OAWG;IACH,aAAa,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,EAAE,gBAAgB,EAAE,IAAI,GAAG,MAAM,EAAE,cAAc,EAAE,IAAI,GAAG,MAAM,EAAE,mBAAmB,EAAE,MAAM,CAAC,6BAA6B,EAAE,cAAc,EAAE,MAAM,CAAC,cAAc,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,IAAI;IAClT;;;;;;;;;;;;OAYG;IACH,aAAa,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,EAAE,gBAAgB,EAAE,IAAI,GAAG,MAAM,EAAE,cAAc,EAAE,IAAI,GAAG,MAAM,EAAE,mBAAmB,EAAE,MAAM,CAAC,6BAA6B,EAAE,cAAc,EAAE,MAAM,CAAC,cAAc,EAAE,OAAO,EAAE,MAAM,CAAC,kCAAkC,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,IAAI;CAgBvW"}
|