@azure/arm-frontdoor 5.3.1-alpha.20250123.1 → 5.3.1-alpha.20250128.1
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/dist/browser/frontDoorManagementClient.d.ts +30 -0
- package/dist/browser/frontDoorManagementClient.d.ts.map +1 -0
- package/dist/browser/frontDoorManagementClient.js +80 -0
- package/dist/browser/frontDoorManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +14 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +320 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/endpoints.d.ts +34 -0
- package/dist/browser/operations/endpoints.d.ts.map +1 -0
- package/dist/browser/operations/endpoints.js +107 -0
- package/dist/browser/operations/endpoints.js.map +1 -0
- package/dist/browser/operations/experiments.d.ts +99 -0
- package/dist/browser/operations/experiments.d.ts.map +1 -0
- package/dist/browser/operations/experiments.js +448 -0
- package/dist/browser/operations/experiments.js.map +1 -0
- package/dist/browser/operations/frontDoorNameAvailability.d.ts +19 -0
- package/dist/browser/operations/frontDoorNameAvailability.d.ts.map +1 -0
- package/dist/browser/operations/frontDoorNameAvailability.js +49 -0
- package/dist/browser/operations/frontDoorNameAvailability.js.map +1 -0
- package/dist/browser/operations/frontDoorNameAvailabilityWithSubscription.d.ts +19 -0
- package/dist/browser/operations/frontDoorNameAvailabilityWithSubscription.d.ts.map +1 -0
- package/dist/browser/operations/frontDoorNameAvailabilityWithSubscription.js +49 -0
- package/dist/browser/operations/frontDoorNameAvailabilityWithSubscription.js.map +1 -0
- package/dist/browser/operations/frontDoors.d.ts +100 -0
- package/dist/browser/operations/frontDoors.d.ts.map +1 -0
- package/dist/browser/operations/frontDoors.js +482 -0
- package/dist/browser/operations/frontDoors.js.map +1 -0
- package/dist/browser/operations/frontendEndpoints.d.ts +81 -0
- package/dist/browser/operations/frontendEndpoints.d.ts.map +1 -0
- package/dist/browser/operations/frontendEndpoints.js +348 -0
- package/dist/browser/operations/frontendEndpoints.js.map +1 -0
- package/dist/browser/operations/index.d.ts +13 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +20 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/managedRuleSets.d.ts +32 -0
- package/dist/browser/operations/managedRuleSets.d.ts.map +1 -0
- package/dist/browser/operations/managedRuleSets.js +137 -0
- package/dist/browser/operations/managedRuleSets.js.map +1 -0
- package/dist/browser/operations/networkExperimentProfiles.d.ts +107 -0
- package/dist/browser/operations/networkExperimentProfiles.d.ts.map +1 -0
- package/dist/browser/operations/networkExperimentProfiles.js +531 -0
- package/dist/browser/operations/networkExperimentProfiles.js.map +1 -0
- package/dist/browser/operations/policies.d.ts +109 -0
- package/dist/browser/operations/policies.d.ts.map +1 -0
- package/dist/browser/operations/policies.js +524 -0
- package/dist/browser/operations/policies.js.map +1 -0
- package/dist/browser/operations/preconfiguredEndpoints.d.ts +38 -0
- package/dist/browser/operations/preconfiguredEndpoints.d.ts.map +1 -0
- package/dist/browser/operations/preconfiguredEndpoints.js +150 -0
- package/dist/browser/operations/preconfiguredEndpoints.js.map +1 -0
- package/dist/browser/operations/reports.d.ts +34 -0
- package/dist/browser/operations/reports.d.ts.map +1 -0
- package/dist/browser/operations/reports.js +120 -0
- package/dist/browser/operations/reports.js.map +1 -0
- package/dist/browser/operations/rulesEngines.d.ts +83 -0
- package/dist/browser/operations/rulesEngines.d.ts.map +1 -0
- package/dist/browser/operations/rulesEngines.js +358 -0
- package/dist/browser/operations/rulesEngines.js.map +1 -0
- package/dist/browser/operationsInterfaces/endpoints.d.ts +26 -0
- package/dist/browser/operationsInterfaces/endpoints.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/endpoints.js.map +1 -0
- package/dist/browser/operationsInterfaces/experiments.d.ts +74 -0
- package/dist/browser/operationsInterfaces/experiments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/experiments.js.map +1 -0
- package/dist/browser/operationsInterfaces/frontDoorNameAvailability.d.ts +11 -0
- package/dist/browser/operationsInterfaces/frontDoorNameAvailability.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/frontDoorNameAvailability.js.map +1 -0
- package/dist/browser/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.d.ts +11 -0
- package/dist/browser/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.js.map +1 -0
- package/dist/browser/operationsInterfaces/frontDoors.d.ts +64 -0
- package/dist/browser/operationsInterfaces/frontDoors.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/frontDoors.js.map +1 -0
- package/dist/browser/operationsInterfaces/frontendEndpoints.d.ts +56 -0
- package/dist/browser/operationsInterfaces/frontendEndpoints.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/frontendEndpoints.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +13 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +20 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedRuleSets.d.ts +11 -0
- package/dist/browser/operationsInterfaces/managedRuleSets.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedRuleSets.js.map +1 -0
- package/dist/browser/operationsInterfaces/networkExperimentProfiles.d.ts +71 -0
- package/dist/browser/operationsInterfaces/networkExperimentProfiles.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkExperimentProfiles.js.map +1 -0
- package/dist/browser/operationsInterfaces/policies.d.ts +73 -0
- package/dist/browser/operationsInterfaces/policies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/policies.js.map +1 -0
- package/dist/browser/operationsInterfaces/preconfiguredEndpoints.d.ts +13 -0
- package/dist/browser/operationsInterfaces/preconfiguredEndpoints.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/preconfiguredEndpoints.js.map +1 -0
- package/dist/browser/operationsInterfaces/reports.d.ts +26 -0
- package/dist/browser/operationsInterfaces/reports.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/reports.js.map +1 -0
- package/dist/browser/operationsInterfaces/rulesEngines.d.ts +58 -0
- package/dist/browser/operationsInterfaces/rulesEngines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/rulesEngines.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/frontDoorManagementClient.d.ts +30 -0
- package/dist/commonjs/frontDoorManagementClient.d.ts.map +1 -0
- package/dist/commonjs/frontDoorManagementClient.js +85 -0
- package/dist/commonjs/frontDoorManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2756 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +654 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +97 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3192 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +37 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +323 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/endpoints.d.ts +34 -0
- package/dist/commonjs/operations/endpoints.d.ts.map +1 -0
- package/dist/commonjs/operations/endpoints.js +112 -0
- package/dist/commonjs/operations/endpoints.js.map +1 -0
- package/dist/commonjs/operations/experiments.d.ts +99 -0
- package/dist/commonjs/operations/experiments.d.ts.map +1 -0
- package/dist/commonjs/operations/experiments.js +452 -0
- package/dist/commonjs/operations/experiments.js.map +1 -0
- package/dist/commonjs/operations/frontDoorNameAvailability.d.ts +19 -0
- package/dist/commonjs/operations/frontDoorNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operations/frontDoorNameAvailability.js +54 -0
- package/dist/commonjs/operations/frontDoorNameAvailability.js.map +1 -0
- package/dist/commonjs/operations/frontDoorNameAvailabilityWithSubscription.d.ts +19 -0
- package/dist/commonjs/operations/frontDoorNameAvailabilityWithSubscription.d.ts.map +1 -0
- package/dist/commonjs/operations/frontDoorNameAvailabilityWithSubscription.js +54 -0
- package/dist/commonjs/operations/frontDoorNameAvailabilityWithSubscription.js.map +1 -0
- package/dist/commonjs/operations/frontDoors.d.ts +100 -0
- package/dist/commonjs/operations/frontDoors.d.ts.map +1 -0
- package/dist/commonjs/operations/frontDoors.js +486 -0
- package/dist/commonjs/operations/frontDoors.js.map +1 -0
- package/dist/commonjs/operations/frontendEndpoints.d.ts +81 -0
- package/dist/commonjs/operations/frontendEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operations/frontendEndpoints.js +352 -0
- package/dist/commonjs/operations/frontendEndpoints.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +13 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +23 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/managedRuleSets.d.ts +32 -0
- package/dist/commonjs/operations/managedRuleSets.d.ts.map +1 -0
- package/dist/commonjs/operations/managedRuleSets.js +141 -0
- package/dist/commonjs/operations/managedRuleSets.js.map +1 -0
- package/dist/commonjs/operations/networkExperimentProfiles.d.ts +107 -0
- package/dist/commonjs/operations/networkExperimentProfiles.d.ts.map +1 -0
- package/dist/commonjs/operations/networkExperimentProfiles.js +535 -0
- package/dist/commonjs/operations/networkExperimentProfiles.js.map +1 -0
- package/dist/commonjs/operations/policies.d.ts +109 -0
- package/dist/commonjs/operations/policies.d.ts.map +1 -0
- package/dist/commonjs/operations/policies.js +528 -0
- package/dist/commonjs/operations/policies.js.map +1 -0
- package/dist/commonjs/operations/preconfiguredEndpoints.d.ts +38 -0
- package/dist/commonjs/operations/preconfiguredEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operations/preconfiguredEndpoints.js +154 -0
- package/dist/commonjs/operations/preconfiguredEndpoints.js.map +1 -0
- package/dist/commonjs/operations/reports.d.ts +34 -0
- package/dist/commonjs/operations/reports.d.ts.map +1 -0
- package/dist/commonjs/operations/reports.js +125 -0
- package/dist/commonjs/operations/reports.js.map +1 -0
- package/dist/commonjs/operations/rulesEngines.d.ts +83 -0
- package/dist/commonjs/operations/rulesEngines.d.ts.map +1 -0
- package/dist/commonjs/operations/rulesEngines.js +362 -0
- package/dist/commonjs/operations/rulesEngines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/endpoints.d.ts +26 -0
- package/dist/commonjs/operationsInterfaces/endpoints.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/endpoints.js +10 -0
- package/dist/commonjs/operationsInterfaces/endpoints.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/experiments.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/experiments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/experiments.js +10 -0
- package/dist/commonjs/operationsInterfaces/experiments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/frontDoorNameAvailability.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/frontDoorNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/frontDoorNameAvailability.js +10 -0
- package/dist/commonjs/operationsInterfaces/frontDoorNameAvailability.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.js +10 -0
- package/dist/commonjs/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/frontDoors.d.ts +64 -0
- package/dist/commonjs/operationsInterfaces/frontDoors.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/frontDoors.js +10 -0
- package/dist/commonjs/operationsInterfaces/frontDoors.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/frontendEndpoints.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/frontendEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/frontendEndpoints.js +10 -0
- package/dist/commonjs/operationsInterfaces/frontendEndpoints.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +23 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedRuleSets.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/managedRuleSets.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedRuleSets.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedRuleSets.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkExperimentProfiles.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/networkExperimentProfiles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkExperimentProfiles.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkExperimentProfiles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/policies.d.ts +73 -0
- package/dist/commonjs/operationsInterfaces/policies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/policies.js +10 -0
- package/dist/commonjs/operationsInterfaces/policies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/preconfiguredEndpoints.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/preconfiguredEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/preconfiguredEndpoints.js +10 -0
- package/dist/commonjs/operationsInterfaces/preconfiguredEndpoints.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/reports.d.ts +26 -0
- package/dist/commonjs/operationsInterfaces/reports.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/reports.js +10 -0
- package/dist/commonjs/operationsInterfaces/reports.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/rulesEngines.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/rulesEngines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/rulesEngines.js +10 -0
- package/dist/commonjs/operationsInterfaces/rulesEngines.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/frontDoorManagementClient.d.ts +30 -0
- package/dist/esm/frontDoorManagementClient.d.ts.map +1 -0
- package/dist/esm/frontDoorManagementClient.js +80 -0
- package/dist/esm/frontDoorManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2756 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +650 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +97 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3188 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +37 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +320 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/endpoints.d.ts +34 -0
- package/dist/esm/operations/endpoints.d.ts.map +1 -0
- package/dist/esm/operations/endpoints.js +107 -0
- package/dist/esm/operations/endpoints.js.map +1 -0
- package/dist/esm/operations/experiments.d.ts +99 -0
- package/dist/esm/operations/experiments.d.ts.map +1 -0
- package/dist/esm/operations/experiments.js +448 -0
- package/dist/esm/operations/experiments.js.map +1 -0
- package/dist/esm/operations/frontDoorNameAvailability.d.ts +19 -0
- package/dist/esm/operations/frontDoorNameAvailability.d.ts.map +1 -0
- package/dist/esm/operations/frontDoorNameAvailability.js +49 -0
- package/dist/esm/operations/frontDoorNameAvailability.js.map +1 -0
- package/dist/esm/operations/frontDoorNameAvailabilityWithSubscription.d.ts +19 -0
- package/dist/esm/operations/frontDoorNameAvailabilityWithSubscription.d.ts.map +1 -0
- package/dist/esm/operations/frontDoorNameAvailabilityWithSubscription.js +49 -0
- package/dist/esm/operations/frontDoorNameAvailabilityWithSubscription.js.map +1 -0
- package/dist/esm/operations/frontDoors.d.ts +100 -0
- package/dist/esm/operations/frontDoors.d.ts.map +1 -0
- package/dist/esm/operations/frontDoors.js +482 -0
- package/dist/esm/operations/frontDoors.js.map +1 -0
- package/dist/esm/operations/frontendEndpoints.d.ts +81 -0
- package/dist/esm/operations/frontendEndpoints.d.ts.map +1 -0
- package/dist/esm/operations/frontendEndpoints.js +348 -0
- package/dist/esm/operations/frontendEndpoints.js.map +1 -0
- package/dist/esm/operations/index.d.ts +13 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +20 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/managedRuleSets.d.ts +32 -0
- package/dist/esm/operations/managedRuleSets.d.ts.map +1 -0
- package/dist/esm/operations/managedRuleSets.js +137 -0
- package/dist/esm/operations/managedRuleSets.js.map +1 -0
- package/dist/esm/operations/networkExperimentProfiles.d.ts +107 -0
- package/dist/esm/operations/networkExperimentProfiles.d.ts.map +1 -0
- package/dist/esm/operations/networkExperimentProfiles.js +531 -0
- package/dist/esm/operations/networkExperimentProfiles.js.map +1 -0
- package/dist/esm/operations/policies.d.ts +109 -0
- package/dist/esm/operations/policies.d.ts.map +1 -0
- package/dist/esm/operations/policies.js +524 -0
- package/dist/esm/operations/policies.js.map +1 -0
- package/dist/esm/operations/preconfiguredEndpoints.d.ts +38 -0
- package/dist/esm/operations/preconfiguredEndpoints.d.ts.map +1 -0
- package/dist/esm/operations/preconfiguredEndpoints.js +150 -0
- package/dist/esm/operations/preconfiguredEndpoints.js.map +1 -0
- package/dist/esm/operations/reports.d.ts +34 -0
- package/dist/esm/operations/reports.d.ts.map +1 -0
- package/dist/esm/operations/reports.js +120 -0
- package/dist/esm/operations/reports.js.map +1 -0
- package/dist/esm/operations/rulesEngines.d.ts +83 -0
- package/dist/esm/operations/rulesEngines.d.ts.map +1 -0
- package/dist/esm/operations/rulesEngines.js +358 -0
- package/dist/esm/operations/rulesEngines.js.map +1 -0
- package/dist/esm/operationsInterfaces/endpoints.d.ts +26 -0
- package/dist/esm/operationsInterfaces/endpoints.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/endpoints.js +9 -0
- package/dist/esm/operationsInterfaces/endpoints.js.map +1 -0
- package/dist/esm/operationsInterfaces/experiments.d.ts +74 -0
- package/dist/esm/operationsInterfaces/experiments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/experiments.js +9 -0
- package/dist/esm/operationsInterfaces/experiments.js.map +1 -0
- package/dist/esm/operationsInterfaces/frontDoorNameAvailability.d.ts +11 -0
- package/dist/esm/operationsInterfaces/frontDoorNameAvailability.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/frontDoorNameAvailability.js +9 -0
- package/dist/esm/operationsInterfaces/frontDoorNameAvailability.js.map +1 -0
- package/dist/esm/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.d.ts +11 -0
- package/dist/esm/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.js +9 -0
- package/dist/esm/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.js.map +1 -0
- package/dist/esm/operationsInterfaces/frontDoors.d.ts +64 -0
- package/dist/esm/operationsInterfaces/frontDoors.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/frontDoors.js +9 -0
- package/dist/esm/operationsInterfaces/frontDoors.js.map +1 -0
- package/dist/esm/operationsInterfaces/frontendEndpoints.d.ts +56 -0
- package/dist/esm/operationsInterfaces/frontendEndpoints.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/frontendEndpoints.js +9 -0
- package/dist/esm/operationsInterfaces/frontendEndpoints.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +13 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +20 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedRuleSets.d.ts +11 -0
- package/dist/esm/operationsInterfaces/managedRuleSets.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedRuleSets.js +9 -0
- package/dist/esm/operationsInterfaces/managedRuleSets.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkExperimentProfiles.d.ts +71 -0
- package/dist/esm/operationsInterfaces/networkExperimentProfiles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkExperimentProfiles.js +9 -0
- package/dist/esm/operationsInterfaces/networkExperimentProfiles.js.map +1 -0
- package/dist/esm/operationsInterfaces/policies.d.ts +73 -0
- package/dist/esm/operationsInterfaces/policies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/policies.js +9 -0
- package/dist/esm/operationsInterfaces/policies.js.map +1 -0
- package/dist/esm/operationsInterfaces/preconfiguredEndpoints.d.ts +13 -0
- package/dist/esm/operationsInterfaces/preconfiguredEndpoints.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/preconfiguredEndpoints.js +9 -0
- package/dist/esm/operationsInterfaces/preconfiguredEndpoints.js.map +1 -0
- package/dist/esm/operationsInterfaces/reports.d.ts +26 -0
- package/dist/esm/operationsInterfaces/reports.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/reports.js +9 -0
- package/dist/esm/operationsInterfaces/reports.js.map +1 -0
- package/dist/esm/operationsInterfaces/rulesEngines.d.ts +58 -0
- package/dist/esm/operationsInterfaces/rulesEngines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/rulesEngines.js +9 -0
- package/dist/esm/operationsInterfaces/rulesEngines.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/frontDoorManagementClient.d.ts +30 -0
- package/dist/react-native/frontDoorManagementClient.d.ts.map +1 -0
- package/dist/react-native/frontDoorManagementClient.js +80 -0
- package/dist/react-native/frontDoorManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2756 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +650 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +97 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3188 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +37 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +320 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/endpoints.d.ts +34 -0
- package/dist/react-native/operations/endpoints.d.ts.map +1 -0
- package/dist/react-native/operations/endpoints.js +107 -0
- package/dist/react-native/operations/endpoints.js.map +1 -0
- package/dist/react-native/operations/experiments.d.ts +99 -0
- package/dist/react-native/operations/experiments.d.ts.map +1 -0
- package/dist/react-native/operations/experiments.js +448 -0
- package/dist/react-native/operations/experiments.js.map +1 -0
- package/dist/react-native/operations/frontDoorNameAvailability.d.ts +19 -0
- package/dist/react-native/operations/frontDoorNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operations/frontDoorNameAvailability.js +49 -0
- package/dist/react-native/operations/frontDoorNameAvailability.js.map +1 -0
- package/dist/react-native/operations/frontDoorNameAvailabilityWithSubscription.d.ts +19 -0
- package/dist/react-native/operations/frontDoorNameAvailabilityWithSubscription.d.ts.map +1 -0
- package/dist/react-native/operations/frontDoorNameAvailabilityWithSubscription.js +49 -0
- package/dist/react-native/operations/frontDoorNameAvailabilityWithSubscription.js.map +1 -0
- package/dist/react-native/operations/frontDoors.d.ts +100 -0
- package/dist/react-native/operations/frontDoors.d.ts.map +1 -0
- package/dist/react-native/operations/frontDoors.js +482 -0
- package/dist/react-native/operations/frontDoors.js.map +1 -0
- package/dist/react-native/operations/frontendEndpoints.d.ts +81 -0
- package/dist/react-native/operations/frontendEndpoints.d.ts.map +1 -0
- package/dist/react-native/operations/frontendEndpoints.js +348 -0
- package/dist/react-native/operations/frontendEndpoints.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +13 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +20 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/managedRuleSets.d.ts +32 -0
- package/dist/react-native/operations/managedRuleSets.d.ts.map +1 -0
- package/dist/react-native/operations/managedRuleSets.js +137 -0
- package/dist/react-native/operations/managedRuleSets.js.map +1 -0
- package/dist/react-native/operations/networkExperimentProfiles.d.ts +107 -0
- package/dist/react-native/operations/networkExperimentProfiles.d.ts.map +1 -0
- package/dist/react-native/operations/networkExperimentProfiles.js +531 -0
- package/dist/react-native/operations/networkExperimentProfiles.js.map +1 -0
- package/dist/react-native/operations/policies.d.ts +109 -0
- package/dist/react-native/operations/policies.d.ts.map +1 -0
- package/dist/react-native/operations/policies.js +524 -0
- package/dist/react-native/operations/policies.js.map +1 -0
- package/dist/react-native/operations/preconfiguredEndpoints.d.ts +38 -0
- package/dist/react-native/operations/preconfiguredEndpoints.d.ts.map +1 -0
- package/dist/react-native/operations/preconfiguredEndpoints.js +150 -0
- package/dist/react-native/operations/preconfiguredEndpoints.js.map +1 -0
- package/dist/react-native/operations/reports.d.ts +34 -0
- package/dist/react-native/operations/reports.d.ts.map +1 -0
- package/dist/react-native/operations/reports.js +120 -0
- package/dist/react-native/operations/reports.js.map +1 -0
- package/dist/react-native/operations/rulesEngines.d.ts +83 -0
- package/dist/react-native/operations/rulesEngines.d.ts.map +1 -0
- package/dist/react-native/operations/rulesEngines.js +358 -0
- package/dist/react-native/operations/rulesEngines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/endpoints.d.ts +26 -0
- package/dist/react-native/operationsInterfaces/endpoints.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/endpoints.js +9 -0
- package/dist/react-native/operationsInterfaces/endpoints.js.map +1 -0
- package/dist/react-native/operationsInterfaces/experiments.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/experiments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/experiments.js +9 -0
- package/dist/react-native/operationsInterfaces/experiments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/frontDoorNameAvailability.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/frontDoorNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/frontDoorNameAvailability.js +9 -0
- package/dist/react-native/operationsInterfaces/frontDoorNameAvailability.js.map +1 -0
- package/dist/react-native/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.js +9 -0
- package/dist/react-native/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.js.map +1 -0
- package/dist/react-native/operationsInterfaces/frontDoors.d.ts +64 -0
- package/dist/react-native/operationsInterfaces/frontDoors.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/frontDoors.js +9 -0
- package/dist/react-native/operationsInterfaces/frontDoors.js.map +1 -0
- package/dist/react-native/operationsInterfaces/frontendEndpoints.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/frontendEndpoints.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/frontendEndpoints.js +9 -0
- package/dist/react-native/operationsInterfaces/frontendEndpoints.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +20 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedRuleSets.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/managedRuleSets.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedRuleSets.js +9 -0
- package/dist/react-native/operationsInterfaces/managedRuleSets.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkExperimentProfiles.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/networkExperimentProfiles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkExperimentProfiles.js +9 -0
- package/dist/react-native/operationsInterfaces/networkExperimentProfiles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/policies.d.ts +73 -0
- package/dist/react-native/operationsInterfaces/policies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/policies.js +9 -0
- package/dist/react-native/operationsInterfaces/policies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/preconfiguredEndpoints.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/preconfiguredEndpoints.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/preconfiguredEndpoints.js +9 -0
- package/dist/react-native/operationsInterfaces/preconfiguredEndpoints.js.map +1 -0
- package/dist/react-native/operationsInterfaces/reports.d.ts +26 -0
- package/dist/react-native/operationsInterfaces/reports.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/reports.js +9 -0
- package/dist/react-native/operationsInterfaces/reports.js.map +1 -0
- package/dist/react-native/operationsInterfaces/rulesEngines.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/rulesEngines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/rulesEngines.js +9 -0
- package/dist/react-native/operationsInterfaces/rulesEngines.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +65 -35
- package/dist/index.js +0 -7714
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/endpointsPurgeContentSample.d.ts +0 -2
- package/dist-esm/samples-dev/endpointsPurgeContentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/endpointsPurgeContentSample.js +0 -41
- package/dist-esm/samples-dev/endpointsPurgeContentSample.js.map +0 -1
- package/dist-esm/samples-dev/experimentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/experimentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/experimentsCreateOrUpdateSample.js +0 -45
- package/dist-esm/samples-dev/experimentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/experimentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/experimentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/experimentsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/experimentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/experimentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/experimentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/experimentsGetSample.js +0 -39
- package/dist-esm/samples-dev/experimentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/experimentsListByProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/experimentsListByProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/experimentsListByProfileSample.js +0 -54
- package/dist-esm/samples-dev/experimentsListByProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/experimentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/experimentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/experimentsUpdateSample.js +0 -43
- package/dist-esm/samples-dev/experimentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/frontDoorNameAvailabilityCheckSample.d.ts +0 -2
- package/dist-esm/samples-dev/frontDoorNameAvailabilityCheckSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/frontDoorNameAvailabilityCheckSample.js +0 -39
- package/dist-esm/samples-dev/frontDoorNameAvailabilityCheckSample.js.map +0 -1
- package/dist-esm/samples-dev/frontDoorNameAvailabilityWithSubscriptionCheckSample.d.ts +0 -2
- package/dist-esm/samples-dev/frontDoorNameAvailabilityWithSubscriptionCheckSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/frontDoorNameAvailabilityWithSubscriptionCheckSample.js +0 -40
- package/dist-esm/samples-dev/frontDoorNameAvailabilityWithSubscriptionCheckSample.js.map +0 -1
- package/dist-esm/samples-dev/frontDoorsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/frontDoorsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/frontDoorsCreateOrUpdateSample.js +0 -143
- package/dist-esm/samples-dev/frontDoorsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/frontDoorsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/frontDoorsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/frontDoorsDeleteSample.js +0 -38
- package/dist-esm/samples-dev/frontDoorsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/frontDoorsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/frontDoorsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/frontDoorsGetSample.js +0 -38
- package/dist-esm/samples-dev/frontDoorsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/frontDoorsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/frontDoorsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/frontDoorsListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/frontDoorsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/frontDoorsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/frontDoorsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/frontDoorsListSample.js +0 -52
- package/dist-esm/samples-dev/frontDoorsListSample.js.map +0 -1
- package/dist-esm/samples-dev/frontDoorsValidateCustomDomainSample.d.ts +0 -2
- package/dist-esm/samples-dev/frontDoorsValidateCustomDomainSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/frontDoorsValidateCustomDomainSample.js +0 -41
- package/dist-esm/samples-dev/frontDoorsValidateCustomDomainSample.js.map +0 -1
- package/dist-esm/samples-dev/frontendEndpointsDisableHttpsSample.d.ts +0 -2
- package/dist-esm/samples-dev/frontendEndpointsDisableHttpsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/frontendEndpointsDisableHttpsSample.js +0 -39
- package/dist-esm/samples-dev/frontendEndpointsDisableHttpsSample.js.map +0 -1
- package/dist-esm/samples-dev/frontendEndpointsEnableHttpsSample.d.ts +0 -2
- package/dist-esm/samples-dev/frontendEndpointsEnableHttpsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/frontendEndpointsEnableHttpsSample.js +0 -49
- package/dist-esm/samples-dev/frontendEndpointsEnableHttpsSample.js.map +0 -1
- package/dist-esm/samples-dev/frontendEndpointsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/frontendEndpointsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/frontendEndpointsGetSample.js +0 -39
- package/dist-esm/samples-dev/frontendEndpointsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/frontendEndpointsListByFrontDoorSample.d.ts +0 -2
- package/dist-esm/samples-dev/frontendEndpointsListByFrontDoorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/frontendEndpointsListByFrontDoorSample.js +0 -54
- package/dist-esm/samples-dev/frontendEndpointsListByFrontDoorSample.js.map +0 -1
- package/dist-esm/samples-dev/managedRuleSetsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedRuleSetsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedRuleSetsListSample.js +0 -52
- package/dist-esm/samples-dev/managedRuleSetsListSample.js.map +0 -1
- package/dist-esm/samples-dev/networkExperimentProfilesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkExperimentProfilesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkExperimentProfilesCreateOrUpdateSample.js +0 -39
- package/dist-esm/samples-dev/networkExperimentProfilesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkExperimentProfilesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkExperimentProfilesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkExperimentProfilesDeleteSample.js +0 -38
- package/dist-esm/samples-dev/networkExperimentProfilesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/networkExperimentProfilesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkExperimentProfilesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkExperimentProfilesGetSample.js +0 -38
- package/dist-esm/samples-dev/networkExperimentProfilesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkExperimentProfilesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkExperimentProfilesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkExperimentProfilesListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/networkExperimentProfilesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/networkExperimentProfilesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkExperimentProfilesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkExperimentProfilesListSample.js +0 -52
- package/dist-esm/samples-dev/networkExperimentProfilesListSample.js.map +0 -1
- package/dist-esm/samples-dev/networkExperimentProfilesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkExperimentProfilesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkExperimentProfilesUpdateSample.js +0 -42
- package/dist-esm/samples-dev/networkExperimentProfilesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/policiesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/policiesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policiesCreateOrUpdateSample.js +0 -141
- package/dist-esm/samples-dev/policiesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/policiesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/policiesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policiesDeleteSample.js +0 -38
- package/dist-esm/samples-dev/policiesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/policiesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/policiesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policiesGetSample.js +0 -38
- package/dist-esm/samples-dev/policiesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/policiesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/policiesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policiesListBySubscriptionSample.js +0 -52
- package/dist-esm/samples-dev/policiesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/policiesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/policiesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policiesListSample.js +0 -53
- package/dist-esm/samples-dev/policiesListSample.js.map +0 -1
- package/dist-esm/samples-dev/policiesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/policiesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policiesUpdateSample.js +0 -39
- package/dist-esm/samples-dev/policiesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/preconfiguredEndpointsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/preconfiguredEndpointsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/preconfiguredEndpointsListSample.js +0 -54
- package/dist-esm/samples-dev/preconfiguredEndpointsListSample.js.map +0 -1
- package/dist-esm/samples-dev/reportsGetLatencyScorecardsSample.d.ts +0 -2
- package/dist-esm/samples-dev/reportsGetLatencyScorecardsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reportsGetLatencyScorecardsSample.js +0 -40
- package/dist-esm/samples-dev/reportsGetLatencyScorecardsSample.js.map +0 -1
- package/dist-esm/samples-dev/reportsGetTimeseriesSample.d.ts +0 -2
- package/dist-esm/samples-dev/reportsGetTimeseriesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reportsGetTimeseriesSample.js +0 -43
- package/dist-esm/samples-dev/reportsGetTimeseriesSample.js.map +0 -1
- package/dist-esm/samples-dev/rulesEnginesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/rulesEnginesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rulesEnginesCreateOrUpdateSample.js +0 -117
- package/dist-esm/samples-dev/rulesEnginesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/rulesEnginesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/rulesEnginesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rulesEnginesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/rulesEnginesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/rulesEnginesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/rulesEnginesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rulesEnginesGetSample.js +0 -39
- package/dist-esm/samples-dev/rulesEnginesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/rulesEnginesListByFrontDoorSample.d.ts +0 -2
- package/dist-esm/samples-dev/rulesEnginesListByFrontDoorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rulesEnginesListByFrontDoorSample.js +0 -54
- package/dist-esm/samples-dev/rulesEnginesListByFrontDoorSample.js.map +0 -1
- package/dist-esm/src/frontDoorManagementClient.d.ts +0 -30
- package/dist-esm/src/frontDoorManagementClient.d.ts.map +0 -1
- package/dist-esm/src/frontDoorManagementClient.js +0 -80
- package/dist-esm/src/frontDoorManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -320
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/endpoints.d.ts +0 -34
- package/dist-esm/src/operations/endpoints.d.ts.map +0 -1
- package/dist-esm/src/operations/endpoints.js +0 -112
- package/dist-esm/src/operations/endpoints.js.map +0 -1
- package/dist-esm/src/operations/experiments.d.ts +0 -99
- package/dist-esm/src/operations/experiments.d.ts.map +0 -1
- package/dist-esm/src/operations/experiments.js +0 -460
- package/dist-esm/src/operations/experiments.js.map +0 -1
- package/dist-esm/src/operations/frontDoorNameAvailability.d.ts +0 -19
- package/dist-esm/src/operations/frontDoorNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operations/frontDoorNameAvailability.js +0 -49
- package/dist-esm/src/operations/frontDoorNameAvailability.js.map +0 -1
- package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.d.ts +0 -19
- package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.d.ts.map +0 -1
- package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.js +0 -49
- package/dist-esm/src/operations/frontDoorNameAvailabilityWithSubscription.js.map +0 -1
- package/dist-esm/src/operations/frontDoors.d.ts +0 -100
- package/dist-esm/src/operations/frontDoors.d.ts.map +0 -1
- package/dist-esm/src/operations/frontDoors.js +0 -490
- package/dist-esm/src/operations/frontDoors.js.map +0 -1
- package/dist-esm/src/operations/frontendEndpoints.d.ts +0 -81
- package/dist-esm/src/operations/frontendEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operations/frontendEndpoints.js +0 -356
- package/dist-esm/src/operations/frontendEndpoints.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -13
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -20
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/managedRuleSets.d.ts +0 -32
- package/dist-esm/src/operations/managedRuleSets.d.ts.map +0 -1
- package/dist-esm/src/operations/managedRuleSets.js +0 -137
- package/dist-esm/src/operations/managedRuleSets.js.map +0 -1
- package/dist-esm/src/operations/networkExperimentProfiles.d.ts +0 -107
- package/dist-esm/src/operations/networkExperimentProfiles.d.ts.map +0 -1
- package/dist-esm/src/operations/networkExperimentProfiles.js +0 -543
- package/dist-esm/src/operations/networkExperimentProfiles.js.map +0 -1
- package/dist-esm/src/operations/policies.d.ts +0 -109
- package/dist-esm/src/operations/policies.d.ts.map +0 -1
- package/dist-esm/src/operations/policies.js +0 -536
- package/dist-esm/src/operations/policies.js.map +0 -1
- package/dist-esm/src/operations/preconfiguredEndpoints.d.ts +0 -38
- package/dist-esm/src/operations/preconfiguredEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operations/preconfiguredEndpoints.js +0 -150
- package/dist-esm/src/operations/preconfiguredEndpoints.js.map +0 -1
- package/dist-esm/src/operations/reports.d.ts +0 -34
- package/dist-esm/src/operations/reports.d.ts.map +0 -1
- package/dist-esm/src/operations/reports.js +0 -120
- package/dist-esm/src/operations/reports.js.map +0 -1
- package/dist-esm/src/operations/rulesEngines.d.ts +0 -83
- package/dist-esm/src/operations/rulesEngines.d.ts.map +0 -1
- package/dist-esm/src/operations/rulesEngines.js +0 -366
- package/dist-esm/src/operations/rulesEngines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/endpoints.d.ts +0 -26
- package/dist-esm/src/operationsInterfaces/endpoints.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/endpoints.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/experiments.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/experiments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/experiments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/frontDoorNameAvailability.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/frontDoorNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/frontDoorNameAvailability.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/frontDoors.d.ts +0 -64
- package/dist-esm/src/operationsInterfaces/frontDoors.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/frontDoors.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/frontendEndpoints.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/frontendEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/frontendEndpoints.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -20
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedRuleSets.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/managedRuleSets.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedRuleSets.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkExperimentProfiles.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/networkExperimentProfiles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkExperimentProfiles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/policies.d.ts +0 -73
- package/dist-esm/src/operationsInterfaces/policies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/policies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/preconfiguredEndpoints.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/preconfiguredEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/preconfiguredEndpoints.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/reports.d.ts +0 -26
- package/dist-esm/src/operationsInterfaces/reports.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/reports.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/rulesEngines.d.ts +0 -58
- package/dist-esm/src/operationsInterfaces/rulesEngines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/rulesEngines.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/frontdoor_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/frontdoor_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/frontdoor_operations_test.spec.js +0 -59
- package/dist-esm/test/frontdoor_operations_test.spec.js.map +0 -1
- package/src/frontDoorManagementClient.ts +0 -169
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -3079
- package/src/models/mappers.ts +0 -3464
- package/src/models/parameters.ts +0 -373
- package/src/operations/endpoints.ts +0 -154
- package/src/operations/experiments.ts +0 -641
- package/src/operations/frontDoorNameAvailability.ts +0 -69
- package/src/operations/frontDoorNameAvailabilityWithSubscription.ts +0 -69
- package/src/operations/frontDoors.ts +0 -624
- package/src/operations/frontendEndpoints.ts +0 -486
- package/src/operations/index.ts +0 -20
- package/src/operations/managedRuleSets.ts +0 -153
- package/src/operations/networkExperimentProfiles.ts +0 -707
- package/src/operations/policies.ts +0 -694
- package/src/operations/preconfiguredEndpoints.ts +0 -193
- package/src/operations/reports.ts +0 -158
- package/src/operations/rulesEngines.ts +0 -504
- package/src/operationsInterfaces/endpoints.ts +0 -47
- package/src/operationsInterfaces/experiments.ts +0 -147
- package/src/operationsInterfaces/frontDoorNameAvailability.ts +0 -26
- package/src/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.ts +0 -26
- package/src/operationsInterfaces/frontDoors.ts +0 -122
- package/src/operationsInterfaces/frontendEndpoints.ts +0 -104
- package/src/operationsInterfaces/index.ts +0 -20
- package/src/operationsInterfaces/managedRuleSets.ts +0 -25
- package/src/operationsInterfaces/networkExperimentProfiles.ts +0 -139
- package/src/operationsInterfaces/policies.ts +0 -141
- package/src/operationsInterfaces/preconfiguredEndpoints.ts +0 -29
- package/src/operationsInterfaces/reports.ts +0 -57
- package/src/operationsInterfaces/rulesEngines.ts +0 -111
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-frontdoor.d.ts +0 -3556
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/endpoints.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/experiments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/frontDoorNameAvailability.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/frontDoorNameAvailabilityWithSubscription.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/frontDoors.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/frontendEndpoints.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedRuleSets.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkExperimentProfiles.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/policies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/preconfiguredEndpoints.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/reports.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/rulesEngines.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Policies } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { FrontDoorManagementClient } from "../frontDoorManagementClient.js";
|
|
4
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
import { WebApplicationFirewallPolicy, PoliciesListOptionalParams, PoliciesListBySubscriptionOptionalParams, PoliciesGetOptionalParams, PoliciesGetResponse, PoliciesCreateOrUpdateOptionalParams, PoliciesCreateOrUpdateResponse, TagsObject, PoliciesUpdateOptionalParams, PoliciesUpdateResponse, PoliciesDeleteOptionalParams } from "../models/index.js";
|
|
6
|
+
/** Class containing Policies operations. */
|
|
7
|
+
export declare class PoliciesImpl implements Policies {
|
|
8
|
+
private readonly client;
|
|
9
|
+
/**
|
|
10
|
+
* Initialize a new instance of the class Policies class.
|
|
11
|
+
* @param client Reference to the service client
|
|
12
|
+
*/
|
|
13
|
+
constructor(client: FrontDoorManagementClient);
|
|
14
|
+
/**
|
|
15
|
+
* Lists all of the protection policies within a resource group.
|
|
16
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
list(resourceGroupName: string, options?: PoliciesListOptionalParams): PagedAsyncIterableIterator<WebApplicationFirewallPolicy>;
|
|
20
|
+
private listPagingPage;
|
|
21
|
+
private listPagingAll;
|
|
22
|
+
/**
|
|
23
|
+
* Lists all of the protection policies within a subscription.
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
listBySubscription(options?: PoliciesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<WebApplicationFirewallPolicy>;
|
|
27
|
+
private listBySubscriptionPagingPage;
|
|
28
|
+
private listBySubscriptionPagingAll;
|
|
29
|
+
/**
|
|
30
|
+
* Lists all of the protection policies within a resource group.
|
|
31
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
private _list;
|
|
35
|
+
/**
|
|
36
|
+
* Lists all of the protection policies within a subscription.
|
|
37
|
+
* @param options The options parameters.
|
|
38
|
+
*/
|
|
39
|
+
private _listBySubscription;
|
|
40
|
+
/**
|
|
41
|
+
* Retrieve protection policy with specified name within a resource group.
|
|
42
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
43
|
+
* @param policyName The name of the Web Application Firewall Policy.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
get(resourceGroupName: string, policyName: string, options?: PoliciesGetOptionalParams): Promise<PoliciesGetResponse>;
|
|
47
|
+
/**
|
|
48
|
+
* Create or update policy with specified rule set name within a resource group.
|
|
49
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
50
|
+
* @param policyName The name of the Web Application Firewall Policy.
|
|
51
|
+
* @param parameters Policy to be created.
|
|
52
|
+
* @param options The options parameters.
|
|
53
|
+
*/
|
|
54
|
+
beginCreateOrUpdate(resourceGroupName: string, policyName: string, parameters: WebApplicationFirewallPolicy, options?: PoliciesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PoliciesCreateOrUpdateResponse>, PoliciesCreateOrUpdateResponse>>;
|
|
55
|
+
/**
|
|
56
|
+
* Create or update policy with specified rule set name within a resource group.
|
|
57
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
58
|
+
* @param policyName The name of the Web Application Firewall Policy.
|
|
59
|
+
* @param parameters Policy to be created.
|
|
60
|
+
* @param options The options parameters.
|
|
61
|
+
*/
|
|
62
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, policyName: string, parameters: WebApplicationFirewallPolicy, options?: PoliciesCreateOrUpdateOptionalParams): Promise<PoliciesCreateOrUpdateResponse>;
|
|
63
|
+
/**
|
|
64
|
+
* Patch a specific frontdoor webApplicationFirewall policy for tags update under the specified
|
|
65
|
+
* subscription and resource group.
|
|
66
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
67
|
+
* @param policyName The name of the Web Application Firewall Policy.
|
|
68
|
+
* @param parameters FrontdoorWebApplicationFirewallPolicy parameters to be patched.
|
|
69
|
+
* @param options The options parameters.
|
|
70
|
+
*/
|
|
71
|
+
beginUpdate(resourceGroupName: string, policyName: string, parameters: TagsObject, options?: PoliciesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PoliciesUpdateResponse>, PoliciesUpdateResponse>>;
|
|
72
|
+
/**
|
|
73
|
+
* Patch a specific frontdoor webApplicationFirewall policy for tags update under the specified
|
|
74
|
+
* subscription and resource group.
|
|
75
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
76
|
+
* @param policyName The name of the Web Application Firewall Policy.
|
|
77
|
+
* @param parameters FrontdoorWebApplicationFirewallPolicy parameters to be patched.
|
|
78
|
+
* @param options The options parameters.
|
|
79
|
+
*/
|
|
80
|
+
beginUpdateAndWait(resourceGroupName: string, policyName: string, parameters: TagsObject, options?: PoliciesUpdateOptionalParams): Promise<PoliciesUpdateResponse>;
|
|
81
|
+
/**
|
|
82
|
+
* Deletes Policy
|
|
83
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
84
|
+
* @param policyName The name of the Web Application Firewall Policy.
|
|
85
|
+
* @param options The options parameters.
|
|
86
|
+
*/
|
|
87
|
+
beginDelete(resourceGroupName: string, policyName: string, options?: PoliciesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
88
|
+
/**
|
|
89
|
+
* Deletes Policy
|
|
90
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
91
|
+
* @param policyName The name of the Web Application Firewall Policy.
|
|
92
|
+
* @param options The options parameters.
|
|
93
|
+
*/
|
|
94
|
+
beginDeleteAndWait(resourceGroupName: string, policyName: string, options?: PoliciesDeleteOptionalParams): Promise<void>;
|
|
95
|
+
/**
|
|
96
|
+
* ListNext
|
|
97
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
98
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
99
|
+
* @param options The options parameters.
|
|
100
|
+
*/
|
|
101
|
+
private _listNext;
|
|
102
|
+
/**
|
|
103
|
+
* ListBySubscriptionNext
|
|
104
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
|
|
105
|
+
* @param options The options parameters.
|
|
106
|
+
*/
|
|
107
|
+
private _listBySubscriptionNext;
|
|
108
|
+
}
|
|
109
|
+
//# sourceMappingURL=policies.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"policies.d.ts","sourceRoot":"","sources":["../../../src/operations/policies.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAI5D,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,4BAA4B,EAE5B,0BAA0B,EAG1B,wCAAwC,EAExC,yBAAyB,EACzB,mBAAmB,EACnB,oCAAoC,EACpC,8BAA8B,EAC9B,UAAU,EACV,4BAA4B,EAC5B,sBAAsB,EACtB,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,qBAAa,YAAa,YAAW,QAAQ;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;;OAIG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,4BAA4B,CAAC;YAkB5C,cAAc;YA2Bd,aAAa;IAS5B;;;OAGG;IACI,kBAAkB,CACvB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,4BAA4B,CAAC;YAkB5C,4BAA4B;YAsB5B,2BAA2B;IAQ1C;;;;OAIG;IACH,OAAO,CAAC,KAAK;IAUb;;;OAGG;IACH,OAAO,CAAC,mBAAmB;IAS3B;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAO/B;;;;;;OAMG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,4BAA4B,EACxC,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,8BAA8B,CAAC,EAC9C,8BAA8B,CAC/B,CACF;IAuDD;;;;;;OAMG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,4BAA4B,EACxC,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC;IAU1C;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sBAAsB,CAAC,EACtC,sBAAsB,CACvB,CACF;IAuDD;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAUlC;;;;;OAKG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAoDxD;;;;;OAKG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC;IAShB;;;;;OAKG;IACH,OAAO,CAAC,SAAS;IAWjB;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;CAShC"}
|
|
@@ -0,0 +1,524 @@
|
|
|
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
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers.js";
|
|
12
|
+
import * as Parameters from "../models/parameters.js";
|
|
13
|
+
import { createHttpPoller, } from "@azure/core-lro";
|
|
14
|
+
import { createLroSpec } from "../lroImpl.js";
|
|
15
|
+
/// <reference lib="esnext.asynciterable" />
|
|
16
|
+
/** Class containing Policies operations. */
|
|
17
|
+
export class PoliciesImpl {
|
|
18
|
+
/**
|
|
19
|
+
* Initialize a new instance of the class Policies class.
|
|
20
|
+
* @param client Reference to the service client
|
|
21
|
+
*/
|
|
22
|
+
constructor(client) {
|
|
23
|
+
this.client = client;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Lists all of the protection policies within a resource group.
|
|
27
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
list(resourceGroupName, options) {
|
|
31
|
+
const iter = this.listPagingAll(resourceGroupName, options);
|
|
32
|
+
return {
|
|
33
|
+
next() {
|
|
34
|
+
return iter.next();
|
|
35
|
+
},
|
|
36
|
+
[Symbol.asyncIterator]() {
|
|
37
|
+
return this;
|
|
38
|
+
},
|
|
39
|
+
byPage: (settings) => {
|
|
40
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
41
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
42
|
+
}
|
|
43
|
+
return this.listPagingPage(resourceGroupName, options, settings);
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
listPagingPage(resourceGroupName, options, settings) {
|
|
48
|
+
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
49
|
+
let result;
|
|
50
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
51
|
+
if (!continuationToken) {
|
|
52
|
+
result = yield __await(this._list(resourceGroupName, options));
|
|
53
|
+
let page = result.value || [];
|
|
54
|
+
continuationToken = result.nextLink;
|
|
55
|
+
setContinuationToken(page, continuationToken);
|
|
56
|
+
yield yield __await(page);
|
|
57
|
+
}
|
|
58
|
+
while (continuationToken) {
|
|
59
|
+
result = yield __await(this._listNext(resourceGroupName, continuationToken, options));
|
|
60
|
+
continuationToken = result.nextLink;
|
|
61
|
+
let page = result.value || [];
|
|
62
|
+
setContinuationToken(page, continuationToken);
|
|
63
|
+
yield yield __await(page);
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
listPagingAll(resourceGroupName, options) {
|
|
68
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
69
|
+
var _a, e_1, _b, _c;
|
|
70
|
+
try {
|
|
71
|
+
for (var _d = true, _e = __asyncValues(this.listPagingPage(resourceGroupName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
72
|
+
_c = _f.value;
|
|
73
|
+
_d = false;
|
|
74
|
+
const page = _c;
|
|
75
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
79
|
+
finally {
|
|
80
|
+
try {
|
|
81
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
82
|
+
}
|
|
83
|
+
finally { if (e_1) throw e_1.error; }
|
|
84
|
+
}
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Lists all of the protection policies within a subscription.
|
|
89
|
+
* @param options The options parameters.
|
|
90
|
+
*/
|
|
91
|
+
listBySubscription(options) {
|
|
92
|
+
const iter = this.listBySubscriptionPagingAll(options);
|
|
93
|
+
return {
|
|
94
|
+
next() {
|
|
95
|
+
return iter.next();
|
|
96
|
+
},
|
|
97
|
+
[Symbol.asyncIterator]() {
|
|
98
|
+
return this;
|
|
99
|
+
},
|
|
100
|
+
byPage: (settings) => {
|
|
101
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
102
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
103
|
+
}
|
|
104
|
+
return this.listBySubscriptionPagingPage(options, settings);
|
|
105
|
+
},
|
|
106
|
+
};
|
|
107
|
+
}
|
|
108
|
+
listBySubscriptionPagingPage(options, settings) {
|
|
109
|
+
return __asyncGenerator(this, arguments, function* listBySubscriptionPagingPage_1() {
|
|
110
|
+
let result;
|
|
111
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
112
|
+
if (!continuationToken) {
|
|
113
|
+
result = yield __await(this._listBySubscription(options));
|
|
114
|
+
let page = result.value || [];
|
|
115
|
+
continuationToken = result.nextLink;
|
|
116
|
+
setContinuationToken(page, continuationToken);
|
|
117
|
+
yield yield __await(page);
|
|
118
|
+
}
|
|
119
|
+
while (continuationToken) {
|
|
120
|
+
result = yield __await(this._listBySubscriptionNext(continuationToken, options));
|
|
121
|
+
continuationToken = result.nextLink;
|
|
122
|
+
let page = result.value || [];
|
|
123
|
+
setContinuationToken(page, continuationToken);
|
|
124
|
+
yield yield __await(page);
|
|
125
|
+
}
|
|
126
|
+
});
|
|
127
|
+
}
|
|
128
|
+
listBySubscriptionPagingAll(options) {
|
|
129
|
+
return __asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
130
|
+
var _a, e_2, _b, _c;
|
|
131
|
+
try {
|
|
132
|
+
for (var _d = true, _e = __asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
133
|
+
_c = _f.value;
|
|
134
|
+
_d = false;
|
|
135
|
+
const page = _c;
|
|
136
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
140
|
+
finally {
|
|
141
|
+
try {
|
|
142
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
143
|
+
}
|
|
144
|
+
finally { if (e_2) throw e_2.error; }
|
|
145
|
+
}
|
|
146
|
+
});
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* Lists all of the protection policies within a resource group.
|
|
150
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
151
|
+
* @param options The options parameters.
|
|
152
|
+
*/
|
|
153
|
+
_list(resourceGroupName, options) {
|
|
154
|
+
return this.client.sendOperationRequest({ resourceGroupName, options }, listOperationSpec);
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* Lists all of the protection policies within a subscription.
|
|
158
|
+
* @param options The options parameters.
|
|
159
|
+
*/
|
|
160
|
+
_listBySubscription(options) {
|
|
161
|
+
return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* Retrieve protection policy with specified name within a resource group.
|
|
165
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
166
|
+
* @param policyName The name of the Web Application Firewall Policy.
|
|
167
|
+
* @param options The options parameters.
|
|
168
|
+
*/
|
|
169
|
+
get(resourceGroupName, policyName, options) {
|
|
170
|
+
return this.client.sendOperationRequest({ resourceGroupName, policyName, options }, getOperationSpec);
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* Create or update policy with specified rule set name within a resource group.
|
|
174
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
175
|
+
* @param policyName The name of the Web Application Firewall Policy.
|
|
176
|
+
* @param parameters Policy to be created.
|
|
177
|
+
* @param options The options parameters.
|
|
178
|
+
*/
|
|
179
|
+
async beginCreateOrUpdate(resourceGroupName, policyName, parameters, options) {
|
|
180
|
+
const directSendOperation = async (args, spec) => {
|
|
181
|
+
return this.client.sendOperationRequest(args, spec);
|
|
182
|
+
};
|
|
183
|
+
const sendOperationFn = async (args, spec) => {
|
|
184
|
+
var _a;
|
|
185
|
+
let currentRawResponse = undefined;
|
|
186
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
187
|
+
const callback = (rawResponse, flatResponse) => {
|
|
188
|
+
currentRawResponse = rawResponse;
|
|
189
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
190
|
+
};
|
|
191
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
192
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
193
|
+
return {
|
|
194
|
+
flatResponse,
|
|
195
|
+
rawResponse: {
|
|
196
|
+
statusCode: currentRawResponse.status,
|
|
197
|
+
body: currentRawResponse.parsedBody,
|
|
198
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
199
|
+
},
|
|
200
|
+
};
|
|
201
|
+
};
|
|
202
|
+
const lro = createLroSpec({
|
|
203
|
+
sendOperationFn,
|
|
204
|
+
args: { resourceGroupName, policyName, parameters, options },
|
|
205
|
+
spec: createOrUpdateOperationSpec,
|
|
206
|
+
});
|
|
207
|
+
const poller = await createHttpPoller(lro, {
|
|
208
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
209
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
210
|
+
});
|
|
211
|
+
await poller.poll();
|
|
212
|
+
return poller;
|
|
213
|
+
}
|
|
214
|
+
/**
|
|
215
|
+
* Create or update policy with specified rule set name within a resource group.
|
|
216
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
217
|
+
* @param policyName The name of the Web Application Firewall Policy.
|
|
218
|
+
* @param parameters Policy to be created.
|
|
219
|
+
* @param options The options parameters.
|
|
220
|
+
*/
|
|
221
|
+
async beginCreateOrUpdateAndWait(resourceGroupName, policyName, parameters, options) {
|
|
222
|
+
const poller = await this.beginCreateOrUpdate(resourceGroupName, policyName, parameters, options);
|
|
223
|
+
return poller.pollUntilDone();
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
* Patch a specific frontdoor webApplicationFirewall policy for tags update under the specified
|
|
227
|
+
* subscription and resource group.
|
|
228
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
229
|
+
* @param policyName The name of the Web Application Firewall Policy.
|
|
230
|
+
* @param parameters FrontdoorWebApplicationFirewallPolicy parameters to be patched.
|
|
231
|
+
* @param options The options parameters.
|
|
232
|
+
*/
|
|
233
|
+
async beginUpdate(resourceGroupName, policyName, parameters, options) {
|
|
234
|
+
const directSendOperation = async (args, spec) => {
|
|
235
|
+
return this.client.sendOperationRequest(args, spec);
|
|
236
|
+
};
|
|
237
|
+
const sendOperationFn = async (args, spec) => {
|
|
238
|
+
var _a;
|
|
239
|
+
let currentRawResponse = undefined;
|
|
240
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
241
|
+
const callback = (rawResponse, flatResponse) => {
|
|
242
|
+
currentRawResponse = rawResponse;
|
|
243
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
244
|
+
};
|
|
245
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
246
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
247
|
+
return {
|
|
248
|
+
flatResponse,
|
|
249
|
+
rawResponse: {
|
|
250
|
+
statusCode: currentRawResponse.status,
|
|
251
|
+
body: currentRawResponse.parsedBody,
|
|
252
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
253
|
+
},
|
|
254
|
+
};
|
|
255
|
+
};
|
|
256
|
+
const lro = createLroSpec({
|
|
257
|
+
sendOperationFn,
|
|
258
|
+
args: { resourceGroupName, policyName, parameters, options },
|
|
259
|
+
spec: updateOperationSpec,
|
|
260
|
+
});
|
|
261
|
+
const poller = await createHttpPoller(lro, {
|
|
262
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
263
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
264
|
+
});
|
|
265
|
+
await poller.poll();
|
|
266
|
+
return poller;
|
|
267
|
+
}
|
|
268
|
+
/**
|
|
269
|
+
* Patch a specific frontdoor webApplicationFirewall policy for tags update under the specified
|
|
270
|
+
* subscription and resource group.
|
|
271
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
272
|
+
* @param policyName The name of the Web Application Firewall Policy.
|
|
273
|
+
* @param parameters FrontdoorWebApplicationFirewallPolicy parameters to be patched.
|
|
274
|
+
* @param options The options parameters.
|
|
275
|
+
*/
|
|
276
|
+
async beginUpdateAndWait(resourceGroupName, policyName, parameters, options) {
|
|
277
|
+
const poller = await this.beginUpdate(resourceGroupName, policyName, parameters, options);
|
|
278
|
+
return poller.pollUntilDone();
|
|
279
|
+
}
|
|
280
|
+
/**
|
|
281
|
+
* Deletes Policy
|
|
282
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
283
|
+
* @param policyName The name of the Web Application Firewall Policy.
|
|
284
|
+
* @param options The options parameters.
|
|
285
|
+
*/
|
|
286
|
+
async beginDelete(resourceGroupName, policyName, options) {
|
|
287
|
+
const directSendOperation = async (args, spec) => {
|
|
288
|
+
return this.client.sendOperationRequest(args, spec);
|
|
289
|
+
};
|
|
290
|
+
const sendOperationFn = async (args, spec) => {
|
|
291
|
+
var _a;
|
|
292
|
+
let currentRawResponse = undefined;
|
|
293
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
294
|
+
const callback = (rawResponse, flatResponse) => {
|
|
295
|
+
currentRawResponse = rawResponse;
|
|
296
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
297
|
+
};
|
|
298
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
299
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
300
|
+
return {
|
|
301
|
+
flatResponse,
|
|
302
|
+
rawResponse: {
|
|
303
|
+
statusCode: currentRawResponse.status,
|
|
304
|
+
body: currentRawResponse.parsedBody,
|
|
305
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
306
|
+
},
|
|
307
|
+
};
|
|
308
|
+
};
|
|
309
|
+
const lro = createLroSpec({
|
|
310
|
+
sendOperationFn,
|
|
311
|
+
args: { resourceGroupName, policyName, options },
|
|
312
|
+
spec: deleteOperationSpec,
|
|
313
|
+
});
|
|
314
|
+
const poller = await createHttpPoller(lro, {
|
|
315
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
316
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
317
|
+
});
|
|
318
|
+
await poller.poll();
|
|
319
|
+
return poller;
|
|
320
|
+
}
|
|
321
|
+
/**
|
|
322
|
+
* Deletes Policy
|
|
323
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
324
|
+
* @param policyName The name of the Web Application Firewall Policy.
|
|
325
|
+
* @param options The options parameters.
|
|
326
|
+
*/
|
|
327
|
+
async beginDeleteAndWait(resourceGroupName, policyName, options) {
|
|
328
|
+
const poller = await this.beginDelete(resourceGroupName, policyName, options);
|
|
329
|
+
return poller.pollUntilDone();
|
|
330
|
+
}
|
|
331
|
+
/**
|
|
332
|
+
* ListNext
|
|
333
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
334
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
335
|
+
* @param options The options parameters.
|
|
336
|
+
*/
|
|
337
|
+
_listNext(resourceGroupName, nextLink, options) {
|
|
338
|
+
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listNextOperationSpec);
|
|
339
|
+
}
|
|
340
|
+
/**
|
|
341
|
+
* ListBySubscriptionNext
|
|
342
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
|
|
343
|
+
* @param options The options parameters.
|
|
344
|
+
*/
|
|
345
|
+
_listBySubscriptionNext(nextLink, options) {
|
|
346
|
+
return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec);
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
// Operation Specifications
|
|
350
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
351
|
+
const listOperationSpec = {
|
|
352
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoorWebApplicationFirewallPolicies",
|
|
353
|
+
httpMethod: "GET",
|
|
354
|
+
responses: {
|
|
355
|
+
200: {
|
|
356
|
+
bodyMapper: Mappers.WebApplicationFirewallPolicyList,
|
|
357
|
+
},
|
|
358
|
+
default: {
|
|
359
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
360
|
+
},
|
|
361
|
+
},
|
|
362
|
+
queryParameters: [Parameters.apiVersion],
|
|
363
|
+
urlParameters: [
|
|
364
|
+
Parameters.$host,
|
|
365
|
+
Parameters.resourceGroupName,
|
|
366
|
+
Parameters.subscriptionId,
|
|
367
|
+
],
|
|
368
|
+
headerParameters: [Parameters.accept],
|
|
369
|
+
serializer,
|
|
370
|
+
};
|
|
371
|
+
const listBySubscriptionOperationSpec = {
|
|
372
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Network/frontDoorWebApplicationFirewallPolicies",
|
|
373
|
+
httpMethod: "GET",
|
|
374
|
+
responses: {
|
|
375
|
+
200: {
|
|
376
|
+
bodyMapper: Mappers.WebApplicationFirewallPolicyList,
|
|
377
|
+
},
|
|
378
|
+
default: {
|
|
379
|
+
bodyMapper: Mappers.DefaultErrorResponse,
|
|
380
|
+
},
|
|
381
|
+
},
|
|
382
|
+
queryParameters: [Parameters.apiVersion],
|
|
383
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
384
|
+
headerParameters: [Parameters.accept],
|
|
385
|
+
serializer,
|
|
386
|
+
};
|
|
387
|
+
const getOperationSpec = {
|
|
388
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/{policyName}",
|
|
389
|
+
httpMethod: "GET",
|
|
390
|
+
responses: {
|
|
391
|
+
200: {
|
|
392
|
+
bodyMapper: Mappers.WebApplicationFirewallPolicy,
|
|
393
|
+
},
|
|
394
|
+
default: {
|
|
395
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
396
|
+
},
|
|
397
|
+
},
|
|
398
|
+
queryParameters: [Parameters.apiVersion],
|
|
399
|
+
urlParameters: [
|
|
400
|
+
Parameters.$host,
|
|
401
|
+
Parameters.resourceGroupName,
|
|
402
|
+
Parameters.subscriptionId,
|
|
403
|
+
Parameters.policyName,
|
|
404
|
+
],
|
|
405
|
+
headerParameters: [Parameters.accept],
|
|
406
|
+
serializer,
|
|
407
|
+
};
|
|
408
|
+
const createOrUpdateOperationSpec = {
|
|
409
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/{policyName}",
|
|
410
|
+
httpMethod: "PUT",
|
|
411
|
+
responses: {
|
|
412
|
+
200: {
|
|
413
|
+
bodyMapper: Mappers.WebApplicationFirewallPolicy,
|
|
414
|
+
},
|
|
415
|
+
201: {
|
|
416
|
+
bodyMapper: Mappers.WebApplicationFirewallPolicy,
|
|
417
|
+
},
|
|
418
|
+
202: {
|
|
419
|
+
bodyMapper: Mappers.WebApplicationFirewallPolicy,
|
|
420
|
+
},
|
|
421
|
+
204: {
|
|
422
|
+
bodyMapper: Mappers.WebApplicationFirewallPolicy,
|
|
423
|
+
},
|
|
424
|
+
default: {
|
|
425
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
426
|
+
},
|
|
427
|
+
},
|
|
428
|
+
requestBody: Parameters.parameters,
|
|
429
|
+
queryParameters: [Parameters.apiVersion],
|
|
430
|
+
urlParameters: [
|
|
431
|
+
Parameters.$host,
|
|
432
|
+
Parameters.resourceGroupName,
|
|
433
|
+
Parameters.subscriptionId,
|
|
434
|
+
Parameters.policyName,
|
|
435
|
+
],
|
|
436
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
437
|
+
mediaType: "json",
|
|
438
|
+
serializer,
|
|
439
|
+
};
|
|
440
|
+
const updateOperationSpec = {
|
|
441
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/{policyName}",
|
|
442
|
+
httpMethod: "PATCH",
|
|
443
|
+
responses: {
|
|
444
|
+
200: {
|
|
445
|
+
bodyMapper: Mappers.WebApplicationFirewallPolicy,
|
|
446
|
+
},
|
|
447
|
+
201: {
|
|
448
|
+
bodyMapper: Mappers.WebApplicationFirewallPolicy,
|
|
449
|
+
},
|
|
450
|
+
202: {
|
|
451
|
+
bodyMapper: Mappers.WebApplicationFirewallPolicy,
|
|
452
|
+
},
|
|
453
|
+
204: {
|
|
454
|
+
bodyMapper: Mappers.WebApplicationFirewallPolicy,
|
|
455
|
+
},
|
|
456
|
+
default: {
|
|
457
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
458
|
+
},
|
|
459
|
+
},
|
|
460
|
+
requestBody: Parameters.parameters1,
|
|
461
|
+
queryParameters: [Parameters.apiVersion],
|
|
462
|
+
urlParameters: [
|
|
463
|
+
Parameters.$host,
|
|
464
|
+
Parameters.resourceGroupName,
|
|
465
|
+
Parameters.subscriptionId,
|
|
466
|
+
Parameters.policyName,
|
|
467
|
+
],
|
|
468
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
469
|
+
mediaType: "json",
|
|
470
|
+
serializer,
|
|
471
|
+
};
|
|
472
|
+
const deleteOperationSpec = {
|
|
473
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/{policyName}",
|
|
474
|
+
httpMethod: "DELETE",
|
|
475
|
+
responses: { 200: {}, 201: {}, 202: {}, 204: {} },
|
|
476
|
+
queryParameters: [Parameters.apiVersion],
|
|
477
|
+
urlParameters: [
|
|
478
|
+
Parameters.$host,
|
|
479
|
+
Parameters.resourceGroupName,
|
|
480
|
+
Parameters.subscriptionId,
|
|
481
|
+
Parameters.policyName,
|
|
482
|
+
],
|
|
483
|
+
serializer,
|
|
484
|
+
};
|
|
485
|
+
const listNextOperationSpec = {
|
|
486
|
+
path: "{nextLink}",
|
|
487
|
+
httpMethod: "GET",
|
|
488
|
+
responses: {
|
|
489
|
+
200: {
|
|
490
|
+
bodyMapper: Mappers.WebApplicationFirewallPolicyList,
|
|
491
|
+
},
|
|
492
|
+
default: {
|
|
493
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
494
|
+
},
|
|
495
|
+
},
|
|
496
|
+
urlParameters: [
|
|
497
|
+
Parameters.$host,
|
|
498
|
+
Parameters.resourceGroupName,
|
|
499
|
+
Parameters.subscriptionId,
|
|
500
|
+
Parameters.nextLink,
|
|
501
|
+
],
|
|
502
|
+
headerParameters: [Parameters.accept],
|
|
503
|
+
serializer,
|
|
504
|
+
};
|
|
505
|
+
const listBySubscriptionNextOperationSpec = {
|
|
506
|
+
path: "{nextLink}",
|
|
507
|
+
httpMethod: "GET",
|
|
508
|
+
responses: {
|
|
509
|
+
200: {
|
|
510
|
+
bodyMapper: Mappers.WebApplicationFirewallPolicyList,
|
|
511
|
+
},
|
|
512
|
+
default: {
|
|
513
|
+
bodyMapper: Mappers.DefaultErrorResponse,
|
|
514
|
+
},
|
|
515
|
+
},
|
|
516
|
+
urlParameters: [
|
|
517
|
+
Parameters.$host,
|
|
518
|
+
Parameters.subscriptionId,
|
|
519
|
+
Parameters.nextLink,
|
|
520
|
+
],
|
|
521
|
+
headerParameters: [Parameters.accept],
|
|
522
|
+
serializer,
|
|
523
|
+
};
|
|
524
|
+
//# sourceMappingURL=policies.js.map
|