@azure/arm-frontdoor 5.3.1-alpha.20250124.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.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 -7707
- 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 -32
- 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 -36
- 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 -37
- 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 -37
- 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 -52
- 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 -34
- 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 -30
- 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 -31
- 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 -134
- 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 -36
- 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 -36
- 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 -51
- 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 -50
- 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 -32
- 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 -37
- 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 -40
- 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 -37
- 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 -52
- 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 -50
- 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 -30
- 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 -36
- 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 -36
- 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 -51
- 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 -50
- 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 -33
- 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 -132
- 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 -36
- 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 -36
- 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 -50
- 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 -51
- 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 -30
- 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 -52
- 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 -38
- 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 -41
- 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 -108
- 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 -37
- 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 -37
- 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 -52
- 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.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 -38
- 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}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +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
package/types/arm-frontdoor.d.ts
DELETED
|
@@ -1,3556 +0,0 @@
|
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
|
2
|
-
import * as coreClient from '@azure/core-client';
|
|
3
|
-
import { OperationState } from '@azure/core-lro';
|
|
4
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
5
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* Defines values for ActionType. \
|
|
9
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
10
|
-
* this enum contains the known values that the service supports.
|
|
11
|
-
* ### Known values supported by the service
|
|
12
|
-
* **Allow** \
|
|
13
|
-
* **Block** \
|
|
14
|
-
* **Log** \
|
|
15
|
-
* **Redirect** \
|
|
16
|
-
* **AnomalyScoring** \
|
|
17
|
-
* **JSChallenge**
|
|
18
|
-
*/
|
|
19
|
-
export declare type ActionType = string;
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Defines values for AggregationInterval. \
|
|
23
|
-
* {@link KnownAggregationInterval} can be used interchangeably with AggregationInterval,
|
|
24
|
-
* this enum contains the known values that the service supports.
|
|
25
|
-
* ### Known values supported by the service
|
|
26
|
-
* **Hourly** \
|
|
27
|
-
* **Daily**
|
|
28
|
-
*/
|
|
29
|
-
export declare type AggregationInterval = string;
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* Defines values for Availability. \
|
|
33
|
-
* {@link KnownAvailability} can be used interchangeably with Availability,
|
|
34
|
-
* this enum contains the known values that the service supports.
|
|
35
|
-
* ### Known values supported by the service
|
|
36
|
-
* **Available** \
|
|
37
|
-
* **Unavailable**
|
|
38
|
-
*/
|
|
39
|
-
export declare type Availability = string;
|
|
40
|
-
|
|
41
|
-
/** The response body contains the status of the specified asynchronous operation, indicating whether it has succeeded, is in progress, or has failed. Note that this status is distinct from the HTTP status code returned for the Get Operation Status operation itself. If the asynchronous operation succeeded, the response body includes the HTTP status code for the successful request. If the asynchronous operation failed, the response body includes the HTTP status code for the failed request and error information regarding the failure. */
|
|
42
|
-
export declare interface AzureAsyncOperationResult {
|
|
43
|
-
/** Status of the Azure async operation. */
|
|
44
|
-
status?: NetworkOperationStatus;
|
|
45
|
-
error?: ErrorModel;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
/** Backend address of a frontDoor load balancer. */
|
|
49
|
-
export declare interface Backend {
|
|
50
|
-
/** Location of the backend (IP address or FQDN) */
|
|
51
|
-
address?: string;
|
|
52
|
-
/** The Alias of the Private Link resource. Populating this optional field indicates that this backend is 'Private' */
|
|
53
|
-
privateLinkAlias?: string;
|
|
54
|
-
/** The Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private' */
|
|
55
|
-
privateLinkResourceId?: string;
|
|
56
|
-
/** The location of the Private Link resource. Required only if 'privateLinkResourceId' is populated */
|
|
57
|
-
privateLinkLocation?: string;
|
|
58
|
-
/**
|
|
59
|
-
* The Approval status for the connection to the Private Link
|
|
60
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
61
|
-
*/
|
|
62
|
-
readonly privateEndpointStatus?: PrivateEndpointStatus;
|
|
63
|
-
/** A custom message to be included in the approval request to connect to the Private Link */
|
|
64
|
-
privateLinkApprovalMessage?: string;
|
|
65
|
-
/** The HTTP TCP port number. Must be between 1 and 65535. */
|
|
66
|
-
httpPort?: number;
|
|
67
|
-
/** The HTTPS TCP port number. Must be between 1 and 65535. */
|
|
68
|
-
httpsPort?: number;
|
|
69
|
-
/** Whether to enable use of this backend. Permitted values are 'Enabled' or 'Disabled' */
|
|
70
|
-
enabledState?: BackendEnabledState;
|
|
71
|
-
/** Priority to use for load balancing. Higher priorities will not be used for load balancing if any lower priority backend is healthy. */
|
|
72
|
-
priority?: number;
|
|
73
|
-
/** Weight of this endpoint for load balancing purposes. */
|
|
74
|
-
weight?: number;
|
|
75
|
-
/** The value to use as the host header sent to the backend. If blank or unspecified, this defaults to the incoming host. */
|
|
76
|
-
backendHostHeader?: string;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
* Defines values for BackendEnabledState. \
|
|
81
|
-
* {@link KnownBackendEnabledState} can be used interchangeably with BackendEnabledState,
|
|
82
|
-
* this enum contains the known values that the service supports.
|
|
83
|
-
* ### Known values supported by the service
|
|
84
|
-
* **Enabled** \
|
|
85
|
-
* **Disabled**
|
|
86
|
-
*/
|
|
87
|
-
export declare type BackendEnabledState = string;
|
|
88
|
-
|
|
89
|
-
/** A backend pool is a collection of backends that can be routed to. */
|
|
90
|
-
export declare interface BackendPool extends SubResource {
|
|
91
|
-
/** Resource name. */
|
|
92
|
-
name?: string;
|
|
93
|
-
/**
|
|
94
|
-
* Resource type.
|
|
95
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
96
|
-
*/
|
|
97
|
-
readonly type?: string;
|
|
98
|
-
/** The set of backends for this pool */
|
|
99
|
-
backends?: Backend[];
|
|
100
|
-
/** Load balancing settings for a backend pool */
|
|
101
|
-
loadBalancingSettings?: SubResource;
|
|
102
|
-
/** L7 health probe settings for a backend pool */
|
|
103
|
-
healthProbeSettings?: SubResource;
|
|
104
|
-
/**
|
|
105
|
-
* Resource status.
|
|
106
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
107
|
-
*/
|
|
108
|
-
readonly resourceState?: FrontDoorResourceState;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
/** Result of the request to list Backend Pools. It contains a list of Backend Pools objects and a URL link to get the next set of results. */
|
|
112
|
-
export declare interface BackendPoolListResult {
|
|
113
|
-
/**
|
|
114
|
-
* List of Backend Pools within a Front Door.
|
|
115
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
116
|
-
*/
|
|
117
|
-
readonly value?: BackendPool[];
|
|
118
|
-
/** URL to get the next set of BackendPool objects if there are any. */
|
|
119
|
-
nextLink?: string;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
/** The JSON object that contains the properties required to create a Backend Pool. */
|
|
123
|
-
export declare interface BackendPoolProperties extends BackendPoolUpdateParameters {
|
|
124
|
-
/**
|
|
125
|
-
* Resource status.
|
|
126
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
127
|
-
*/
|
|
128
|
-
readonly resourceState?: FrontDoorResourceState;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
/** Settings that apply to all backend pools. */
|
|
132
|
-
export declare interface BackendPoolsSettings {
|
|
133
|
-
/** Whether to enforce certificate name check on HTTPS requests to all backend pools. No effect on non-HTTPS requests. */
|
|
134
|
-
enforceCertificateNameCheck?: EnforceCertificateNameCheckEnabledState;
|
|
135
|
-
/** Send and receive timeout on forwarding request to the backend. When timeout is reached, the request fails and returns. */
|
|
136
|
-
sendRecvTimeoutSeconds?: number;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
/** A collection of backends that can be routed to. */
|
|
140
|
-
export declare interface BackendPoolUpdateParameters {
|
|
141
|
-
/** The set of backends for this pool */
|
|
142
|
-
backends?: Backend[];
|
|
143
|
-
/** Load balancing settings for a backend pool */
|
|
144
|
-
loadBalancingSettings?: SubResource;
|
|
145
|
-
/** L7 health probe settings for a backend pool */
|
|
146
|
-
healthProbeSettings?: SubResource;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
/** Caching settings for a caching-type route. To disable caching, do not provide a cacheConfiguration object. */
|
|
150
|
-
export declare interface CacheConfiguration {
|
|
151
|
-
/** Treatment of URL query terms when forming the cache key. */
|
|
152
|
-
queryParameterStripDirective?: FrontDoorQuery;
|
|
153
|
-
/** query parameters to include or exclude (comma separated). */
|
|
154
|
-
queryParameters?: string;
|
|
155
|
-
/** Whether to use dynamic compression for cached content */
|
|
156
|
-
dynamicCompression?: DynamicCompressionEnabled;
|
|
157
|
-
/** The duration for which the content needs to be cached. Allowed format is in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations). HTTP requires the value to be no more than a year */
|
|
158
|
-
cacheDuration?: string;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
/** Input of CheckNameAvailability API. */
|
|
162
|
-
export declare interface CheckNameAvailabilityInput {
|
|
163
|
-
/** The resource name to validate. */
|
|
164
|
-
name: string;
|
|
165
|
-
/** The type of the resource whose name is to be validated. */
|
|
166
|
-
type: ResourceType;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
/** Output of check name availability API. */
|
|
170
|
-
export declare interface CheckNameAvailabilityOutput {
|
|
171
|
-
/**
|
|
172
|
-
* Indicates whether the name is available.
|
|
173
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
174
|
-
*/
|
|
175
|
-
readonly nameAvailability?: Availability;
|
|
176
|
-
/**
|
|
177
|
-
* The reason why the name is not available.
|
|
178
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
179
|
-
*/
|
|
180
|
-
readonly reason?: string;
|
|
181
|
-
/**
|
|
182
|
-
* The detailed error message describing why the name is not available.
|
|
183
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
184
|
-
*/
|
|
185
|
-
readonly message?: string;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
/** Https settings for a domain */
|
|
189
|
-
export declare interface CustomHttpsConfiguration {
|
|
190
|
-
/** Defines the source of the SSL certificate */
|
|
191
|
-
certificateSource: FrontDoorCertificateSource;
|
|
192
|
-
/** Defines the TLS extension protocol that is used for secure delivery */
|
|
193
|
-
protocolType: FrontDoorTlsProtocolType;
|
|
194
|
-
/** The minimum TLS version required from the clients to establish an SSL handshake with Front Door. */
|
|
195
|
-
minimumTlsVersion: MinimumTLSVersion;
|
|
196
|
-
/** Defines the type of the certificate used for secure connections to a frontendEndpoint */
|
|
197
|
-
certificateType?: FrontDoorCertificateType;
|
|
198
|
-
/** The Key Vault containing the SSL certificate */
|
|
199
|
-
vault?: KeyVaultCertificateSourceParametersVault;
|
|
200
|
-
/** The name of the Key Vault secret representing the full certificate PFX */
|
|
201
|
-
secretName?: string;
|
|
202
|
-
/** The version of the Key Vault secret representing the full certificate PFX */
|
|
203
|
-
secretVersion?: string;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
/**
|
|
207
|
-
* Defines values for CustomHttpsProvisioningState. \
|
|
208
|
-
* {@link KnownCustomHttpsProvisioningState} can be used interchangeably with CustomHttpsProvisioningState,
|
|
209
|
-
* this enum contains the known values that the service supports.
|
|
210
|
-
* ### Known values supported by the service
|
|
211
|
-
* **Enabling** \
|
|
212
|
-
* **Enabled** \
|
|
213
|
-
* **Disabling** \
|
|
214
|
-
* **Disabled** \
|
|
215
|
-
* **Failed**
|
|
216
|
-
*/
|
|
217
|
-
export declare type CustomHttpsProvisioningState = string;
|
|
218
|
-
|
|
219
|
-
/**
|
|
220
|
-
* Defines values for CustomHttpsProvisioningSubstate. \
|
|
221
|
-
* {@link KnownCustomHttpsProvisioningSubstate} can be used interchangeably with CustomHttpsProvisioningSubstate,
|
|
222
|
-
* this enum contains the known values that the service supports.
|
|
223
|
-
* ### Known values supported by the service
|
|
224
|
-
* **SubmittingDomainControlValidationRequest** \
|
|
225
|
-
* **PendingDomainControlValidationREquestApproval** \
|
|
226
|
-
* **DomainControlValidationRequestApproved** \
|
|
227
|
-
* **DomainControlValidationRequestRejected** \
|
|
228
|
-
* **DomainControlValidationRequestTimedOut** \
|
|
229
|
-
* **IssuingCertificate** \
|
|
230
|
-
* **DeployingCertificate** \
|
|
231
|
-
* **CertificateDeployed** \
|
|
232
|
-
* **DeletingCertificate** \
|
|
233
|
-
* **CertificateDeleted**
|
|
234
|
-
*/
|
|
235
|
-
export declare type CustomHttpsProvisioningSubstate = string;
|
|
236
|
-
|
|
237
|
-
/** Defines contents of a web application rule */
|
|
238
|
-
export declare interface CustomRule {
|
|
239
|
-
/** Describes the name of the rule. */
|
|
240
|
-
name?: string;
|
|
241
|
-
/** Describes priority of the rule. Rules with a lower value will be evaluated before rules with a higher value. */
|
|
242
|
-
priority: number;
|
|
243
|
-
/** Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified. */
|
|
244
|
-
enabledState?: CustomRuleEnabledState;
|
|
245
|
-
/** Describes type of rule. */
|
|
246
|
-
ruleType: RuleType;
|
|
247
|
-
/** Time window for resetting the rate limit count. Default is 1 minute. */
|
|
248
|
-
rateLimitDurationInMinutes?: number;
|
|
249
|
-
/** Number of allowed requests per client within the time window. */
|
|
250
|
-
rateLimitThreshold?: number;
|
|
251
|
-
/** Describes the list of variables to group the rate limit requests */
|
|
252
|
-
groupBy?: GroupByVariable[];
|
|
253
|
-
/** List of match conditions. */
|
|
254
|
-
matchConditions: MatchCondition[];
|
|
255
|
-
/** Describes what action to be applied when rule matches. */
|
|
256
|
-
action: ActionType;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
/**
|
|
260
|
-
* Defines values for CustomRuleEnabledState. \
|
|
261
|
-
* {@link KnownCustomRuleEnabledState} can be used interchangeably with CustomRuleEnabledState,
|
|
262
|
-
* this enum contains the known values that the service supports.
|
|
263
|
-
* ### Known values supported by the service
|
|
264
|
-
* **Disabled** \
|
|
265
|
-
* **Enabled**
|
|
266
|
-
*/
|
|
267
|
-
export declare type CustomRuleEnabledState = string;
|
|
268
|
-
|
|
269
|
-
/** Defines contents of custom rules */
|
|
270
|
-
export declare interface CustomRuleList {
|
|
271
|
-
/** List of rules */
|
|
272
|
-
rules?: CustomRule[];
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
/** Error response indicates Front Door service is not able to process the incoming request. The reason is provided in the error message. */
|
|
276
|
-
export declare interface DefaultErrorResponse {
|
|
277
|
-
/** Error model. */
|
|
278
|
-
error?: DefaultErrorResponseError;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
/** Error model. */
|
|
282
|
-
export declare interface DefaultErrorResponseError {
|
|
283
|
-
/**
|
|
284
|
-
* Error code.
|
|
285
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
286
|
-
*/
|
|
287
|
-
readonly code?: string;
|
|
288
|
-
/**
|
|
289
|
-
* Error message indicating why the operation failed.
|
|
290
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
291
|
-
*/
|
|
292
|
-
readonly message?: string;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
/**
|
|
296
|
-
* Defines values for DynamicCompressionEnabled. \
|
|
297
|
-
* {@link KnownDynamicCompressionEnabled} can be used interchangeably with DynamicCompressionEnabled,
|
|
298
|
-
* this enum contains the known values that the service supports.
|
|
299
|
-
* ### Known values supported by the service
|
|
300
|
-
* **Enabled** \
|
|
301
|
-
* **Disabled**
|
|
302
|
-
*/
|
|
303
|
-
export declare type DynamicCompressionEnabled = string;
|
|
304
|
-
|
|
305
|
-
/** Defines the endpoint properties */
|
|
306
|
-
export declare interface Endpoint {
|
|
307
|
-
/** The name of the endpoint */
|
|
308
|
-
name?: string;
|
|
309
|
-
/** The endpoint URL */
|
|
310
|
-
endpoint?: string;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
/** Interface representing a Endpoints. */
|
|
314
|
-
export declare interface Endpoints {
|
|
315
|
-
/**
|
|
316
|
-
* Removes a content from Front Door.
|
|
317
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
318
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
319
|
-
* @param contentFilePaths The path to the content to be purged. Path can be a full URL, e.g.
|
|
320
|
-
* '/pictures/city.png' which removes a single file, or a directory with a wildcard, e.g. '/pictures/*'
|
|
321
|
-
* which removes all folders and files in the directory.
|
|
322
|
-
* @param options The options parameters.
|
|
323
|
-
*/
|
|
324
|
-
beginPurgeContent(resourceGroupName: string, frontDoorName: string, contentFilePaths: PurgeParameters, options?: EndpointsPurgeContentOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
325
|
-
/**
|
|
326
|
-
* Removes a content from Front Door.
|
|
327
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
328
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
329
|
-
* @param contentFilePaths The path to the content to be purged. Path can be a full URL, e.g.
|
|
330
|
-
* '/pictures/city.png' which removes a single file, or a directory with a wildcard, e.g. '/pictures/*'
|
|
331
|
-
* which removes all folders and files in the directory.
|
|
332
|
-
* @param options The options parameters.
|
|
333
|
-
*/
|
|
334
|
-
beginPurgeContentAndWait(resourceGroupName: string, frontDoorName: string, contentFilePaths: PurgeParameters, options?: EndpointsPurgeContentOptionalParams): Promise<void>;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
/** Optional parameters. */
|
|
338
|
-
export declare interface EndpointsPurgeContentOptionalParams extends coreClient.OperationOptions {
|
|
339
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
340
|
-
updateIntervalInMs?: number;
|
|
341
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
342
|
-
resumeFrom?: string;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
/**
|
|
346
|
-
* Defines values for EndpointType. \
|
|
347
|
-
* {@link KnownEndpointType} can be used interchangeably with EndpointType,
|
|
348
|
-
* this enum contains the known values that the service supports.
|
|
349
|
-
* ### Known values supported by the service
|
|
350
|
-
* **AFD** \
|
|
351
|
-
* **AzureRegion** \
|
|
352
|
-
* **CDN** \
|
|
353
|
-
* **ATM**
|
|
354
|
-
*/
|
|
355
|
-
export declare type EndpointType = string;
|
|
356
|
-
|
|
357
|
-
/**
|
|
358
|
-
* Defines values for EnforceCertificateNameCheckEnabledState. \
|
|
359
|
-
* {@link KnownEnforceCertificateNameCheckEnabledState} can be used interchangeably with EnforceCertificateNameCheckEnabledState,
|
|
360
|
-
* this enum contains the known values that the service supports.
|
|
361
|
-
* ### Known values supported by the service
|
|
362
|
-
* **Enabled** \
|
|
363
|
-
* **Disabled**
|
|
364
|
-
*/
|
|
365
|
-
export declare type EnforceCertificateNameCheckEnabledState = string;
|
|
366
|
-
|
|
367
|
-
export declare interface ErrorDetails {
|
|
368
|
-
code?: string;
|
|
369
|
-
target?: string;
|
|
370
|
-
message?: string;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
export declare interface ErrorModel {
|
|
374
|
-
code?: string;
|
|
375
|
-
message?: string;
|
|
376
|
-
target?: string;
|
|
377
|
-
details?: ErrorDetails[];
|
|
378
|
-
innerError?: string;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
/** Error response indicates Front Door service is not able to process the incoming request. The reason is provided in the error message. */
|
|
382
|
-
export declare interface ErrorResponse {
|
|
383
|
-
/**
|
|
384
|
-
* Error code.
|
|
385
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
386
|
-
*/
|
|
387
|
-
readonly code?: string;
|
|
388
|
-
/**
|
|
389
|
-
* Error message indicating why the operation failed.
|
|
390
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
391
|
-
*/
|
|
392
|
-
readonly message?: string;
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
/** Defines the properties of an Experiment */
|
|
396
|
-
export declare interface Experiment extends Resource {
|
|
397
|
-
/** The description of the details or intents of the Experiment */
|
|
398
|
-
description?: string;
|
|
399
|
-
/** The endpoint A of an experiment */
|
|
400
|
-
endpointA?: Endpoint;
|
|
401
|
-
/** The endpoint B of an experiment */
|
|
402
|
-
endpointB?: Endpoint;
|
|
403
|
-
/** The state of the Experiment */
|
|
404
|
-
enabledState?: State;
|
|
405
|
-
/**
|
|
406
|
-
* Resource status.
|
|
407
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
408
|
-
*/
|
|
409
|
-
readonly resourceState?: NetworkExperimentResourceState;
|
|
410
|
-
/**
|
|
411
|
-
* The description of Experiment status from the server side
|
|
412
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
413
|
-
*/
|
|
414
|
-
readonly status?: string;
|
|
415
|
-
/**
|
|
416
|
-
* The uri to the Script used in the Experiment
|
|
417
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
418
|
-
*/
|
|
419
|
-
readonly scriptFileUri?: string;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
/** Defines a list of Experiments. It contains a list of Experiment objects and a URL link to get the next set of results. */
|
|
423
|
-
export declare interface ExperimentList {
|
|
424
|
-
/**
|
|
425
|
-
* List of Experiments within a resource group.
|
|
426
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
427
|
-
*/
|
|
428
|
-
readonly value?: Experiment[];
|
|
429
|
-
/** URL to get the next set of Experiment objects if there are any. */
|
|
430
|
-
nextLink?: string;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
/** Interface representing a Experiments. */
|
|
434
|
-
export declare interface Experiments {
|
|
435
|
-
/**
|
|
436
|
-
* Gets a list of Experiments
|
|
437
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
438
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
439
|
-
* @param options The options parameters.
|
|
440
|
-
*/
|
|
441
|
-
listByProfile(resourceGroupName: string, profileName: string, options?: ExperimentsListByProfileOptionalParams): PagedAsyncIterableIterator<Experiment>;
|
|
442
|
-
/**
|
|
443
|
-
* Gets an Experiment by ExperimentName
|
|
444
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
445
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
446
|
-
* @param experimentName The Experiment identifier associated with the Experiment
|
|
447
|
-
* @param options The options parameters.
|
|
448
|
-
*/
|
|
449
|
-
get(resourceGroupName: string, profileName: string, experimentName: string, options?: ExperimentsGetOptionalParams): Promise<ExperimentsGetResponse>;
|
|
450
|
-
/**
|
|
451
|
-
* Creates or updates an Experiment
|
|
452
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
453
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
454
|
-
* @param experimentName The Experiment identifier associated with the Experiment
|
|
455
|
-
* @param parameters The Experiment resource
|
|
456
|
-
* @param options The options parameters.
|
|
457
|
-
*/
|
|
458
|
-
beginCreateOrUpdate(resourceGroupName: string, profileName: string, experimentName: string, parameters: Experiment, options?: ExperimentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ExperimentsCreateOrUpdateResponse>, ExperimentsCreateOrUpdateResponse>>;
|
|
459
|
-
/**
|
|
460
|
-
* Creates or updates an Experiment
|
|
461
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
462
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
463
|
-
* @param experimentName The Experiment identifier associated with the Experiment
|
|
464
|
-
* @param parameters The Experiment resource
|
|
465
|
-
* @param options The options parameters.
|
|
466
|
-
*/
|
|
467
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, profileName: string, experimentName: string, parameters: Experiment, options?: ExperimentsCreateOrUpdateOptionalParams): Promise<ExperimentsCreateOrUpdateResponse>;
|
|
468
|
-
/**
|
|
469
|
-
* Updates an Experiment
|
|
470
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
471
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
472
|
-
* @param experimentName The Experiment identifier associated with the Experiment
|
|
473
|
-
* @param parameters The Experiment Update Model
|
|
474
|
-
* @param options The options parameters.
|
|
475
|
-
*/
|
|
476
|
-
beginUpdate(resourceGroupName: string, profileName: string, experimentName: string, parameters: ExperimentUpdateModel, options?: ExperimentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ExperimentsUpdateResponse>, ExperimentsUpdateResponse>>;
|
|
477
|
-
/**
|
|
478
|
-
* Updates an Experiment
|
|
479
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
480
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
481
|
-
* @param experimentName The Experiment identifier associated with the Experiment
|
|
482
|
-
* @param parameters The Experiment Update Model
|
|
483
|
-
* @param options The options parameters.
|
|
484
|
-
*/
|
|
485
|
-
beginUpdateAndWait(resourceGroupName: string, profileName: string, experimentName: string, parameters: ExperimentUpdateModel, options?: ExperimentsUpdateOptionalParams): Promise<ExperimentsUpdateResponse>;
|
|
486
|
-
/**
|
|
487
|
-
* Deletes an Experiment
|
|
488
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
489
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
490
|
-
* @param experimentName The Experiment identifier associated with the Experiment
|
|
491
|
-
* @param options The options parameters.
|
|
492
|
-
*/
|
|
493
|
-
beginDelete(resourceGroupName: string, profileName: string, experimentName: string, options?: ExperimentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
494
|
-
/**
|
|
495
|
-
* Deletes an Experiment
|
|
496
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
497
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
498
|
-
* @param experimentName The Experiment identifier associated with the Experiment
|
|
499
|
-
* @param options The options parameters.
|
|
500
|
-
*/
|
|
501
|
-
beginDeleteAndWait(resourceGroupName: string, profileName: string, experimentName: string, options?: ExperimentsDeleteOptionalParams): Promise<void>;
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
/** Optional parameters. */
|
|
505
|
-
export declare interface ExperimentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
506
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
507
|
-
updateIntervalInMs?: number;
|
|
508
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
509
|
-
resumeFrom?: string;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
513
|
-
export declare type ExperimentsCreateOrUpdateResponse = Experiment;
|
|
514
|
-
|
|
515
|
-
/** Optional parameters. */
|
|
516
|
-
export declare interface ExperimentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
517
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
518
|
-
updateIntervalInMs?: number;
|
|
519
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
520
|
-
resumeFrom?: string;
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
/** Optional parameters. */
|
|
524
|
-
export declare interface ExperimentsGetOptionalParams extends coreClient.OperationOptions {
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
/** Contains response data for the get operation. */
|
|
528
|
-
export declare type ExperimentsGetResponse = Experiment;
|
|
529
|
-
|
|
530
|
-
/** Optional parameters. */
|
|
531
|
-
export declare interface ExperimentsListByProfileNextOptionalParams extends coreClient.OperationOptions {
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
/** Contains response data for the listByProfileNext operation. */
|
|
535
|
-
export declare type ExperimentsListByProfileNextResponse = ExperimentList;
|
|
536
|
-
|
|
537
|
-
/** Optional parameters. */
|
|
538
|
-
export declare interface ExperimentsListByProfileOptionalParams extends coreClient.OperationOptions {
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
/** Contains response data for the listByProfile operation. */
|
|
542
|
-
export declare type ExperimentsListByProfileResponse = ExperimentList;
|
|
543
|
-
|
|
544
|
-
/** Optional parameters. */
|
|
545
|
-
export declare interface ExperimentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
546
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
547
|
-
updateIntervalInMs?: number;
|
|
548
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
549
|
-
resumeFrom?: string;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
/** Contains response data for the update operation. */
|
|
553
|
-
export declare type ExperimentsUpdateResponse = Experiment;
|
|
554
|
-
|
|
555
|
-
/** Defines modifiable attributes of an Experiment */
|
|
556
|
-
export declare interface ExperimentUpdateModel {
|
|
557
|
-
/** Resource tags. */
|
|
558
|
-
tags?: {
|
|
559
|
-
[propertyName: string]: string;
|
|
560
|
-
};
|
|
561
|
-
/** The description of the intent or details of the Experiment */
|
|
562
|
-
description?: string;
|
|
563
|
-
/** The state of the Experiment */
|
|
564
|
-
enabledState?: State;
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
/** Describes Forwarding Route. */
|
|
568
|
-
export declare interface ForwardingConfiguration extends RouteConfiguration {
|
|
569
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
570
|
-
odataType: "#Microsoft.Azure.FrontDoor.Models.FrontdoorForwardingConfiguration";
|
|
571
|
-
/** A custom path used to rewrite resource paths matched by this rule. Leave empty to use incoming path. */
|
|
572
|
-
customForwardingPath?: string;
|
|
573
|
-
/** Protocol this rule will use when forwarding traffic to backends. */
|
|
574
|
-
forwardingProtocol?: FrontDoorForwardingProtocol;
|
|
575
|
-
/** The caching configuration associated with this rule. */
|
|
576
|
-
cacheConfiguration?: CacheConfiguration;
|
|
577
|
-
/** A reference to the BackendPool which this rule routes to. */
|
|
578
|
-
backendPool?: SubResource;
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
/** Front Door represents a collection of backend endpoints to route traffic to along with rules that specify how traffic is sent there. */
|
|
582
|
-
export declare interface FrontDoor extends Resource {
|
|
583
|
-
/** A friendly name for the frontDoor */
|
|
584
|
-
friendlyName?: string;
|
|
585
|
-
/** Routing rules associated with this Front Door. */
|
|
586
|
-
routingRules?: RoutingRule[];
|
|
587
|
-
/** Load balancing settings associated with this Front Door instance. */
|
|
588
|
-
loadBalancingSettings?: LoadBalancingSettingsModel[];
|
|
589
|
-
/** Health probe settings associated with this Front Door instance. */
|
|
590
|
-
healthProbeSettings?: HealthProbeSettingsModel[];
|
|
591
|
-
/** Backend pools available to routing rules. */
|
|
592
|
-
backendPools?: BackendPool[];
|
|
593
|
-
/** Frontend endpoints available to routing rules. */
|
|
594
|
-
frontendEndpoints?: FrontendEndpoint[];
|
|
595
|
-
/** Settings for all backendPools */
|
|
596
|
-
backendPoolsSettings?: BackendPoolsSettings;
|
|
597
|
-
/** Operational status of the Front Door load balancer. Permitted values are 'Enabled' or 'Disabled' */
|
|
598
|
-
enabledState?: FrontDoorEnabledState;
|
|
599
|
-
/**
|
|
600
|
-
* Resource status of the Front Door.
|
|
601
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
602
|
-
*/
|
|
603
|
-
readonly resourceState?: FrontDoorResourceState;
|
|
604
|
-
/**
|
|
605
|
-
* Provisioning state of the Front Door.
|
|
606
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
607
|
-
*/
|
|
608
|
-
readonly provisioningState?: string;
|
|
609
|
-
/**
|
|
610
|
-
* The host that each frontendEndpoint must CNAME to.
|
|
611
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
612
|
-
*/
|
|
613
|
-
readonly cname?: string;
|
|
614
|
-
/**
|
|
615
|
-
* The Id of the frontdoor.
|
|
616
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
617
|
-
*/
|
|
618
|
-
readonly frontdoorId?: string;
|
|
619
|
-
/**
|
|
620
|
-
* Rules Engine Configurations available to routing rules.
|
|
621
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
622
|
-
*/
|
|
623
|
-
readonly rulesEngines?: RulesEngine[];
|
|
624
|
-
/**
|
|
625
|
-
* Key-Value pair representing additional properties for frontdoor.
|
|
626
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
627
|
-
*/
|
|
628
|
-
readonly extendedProperties?: {
|
|
629
|
-
[propertyName: string]: string;
|
|
630
|
-
};
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
/**
|
|
634
|
-
* Defines values for FrontDoorCertificateSource. \
|
|
635
|
-
* {@link KnownFrontDoorCertificateSource} can be used interchangeably with FrontDoorCertificateSource,
|
|
636
|
-
* this enum contains the known values that the service supports.
|
|
637
|
-
* ### Known values supported by the service
|
|
638
|
-
* **AzureKeyVault** \
|
|
639
|
-
* **FrontDoor**
|
|
640
|
-
*/
|
|
641
|
-
export declare type FrontDoorCertificateSource = string;
|
|
642
|
-
|
|
643
|
-
/**
|
|
644
|
-
* Defines values for FrontDoorCertificateType. \
|
|
645
|
-
* {@link KnownFrontDoorCertificateType} can be used interchangeably with FrontDoorCertificateType,
|
|
646
|
-
* this enum contains the known values that the service supports.
|
|
647
|
-
* ### Known values supported by the service
|
|
648
|
-
* **Dedicated**
|
|
649
|
-
*/
|
|
650
|
-
export declare type FrontDoorCertificateType = string;
|
|
651
|
-
|
|
652
|
-
/**
|
|
653
|
-
* Defines values for FrontDoorEnabledState. \
|
|
654
|
-
* {@link KnownFrontDoorEnabledState} can be used interchangeably with FrontDoorEnabledState,
|
|
655
|
-
* this enum contains the known values that the service supports.
|
|
656
|
-
* ### Known values supported by the service
|
|
657
|
-
* **Enabled** \
|
|
658
|
-
* **Disabled**
|
|
659
|
-
*/
|
|
660
|
-
export declare type FrontDoorEnabledState = string;
|
|
661
|
-
|
|
662
|
-
/**
|
|
663
|
-
* Defines values for FrontDoorForwardingProtocol. \
|
|
664
|
-
* {@link KnownFrontDoorForwardingProtocol} can be used interchangeably with FrontDoorForwardingProtocol,
|
|
665
|
-
* this enum contains the known values that the service supports.
|
|
666
|
-
* ### Known values supported by the service
|
|
667
|
-
* **HttpOnly** \
|
|
668
|
-
* **HttpsOnly** \
|
|
669
|
-
* **MatchRequest**
|
|
670
|
-
*/
|
|
671
|
-
export declare type FrontDoorForwardingProtocol = string;
|
|
672
|
-
|
|
673
|
-
/**
|
|
674
|
-
* Defines values for FrontDoorHealthProbeMethod. \
|
|
675
|
-
* {@link KnownFrontDoorHealthProbeMethod} can be used interchangeably with FrontDoorHealthProbeMethod,
|
|
676
|
-
* this enum contains the known values that the service supports.
|
|
677
|
-
* ### Known values supported by the service
|
|
678
|
-
* **GET** \
|
|
679
|
-
* **HEAD**
|
|
680
|
-
*/
|
|
681
|
-
export declare type FrontDoorHealthProbeMethod = string;
|
|
682
|
-
|
|
683
|
-
/** Result of the request to list Front Doors. It contains a list of Front Door objects and a URL link to get the next set of results. */
|
|
684
|
-
export declare interface FrontDoorListResult {
|
|
685
|
-
/**
|
|
686
|
-
* List of Front Doors within a resource group.
|
|
687
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
688
|
-
*/
|
|
689
|
-
readonly value?: FrontDoor[];
|
|
690
|
-
/** URL to get the next set of Front Door objects if there are any. */
|
|
691
|
-
nextLink?: string;
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
export declare class FrontDoorManagementClient extends coreClient.ServiceClient {
|
|
695
|
-
$host: string;
|
|
696
|
-
subscriptionId?: string;
|
|
697
|
-
/**
|
|
698
|
-
* Initializes a new instance of the FrontDoorManagementClient class.
|
|
699
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
700
|
-
* @param subscriptionId The subscription credentials which uniquely identify the Microsoft Azure
|
|
701
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
|
702
|
-
* @param options The parameter options
|
|
703
|
-
*/
|
|
704
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: FrontDoorManagementClientOptionalParams);
|
|
705
|
-
constructor(credentials: coreAuth.TokenCredential, options?: FrontDoorManagementClientOptionalParams);
|
|
706
|
-
policies: Policies;
|
|
707
|
-
managedRuleSets: ManagedRuleSets;
|
|
708
|
-
frontDoorNameAvailability: FrontDoorNameAvailability;
|
|
709
|
-
frontDoorNameAvailabilityWithSubscription: FrontDoorNameAvailabilityWithSubscription;
|
|
710
|
-
frontDoors: FrontDoors;
|
|
711
|
-
frontendEndpoints: FrontendEndpoints;
|
|
712
|
-
endpoints: Endpoints;
|
|
713
|
-
rulesEngines: RulesEngines;
|
|
714
|
-
networkExperimentProfiles: NetworkExperimentProfiles;
|
|
715
|
-
preconfiguredEndpoints: PreconfiguredEndpoints;
|
|
716
|
-
experiments: Experiments;
|
|
717
|
-
reports: Reports;
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
/** Optional parameters. */
|
|
721
|
-
export declare interface FrontDoorManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
722
|
-
/** server parameter */
|
|
723
|
-
$host?: string;
|
|
724
|
-
/** Overrides client endpoint. */
|
|
725
|
-
endpoint?: string;
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
/** Interface representing a FrontDoorNameAvailability. */
|
|
729
|
-
export declare interface FrontDoorNameAvailability {
|
|
730
|
-
/**
|
|
731
|
-
* Check the availability of a Front Door resource name.
|
|
732
|
-
* @param checkFrontDoorNameAvailabilityInput Input to check.
|
|
733
|
-
* @param options The options parameters.
|
|
734
|
-
*/
|
|
735
|
-
check(checkFrontDoorNameAvailabilityInput: CheckNameAvailabilityInput, options?: FrontDoorNameAvailabilityCheckOptionalParams): Promise<FrontDoorNameAvailabilityCheckResponse>;
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
/** Optional parameters. */
|
|
739
|
-
export declare interface FrontDoorNameAvailabilityCheckOptionalParams extends coreClient.OperationOptions {
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
/** Contains response data for the check operation. */
|
|
743
|
-
export declare type FrontDoorNameAvailabilityCheckResponse = CheckNameAvailabilityOutput;
|
|
744
|
-
|
|
745
|
-
/** Interface representing a FrontDoorNameAvailabilityWithSubscription. */
|
|
746
|
-
export declare interface FrontDoorNameAvailabilityWithSubscription {
|
|
747
|
-
/**
|
|
748
|
-
* Check the availability of a Front Door subdomain.
|
|
749
|
-
* @param checkFrontDoorNameAvailabilityInput Input to check.
|
|
750
|
-
* @param options The options parameters.
|
|
751
|
-
*/
|
|
752
|
-
check(checkFrontDoorNameAvailabilityInput: CheckNameAvailabilityInput, options?: FrontDoorNameAvailabilityWithSubscriptionCheckOptionalParams): Promise<FrontDoorNameAvailabilityWithSubscriptionCheckResponse>;
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
/** Optional parameters. */
|
|
756
|
-
export declare interface FrontDoorNameAvailabilityWithSubscriptionCheckOptionalParams extends coreClient.OperationOptions {
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
/** Contains response data for the check operation. */
|
|
760
|
-
export declare type FrontDoorNameAvailabilityWithSubscriptionCheckResponse = CheckNameAvailabilityOutput;
|
|
761
|
-
|
|
762
|
-
/** The JSON object that contains the properties required to create an endpoint. */
|
|
763
|
-
export declare interface FrontDoorProperties extends FrontDoorUpdateParameters {
|
|
764
|
-
/**
|
|
765
|
-
* Resource status of the Front Door.
|
|
766
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
767
|
-
*/
|
|
768
|
-
readonly resourceState?: FrontDoorResourceState;
|
|
769
|
-
/**
|
|
770
|
-
* Provisioning state of the Front Door.
|
|
771
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
772
|
-
*/
|
|
773
|
-
readonly provisioningState?: string;
|
|
774
|
-
/**
|
|
775
|
-
* The host that each frontendEndpoint must CNAME to.
|
|
776
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
777
|
-
*/
|
|
778
|
-
readonly cname?: string;
|
|
779
|
-
/**
|
|
780
|
-
* The Id of the frontdoor.
|
|
781
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
782
|
-
*/
|
|
783
|
-
readonly frontdoorId?: string;
|
|
784
|
-
/**
|
|
785
|
-
* Rules Engine Configurations available to routing rules.
|
|
786
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
787
|
-
*/
|
|
788
|
-
readonly rulesEngines?: RulesEngine[];
|
|
789
|
-
/**
|
|
790
|
-
* Key-Value pair representing additional properties for frontdoor.
|
|
791
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
792
|
-
*/
|
|
793
|
-
readonly extendedProperties?: {
|
|
794
|
-
[propertyName: string]: string;
|
|
795
|
-
};
|
|
796
|
-
}
|
|
797
|
-
|
|
798
|
-
/**
|
|
799
|
-
* Defines values for FrontDoorProtocol. \
|
|
800
|
-
* {@link KnownFrontDoorProtocol} can be used interchangeably with FrontDoorProtocol,
|
|
801
|
-
* this enum contains the known values that the service supports.
|
|
802
|
-
* ### Known values supported by the service
|
|
803
|
-
* **Http** \
|
|
804
|
-
* **Https**
|
|
805
|
-
*/
|
|
806
|
-
export declare type FrontDoorProtocol = string;
|
|
807
|
-
|
|
808
|
-
/**
|
|
809
|
-
* Defines values for FrontDoorQuery. \
|
|
810
|
-
* {@link KnownFrontDoorQuery} can be used interchangeably with FrontDoorQuery,
|
|
811
|
-
* this enum contains the known values that the service supports.
|
|
812
|
-
* ### Known values supported by the service
|
|
813
|
-
* **StripNone** \
|
|
814
|
-
* **StripAll** \
|
|
815
|
-
* **StripOnly** \
|
|
816
|
-
* **StripAllExcept**
|
|
817
|
-
*/
|
|
818
|
-
export declare type FrontDoorQuery = string;
|
|
819
|
-
|
|
820
|
-
/**
|
|
821
|
-
* Defines values for FrontDoorRedirectProtocol. \
|
|
822
|
-
* {@link KnownFrontDoorRedirectProtocol} can be used interchangeably with FrontDoorRedirectProtocol,
|
|
823
|
-
* this enum contains the known values that the service supports.
|
|
824
|
-
* ### Known values supported by the service
|
|
825
|
-
* **HttpOnly** \
|
|
826
|
-
* **HttpsOnly** \
|
|
827
|
-
* **MatchRequest**
|
|
828
|
-
*/
|
|
829
|
-
export declare type FrontDoorRedirectProtocol = string;
|
|
830
|
-
|
|
831
|
-
/**
|
|
832
|
-
* Defines values for FrontDoorRedirectType. \
|
|
833
|
-
* {@link KnownFrontDoorRedirectType} can be used interchangeably with FrontDoorRedirectType,
|
|
834
|
-
* this enum contains the known values that the service supports.
|
|
835
|
-
* ### Known values supported by the service
|
|
836
|
-
* **Moved** \
|
|
837
|
-
* **Found** \
|
|
838
|
-
* **TemporaryRedirect** \
|
|
839
|
-
* **PermanentRedirect**
|
|
840
|
-
*/
|
|
841
|
-
export declare type FrontDoorRedirectType = string;
|
|
842
|
-
|
|
843
|
-
/**
|
|
844
|
-
* Defines values for FrontDoorResourceState. \
|
|
845
|
-
* {@link KnownFrontDoorResourceState} can be used interchangeably with FrontDoorResourceState,
|
|
846
|
-
* this enum contains the known values that the service supports.
|
|
847
|
-
* ### Known values supported by the service
|
|
848
|
-
* **Creating** \
|
|
849
|
-
* **Enabling** \
|
|
850
|
-
* **Enabled** \
|
|
851
|
-
* **Disabling** \
|
|
852
|
-
* **Disabled** \
|
|
853
|
-
* **Deleting** \
|
|
854
|
-
* **Migrating** \
|
|
855
|
-
* **Migrated**
|
|
856
|
-
*/
|
|
857
|
-
export declare type FrontDoorResourceState = string;
|
|
858
|
-
|
|
859
|
-
/** Interface representing a FrontDoors. */
|
|
860
|
-
export declare interface FrontDoors {
|
|
861
|
-
/**
|
|
862
|
-
* Lists all of the Front Doors within an Azure subscription.
|
|
863
|
-
* @param options The options parameters.
|
|
864
|
-
*/
|
|
865
|
-
list(options?: FrontDoorsListOptionalParams): PagedAsyncIterableIterator<FrontDoor>;
|
|
866
|
-
/**
|
|
867
|
-
* Lists all of the Front Doors within a resource group under a subscription.
|
|
868
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
869
|
-
* @param options The options parameters.
|
|
870
|
-
*/
|
|
871
|
-
listByResourceGroup(resourceGroupName: string, options?: FrontDoorsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<FrontDoor>;
|
|
872
|
-
/**
|
|
873
|
-
* Gets a Front Door with the specified Front Door name under the specified subscription and resource
|
|
874
|
-
* group.
|
|
875
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
876
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
877
|
-
* @param options The options parameters.
|
|
878
|
-
*/
|
|
879
|
-
get(resourceGroupName: string, frontDoorName: string, options?: FrontDoorsGetOptionalParams): Promise<FrontDoorsGetResponse>;
|
|
880
|
-
/**
|
|
881
|
-
* Creates a new Front Door with a Front Door name under the specified subscription and resource group.
|
|
882
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
883
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
884
|
-
* @param frontDoorParameters Front Door properties needed to create a new Front Door.
|
|
885
|
-
* @param options The options parameters.
|
|
886
|
-
*/
|
|
887
|
-
beginCreateOrUpdate(resourceGroupName: string, frontDoorName: string, frontDoorParameters: FrontDoor, options?: FrontDoorsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FrontDoorsCreateOrUpdateResponse>, FrontDoorsCreateOrUpdateResponse>>;
|
|
888
|
-
/**
|
|
889
|
-
* Creates a new Front Door with a Front Door name under the specified subscription and resource group.
|
|
890
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
891
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
892
|
-
* @param frontDoorParameters Front Door properties needed to create a new Front Door.
|
|
893
|
-
* @param options The options parameters.
|
|
894
|
-
*/
|
|
895
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, frontDoorName: string, frontDoorParameters: FrontDoor, options?: FrontDoorsCreateOrUpdateOptionalParams): Promise<FrontDoorsCreateOrUpdateResponse>;
|
|
896
|
-
/**
|
|
897
|
-
* Deletes an existing Front Door with the specified parameters.
|
|
898
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
899
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
900
|
-
* @param options The options parameters.
|
|
901
|
-
*/
|
|
902
|
-
beginDelete(resourceGroupName: string, frontDoorName: string, options?: FrontDoorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
903
|
-
/**
|
|
904
|
-
* Deletes an existing Front Door with the specified parameters.
|
|
905
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
906
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
907
|
-
* @param options The options parameters.
|
|
908
|
-
*/
|
|
909
|
-
beginDeleteAndWait(resourceGroupName: string, frontDoorName: string, options?: FrontDoorsDeleteOptionalParams): Promise<void>;
|
|
910
|
-
/**
|
|
911
|
-
* Validates the custom domain mapping to ensure it maps to the correct Front Door endpoint in DNS.
|
|
912
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
913
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
914
|
-
* @param customDomainProperties Custom domain to be validated.
|
|
915
|
-
* @param options The options parameters.
|
|
916
|
-
*/
|
|
917
|
-
validateCustomDomain(resourceGroupName: string, frontDoorName: string, customDomainProperties: ValidateCustomDomainInput, options?: FrontDoorsValidateCustomDomainOptionalParams): Promise<FrontDoorsValidateCustomDomainResponse>;
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
/** Optional parameters. */
|
|
921
|
-
export declare interface FrontDoorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
922
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
923
|
-
updateIntervalInMs?: number;
|
|
924
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
925
|
-
resumeFrom?: string;
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
929
|
-
export declare type FrontDoorsCreateOrUpdateResponse = FrontDoor;
|
|
930
|
-
|
|
931
|
-
/** Optional parameters. */
|
|
932
|
-
export declare interface FrontDoorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
933
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
934
|
-
updateIntervalInMs?: number;
|
|
935
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
936
|
-
resumeFrom?: string;
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
/** Optional parameters. */
|
|
940
|
-
export declare interface FrontDoorsGetOptionalParams extends coreClient.OperationOptions {
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
/** Contains response data for the get operation. */
|
|
944
|
-
export declare type FrontDoorsGetResponse = FrontDoor;
|
|
945
|
-
|
|
946
|
-
/** Optional parameters. */
|
|
947
|
-
export declare interface FrontDoorsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
951
|
-
export declare type FrontDoorsListByResourceGroupNextResponse = FrontDoorListResult;
|
|
952
|
-
|
|
953
|
-
/** Optional parameters. */
|
|
954
|
-
export declare interface FrontDoorsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
958
|
-
export declare type FrontDoorsListByResourceGroupResponse = FrontDoorListResult;
|
|
959
|
-
|
|
960
|
-
/** Optional parameters. */
|
|
961
|
-
export declare interface FrontDoorsListNextOptionalParams extends coreClient.OperationOptions {
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
/** Contains response data for the listNext operation. */
|
|
965
|
-
export declare type FrontDoorsListNextResponse = FrontDoorListResult;
|
|
966
|
-
|
|
967
|
-
/** Optional parameters. */
|
|
968
|
-
export declare interface FrontDoorsListOptionalParams extends coreClient.OperationOptions {
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
/** Contains response data for the list operation. */
|
|
972
|
-
export declare type FrontDoorsListResponse = FrontDoorListResult;
|
|
973
|
-
|
|
974
|
-
/** Optional parameters. */
|
|
975
|
-
export declare interface FrontDoorsValidateCustomDomainOptionalParams extends coreClient.OperationOptions {
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
/** Contains response data for the validateCustomDomain operation. */
|
|
979
|
-
export declare type FrontDoorsValidateCustomDomainResponse = ValidateCustomDomainOutput;
|
|
980
|
-
|
|
981
|
-
/**
|
|
982
|
-
* Defines values for FrontDoorTlsProtocolType. \
|
|
983
|
-
* {@link KnownFrontDoorTlsProtocolType} can be used interchangeably with FrontDoorTlsProtocolType,
|
|
984
|
-
* this enum contains the known values that the service supports.
|
|
985
|
-
* ### Known values supported by the service
|
|
986
|
-
* **ServerNameIndication**
|
|
987
|
-
*/
|
|
988
|
-
export declare type FrontDoorTlsProtocolType = string;
|
|
989
|
-
|
|
990
|
-
/** The properties needed to update a Front Door */
|
|
991
|
-
export declare interface FrontDoorUpdateParameters {
|
|
992
|
-
/** A friendly name for the frontDoor */
|
|
993
|
-
friendlyName?: string;
|
|
994
|
-
/** Routing rules associated with this Front Door. */
|
|
995
|
-
routingRules?: RoutingRule[];
|
|
996
|
-
/** Load balancing settings associated with this Front Door instance. */
|
|
997
|
-
loadBalancingSettings?: LoadBalancingSettingsModel[];
|
|
998
|
-
/** Health probe settings associated with this Front Door instance. */
|
|
999
|
-
healthProbeSettings?: HealthProbeSettingsModel[];
|
|
1000
|
-
/** Backend pools available to routing rules. */
|
|
1001
|
-
backendPools?: BackendPool[];
|
|
1002
|
-
/** Frontend endpoints available to routing rules. */
|
|
1003
|
-
frontendEndpoints?: FrontendEndpoint[];
|
|
1004
|
-
/** Settings for all backendPools */
|
|
1005
|
-
backendPoolsSettings?: BackendPoolsSettings;
|
|
1006
|
-
/** Operational status of the Front Door load balancer. Permitted values are 'Enabled' or 'Disabled' */
|
|
1007
|
-
enabledState?: FrontDoorEnabledState;
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
|
-
/** A frontend endpoint used for routing. */
|
|
1011
|
-
export declare interface FrontendEndpoint extends SubResource {
|
|
1012
|
-
/** Resource name. */
|
|
1013
|
-
name?: string;
|
|
1014
|
-
/**
|
|
1015
|
-
* Resource type.
|
|
1016
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1017
|
-
*/
|
|
1018
|
-
readonly type?: string;
|
|
1019
|
-
/** The host name of the frontendEndpoint. Must be a domain name. */
|
|
1020
|
-
hostName?: string;
|
|
1021
|
-
/** Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled' */
|
|
1022
|
-
sessionAffinityEnabledState?: SessionAffinityEnabledState;
|
|
1023
|
-
/** UNUSED. This field will be ignored. The TTL to use in seconds for session affinity, if applicable. */
|
|
1024
|
-
sessionAffinityTtlSeconds?: number;
|
|
1025
|
-
/** Defines the Web Application Firewall policy for each host (if applicable) */
|
|
1026
|
-
webApplicationFirewallPolicyLink?: FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink;
|
|
1027
|
-
/**
|
|
1028
|
-
* Resource status.
|
|
1029
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1030
|
-
*/
|
|
1031
|
-
readonly resourceState?: FrontDoorResourceState;
|
|
1032
|
-
/**
|
|
1033
|
-
* Provisioning status of Custom Https of the frontendEndpoint.
|
|
1034
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1035
|
-
*/
|
|
1036
|
-
readonly customHttpsProvisioningState?: CustomHttpsProvisioningState;
|
|
1037
|
-
/**
|
|
1038
|
-
* Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step.
|
|
1039
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1040
|
-
*/
|
|
1041
|
-
readonly customHttpsProvisioningSubstate?: CustomHttpsProvisioningSubstate;
|
|
1042
|
-
/**
|
|
1043
|
-
* The configuration specifying how to enable HTTPS
|
|
1044
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1045
|
-
*/
|
|
1046
|
-
readonly customHttpsConfiguration?: CustomHttpsConfiguration;
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
/** Defines the Resource ID for a Frontend Endpoint. */
|
|
1050
|
-
export declare interface FrontendEndpointLink {
|
|
1051
|
-
/** Resource ID. */
|
|
1052
|
-
id?: string;
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
/** The JSON object that contains the properties required to create a frontend endpoint. */
|
|
1056
|
-
export declare interface FrontendEndpointProperties extends FrontendEndpointUpdateParameters {
|
|
1057
|
-
/**
|
|
1058
|
-
* Resource status.
|
|
1059
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1060
|
-
*/
|
|
1061
|
-
readonly resourceState?: FrontDoorResourceState;
|
|
1062
|
-
/**
|
|
1063
|
-
* Provisioning status of Custom Https of the frontendEndpoint.
|
|
1064
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1065
|
-
*/
|
|
1066
|
-
readonly customHttpsProvisioningState?: CustomHttpsProvisioningState;
|
|
1067
|
-
/**
|
|
1068
|
-
* Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step.
|
|
1069
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1070
|
-
*/
|
|
1071
|
-
readonly customHttpsProvisioningSubstate?: CustomHttpsProvisioningSubstate;
|
|
1072
|
-
/**
|
|
1073
|
-
* The configuration specifying how to enable HTTPS
|
|
1074
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1075
|
-
*/
|
|
1076
|
-
readonly customHttpsConfiguration?: CustomHttpsConfiguration;
|
|
1077
|
-
}
|
|
1078
|
-
|
|
1079
|
-
/** Interface representing a FrontendEndpoints. */
|
|
1080
|
-
export declare interface FrontendEndpoints {
|
|
1081
|
-
/**
|
|
1082
|
-
* Lists all of the frontend endpoints within a Front Door.
|
|
1083
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1084
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
1085
|
-
* @param options The options parameters.
|
|
1086
|
-
*/
|
|
1087
|
-
listByFrontDoor(resourceGroupName: string, frontDoorName: string, options?: FrontendEndpointsListByFrontDoorOptionalParams): PagedAsyncIterableIterator<FrontendEndpoint>;
|
|
1088
|
-
/**
|
|
1089
|
-
* Gets a Frontend endpoint with the specified name within the specified Front Door.
|
|
1090
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1091
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
1092
|
-
* @param frontendEndpointName Name of the Frontend endpoint which is unique within the Front Door.
|
|
1093
|
-
* @param options The options parameters.
|
|
1094
|
-
*/
|
|
1095
|
-
get(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, options?: FrontendEndpointsGetOptionalParams): Promise<FrontendEndpointsGetResponse>;
|
|
1096
|
-
/**
|
|
1097
|
-
* Enables a frontendEndpoint for HTTPS traffic
|
|
1098
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1099
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
1100
|
-
* @param frontendEndpointName Name of the Frontend endpoint which is unique within the Front Door.
|
|
1101
|
-
* @param customHttpsConfiguration The configuration specifying how to enable HTTPS
|
|
1102
|
-
* @param options The options parameters.
|
|
1103
|
-
*/
|
|
1104
|
-
beginEnableHttps(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, customHttpsConfiguration: CustomHttpsConfiguration, options?: FrontendEndpointsEnableHttpsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1105
|
-
/**
|
|
1106
|
-
* Enables a frontendEndpoint for HTTPS traffic
|
|
1107
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1108
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
1109
|
-
* @param frontendEndpointName Name of the Frontend endpoint which is unique within the Front Door.
|
|
1110
|
-
* @param customHttpsConfiguration The configuration specifying how to enable HTTPS
|
|
1111
|
-
* @param options The options parameters.
|
|
1112
|
-
*/
|
|
1113
|
-
beginEnableHttpsAndWait(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, customHttpsConfiguration: CustomHttpsConfiguration, options?: FrontendEndpointsEnableHttpsOptionalParams): Promise<void>;
|
|
1114
|
-
/**
|
|
1115
|
-
* Disables a frontendEndpoint for HTTPS traffic
|
|
1116
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1117
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
1118
|
-
* @param frontendEndpointName Name of the Frontend endpoint which is unique within the Front Door.
|
|
1119
|
-
* @param options The options parameters.
|
|
1120
|
-
*/
|
|
1121
|
-
beginDisableHttps(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, options?: FrontendEndpointsDisableHttpsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1122
|
-
/**
|
|
1123
|
-
* Disables a frontendEndpoint for HTTPS traffic
|
|
1124
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1125
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
1126
|
-
* @param frontendEndpointName Name of the Frontend endpoint which is unique within the Front Door.
|
|
1127
|
-
* @param options The options parameters.
|
|
1128
|
-
*/
|
|
1129
|
-
beginDisableHttpsAndWait(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, options?: FrontendEndpointsDisableHttpsOptionalParams): Promise<void>;
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
/** Optional parameters. */
|
|
1133
|
-
export declare interface FrontendEndpointsDisableHttpsOptionalParams extends coreClient.OperationOptions {
|
|
1134
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1135
|
-
updateIntervalInMs?: number;
|
|
1136
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1137
|
-
resumeFrom?: string;
|
|
1138
|
-
}
|
|
1139
|
-
|
|
1140
|
-
/** Optional parameters. */
|
|
1141
|
-
export declare interface FrontendEndpointsEnableHttpsOptionalParams extends coreClient.OperationOptions {
|
|
1142
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1143
|
-
updateIntervalInMs?: number;
|
|
1144
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1145
|
-
resumeFrom?: string;
|
|
1146
|
-
}
|
|
1147
|
-
|
|
1148
|
-
/** Optional parameters. */
|
|
1149
|
-
export declare interface FrontendEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
1150
|
-
}
|
|
1151
|
-
|
|
1152
|
-
/** Contains response data for the get operation. */
|
|
1153
|
-
export declare type FrontendEndpointsGetResponse = FrontendEndpoint;
|
|
1154
|
-
|
|
1155
|
-
/** Optional parameters. */
|
|
1156
|
-
export declare interface FrontendEndpointsListByFrontDoorNextOptionalParams extends coreClient.OperationOptions {
|
|
1157
|
-
}
|
|
1158
|
-
|
|
1159
|
-
/** Contains response data for the listByFrontDoorNext operation. */
|
|
1160
|
-
export declare type FrontendEndpointsListByFrontDoorNextResponse = FrontendEndpointsListResult;
|
|
1161
|
-
|
|
1162
|
-
/** Optional parameters. */
|
|
1163
|
-
export declare interface FrontendEndpointsListByFrontDoorOptionalParams extends coreClient.OperationOptions {
|
|
1164
|
-
}
|
|
1165
|
-
|
|
1166
|
-
/** Contains response data for the listByFrontDoor operation. */
|
|
1167
|
-
export declare type FrontendEndpointsListByFrontDoorResponse = FrontendEndpointsListResult;
|
|
1168
|
-
|
|
1169
|
-
/** Result of the request to list frontend endpoints. It contains a list of Frontend endpoint objects and a URL link to get the next set of results. */
|
|
1170
|
-
export declare interface FrontendEndpointsListResult {
|
|
1171
|
-
/**
|
|
1172
|
-
* List of Frontend endpoints within a Front Door.
|
|
1173
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1174
|
-
*/
|
|
1175
|
-
readonly value?: FrontendEndpoint[];
|
|
1176
|
-
/** URL to get the next set of frontend endpoints if there are any. */
|
|
1177
|
-
nextLink?: string;
|
|
1178
|
-
}
|
|
1179
|
-
|
|
1180
|
-
/** Frontend endpoint used in routing rule */
|
|
1181
|
-
export declare interface FrontendEndpointUpdateParameters {
|
|
1182
|
-
/** The host name of the frontendEndpoint. Must be a domain name. */
|
|
1183
|
-
hostName?: string;
|
|
1184
|
-
/** Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled' */
|
|
1185
|
-
sessionAffinityEnabledState?: SessionAffinityEnabledState;
|
|
1186
|
-
/** UNUSED. This field will be ignored. The TTL to use in seconds for session affinity, if applicable. */
|
|
1187
|
-
sessionAffinityTtlSeconds?: number;
|
|
1188
|
-
/** Defines the Web Application Firewall policy for each host (if applicable) */
|
|
1189
|
-
webApplicationFirewallPolicyLink?: FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink;
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
/** Defines the Web Application Firewall policy for each host (if applicable) */
|
|
1193
|
-
export declare interface FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink {
|
|
1194
|
-
/** Resource ID. */
|
|
1195
|
-
id?: string;
|
|
1196
|
-
}
|
|
1197
|
-
|
|
1198
|
-
/**
|
|
1199
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
1200
|
-
* returns a continuation token that can be used to begin paging from
|
|
1201
|
-
* that point later.
|
|
1202
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
1203
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
1204
|
-
*/
|
|
1205
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
1206
|
-
|
|
1207
|
-
/** Describes the variables available to group the rate limit requests */
|
|
1208
|
-
export declare interface GroupByVariable {
|
|
1209
|
-
/** Describes the supported variable for group by */
|
|
1210
|
-
variableName: VariableName;
|
|
1211
|
-
}
|
|
1212
|
-
|
|
1213
|
-
/** An action that can manipulate an http header. */
|
|
1214
|
-
export declare interface HeaderAction {
|
|
1215
|
-
/** Which type of manipulation to apply to the header. */
|
|
1216
|
-
headerActionType: HeaderActionType;
|
|
1217
|
-
/** The name of the header this action will apply to. */
|
|
1218
|
-
headerName: string;
|
|
1219
|
-
/** The value to update the given header name with. This value is not used if the actionType is Delete. */
|
|
1220
|
-
value?: string;
|
|
1221
|
-
}
|
|
1222
|
-
|
|
1223
|
-
/**
|
|
1224
|
-
* Defines values for HeaderActionType. \
|
|
1225
|
-
* {@link KnownHeaderActionType} can be used interchangeably with HeaderActionType,
|
|
1226
|
-
* this enum contains the known values that the service supports.
|
|
1227
|
-
* ### Known values supported by the service
|
|
1228
|
-
* **Append** \
|
|
1229
|
-
* **Delete** \
|
|
1230
|
-
* **Overwrite**
|
|
1231
|
-
*/
|
|
1232
|
-
export declare type HeaderActionType = string;
|
|
1233
|
-
|
|
1234
|
-
/**
|
|
1235
|
-
* Defines values for HealthProbeEnabled. \
|
|
1236
|
-
* {@link KnownHealthProbeEnabled} can be used interchangeably with HealthProbeEnabled,
|
|
1237
|
-
* this enum contains the known values that the service supports.
|
|
1238
|
-
* ### Known values supported by the service
|
|
1239
|
-
* **Enabled** \
|
|
1240
|
-
* **Disabled**
|
|
1241
|
-
*/
|
|
1242
|
-
export declare type HealthProbeEnabled = string;
|
|
1243
|
-
|
|
1244
|
-
/** Result of the request to list HealthProbeSettings. It contains a list of HealthProbeSettings objects and a URL link to get the next set of results. */
|
|
1245
|
-
export declare interface HealthProbeSettingsListResult {
|
|
1246
|
-
/**
|
|
1247
|
-
* List of HealthProbeSettings within a Front Door.
|
|
1248
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1249
|
-
*/
|
|
1250
|
-
readonly value?: HealthProbeSettingsModel[];
|
|
1251
|
-
/** URL to get the next set of HealthProbeSettings objects if there are any. */
|
|
1252
|
-
nextLink?: string;
|
|
1253
|
-
}
|
|
1254
|
-
|
|
1255
|
-
/** Load balancing settings for a backend pool */
|
|
1256
|
-
export declare interface HealthProbeSettingsModel extends SubResource {
|
|
1257
|
-
/** Resource name. */
|
|
1258
|
-
name?: string;
|
|
1259
|
-
/**
|
|
1260
|
-
* Resource type.
|
|
1261
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1262
|
-
*/
|
|
1263
|
-
readonly type?: string;
|
|
1264
|
-
/** The path to use for the health probe. Default is / */
|
|
1265
|
-
path?: string;
|
|
1266
|
-
/** Protocol scheme to use for this probe */
|
|
1267
|
-
protocol?: FrontDoorProtocol;
|
|
1268
|
-
/** The number of seconds between health probes. */
|
|
1269
|
-
intervalInSeconds?: number;
|
|
1270
|
-
/** Configures which HTTP method to use to probe the backends defined under backendPools. */
|
|
1271
|
-
healthProbeMethod?: FrontDoorHealthProbeMethod;
|
|
1272
|
-
/** Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool. */
|
|
1273
|
-
enabledState?: HealthProbeEnabled;
|
|
1274
|
-
/**
|
|
1275
|
-
* Resource status.
|
|
1276
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1277
|
-
*/
|
|
1278
|
-
readonly resourceState?: FrontDoorResourceState;
|
|
1279
|
-
}
|
|
1280
|
-
|
|
1281
|
-
/** The JSON object that contains the properties required to create a health probe settings. */
|
|
1282
|
-
export declare interface HealthProbeSettingsProperties extends HealthProbeSettingsUpdateParameters {
|
|
1283
|
-
/**
|
|
1284
|
-
* Resource status.
|
|
1285
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1286
|
-
*/
|
|
1287
|
-
readonly resourceState?: FrontDoorResourceState;
|
|
1288
|
-
}
|
|
1289
|
-
|
|
1290
|
-
/** L7 health probe settings for a backend pool */
|
|
1291
|
-
export declare interface HealthProbeSettingsUpdateParameters {
|
|
1292
|
-
/** The path to use for the health probe. Default is / */
|
|
1293
|
-
path?: string;
|
|
1294
|
-
/** Protocol scheme to use for this probe */
|
|
1295
|
-
protocol?: FrontDoorProtocol;
|
|
1296
|
-
/** The number of seconds between health probes. */
|
|
1297
|
-
intervalInSeconds?: number;
|
|
1298
|
-
/** Configures which HTTP method to use to probe the backends defined under backendPools. */
|
|
1299
|
-
healthProbeMethod?: FrontDoorHealthProbeMethod;
|
|
1300
|
-
/** Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool. */
|
|
1301
|
-
enabledState?: HealthProbeEnabled;
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
|
-
/** The Key Vault containing the SSL certificate */
|
|
1305
|
-
export declare interface KeyVaultCertificateSourceParametersVault {
|
|
1306
|
-
/** Resource ID. */
|
|
1307
|
-
id?: string;
|
|
1308
|
-
}
|
|
1309
|
-
|
|
1310
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
1311
|
-
export declare enum KnownActionType {
|
|
1312
|
-
/** Allow */
|
|
1313
|
-
Allow = "Allow",
|
|
1314
|
-
/** Block */
|
|
1315
|
-
Block = "Block",
|
|
1316
|
-
/** Log */
|
|
1317
|
-
Log = "Log",
|
|
1318
|
-
/** Redirect */
|
|
1319
|
-
Redirect = "Redirect",
|
|
1320
|
-
/** AnomalyScoring */
|
|
1321
|
-
AnomalyScoring = "AnomalyScoring",
|
|
1322
|
-
/** JSChallenge */
|
|
1323
|
-
JSChallenge = "JSChallenge"
|
|
1324
|
-
}
|
|
1325
|
-
|
|
1326
|
-
/** Known values of {@link AggregationInterval} that the service accepts. */
|
|
1327
|
-
export declare enum KnownAggregationInterval {
|
|
1328
|
-
/** Hourly */
|
|
1329
|
-
Hourly = "Hourly",
|
|
1330
|
-
/** Daily */
|
|
1331
|
-
Daily = "Daily"
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
|
-
/** Known values of {@link Availability} that the service accepts. */
|
|
1335
|
-
export declare enum KnownAvailability {
|
|
1336
|
-
/** Available */
|
|
1337
|
-
Available = "Available",
|
|
1338
|
-
/** Unavailable */
|
|
1339
|
-
Unavailable = "Unavailable"
|
|
1340
|
-
}
|
|
1341
|
-
|
|
1342
|
-
/** Known values of {@link BackendEnabledState} that the service accepts. */
|
|
1343
|
-
export declare enum KnownBackendEnabledState {
|
|
1344
|
-
/** Enabled */
|
|
1345
|
-
Enabled = "Enabled",
|
|
1346
|
-
/** Disabled */
|
|
1347
|
-
Disabled = "Disabled"
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
|
-
/** Known values of {@link CustomHttpsProvisioningState} that the service accepts. */
|
|
1351
|
-
export declare enum KnownCustomHttpsProvisioningState {
|
|
1352
|
-
/** Enabling */
|
|
1353
|
-
Enabling = "Enabling",
|
|
1354
|
-
/** Enabled */
|
|
1355
|
-
Enabled = "Enabled",
|
|
1356
|
-
/** Disabling */
|
|
1357
|
-
Disabling = "Disabling",
|
|
1358
|
-
/** Disabled */
|
|
1359
|
-
Disabled = "Disabled",
|
|
1360
|
-
/** Failed */
|
|
1361
|
-
Failed = "Failed"
|
|
1362
|
-
}
|
|
1363
|
-
|
|
1364
|
-
/** Known values of {@link CustomHttpsProvisioningSubstate} that the service accepts. */
|
|
1365
|
-
export declare enum KnownCustomHttpsProvisioningSubstate {
|
|
1366
|
-
/** SubmittingDomainControlValidationRequest */
|
|
1367
|
-
SubmittingDomainControlValidationRequest = "SubmittingDomainControlValidationRequest",
|
|
1368
|
-
/** PendingDomainControlValidationREquestApproval */
|
|
1369
|
-
PendingDomainControlValidationREquestApproval = "PendingDomainControlValidationREquestApproval",
|
|
1370
|
-
/** DomainControlValidationRequestApproved */
|
|
1371
|
-
DomainControlValidationRequestApproved = "DomainControlValidationRequestApproved",
|
|
1372
|
-
/** DomainControlValidationRequestRejected */
|
|
1373
|
-
DomainControlValidationRequestRejected = "DomainControlValidationRequestRejected",
|
|
1374
|
-
/** DomainControlValidationRequestTimedOut */
|
|
1375
|
-
DomainControlValidationRequestTimedOut = "DomainControlValidationRequestTimedOut",
|
|
1376
|
-
/** IssuingCertificate */
|
|
1377
|
-
IssuingCertificate = "IssuingCertificate",
|
|
1378
|
-
/** DeployingCertificate */
|
|
1379
|
-
DeployingCertificate = "DeployingCertificate",
|
|
1380
|
-
/** CertificateDeployed */
|
|
1381
|
-
CertificateDeployed = "CertificateDeployed",
|
|
1382
|
-
/** DeletingCertificate */
|
|
1383
|
-
DeletingCertificate = "DeletingCertificate",
|
|
1384
|
-
/** CertificateDeleted */
|
|
1385
|
-
CertificateDeleted = "CertificateDeleted"
|
|
1386
|
-
}
|
|
1387
|
-
|
|
1388
|
-
/** Known values of {@link CustomRuleEnabledState} that the service accepts. */
|
|
1389
|
-
export declare enum KnownCustomRuleEnabledState {
|
|
1390
|
-
/** Disabled */
|
|
1391
|
-
Disabled = "Disabled",
|
|
1392
|
-
/** Enabled */
|
|
1393
|
-
Enabled = "Enabled"
|
|
1394
|
-
}
|
|
1395
|
-
|
|
1396
|
-
/** Known values of {@link DynamicCompressionEnabled} that the service accepts. */
|
|
1397
|
-
export declare enum KnownDynamicCompressionEnabled {
|
|
1398
|
-
/** Enabled */
|
|
1399
|
-
Enabled = "Enabled",
|
|
1400
|
-
/** Disabled */
|
|
1401
|
-
Disabled = "Disabled"
|
|
1402
|
-
}
|
|
1403
|
-
|
|
1404
|
-
/** Known values of {@link EndpointType} that the service accepts. */
|
|
1405
|
-
export declare enum KnownEndpointType {
|
|
1406
|
-
/** AFD */
|
|
1407
|
-
AFD = "AFD",
|
|
1408
|
-
/** AzureRegion */
|
|
1409
|
-
AzureRegion = "AzureRegion",
|
|
1410
|
-
/** CDN */
|
|
1411
|
-
CDN = "CDN",
|
|
1412
|
-
/** ATM */
|
|
1413
|
-
ATM = "ATM"
|
|
1414
|
-
}
|
|
1415
|
-
|
|
1416
|
-
/** Known values of {@link EnforceCertificateNameCheckEnabledState} that the service accepts. */
|
|
1417
|
-
export declare enum KnownEnforceCertificateNameCheckEnabledState {
|
|
1418
|
-
/** Enabled */
|
|
1419
|
-
Enabled = "Enabled",
|
|
1420
|
-
/** Disabled */
|
|
1421
|
-
Disabled = "Disabled"
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
|
-
/** Known values of {@link FrontDoorCertificateSource} that the service accepts. */
|
|
1425
|
-
export declare enum KnownFrontDoorCertificateSource {
|
|
1426
|
-
/** AzureKeyVault */
|
|
1427
|
-
AzureKeyVault = "AzureKeyVault",
|
|
1428
|
-
/** FrontDoor */
|
|
1429
|
-
FrontDoor = "FrontDoor"
|
|
1430
|
-
}
|
|
1431
|
-
|
|
1432
|
-
/** Known values of {@link FrontDoorCertificateType} that the service accepts. */
|
|
1433
|
-
export declare enum KnownFrontDoorCertificateType {
|
|
1434
|
-
/** Dedicated */
|
|
1435
|
-
Dedicated = "Dedicated"
|
|
1436
|
-
}
|
|
1437
|
-
|
|
1438
|
-
/** Known values of {@link FrontDoorEnabledState} that the service accepts. */
|
|
1439
|
-
export declare enum KnownFrontDoorEnabledState {
|
|
1440
|
-
/** Enabled */
|
|
1441
|
-
Enabled = "Enabled",
|
|
1442
|
-
/** Disabled */
|
|
1443
|
-
Disabled = "Disabled"
|
|
1444
|
-
}
|
|
1445
|
-
|
|
1446
|
-
/** Known values of {@link FrontDoorForwardingProtocol} that the service accepts. */
|
|
1447
|
-
export declare enum KnownFrontDoorForwardingProtocol {
|
|
1448
|
-
/** HttpOnly */
|
|
1449
|
-
HttpOnly = "HttpOnly",
|
|
1450
|
-
/** HttpsOnly */
|
|
1451
|
-
HttpsOnly = "HttpsOnly",
|
|
1452
|
-
/** MatchRequest */
|
|
1453
|
-
MatchRequest = "MatchRequest"
|
|
1454
|
-
}
|
|
1455
|
-
|
|
1456
|
-
/** Known values of {@link FrontDoorHealthProbeMethod} that the service accepts. */
|
|
1457
|
-
export declare enum KnownFrontDoorHealthProbeMethod {
|
|
1458
|
-
/** GET */
|
|
1459
|
-
GET = "GET",
|
|
1460
|
-
/** Head */
|
|
1461
|
-
Head = "HEAD"
|
|
1462
|
-
}
|
|
1463
|
-
|
|
1464
|
-
/** Known values of {@link FrontDoorProtocol} that the service accepts. */
|
|
1465
|
-
export declare enum KnownFrontDoorProtocol {
|
|
1466
|
-
/** Http */
|
|
1467
|
-
Http = "Http",
|
|
1468
|
-
/** Https */
|
|
1469
|
-
Https = "Https"
|
|
1470
|
-
}
|
|
1471
|
-
|
|
1472
|
-
/** Known values of {@link FrontDoorQuery} that the service accepts. */
|
|
1473
|
-
export declare enum KnownFrontDoorQuery {
|
|
1474
|
-
/** StripNone */
|
|
1475
|
-
StripNone = "StripNone",
|
|
1476
|
-
/** StripAll */
|
|
1477
|
-
StripAll = "StripAll",
|
|
1478
|
-
/** StripOnly */
|
|
1479
|
-
StripOnly = "StripOnly",
|
|
1480
|
-
/** StripAllExcept */
|
|
1481
|
-
StripAllExcept = "StripAllExcept"
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1484
|
-
/** Known values of {@link FrontDoorRedirectProtocol} that the service accepts. */
|
|
1485
|
-
export declare enum KnownFrontDoorRedirectProtocol {
|
|
1486
|
-
/** HttpOnly */
|
|
1487
|
-
HttpOnly = "HttpOnly",
|
|
1488
|
-
/** HttpsOnly */
|
|
1489
|
-
HttpsOnly = "HttpsOnly",
|
|
1490
|
-
/** MatchRequest */
|
|
1491
|
-
MatchRequest = "MatchRequest"
|
|
1492
|
-
}
|
|
1493
|
-
|
|
1494
|
-
/** Known values of {@link FrontDoorRedirectType} that the service accepts. */
|
|
1495
|
-
export declare enum KnownFrontDoorRedirectType {
|
|
1496
|
-
/** Moved */
|
|
1497
|
-
Moved = "Moved",
|
|
1498
|
-
/** Found */
|
|
1499
|
-
Found = "Found",
|
|
1500
|
-
/** TemporaryRedirect */
|
|
1501
|
-
TemporaryRedirect = "TemporaryRedirect",
|
|
1502
|
-
/** PermanentRedirect */
|
|
1503
|
-
PermanentRedirect = "PermanentRedirect"
|
|
1504
|
-
}
|
|
1505
|
-
|
|
1506
|
-
/** Known values of {@link FrontDoorResourceState} that the service accepts. */
|
|
1507
|
-
export declare enum KnownFrontDoorResourceState {
|
|
1508
|
-
/** Creating */
|
|
1509
|
-
Creating = "Creating",
|
|
1510
|
-
/** Enabling */
|
|
1511
|
-
Enabling = "Enabling",
|
|
1512
|
-
/** Enabled */
|
|
1513
|
-
Enabled = "Enabled",
|
|
1514
|
-
/** Disabling */
|
|
1515
|
-
Disabling = "Disabling",
|
|
1516
|
-
/** Disabled */
|
|
1517
|
-
Disabled = "Disabled",
|
|
1518
|
-
/** Deleting */
|
|
1519
|
-
Deleting = "Deleting",
|
|
1520
|
-
/** Migrating */
|
|
1521
|
-
Migrating = "Migrating",
|
|
1522
|
-
/** Migrated */
|
|
1523
|
-
Migrated = "Migrated"
|
|
1524
|
-
}
|
|
1525
|
-
|
|
1526
|
-
/** Known values of {@link FrontDoorTlsProtocolType} that the service accepts. */
|
|
1527
|
-
export declare enum KnownFrontDoorTlsProtocolType {
|
|
1528
|
-
/** ServerNameIndication */
|
|
1529
|
-
ServerNameIndication = "ServerNameIndication"
|
|
1530
|
-
}
|
|
1531
|
-
|
|
1532
|
-
/** Known values of {@link HeaderActionType} that the service accepts. */
|
|
1533
|
-
export declare enum KnownHeaderActionType {
|
|
1534
|
-
/** Append */
|
|
1535
|
-
Append = "Append",
|
|
1536
|
-
/** Delete */
|
|
1537
|
-
Delete = "Delete",
|
|
1538
|
-
/** Overwrite */
|
|
1539
|
-
Overwrite = "Overwrite"
|
|
1540
|
-
}
|
|
1541
|
-
|
|
1542
|
-
/** Known values of {@link HealthProbeEnabled} that the service accepts. */
|
|
1543
|
-
export declare enum KnownHealthProbeEnabled {
|
|
1544
|
-
/** Enabled */
|
|
1545
|
-
Enabled = "Enabled",
|
|
1546
|
-
/** Disabled */
|
|
1547
|
-
Disabled = "Disabled"
|
|
1548
|
-
}
|
|
1549
|
-
|
|
1550
|
-
/** Known values of {@link LatencyScorecardAggregationInterval} that the service accepts. */
|
|
1551
|
-
export declare enum KnownLatencyScorecardAggregationInterval {
|
|
1552
|
-
/** Daily */
|
|
1553
|
-
Daily = "Daily",
|
|
1554
|
-
/** Weekly */
|
|
1555
|
-
Weekly = "Weekly",
|
|
1556
|
-
/** Monthly */
|
|
1557
|
-
Monthly = "Monthly"
|
|
1558
|
-
}
|
|
1559
|
-
|
|
1560
|
-
/** Known values of {@link ManagedRuleEnabledState} that the service accepts. */
|
|
1561
|
-
export declare enum KnownManagedRuleEnabledState {
|
|
1562
|
-
/** Disabled */
|
|
1563
|
-
Disabled = "Disabled",
|
|
1564
|
-
/** Enabled */
|
|
1565
|
-
Enabled = "Enabled"
|
|
1566
|
-
}
|
|
1567
|
-
|
|
1568
|
-
/** Known values of {@link ManagedRuleExclusionMatchVariable} that the service accepts. */
|
|
1569
|
-
export declare enum KnownManagedRuleExclusionMatchVariable {
|
|
1570
|
-
/** RequestHeaderNames */
|
|
1571
|
-
RequestHeaderNames = "RequestHeaderNames",
|
|
1572
|
-
/** RequestCookieNames */
|
|
1573
|
-
RequestCookieNames = "RequestCookieNames",
|
|
1574
|
-
/** QueryStringArgNames */
|
|
1575
|
-
QueryStringArgNames = "QueryStringArgNames",
|
|
1576
|
-
/** RequestBodyPostArgNames */
|
|
1577
|
-
RequestBodyPostArgNames = "RequestBodyPostArgNames",
|
|
1578
|
-
/** RequestBodyJsonArgNames */
|
|
1579
|
-
RequestBodyJsonArgNames = "RequestBodyJsonArgNames"
|
|
1580
|
-
}
|
|
1581
|
-
|
|
1582
|
-
/** Known values of {@link ManagedRuleExclusionSelectorMatchOperator} that the service accepts. */
|
|
1583
|
-
export declare enum KnownManagedRuleExclusionSelectorMatchOperator {
|
|
1584
|
-
/** Equals */
|
|
1585
|
-
Equals = "Equals",
|
|
1586
|
-
/** Contains */
|
|
1587
|
-
Contains = "Contains",
|
|
1588
|
-
/** StartsWith */
|
|
1589
|
-
StartsWith = "StartsWith",
|
|
1590
|
-
/** EndsWith */
|
|
1591
|
-
EndsWith = "EndsWith",
|
|
1592
|
-
/** EqualsAny */
|
|
1593
|
-
EqualsAny = "EqualsAny"
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
/** Known values of {@link ManagedRuleSetActionType} that the service accepts. */
|
|
1597
|
-
export declare enum KnownManagedRuleSetActionType {
|
|
1598
|
-
/** Block */
|
|
1599
|
-
Block = "Block",
|
|
1600
|
-
/** Log */
|
|
1601
|
-
Log = "Log",
|
|
1602
|
-
/** Redirect */
|
|
1603
|
-
Redirect = "Redirect"
|
|
1604
|
-
}
|
|
1605
|
-
|
|
1606
|
-
/** Known values of {@link MatchProcessingBehavior} that the service accepts. */
|
|
1607
|
-
export declare enum KnownMatchProcessingBehavior {
|
|
1608
|
-
/** Continue */
|
|
1609
|
-
Continue = "Continue",
|
|
1610
|
-
/** Stop */
|
|
1611
|
-
Stop = "Stop"
|
|
1612
|
-
}
|
|
1613
|
-
|
|
1614
|
-
/** Known values of {@link MatchVariable} that the service accepts. */
|
|
1615
|
-
export declare enum KnownMatchVariable {
|
|
1616
|
-
/** RemoteAddr */
|
|
1617
|
-
RemoteAddr = "RemoteAddr",
|
|
1618
|
-
/** RequestMethod */
|
|
1619
|
-
RequestMethod = "RequestMethod",
|
|
1620
|
-
/** QueryString */
|
|
1621
|
-
QueryString = "QueryString",
|
|
1622
|
-
/** PostArgs */
|
|
1623
|
-
PostArgs = "PostArgs",
|
|
1624
|
-
/** RequestUri */
|
|
1625
|
-
RequestUri = "RequestUri",
|
|
1626
|
-
/** RequestHeader */
|
|
1627
|
-
RequestHeader = "RequestHeader",
|
|
1628
|
-
/** RequestBody */
|
|
1629
|
-
RequestBody = "RequestBody",
|
|
1630
|
-
/** Cookies */
|
|
1631
|
-
Cookies = "Cookies",
|
|
1632
|
-
/** SocketAddr */
|
|
1633
|
-
SocketAddr = "SocketAddr"
|
|
1634
|
-
}
|
|
1635
|
-
|
|
1636
|
-
/** Known values of {@link MinimumTLSVersion} that the service accepts. */
|
|
1637
|
-
export declare enum KnownMinimumTLSVersion {
|
|
1638
|
-
/** One0 */
|
|
1639
|
-
One0 = "1.0",
|
|
1640
|
-
/** One2 */
|
|
1641
|
-
One2 = "1.2"
|
|
1642
|
-
}
|
|
1643
|
-
|
|
1644
|
-
/** Known values of {@link NetworkExperimentResourceState} that the service accepts. */
|
|
1645
|
-
export declare enum KnownNetworkExperimentResourceState {
|
|
1646
|
-
/** Creating */
|
|
1647
|
-
Creating = "Creating",
|
|
1648
|
-
/** Enabling */
|
|
1649
|
-
Enabling = "Enabling",
|
|
1650
|
-
/** Enabled */
|
|
1651
|
-
Enabled = "Enabled",
|
|
1652
|
-
/** Disabling */
|
|
1653
|
-
Disabling = "Disabling",
|
|
1654
|
-
/** Disabled */
|
|
1655
|
-
Disabled = "Disabled",
|
|
1656
|
-
/** Deleting */
|
|
1657
|
-
Deleting = "Deleting"
|
|
1658
|
-
}
|
|
1659
|
-
|
|
1660
|
-
/** Known values of {@link NetworkOperationStatus} that the service accepts. */
|
|
1661
|
-
export declare enum KnownNetworkOperationStatus {
|
|
1662
|
-
/** InProgress */
|
|
1663
|
-
InProgress = "InProgress",
|
|
1664
|
-
/** Succeeded */
|
|
1665
|
-
Succeeded = "Succeeded",
|
|
1666
|
-
/** Failed */
|
|
1667
|
-
Failed = "Failed"
|
|
1668
|
-
}
|
|
1669
|
-
|
|
1670
|
-
/** Known values of {@link Operator} that the service accepts. */
|
|
1671
|
-
export declare enum KnownOperator {
|
|
1672
|
-
/** Any */
|
|
1673
|
-
Any = "Any",
|
|
1674
|
-
/** IPMatch */
|
|
1675
|
-
IPMatch = "IPMatch",
|
|
1676
|
-
/** GeoMatch */
|
|
1677
|
-
GeoMatch = "GeoMatch",
|
|
1678
|
-
/** Equal */
|
|
1679
|
-
Equal = "Equal",
|
|
1680
|
-
/** Contains */
|
|
1681
|
-
Contains = "Contains",
|
|
1682
|
-
/** LessThan */
|
|
1683
|
-
LessThan = "LessThan",
|
|
1684
|
-
/** GreaterThan */
|
|
1685
|
-
GreaterThan = "GreaterThan",
|
|
1686
|
-
/** LessThanOrEqual */
|
|
1687
|
-
LessThanOrEqual = "LessThanOrEqual",
|
|
1688
|
-
/** GreaterThanOrEqual */
|
|
1689
|
-
GreaterThanOrEqual = "GreaterThanOrEqual",
|
|
1690
|
-
/** BeginsWith */
|
|
1691
|
-
BeginsWith = "BeginsWith",
|
|
1692
|
-
/** EndsWith */
|
|
1693
|
-
EndsWith = "EndsWith",
|
|
1694
|
-
/** RegEx */
|
|
1695
|
-
RegEx = "RegEx"
|
|
1696
|
-
}
|
|
1697
|
-
|
|
1698
|
-
/** Known values of {@link PolicyEnabledState} that the service accepts. */
|
|
1699
|
-
export declare enum KnownPolicyEnabledState {
|
|
1700
|
-
/** Disabled */
|
|
1701
|
-
Disabled = "Disabled",
|
|
1702
|
-
/** Enabled */
|
|
1703
|
-
Enabled = "Enabled"
|
|
1704
|
-
}
|
|
1705
|
-
|
|
1706
|
-
/** Known values of {@link PolicyMode} that the service accepts. */
|
|
1707
|
-
export declare enum KnownPolicyMode {
|
|
1708
|
-
/** Prevention */
|
|
1709
|
-
Prevention = "Prevention",
|
|
1710
|
-
/** Detection */
|
|
1711
|
-
Detection = "Detection"
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
|
-
/** Known values of {@link PolicyRequestBodyCheck} that the service accepts. */
|
|
1715
|
-
export declare enum KnownPolicyRequestBodyCheck {
|
|
1716
|
-
/** Disabled */
|
|
1717
|
-
Disabled = "Disabled",
|
|
1718
|
-
/** Enabled */
|
|
1719
|
-
Enabled = "Enabled"
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
|
-
/** Known values of {@link PolicyResourceState} that the service accepts. */
|
|
1723
|
-
export declare enum KnownPolicyResourceState {
|
|
1724
|
-
/** Creating */
|
|
1725
|
-
Creating = "Creating",
|
|
1726
|
-
/** Enabling */
|
|
1727
|
-
Enabling = "Enabling",
|
|
1728
|
-
/** Enabled */
|
|
1729
|
-
Enabled = "Enabled",
|
|
1730
|
-
/** Disabling */
|
|
1731
|
-
Disabling = "Disabling",
|
|
1732
|
-
/** Disabled */
|
|
1733
|
-
Disabled = "Disabled",
|
|
1734
|
-
/** Deleting */
|
|
1735
|
-
Deleting = "Deleting"
|
|
1736
|
-
}
|
|
1737
|
-
|
|
1738
|
-
/** Known values of {@link PrivateEndpointStatus} that the service accepts. */
|
|
1739
|
-
export declare enum KnownPrivateEndpointStatus {
|
|
1740
|
-
/** Pending */
|
|
1741
|
-
Pending = "Pending",
|
|
1742
|
-
/** Approved */
|
|
1743
|
-
Approved = "Approved",
|
|
1744
|
-
/** Rejected */
|
|
1745
|
-
Rejected = "Rejected",
|
|
1746
|
-
/** Disconnected */
|
|
1747
|
-
Disconnected = "Disconnected",
|
|
1748
|
-
/** Timeout */
|
|
1749
|
-
Timeout = "Timeout"
|
|
1750
|
-
}
|
|
1751
|
-
|
|
1752
|
-
/** Known values of {@link RoutingRuleEnabledState} that the service accepts. */
|
|
1753
|
-
export declare enum KnownRoutingRuleEnabledState {
|
|
1754
|
-
/** Enabled */
|
|
1755
|
-
Enabled = "Enabled",
|
|
1756
|
-
/** Disabled */
|
|
1757
|
-
Disabled = "Disabled"
|
|
1758
|
-
}
|
|
1759
|
-
|
|
1760
|
-
/** Known values of {@link RulesEngineMatchVariable} that the service accepts. */
|
|
1761
|
-
export declare enum KnownRulesEngineMatchVariable {
|
|
1762
|
-
/** IsMobile */
|
|
1763
|
-
IsMobile = "IsMobile",
|
|
1764
|
-
/** RemoteAddr */
|
|
1765
|
-
RemoteAddr = "RemoteAddr",
|
|
1766
|
-
/** RequestMethod */
|
|
1767
|
-
RequestMethod = "RequestMethod",
|
|
1768
|
-
/** QueryString */
|
|
1769
|
-
QueryString = "QueryString",
|
|
1770
|
-
/** PostArgs */
|
|
1771
|
-
PostArgs = "PostArgs",
|
|
1772
|
-
/** RequestUri */
|
|
1773
|
-
RequestUri = "RequestUri",
|
|
1774
|
-
/** RequestPath */
|
|
1775
|
-
RequestPath = "RequestPath",
|
|
1776
|
-
/** RequestFilename */
|
|
1777
|
-
RequestFilename = "RequestFilename",
|
|
1778
|
-
/** RequestFilenameExtension */
|
|
1779
|
-
RequestFilenameExtension = "RequestFilenameExtension",
|
|
1780
|
-
/** RequestHeader */
|
|
1781
|
-
RequestHeader = "RequestHeader",
|
|
1782
|
-
/** RequestBody */
|
|
1783
|
-
RequestBody = "RequestBody",
|
|
1784
|
-
/** RequestScheme */
|
|
1785
|
-
RequestScheme = "RequestScheme"
|
|
1786
|
-
}
|
|
1787
|
-
|
|
1788
|
-
/** Known values of {@link RulesEngineOperator} that the service accepts. */
|
|
1789
|
-
export declare enum KnownRulesEngineOperator {
|
|
1790
|
-
/** Any */
|
|
1791
|
-
Any = "Any",
|
|
1792
|
-
/** IPMatch */
|
|
1793
|
-
IPMatch = "IPMatch",
|
|
1794
|
-
/** GeoMatch */
|
|
1795
|
-
GeoMatch = "GeoMatch",
|
|
1796
|
-
/** Equal */
|
|
1797
|
-
Equal = "Equal",
|
|
1798
|
-
/** Contains */
|
|
1799
|
-
Contains = "Contains",
|
|
1800
|
-
/** LessThan */
|
|
1801
|
-
LessThan = "LessThan",
|
|
1802
|
-
/** GreaterThan */
|
|
1803
|
-
GreaterThan = "GreaterThan",
|
|
1804
|
-
/** LessThanOrEqual */
|
|
1805
|
-
LessThanOrEqual = "LessThanOrEqual",
|
|
1806
|
-
/** GreaterThanOrEqual */
|
|
1807
|
-
GreaterThanOrEqual = "GreaterThanOrEqual",
|
|
1808
|
-
/** BeginsWith */
|
|
1809
|
-
BeginsWith = "BeginsWith",
|
|
1810
|
-
/** EndsWith */
|
|
1811
|
-
EndsWith = "EndsWith"
|
|
1812
|
-
}
|
|
1813
|
-
|
|
1814
|
-
/** Known values of {@link RuleType} that the service accepts. */
|
|
1815
|
-
export declare enum KnownRuleType {
|
|
1816
|
-
/** MatchRule */
|
|
1817
|
-
MatchRule = "MatchRule",
|
|
1818
|
-
/** RateLimitRule */
|
|
1819
|
-
RateLimitRule = "RateLimitRule"
|
|
1820
|
-
}
|
|
1821
|
-
|
|
1822
|
-
/** Known values of {@link ScrubbingRuleEntryMatchOperator} that the service accepts. */
|
|
1823
|
-
export declare enum KnownScrubbingRuleEntryMatchOperator {
|
|
1824
|
-
/** EqualsAny */
|
|
1825
|
-
EqualsAny = "EqualsAny",
|
|
1826
|
-
/** Equals */
|
|
1827
|
-
Equals = "Equals"
|
|
1828
|
-
}
|
|
1829
|
-
|
|
1830
|
-
/** Known values of {@link ScrubbingRuleEntryMatchVariable} that the service accepts. */
|
|
1831
|
-
export declare enum KnownScrubbingRuleEntryMatchVariable {
|
|
1832
|
-
/** RequestIPAddress */
|
|
1833
|
-
RequestIPAddress = "RequestIPAddress",
|
|
1834
|
-
/** RequestUri */
|
|
1835
|
-
RequestUri = "RequestUri",
|
|
1836
|
-
/** QueryStringArgNames */
|
|
1837
|
-
QueryStringArgNames = "QueryStringArgNames",
|
|
1838
|
-
/** RequestHeaderNames */
|
|
1839
|
-
RequestHeaderNames = "RequestHeaderNames",
|
|
1840
|
-
/** RequestCookieNames */
|
|
1841
|
-
RequestCookieNames = "RequestCookieNames",
|
|
1842
|
-
/** RequestBodyPostArgNames */
|
|
1843
|
-
RequestBodyPostArgNames = "RequestBodyPostArgNames",
|
|
1844
|
-
/** RequestBodyJsonArgNames */
|
|
1845
|
-
RequestBodyJsonArgNames = "RequestBodyJsonArgNames"
|
|
1846
|
-
}
|
|
1847
|
-
|
|
1848
|
-
/** Known values of {@link ScrubbingRuleEntryState} that the service accepts. */
|
|
1849
|
-
export declare enum KnownScrubbingRuleEntryState {
|
|
1850
|
-
/** Enabled */
|
|
1851
|
-
Enabled = "Enabled",
|
|
1852
|
-
/** Disabled */
|
|
1853
|
-
Disabled = "Disabled"
|
|
1854
|
-
}
|
|
1855
|
-
|
|
1856
|
-
/** Known values of {@link SessionAffinityEnabledState} that the service accepts. */
|
|
1857
|
-
export declare enum KnownSessionAffinityEnabledState {
|
|
1858
|
-
/** Enabled */
|
|
1859
|
-
Enabled = "Enabled",
|
|
1860
|
-
/** Disabled */
|
|
1861
|
-
Disabled = "Disabled"
|
|
1862
|
-
}
|
|
1863
|
-
|
|
1864
|
-
/** Known values of {@link SkuName} that the service accepts. */
|
|
1865
|
-
export declare enum KnownSkuName {
|
|
1866
|
-
/** ClassicAzureFrontDoor */
|
|
1867
|
-
ClassicAzureFrontDoor = "Classic_AzureFrontDoor",
|
|
1868
|
-
/** StandardAzureFrontDoor */
|
|
1869
|
-
StandardAzureFrontDoor = "Standard_AzureFrontDoor",
|
|
1870
|
-
/** PremiumAzureFrontDoor */
|
|
1871
|
-
PremiumAzureFrontDoor = "Premium_AzureFrontDoor"
|
|
1872
|
-
}
|
|
1873
|
-
|
|
1874
|
-
/** Known values of {@link State} that the service accepts. */
|
|
1875
|
-
export declare enum KnownState {
|
|
1876
|
-
/** Enabled */
|
|
1877
|
-
Enabled = "Enabled",
|
|
1878
|
-
/** Disabled */
|
|
1879
|
-
Disabled = "Disabled"
|
|
1880
|
-
}
|
|
1881
|
-
|
|
1882
|
-
/** Known values of {@link TimeseriesAggregationInterval} that the service accepts. */
|
|
1883
|
-
export declare enum KnownTimeseriesAggregationInterval {
|
|
1884
|
-
/** Hourly */
|
|
1885
|
-
Hourly = "Hourly",
|
|
1886
|
-
/** Daily */
|
|
1887
|
-
Daily = "Daily"
|
|
1888
|
-
}
|
|
1889
|
-
|
|
1890
|
-
/** Known values of {@link TimeseriesType} that the service accepts. */
|
|
1891
|
-
export declare enum KnownTimeseriesType {
|
|
1892
|
-
/** MeasurementCounts */
|
|
1893
|
-
MeasurementCounts = "MeasurementCounts",
|
|
1894
|
-
/** LatencyP50 */
|
|
1895
|
-
LatencyP50 = "LatencyP50",
|
|
1896
|
-
/** LatencyP75 */
|
|
1897
|
-
LatencyP75 = "LatencyP75",
|
|
1898
|
-
/** LatencyP95 */
|
|
1899
|
-
LatencyP95 = "LatencyP95"
|
|
1900
|
-
}
|
|
1901
|
-
|
|
1902
|
-
/** Known values of {@link Transform} that the service accepts. */
|
|
1903
|
-
export declare enum KnownTransform {
|
|
1904
|
-
/** Lowercase */
|
|
1905
|
-
Lowercase = "Lowercase",
|
|
1906
|
-
/** Uppercase */
|
|
1907
|
-
Uppercase = "Uppercase",
|
|
1908
|
-
/** Trim */
|
|
1909
|
-
Trim = "Trim",
|
|
1910
|
-
/** UrlDecode */
|
|
1911
|
-
UrlDecode = "UrlDecode",
|
|
1912
|
-
/** UrlEncode */
|
|
1913
|
-
UrlEncode = "UrlEncode",
|
|
1914
|
-
/** RemoveNulls */
|
|
1915
|
-
RemoveNulls = "RemoveNulls"
|
|
1916
|
-
}
|
|
1917
|
-
|
|
1918
|
-
/** Known values of {@link TransformType} that the service accepts. */
|
|
1919
|
-
export declare enum KnownTransformType {
|
|
1920
|
-
/** Lowercase */
|
|
1921
|
-
Lowercase = "Lowercase",
|
|
1922
|
-
/** Uppercase */
|
|
1923
|
-
Uppercase = "Uppercase",
|
|
1924
|
-
/** Trim */
|
|
1925
|
-
Trim = "Trim",
|
|
1926
|
-
/** UrlDecode */
|
|
1927
|
-
UrlDecode = "UrlDecode",
|
|
1928
|
-
/** UrlEncode */
|
|
1929
|
-
UrlEncode = "UrlEncode",
|
|
1930
|
-
/** RemoveNulls */
|
|
1931
|
-
RemoveNulls = "RemoveNulls"
|
|
1932
|
-
}
|
|
1933
|
-
|
|
1934
|
-
/** Known values of {@link VariableName} that the service accepts. */
|
|
1935
|
-
export declare enum KnownVariableName {
|
|
1936
|
-
/** SocketAddr */
|
|
1937
|
-
SocketAddr = "SocketAddr",
|
|
1938
|
-
/** GeoLocation */
|
|
1939
|
-
GeoLocation = "GeoLocation",
|
|
1940
|
-
/** None */
|
|
1941
|
-
None = "None"
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
|
-
/** Known values of {@link WebApplicationFirewallScrubbingState} that the service accepts. */
|
|
1945
|
-
export declare enum KnownWebApplicationFirewallScrubbingState {
|
|
1946
|
-
/** Enabled */
|
|
1947
|
-
Enabled = "Enabled",
|
|
1948
|
-
/** Disabled */
|
|
1949
|
-
Disabled = "Disabled"
|
|
1950
|
-
}
|
|
1951
|
-
|
|
1952
|
-
/** Defines the properties of a latency metric used in the latency scorecard */
|
|
1953
|
-
export declare interface LatencyMetric {
|
|
1954
|
-
/**
|
|
1955
|
-
* The name of the Latency Metric
|
|
1956
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1957
|
-
*/
|
|
1958
|
-
readonly name?: string;
|
|
1959
|
-
/**
|
|
1960
|
-
* The end time of the Latency Scorecard in UTC
|
|
1961
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1962
|
-
*/
|
|
1963
|
-
readonly endDateTimeUTC?: string;
|
|
1964
|
-
/**
|
|
1965
|
-
* The metric value of the A endpoint
|
|
1966
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1967
|
-
*/
|
|
1968
|
-
readonly aValue?: number;
|
|
1969
|
-
/**
|
|
1970
|
-
* The metric value of the B endpoint
|
|
1971
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1972
|
-
*/
|
|
1973
|
-
readonly bValue?: number;
|
|
1974
|
-
/**
|
|
1975
|
-
* The difference in value between endpoint A and B
|
|
1976
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1977
|
-
*/
|
|
1978
|
-
readonly delta?: number;
|
|
1979
|
-
/**
|
|
1980
|
-
* The percent difference between endpoint A and B
|
|
1981
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1982
|
-
*/
|
|
1983
|
-
readonly deltaPercent?: number;
|
|
1984
|
-
/**
|
|
1985
|
-
* The lower end of the 95% confidence interval for endpoint A
|
|
1986
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1987
|
-
*/
|
|
1988
|
-
readonly aCLower95CI?: number;
|
|
1989
|
-
/**
|
|
1990
|
-
* The upper end of the 95% confidence interval for endpoint A
|
|
1991
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1992
|
-
*/
|
|
1993
|
-
readonly aHUpper95CI?: number;
|
|
1994
|
-
/**
|
|
1995
|
-
* The lower end of the 95% confidence interval for endpoint B
|
|
1996
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1997
|
-
*/
|
|
1998
|
-
readonly bCLower95CI?: number;
|
|
1999
|
-
/**
|
|
2000
|
-
* The upper end of the 95% confidence interval for endpoint B
|
|
2001
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2002
|
-
*/
|
|
2003
|
-
readonly bUpper95CI?: number;
|
|
2004
|
-
}
|
|
2005
|
-
|
|
2006
|
-
/** Defines the LatencyScorecard */
|
|
2007
|
-
export declare interface LatencyScorecard extends Resource {
|
|
2008
|
-
/**
|
|
2009
|
-
* The unique identifier of the Latency Scorecard
|
|
2010
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2011
|
-
*/
|
|
2012
|
-
readonly idPropertiesId?: string;
|
|
2013
|
-
/**
|
|
2014
|
-
* The name of the Latency Scorecard
|
|
2015
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2016
|
-
*/
|
|
2017
|
-
readonly namePropertiesName?: string;
|
|
2018
|
-
/**
|
|
2019
|
-
* The description of the Latency Scorecard
|
|
2020
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2021
|
-
*/
|
|
2022
|
-
readonly description?: string;
|
|
2023
|
-
/**
|
|
2024
|
-
* The A endpoint in the scorecard
|
|
2025
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2026
|
-
*/
|
|
2027
|
-
readonly endpointA?: string;
|
|
2028
|
-
/**
|
|
2029
|
-
* The B endpoint in the scorecard
|
|
2030
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2031
|
-
*/
|
|
2032
|
-
readonly endpointB?: string;
|
|
2033
|
-
/**
|
|
2034
|
-
* The start time of the Latency Scorecard in UTC
|
|
2035
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2036
|
-
*/
|
|
2037
|
-
readonly startDateTimeUTC?: Date;
|
|
2038
|
-
/**
|
|
2039
|
-
* The end time of the Latency Scorecard in UTC
|
|
2040
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2041
|
-
*/
|
|
2042
|
-
readonly endDateTimeUTC?: Date;
|
|
2043
|
-
/**
|
|
2044
|
-
* The country associated with the Latency Scorecard. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html
|
|
2045
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2046
|
-
*/
|
|
2047
|
-
readonly country?: string;
|
|
2048
|
-
/** The latency metrics of the Latency Scorecard */
|
|
2049
|
-
latencyMetrics?: LatencyMetric[];
|
|
2050
|
-
}
|
|
2051
|
-
|
|
2052
|
-
/**
|
|
2053
|
-
* Defines values for LatencyScorecardAggregationInterval. \
|
|
2054
|
-
* {@link KnownLatencyScorecardAggregationInterval} can be used interchangeably with LatencyScorecardAggregationInterval,
|
|
2055
|
-
* this enum contains the known values that the service supports.
|
|
2056
|
-
* ### Known values supported by the service
|
|
2057
|
-
* **Daily** \
|
|
2058
|
-
* **Weekly** \
|
|
2059
|
-
* **Monthly**
|
|
2060
|
-
*/
|
|
2061
|
-
export declare type LatencyScorecardAggregationInterval = string;
|
|
2062
|
-
|
|
2063
|
-
/** Result of the request to list load balancing settings. It contains a list of load balancing settings objects and a URL link to get the next set of results. */
|
|
2064
|
-
export declare interface LoadBalancingSettingsListResult {
|
|
2065
|
-
/**
|
|
2066
|
-
* List of Backend Pools within a Front Door.
|
|
2067
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2068
|
-
*/
|
|
2069
|
-
readonly value?: LoadBalancingSettingsModel[];
|
|
2070
|
-
/** URL to get the next set of LoadBalancingSettings objects if there are any. */
|
|
2071
|
-
nextLink?: string;
|
|
2072
|
-
}
|
|
2073
|
-
|
|
2074
|
-
/** Load balancing settings for a backend pool */
|
|
2075
|
-
export declare interface LoadBalancingSettingsModel extends SubResource {
|
|
2076
|
-
/** Resource name. */
|
|
2077
|
-
name?: string;
|
|
2078
|
-
/**
|
|
2079
|
-
* Resource type.
|
|
2080
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2081
|
-
*/
|
|
2082
|
-
readonly type?: string;
|
|
2083
|
-
/** The number of samples to consider for load balancing decisions */
|
|
2084
|
-
sampleSize?: number;
|
|
2085
|
-
/** The number of samples within the sample period that must succeed */
|
|
2086
|
-
successfulSamplesRequired?: number;
|
|
2087
|
-
/** The additional latency in milliseconds for probes to fall into the lowest latency bucket */
|
|
2088
|
-
additionalLatencyMilliseconds?: number;
|
|
2089
|
-
/**
|
|
2090
|
-
* Resource status.
|
|
2091
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2092
|
-
*/
|
|
2093
|
-
readonly resourceState?: FrontDoorResourceState;
|
|
2094
|
-
}
|
|
2095
|
-
|
|
2096
|
-
/** The JSON object that contains the properties required to create load balancing settings */
|
|
2097
|
-
export declare interface LoadBalancingSettingsProperties extends LoadBalancingSettingsUpdateParameters {
|
|
2098
|
-
/**
|
|
2099
|
-
* Resource status.
|
|
2100
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2101
|
-
*/
|
|
2102
|
-
readonly resourceState?: FrontDoorResourceState;
|
|
2103
|
-
}
|
|
2104
|
-
|
|
2105
|
-
/** Round-Robin load balancing settings for a backend pool */
|
|
2106
|
-
export declare interface LoadBalancingSettingsUpdateParameters {
|
|
2107
|
-
/** The number of samples to consider for load balancing decisions */
|
|
2108
|
-
sampleSize?: number;
|
|
2109
|
-
/** The number of samples within the sample period that must succeed */
|
|
2110
|
-
successfulSamplesRequired?: number;
|
|
2111
|
-
/** The additional latency in milliseconds for probes to fall into the lowest latency bucket */
|
|
2112
|
-
additionalLatencyMilliseconds?: number;
|
|
2113
|
-
}
|
|
2114
|
-
|
|
2115
|
-
/** Describes a managed rule definition. */
|
|
2116
|
-
export declare interface ManagedRuleDefinition {
|
|
2117
|
-
/**
|
|
2118
|
-
* Identifier for the managed rule.
|
|
2119
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2120
|
-
*/
|
|
2121
|
-
readonly ruleId?: string;
|
|
2122
|
-
/**
|
|
2123
|
-
* Describes the default state for the managed rule.
|
|
2124
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2125
|
-
*/
|
|
2126
|
-
readonly defaultState?: ManagedRuleEnabledState;
|
|
2127
|
-
/**
|
|
2128
|
-
* Describes the default action to be applied when the managed rule matches.
|
|
2129
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2130
|
-
*/
|
|
2131
|
-
readonly defaultAction?: ActionType;
|
|
2132
|
-
/**
|
|
2133
|
-
* Describes the functionality of the managed rule.
|
|
2134
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2135
|
-
*/
|
|
2136
|
-
readonly description?: string;
|
|
2137
|
-
}
|
|
2138
|
-
|
|
2139
|
-
/**
|
|
2140
|
-
* Defines values for ManagedRuleEnabledState. \
|
|
2141
|
-
* {@link KnownManagedRuleEnabledState} can be used interchangeably with ManagedRuleEnabledState,
|
|
2142
|
-
* this enum contains the known values that the service supports.
|
|
2143
|
-
* ### Known values supported by the service
|
|
2144
|
-
* **Disabled** \
|
|
2145
|
-
* **Enabled**
|
|
2146
|
-
*/
|
|
2147
|
-
export declare type ManagedRuleEnabledState = string;
|
|
2148
|
-
|
|
2149
|
-
/** Exclude variables from managed rule evaluation. */
|
|
2150
|
-
export declare interface ManagedRuleExclusion {
|
|
2151
|
-
/** The variable type to be excluded. */
|
|
2152
|
-
matchVariable: ManagedRuleExclusionMatchVariable;
|
|
2153
|
-
/** Comparison operator to apply to the selector when specifying which elements in the collection this exclusion applies to. */
|
|
2154
|
-
selectorMatchOperator: ManagedRuleExclusionSelectorMatchOperator;
|
|
2155
|
-
/** Selector value for which elements in the collection this exclusion applies to. */
|
|
2156
|
-
selector: string;
|
|
2157
|
-
}
|
|
2158
|
-
|
|
2159
|
-
/**
|
|
2160
|
-
* Defines values for ManagedRuleExclusionMatchVariable. \
|
|
2161
|
-
* {@link KnownManagedRuleExclusionMatchVariable} can be used interchangeably with ManagedRuleExclusionMatchVariable,
|
|
2162
|
-
* this enum contains the known values that the service supports.
|
|
2163
|
-
* ### Known values supported by the service
|
|
2164
|
-
* **RequestHeaderNames** \
|
|
2165
|
-
* **RequestCookieNames** \
|
|
2166
|
-
* **QueryStringArgNames** \
|
|
2167
|
-
* **RequestBodyPostArgNames** \
|
|
2168
|
-
* **RequestBodyJsonArgNames**
|
|
2169
|
-
*/
|
|
2170
|
-
export declare type ManagedRuleExclusionMatchVariable = string;
|
|
2171
|
-
|
|
2172
|
-
/**
|
|
2173
|
-
* Defines values for ManagedRuleExclusionSelectorMatchOperator. \
|
|
2174
|
-
* {@link KnownManagedRuleExclusionSelectorMatchOperator} can be used interchangeably with ManagedRuleExclusionSelectorMatchOperator,
|
|
2175
|
-
* this enum contains the known values that the service supports.
|
|
2176
|
-
* ### Known values supported by the service
|
|
2177
|
-
* **Equals** \
|
|
2178
|
-
* **Contains** \
|
|
2179
|
-
* **StartsWith** \
|
|
2180
|
-
* **EndsWith** \
|
|
2181
|
-
* **EqualsAny**
|
|
2182
|
-
*/
|
|
2183
|
-
export declare type ManagedRuleExclusionSelectorMatchOperator = string;
|
|
2184
|
-
|
|
2185
|
-
/** Describes a managed rule group. */
|
|
2186
|
-
export declare interface ManagedRuleGroupDefinition {
|
|
2187
|
-
/**
|
|
2188
|
-
* Name of the managed rule group.
|
|
2189
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2190
|
-
*/
|
|
2191
|
-
readonly ruleGroupName?: string;
|
|
2192
|
-
/**
|
|
2193
|
-
* Description of the managed rule group.
|
|
2194
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2195
|
-
*/
|
|
2196
|
-
readonly description?: string;
|
|
2197
|
-
/**
|
|
2198
|
-
* List of rules within the managed rule group.
|
|
2199
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2200
|
-
*/
|
|
2201
|
-
readonly rules?: ManagedRuleDefinition[];
|
|
2202
|
-
}
|
|
2203
|
-
|
|
2204
|
-
/** Defines a managed rule group override setting. */
|
|
2205
|
-
export declare interface ManagedRuleGroupOverride {
|
|
2206
|
-
/** Describes the managed rule group to override. */
|
|
2207
|
-
ruleGroupName: string;
|
|
2208
|
-
/** Describes the exclusions that are applied to all rules in the group. */
|
|
2209
|
-
exclusions?: ManagedRuleExclusion[];
|
|
2210
|
-
/** List of rules that will be disabled. If none specified, all rules in the group will be disabled. */
|
|
2211
|
-
rules?: ManagedRuleOverride[];
|
|
2212
|
-
}
|
|
2213
|
-
|
|
2214
|
-
/** Defines a managed rule group override setting. */
|
|
2215
|
-
export declare interface ManagedRuleOverride {
|
|
2216
|
-
/** Identifier for the managed rule. */
|
|
2217
|
-
ruleId: string;
|
|
2218
|
-
/** Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified. */
|
|
2219
|
-
enabledState?: ManagedRuleEnabledState;
|
|
2220
|
-
/** Describes the override action to be applied when rule matches. */
|
|
2221
|
-
action?: ActionType;
|
|
2222
|
-
/** Describes the exclusions that are applied to this specific rule. */
|
|
2223
|
-
exclusions?: ManagedRuleExclusion[];
|
|
2224
|
-
}
|
|
2225
|
-
|
|
2226
|
-
/** Defines a managed rule set. */
|
|
2227
|
-
export declare interface ManagedRuleSet {
|
|
2228
|
-
/** Defines the rule set type to use. */
|
|
2229
|
-
ruleSetType: string;
|
|
2230
|
-
/** Defines the version of the rule set to use. */
|
|
2231
|
-
ruleSetVersion: string;
|
|
2232
|
-
/** Defines the rule set action. */
|
|
2233
|
-
ruleSetAction?: ManagedRuleSetActionType;
|
|
2234
|
-
/** Describes the exclusions that are applied to all rules in the set. */
|
|
2235
|
-
exclusions?: ManagedRuleExclusion[];
|
|
2236
|
-
/** Defines the rule group overrides to apply to the rule set. */
|
|
2237
|
-
ruleGroupOverrides?: ManagedRuleGroupOverride[];
|
|
2238
|
-
}
|
|
2239
|
-
|
|
2240
|
-
/**
|
|
2241
|
-
* Defines values for ManagedRuleSetActionType. \
|
|
2242
|
-
* {@link KnownManagedRuleSetActionType} can be used interchangeably with ManagedRuleSetActionType,
|
|
2243
|
-
* this enum contains the known values that the service supports.
|
|
2244
|
-
* ### Known values supported by the service
|
|
2245
|
-
* **Block** \
|
|
2246
|
-
* **Log** \
|
|
2247
|
-
* **Redirect**
|
|
2248
|
-
*/
|
|
2249
|
-
export declare type ManagedRuleSetActionType = string;
|
|
2250
|
-
|
|
2251
|
-
/** Describes the a managed rule set definition. */
|
|
2252
|
-
export declare interface ManagedRuleSetDefinition extends Resource {
|
|
2253
|
-
/**
|
|
2254
|
-
* Provisioning state of the managed rule set.
|
|
2255
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2256
|
-
*/
|
|
2257
|
-
readonly provisioningState?: string;
|
|
2258
|
-
/**
|
|
2259
|
-
* Id of the managed rule set.
|
|
2260
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2261
|
-
*/
|
|
2262
|
-
readonly ruleSetId?: string;
|
|
2263
|
-
/**
|
|
2264
|
-
* Type of the managed rule set.
|
|
2265
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2266
|
-
*/
|
|
2267
|
-
readonly ruleSetType?: string;
|
|
2268
|
-
/**
|
|
2269
|
-
* Version of the managed rule set type.
|
|
2270
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2271
|
-
*/
|
|
2272
|
-
readonly ruleSetVersion?: string;
|
|
2273
|
-
/**
|
|
2274
|
-
* Rule groups of the managed rule set.
|
|
2275
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2276
|
-
*/
|
|
2277
|
-
readonly ruleGroups?: ManagedRuleGroupDefinition[];
|
|
2278
|
-
}
|
|
2279
|
-
|
|
2280
|
-
/** List of managed rule set definitions available for use in a policy. */
|
|
2281
|
-
export declare interface ManagedRuleSetDefinitionList {
|
|
2282
|
-
/**
|
|
2283
|
-
* List of managed rule set definitions.
|
|
2284
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2285
|
-
*/
|
|
2286
|
-
readonly value?: ManagedRuleSetDefinition[];
|
|
2287
|
-
/** URL to retrieve next set of managed rule set definitions. */
|
|
2288
|
-
nextLink?: string;
|
|
2289
|
-
}
|
|
2290
|
-
|
|
2291
|
-
/** Defines the list of managed rule sets for the policy. */
|
|
2292
|
-
export declare interface ManagedRuleSetList {
|
|
2293
|
-
/** List of rule sets. */
|
|
2294
|
-
managedRuleSets?: ManagedRuleSet[];
|
|
2295
|
-
}
|
|
2296
|
-
|
|
2297
|
-
/** Interface representing a ManagedRuleSets. */
|
|
2298
|
-
export declare interface ManagedRuleSets {
|
|
2299
|
-
/**
|
|
2300
|
-
* Lists all available managed rule sets.
|
|
2301
|
-
* @param options The options parameters.
|
|
2302
|
-
*/
|
|
2303
|
-
list(options?: ManagedRuleSetsListOptionalParams): PagedAsyncIterableIterator<ManagedRuleSetDefinition>;
|
|
2304
|
-
}
|
|
2305
|
-
|
|
2306
|
-
/** Optional parameters. */
|
|
2307
|
-
export declare interface ManagedRuleSetsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2308
|
-
}
|
|
2309
|
-
|
|
2310
|
-
/** Contains response data for the listNext operation. */
|
|
2311
|
-
export declare type ManagedRuleSetsListNextResponse = ManagedRuleSetDefinitionList;
|
|
2312
|
-
|
|
2313
|
-
/** Optional parameters. */
|
|
2314
|
-
export declare interface ManagedRuleSetsListOptionalParams extends coreClient.OperationOptions {
|
|
2315
|
-
}
|
|
2316
|
-
|
|
2317
|
-
/** Contains response data for the list operation. */
|
|
2318
|
-
export declare type ManagedRuleSetsListResponse = ManagedRuleSetDefinitionList;
|
|
2319
|
-
|
|
2320
|
-
/** Define a match condition. */
|
|
2321
|
-
export declare interface MatchCondition {
|
|
2322
|
-
/** Request variable to compare with. */
|
|
2323
|
-
matchVariable: MatchVariable;
|
|
2324
|
-
/** Match against a specific key from the QueryString, PostArgs, RequestHeader or Cookies variables. Default is null. */
|
|
2325
|
-
selector?: string;
|
|
2326
|
-
/** Comparison type to use for matching with the variable value. */
|
|
2327
|
-
operator: Operator;
|
|
2328
|
-
/** Describes if the result of this condition should be negated. */
|
|
2329
|
-
negateCondition?: boolean;
|
|
2330
|
-
/** List of possible match values. */
|
|
2331
|
-
matchValue: string[];
|
|
2332
|
-
/** List of transforms. */
|
|
2333
|
-
transforms?: TransformType[];
|
|
2334
|
-
}
|
|
2335
|
-
|
|
2336
|
-
/**
|
|
2337
|
-
* Defines values for MatchProcessingBehavior. \
|
|
2338
|
-
* {@link KnownMatchProcessingBehavior} can be used interchangeably with MatchProcessingBehavior,
|
|
2339
|
-
* this enum contains the known values that the service supports.
|
|
2340
|
-
* ### Known values supported by the service
|
|
2341
|
-
* **Continue** \
|
|
2342
|
-
* **Stop**
|
|
2343
|
-
*/
|
|
2344
|
-
export declare type MatchProcessingBehavior = string;
|
|
2345
|
-
|
|
2346
|
-
/**
|
|
2347
|
-
* Defines values for MatchVariable. \
|
|
2348
|
-
* {@link KnownMatchVariable} can be used interchangeably with MatchVariable,
|
|
2349
|
-
* this enum contains the known values that the service supports.
|
|
2350
|
-
* ### Known values supported by the service
|
|
2351
|
-
* **RemoteAddr** \
|
|
2352
|
-
* **RequestMethod** \
|
|
2353
|
-
* **QueryString** \
|
|
2354
|
-
* **PostArgs** \
|
|
2355
|
-
* **RequestUri** \
|
|
2356
|
-
* **RequestHeader** \
|
|
2357
|
-
* **RequestBody** \
|
|
2358
|
-
* **Cookies** \
|
|
2359
|
-
* **SocketAddr**
|
|
2360
|
-
*/
|
|
2361
|
-
export declare type MatchVariable = string;
|
|
2362
|
-
|
|
2363
|
-
/**
|
|
2364
|
-
* Defines values for MinimumTLSVersion. \
|
|
2365
|
-
* {@link KnownMinimumTLSVersion} can be used interchangeably with MinimumTLSVersion,
|
|
2366
|
-
* this enum contains the known values that the service supports.
|
|
2367
|
-
* ### Known values supported by the service
|
|
2368
|
-
* **1.0** \
|
|
2369
|
-
* **1.2**
|
|
2370
|
-
*/
|
|
2371
|
-
export declare type MinimumTLSVersion = string;
|
|
2372
|
-
|
|
2373
|
-
/** Interface representing a NetworkExperimentProfiles. */
|
|
2374
|
-
export declare interface NetworkExperimentProfiles {
|
|
2375
|
-
/**
|
|
2376
|
-
* Gets a list of Network Experiment Profiles under a subscription
|
|
2377
|
-
* @param options The options parameters.
|
|
2378
|
-
*/
|
|
2379
|
-
list(options?: NetworkExperimentProfilesListOptionalParams): PagedAsyncIterableIterator<Profile>;
|
|
2380
|
-
/**
|
|
2381
|
-
* Gets a list of Network Experiment Profiles within a resource group under a subscription
|
|
2382
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2383
|
-
* @param options The options parameters.
|
|
2384
|
-
*/
|
|
2385
|
-
listByResourceGroup(resourceGroupName: string, options?: NetworkExperimentProfilesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Profile>;
|
|
2386
|
-
/**
|
|
2387
|
-
* Gets an NetworkExperiment Profile by ProfileName
|
|
2388
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2389
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
2390
|
-
* @param options The options parameters.
|
|
2391
|
-
*/
|
|
2392
|
-
get(resourceGroupName: string, profileName: string, options?: NetworkExperimentProfilesGetOptionalParams): Promise<NetworkExperimentProfilesGetResponse>;
|
|
2393
|
-
/**
|
|
2394
|
-
* Creates an NetworkExperiment Profile
|
|
2395
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
2396
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2397
|
-
* @param parameters An Network Experiment Profile
|
|
2398
|
-
* @param options The options parameters.
|
|
2399
|
-
*/
|
|
2400
|
-
beginCreateOrUpdate(profileName: string, resourceGroupName: string, parameters: Profile, options?: NetworkExperimentProfilesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkExperimentProfilesCreateOrUpdateResponse>, NetworkExperimentProfilesCreateOrUpdateResponse>>;
|
|
2401
|
-
/**
|
|
2402
|
-
* Creates an NetworkExperiment Profile
|
|
2403
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
2404
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2405
|
-
* @param parameters An Network Experiment Profile
|
|
2406
|
-
* @param options The options parameters.
|
|
2407
|
-
*/
|
|
2408
|
-
beginCreateOrUpdateAndWait(profileName: string, resourceGroupName: string, parameters: Profile, options?: NetworkExperimentProfilesCreateOrUpdateOptionalParams): Promise<NetworkExperimentProfilesCreateOrUpdateResponse>;
|
|
2409
|
-
/**
|
|
2410
|
-
* Updates an NetworkExperimentProfiles
|
|
2411
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2412
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
2413
|
-
* @param parameters The Profile Update Model
|
|
2414
|
-
* @param options The options parameters.
|
|
2415
|
-
*/
|
|
2416
|
-
beginUpdate(resourceGroupName: string, profileName: string, parameters: ProfileUpdateModel, options?: NetworkExperimentProfilesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkExperimentProfilesUpdateResponse>, NetworkExperimentProfilesUpdateResponse>>;
|
|
2417
|
-
/**
|
|
2418
|
-
* Updates an NetworkExperimentProfiles
|
|
2419
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2420
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
2421
|
-
* @param parameters The Profile Update Model
|
|
2422
|
-
* @param options The options parameters.
|
|
2423
|
-
*/
|
|
2424
|
-
beginUpdateAndWait(resourceGroupName: string, profileName: string, parameters: ProfileUpdateModel, options?: NetworkExperimentProfilesUpdateOptionalParams): Promise<NetworkExperimentProfilesUpdateResponse>;
|
|
2425
|
-
/**
|
|
2426
|
-
* Deletes an NetworkExperiment Profile by ProfileName
|
|
2427
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2428
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
2429
|
-
* @param options The options parameters.
|
|
2430
|
-
*/
|
|
2431
|
-
beginDelete(resourceGroupName: string, profileName: string, options?: NetworkExperimentProfilesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2432
|
-
/**
|
|
2433
|
-
* Deletes an NetworkExperiment Profile by ProfileName
|
|
2434
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2435
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
2436
|
-
* @param options The options parameters.
|
|
2437
|
-
*/
|
|
2438
|
-
beginDeleteAndWait(resourceGroupName: string, profileName: string, options?: NetworkExperimentProfilesDeleteOptionalParams): Promise<void>;
|
|
2439
|
-
}
|
|
2440
|
-
|
|
2441
|
-
/** Optional parameters. */
|
|
2442
|
-
export declare interface NetworkExperimentProfilesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2443
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2444
|
-
updateIntervalInMs?: number;
|
|
2445
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2446
|
-
resumeFrom?: string;
|
|
2447
|
-
}
|
|
2448
|
-
|
|
2449
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2450
|
-
export declare type NetworkExperimentProfilesCreateOrUpdateResponse = Profile;
|
|
2451
|
-
|
|
2452
|
-
/** Optional parameters. */
|
|
2453
|
-
export declare interface NetworkExperimentProfilesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2454
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2455
|
-
updateIntervalInMs?: number;
|
|
2456
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2457
|
-
resumeFrom?: string;
|
|
2458
|
-
}
|
|
2459
|
-
|
|
2460
|
-
/** Optional parameters. */
|
|
2461
|
-
export declare interface NetworkExperimentProfilesGetOptionalParams extends coreClient.OperationOptions {
|
|
2462
|
-
}
|
|
2463
|
-
|
|
2464
|
-
/** Contains response data for the get operation. */
|
|
2465
|
-
export declare type NetworkExperimentProfilesGetResponse = Profile;
|
|
2466
|
-
|
|
2467
|
-
/** Optional parameters. */
|
|
2468
|
-
export declare interface NetworkExperimentProfilesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2469
|
-
}
|
|
2470
|
-
|
|
2471
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2472
|
-
export declare type NetworkExperimentProfilesListByResourceGroupNextResponse = ProfileList;
|
|
2473
|
-
|
|
2474
|
-
/** Optional parameters. */
|
|
2475
|
-
export declare interface NetworkExperimentProfilesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2476
|
-
}
|
|
2477
|
-
|
|
2478
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
2479
|
-
export declare type NetworkExperimentProfilesListByResourceGroupResponse = ProfileList;
|
|
2480
|
-
|
|
2481
|
-
/** Optional parameters. */
|
|
2482
|
-
export declare interface NetworkExperimentProfilesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2483
|
-
}
|
|
2484
|
-
|
|
2485
|
-
/** Contains response data for the listNext operation. */
|
|
2486
|
-
export declare type NetworkExperimentProfilesListNextResponse = ProfileList;
|
|
2487
|
-
|
|
2488
|
-
/** Optional parameters. */
|
|
2489
|
-
export declare interface NetworkExperimentProfilesListOptionalParams extends coreClient.OperationOptions {
|
|
2490
|
-
}
|
|
2491
|
-
|
|
2492
|
-
/** Contains response data for the list operation. */
|
|
2493
|
-
export declare type NetworkExperimentProfilesListResponse = ProfileList;
|
|
2494
|
-
|
|
2495
|
-
/** Optional parameters. */
|
|
2496
|
-
export declare interface NetworkExperimentProfilesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2497
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2498
|
-
updateIntervalInMs?: number;
|
|
2499
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2500
|
-
resumeFrom?: string;
|
|
2501
|
-
}
|
|
2502
|
-
|
|
2503
|
-
/** Contains response data for the update operation. */
|
|
2504
|
-
export declare type NetworkExperimentProfilesUpdateResponse = Profile;
|
|
2505
|
-
|
|
2506
|
-
/**
|
|
2507
|
-
* Defines values for NetworkExperimentResourceState. \
|
|
2508
|
-
* {@link KnownNetworkExperimentResourceState} can be used interchangeably with NetworkExperimentResourceState,
|
|
2509
|
-
* this enum contains the known values that the service supports.
|
|
2510
|
-
* ### Known values supported by the service
|
|
2511
|
-
* **Creating** \
|
|
2512
|
-
* **Enabling** \
|
|
2513
|
-
* **Enabled** \
|
|
2514
|
-
* **Disabling** \
|
|
2515
|
-
* **Disabled** \
|
|
2516
|
-
* **Deleting**
|
|
2517
|
-
*/
|
|
2518
|
-
export declare type NetworkExperimentResourceState = string;
|
|
2519
|
-
|
|
2520
|
-
/**
|
|
2521
|
-
* Defines values for NetworkOperationStatus. \
|
|
2522
|
-
* {@link KnownNetworkOperationStatus} can be used interchangeably with NetworkOperationStatus,
|
|
2523
|
-
* this enum contains the known values that the service supports.
|
|
2524
|
-
* ### Known values supported by the service
|
|
2525
|
-
* **InProgress** \
|
|
2526
|
-
* **Succeeded** \
|
|
2527
|
-
* **Failed**
|
|
2528
|
-
*/
|
|
2529
|
-
export declare type NetworkOperationStatus = string;
|
|
2530
|
-
|
|
2531
|
-
/**
|
|
2532
|
-
* Defines values for Operator. \
|
|
2533
|
-
* {@link KnownOperator} can be used interchangeably with Operator,
|
|
2534
|
-
* this enum contains the known values that the service supports.
|
|
2535
|
-
* ### Known values supported by the service
|
|
2536
|
-
* **Any** \
|
|
2537
|
-
* **IPMatch** \
|
|
2538
|
-
* **GeoMatch** \
|
|
2539
|
-
* **Equal** \
|
|
2540
|
-
* **Contains** \
|
|
2541
|
-
* **LessThan** \
|
|
2542
|
-
* **GreaterThan** \
|
|
2543
|
-
* **LessThanOrEqual** \
|
|
2544
|
-
* **GreaterThanOrEqual** \
|
|
2545
|
-
* **BeginsWith** \
|
|
2546
|
-
* **EndsWith** \
|
|
2547
|
-
* **RegEx**
|
|
2548
|
-
*/
|
|
2549
|
-
export declare type Operator = string;
|
|
2550
|
-
|
|
2551
|
-
/** Interface representing a Policies. */
|
|
2552
|
-
export declare interface Policies {
|
|
2553
|
-
/**
|
|
2554
|
-
* Lists all of the protection policies within a resource group.
|
|
2555
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2556
|
-
* @param options The options parameters.
|
|
2557
|
-
*/
|
|
2558
|
-
list(resourceGroupName: string, options?: PoliciesListOptionalParams): PagedAsyncIterableIterator<WebApplicationFirewallPolicy>;
|
|
2559
|
-
/**
|
|
2560
|
-
* Lists all of the protection policies within a subscription.
|
|
2561
|
-
* @param options The options parameters.
|
|
2562
|
-
*/
|
|
2563
|
-
listBySubscription(options?: PoliciesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<WebApplicationFirewallPolicy>;
|
|
2564
|
-
/**
|
|
2565
|
-
* Retrieve protection policy with specified name within a resource group.
|
|
2566
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2567
|
-
* @param policyName The name of the Web Application Firewall Policy.
|
|
2568
|
-
* @param options The options parameters.
|
|
2569
|
-
*/
|
|
2570
|
-
get(resourceGroupName: string, policyName: string, options?: PoliciesGetOptionalParams): Promise<PoliciesGetResponse>;
|
|
2571
|
-
/**
|
|
2572
|
-
* Create or update policy with specified rule set name within a resource group.
|
|
2573
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2574
|
-
* @param policyName The name of the Web Application Firewall Policy.
|
|
2575
|
-
* @param parameters Policy to be created.
|
|
2576
|
-
* @param options The options parameters.
|
|
2577
|
-
*/
|
|
2578
|
-
beginCreateOrUpdate(resourceGroupName: string, policyName: string, parameters: WebApplicationFirewallPolicy, options?: PoliciesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PoliciesCreateOrUpdateResponse>, PoliciesCreateOrUpdateResponse>>;
|
|
2579
|
-
/**
|
|
2580
|
-
* Create or update policy with specified rule set name within a resource group.
|
|
2581
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2582
|
-
* @param policyName The name of the Web Application Firewall Policy.
|
|
2583
|
-
* @param parameters Policy to be created.
|
|
2584
|
-
* @param options The options parameters.
|
|
2585
|
-
*/
|
|
2586
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, policyName: string, parameters: WebApplicationFirewallPolicy, options?: PoliciesCreateOrUpdateOptionalParams): Promise<PoliciesCreateOrUpdateResponse>;
|
|
2587
|
-
/**
|
|
2588
|
-
* Patch a specific frontdoor webApplicationFirewall policy for tags update under the specified
|
|
2589
|
-
* subscription and resource group.
|
|
2590
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2591
|
-
* @param policyName The name of the Web Application Firewall Policy.
|
|
2592
|
-
* @param parameters FrontdoorWebApplicationFirewallPolicy parameters to be patched.
|
|
2593
|
-
* @param options The options parameters.
|
|
2594
|
-
*/
|
|
2595
|
-
beginUpdate(resourceGroupName: string, policyName: string, parameters: TagsObject, options?: PoliciesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PoliciesUpdateResponse>, PoliciesUpdateResponse>>;
|
|
2596
|
-
/**
|
|
2597
|
-
* Patch a specific frontdoor webApplicationFirewall policy for tags update under the specified
|
|
2598
|
-
* subscription and resource group.
|
|
2599
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2600
|
-
* @param policyName The name of the Web Application Firewall Policy.
|
|
2601
|
-
* @param parameters FrontdoorWebApplicationFirewallPolicy parameters to be patched.
|
|
2602
|
-
* @param options The options parameters.
|
|
2603
|
-
*/
|
|
2604
|
-
beginUpdateAndWait(resourceGroupName: string, policyName: string, parameters: TagsObject, options?: PoliciesUpdateOptionalParams): Promise<PoliciesUpdateResponse>;
|
|
2605
|
-
/**
|
|
2606
|
-
* Deletes Policy
|
|
2607
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2608
|
-
* @param policyName The name of the Web Application Firewall Policy.
|
|
2609
|
-
* @param options The options parameters.
|
|
2610
|
-
*/
|
|
2611
|
-
beginDelete(resourceGroupName: string, policyName: string, options?: PoliciesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2612
|
-
/**
|
|
2613
|
-
* Deletes Policy
|
|
2614
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2615
|
-
* @param policyName The name of the Web Application Firewall Policy.
|
|
2616
|
-
* @param options The options parameters.
|
|
2617
|
-
*/
|
|
2618
|
-
beginDeleteAndWait(resourceGroupName: string, policyName: string, options?: PoliciesDeleteOptionalParams): Promise<void>;
|
|
2619
|
-
}
|
|
2620
|
-
|
|
2621
|
-
/** Optional parameters. */
|
|
2622
|
-
export declare interface PoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2623
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2624
|
-
updateIntervalInMs?: number;
|
|
2625
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2626
|
-
resumeFrom?: string;
|
|
2627
|
-
}
|
|
2628
|
-
|
|
2629
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2630
|
-
export declare type PoliciesCreateOrUpdateResponse = WebApplicationFirewallPolicy;
|
|
2631
|
-
|
|
2632
|
-
/** Optional parameters. */
|
|
2633
|
-
export declare interface PoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2634
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2635
|
-
updateIntervalInMs?: number;
|
|
2636
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2637
|
-
resumeFrom?: string;
|
|
2638
|
-
}
|
|
2639
|
-
|
|
2640
|
-
/** Optional parameters. */
|
|
2641
|
-
export declare interface PoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
2642
|
-
}
|
|
2643
|
-
|
|
2644
|
-
/** Contains response data for the get operation. */
|
|
2645
|
-
export declare type PoliciesGetResponse = WebApplicationFirewallPolicy;
|
|
2646
|
-
|
|
2647
|
-
/** Optional parameters. */
|
|
2648
|
-
export declare interface PoliciesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2649
|
-
}
|
|
2650
|
-
|
|
2651
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2652
|
-
export declare type PoliciesListBySubscriptionNextResponse = WebApplicationFirewallPolicyList;
|
|
2653
|
-
|
|
2654
|
-
/** Optional parameters. */
|
|
2655
|
-
export declare interface PoliciesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2656
|
-
}
|
|
2657
|
-
|
|
2658
|
-
/** Contains response data for the listBySubscription operation. */
|
|
2659
|
-
export declare type PoliciesListBySubscriptionResponse = WebApplicationFirewallPolicyList;
|
|
2660
|
-
|
|
2661
|
-
/** Optional parameters. */
|
|
2662
|
-
export declare interface PoliciesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2663
|
-
}
|
|
2664
|
-
|
|
2665
|
-
/** Contains response data for the listNext operation. */
|
|
2666
|
-
export declare type PoliciesListNextResponse = WebApplicationFirewallPolicyList;
|
|
2667
|
-
|
|
2668
|
-
/** Optional parameters. */
|
|
2669
|
-
export declare interface PoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
2670
|
-
}
|
|
2671
|
-
|
|
2672
|
-
/** Contains response data for the list operation. */
|
|
2673
|
-
export declare type PoliciesListResponse = WebApplicationFirewallPolicyList;
|
|
2674
|
-
|
|
2675
|
-
/** Optional parameters. */
|
|
2676
|
-
export declare interface PoliciesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2677
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2678
|
-
updateIntervalInMs?: number;
|
|
2679
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2680
|
-
resumeFrom?: string;
|
|
2681
|
-
}
|
|
2682
|
-
|
|
2683
|
-
/** Contains response data for the update operation. */
|
|
2684
|
-
export declare type PoliciesUpdateResponse = WebApplicationFirewallPolicy;
|
|
2685
|
-
|
|
2686
|
-
/**
|
|
2687
|
-
* Defines values for PolicyEnabledState. \
|
|
2688
|
-
* {@link KnownPolicyEnabledState} can be used interchangeably with PolicyEnabledState,
|
|
2689
|
-
* this enum contains the known values that the service supports.
|
|
2690
|
-
* ### Known values supported by the service
|
|
2691
|
-
* **Disabled** \
|
|
2692
|
-
* **Enabled**
|
|
2693
|
-
*/
|
|
2694
|
-
export declare type PolicyEnabledState = string;
|
|
2695
|
-
|
|
2696
|
-
/**
|
|
2697
|
-
* Defines values for PolicyMode. \
|
|
2698
|
-
* {@link KnownPolicyMode} can be used interchangeably with PolicyMode,
|
|
2699
|
-
* this enum contains the known values that the service supports.
|
|
2700
|
-
* ### Known values supported by the service
|
|
2701
|
-
* **Prevention** \
|
|
2702
|
-
* **Detection**
|
|
2703
|
-
*/
|
|
2704
|
-
export declare type PolicyMode = string;
|
|
2705
|
-
|
|
2706
|
-
/**
|
|
2707
|
-
* Defines values for PolicyRequestBodyCheck. \
|
|
2708
|
-
* {@link KnownPolicyRequestBodyCheck} can be used interchangeably with PolicyRequestBodyCheck,
|
|
2709
|
-
* this enum contains the known values that the service supports.
|
|
2710
|
-
* ### Known values supported by the service
|
|
2711
|
-
* **Disabled** \
|
|
2712
|
-
* **Enabled**
|
|
2713
|
-
*/
|
|
2714
|
-
export declare type PolicyRequestBodyCheck = string;
|
|
2715
|
-
|
|
2716
|
-
/**
|
|
2717
|
-
* Defines values for PolicyResourceState. \
|
|
2718
|
-
* {@link KnownPolicyResourceState} can be used interchangeably with PolicyResourceState,
|
|
2719
|
-
* this enum contains the known values that the service supports.
|
|
2720
|
-
* ### Known values supported by the service
|
|
2721
|
-
* **Creating** \
|
|
2722
|
-
* **Enabling** \
|
|
2723
|
-
* **Enabled** \
|
|
2724
|
-
* **Disabling** \
|
|
2725
|
-
* **Disabled** \
|
|
2726
|
-
* **Deleting**
|
|
2727
|
-
*/
|
|
2728
|
-
export declare type PolicyResourceState = string;
|
|
2729
|
-
|
|
2730
|
-
/** Defines top-level WebApplicationFirewallPolicy configuration settings. */
|
|
2731
|
-
export declare interface PolicySettings {
|
|
2732
|
-
/** Describes if the policy is in enabled or disabled state. Defaults to Enabled if not specified. */
|
|
2733
|
-
enabledState?: PolicyEnabledState;
|
|
2734
|
-
/** Describes if it is in detection mode or prevention mode at policy level. */
|
|
2735
|
-
mode?: PolicyMode;
|
|
2736
|
-
/** If action type is redirect, this field represents redirect URL for the client. */
|
|
2737
|
-
redirectUrl?: string;
|
|
2738
|
-
/** If the action type is block, customer can override the response status code. */
|
|
2739
|
-
customBlockResponseStatusCode?: number;
|
|
2740
|
-
/** If the action type is block, customer can override the response body. The body must be specified in base64 encoding. */
|
|
2741
|
-
customBlockResponseBody?: string;
|
|
2742
|
-
/** Describes if policy managed rules will inspect the request body content. */
|
|
2743
|
-
requestBodyCheck?: PolicyRequestBodyCheck;
|
|
2744
|
-
/** Defines the JavaScript challenge cookie validity lifetime in minutes. This setting is only applicable to Premium_AzureFrontDoor. Value must be an integer between 5 and 1440 with the default value being 30. */
|
|
2745
|
-
javascriptChallengeExpirationInMinutes?: number;
|
|
2746
|
-
/** State of the log scrubbing config. Default value is Enabled. */
|
|
2747
|
-
state?: WebApplicationFirewallScrubbingState;
|
|
2748
|
-
/** List of log scrubbing rules applied to the Web Application Firewall logs. */
|
|
2749
|
-
scrubbingRules?: WebApplicationFirewallScrubbingRules[];
|
|
2750
|
-
}
|
|
2751
|
-
|
|
2752
|
-
/** Defines the properties of a preconfigured endpoint */
|
|
2753
|
-
export declare interface PreconfiguredEndpoint extends Resource {
|
|
2754
|
-
/** The description of the endpoint */
|
|
2755
|
-
description?: string;
|
|
2756
|
-
/** The endpoint that is preconfigured */
|
|
2757
|
-
endpoint?: string;
|
|
2758
|
-
/** The type of endpoint */
|
|
2759
|
-
endpointType?: EndpointType;
|
|
2760
|
-
/** The preconfigured endpoint backend */
|
|
2761
|
-
backend?: string;
|
|
2762
|
-
}
|
|
2763
|
-
|
|
2764
|
-
/** Defines a list of preconfigured endpoints. */
|
|
2765
|
-
export declare interface PreconfiguredEndpointList {
|
|
2766
|
-
/**
|
|
2767
|
-
* List of PreconfiguredEndpoints supported by NetworkExperiment.
|
|
2768
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2769
|
-
*/
|
|
2770
|
-
readonly value?: PreconfiguredEndpoint[];
|
|
2771
|
-
/** URL to get the next set of PreconfiguredEndpoints if there are any. */
|
|
2772
|
-
nextLink?: string;
|
|
2773
|
-
}
|
|
2774
|
-
|
|
2775
|
-
/** Interface representing a PreconfiguredEndpoints. */
|
|
2776
|
-
export declare interface PreconfiguredEndpoints {
|
|
2777
|
-
/**
|
|
2778
|
-
* Gets a list of Preconfigured Endpoints
|
|
2779
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2780
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
2781
|
-
* @param options The options parameters.
|
|
2782
|
-
*/
|
|
2783
|
-
list(resourceGroupName: string, profileName: string, options?: PreconfiguredEndpointsListOptionalParams): PagedAsyncIterableIterator<PreconfiguredEndpoint>;
|
|
2784
|
-
}
|
|
2785
|
-
|
|
2786
|
-
/** Optional parameters. */
|
|
2787
|
-
export declare interface PreconfiguredEndpointsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2788
|
-
}
|
|
2789
|
-
|
|
2790
|
-
/** Contains response data for the listNext operation. */
|
|
2791
|
-
export declare type PreconfiguredEndpointsListNextResponse = PreconfiguredEndpointList;
|
|
2792
|
-
|
|
2793
|
-
/** Optional parameters. */
|
|
2794
|
-
export declare interface PreconfiguredEndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
2795
|
-
}
|
|
2796
|
-
|
|
2797
|
-
/** Contains response data for the list operation. */
|
|
2798
|
-
export declare type PreconfiguredEndpointsListResponse = PreconfiguredEndpointList;
|
|
2799
|
-
|
|
2800
|
-
/**
|
|
2801
|
-
* Defines values for PrivateEndpointStatus. \
|
|
2802
|
-
* {@link KnownPrivateEndpointStatus} can be used interchangeably with PrivateEndpointStatus,
|
|
2803
|
-
* this enum contains the known values that the service supports.
|
|
2804
|
-
* ### Known values supported by the service
|
|
2805
|
-
* **Pending** \
|
|
2806
|
-
* **Approved** \
|
|
2807
|
-
* **Rejected** \
|
|
2808
|
-
* **Disconnected** \
|
|
2809
|
-
* **Timeout**
|
|
2810
|
-
*/
|
|
2811
|
-
export declare type PrivateEndpointStatus = string;
|
|
2812
|
-
|
|
2813
|
-
/** Defines an Network Experiment Profile and lists of Experiments */
|
|
2814
|
-
export declare interface Profile extends Resource {
|
|
2815
|
-
/** Gets a unique read-only string that changes whenever the resource is updated. */
|
|
2816
|
-
etag?: string;
|
|
2817
|
-
/**
|
|
2818
|
-
* Resource status.
|
|
2819
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2820
|
-
*/
|
|
2821
|
-
readonly resourceState?: NetworkExperimentResourceState;
|
|
2822
|
-
/** The state of the Experiment */
|
|
2823
|
-
enabledState?: State;
|
|
2824
|
-
}
|
|
2825
|
-
|
|
2826
|
-
/** Defines a list of Profiles. It contains a list of Profile objects and a URL link to get the next set of results. */
|
|
2827
|
-
export declare interface ProfileList {
|
|
2828
|
-
/**
|
|
2829
|
-
* List of Profiles within a resource group.
|
|
2830
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2831
|
-
*/
|
|
2832
|
-
readonly value?: Profile[];
|
|
2833
|
-
/** URL to get the next set of Profile objects if there are any. */
|
|
2834
|
-
nextLink?: string;
|
|
2835
|
-
}
|
|
2836
|
-
|
|
2837
|
-
/** Defines modifiable attributes of a Profile */
|
|
2838
|
-
export declare interface ProfileUpdateModel {
|
|
2839
|
-
/** Resource tags. */
|
|
2840
|
-
tags?: {
|
|
2841
|
-
[propertyName: string]: string;
|
|
2842
|
-
};
|
|
2843
|
-
/** The enabled state of the Profile */
|
|
2844
|
-
enabledState?: State;
|
|
2845
|
-
}
|
|
2846
|
-
|
|
2847
|
-
/** Parameters required for content purge. */
|
|
2848
|
-
export declare interface PurgeParameters {
|
|
2849
|
-
/** The path to the content to be purged. Can describe a file path or a wild card directory. */
|
|
2850
|
-
contentPaths: string[];
|
|
2851
|
-
}
|
|
2852
|
-
|
|
2853
|
-
/** Describes Redirect Route. */
|
|
2854
|
-
export declare interface RedirectConfiguration extends RouteConfiguration {
|
|
2855
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2856
|
-
odataType: "#Microsoft.Azure.FrontDoor.Models.FrontdoorRedirectConfiguration";
|
|
2857
|
-
/** The redirect type the rule will use when redirecting traffic. */
|
|
2858
|
-
redirectType?: FrontDoorRedirectType;
|
|
2859
|
-
/** The protocol of the destination to where the traffic is redirected */
|
|
2860
|
-
redirectProtocol?: FrontDoorRedirectProtocol;
|
|
2861
|
-
/** Host to redirect. Leave empty to use the incoming host as the destination host. */
|
|
2862
|
-
customHost?: string;
|
|
2863
|
-
/** The full path to redirect. Path cannot be empty and must start with /. Leave empty to use the incoming path as destination path. */
|
|
2864
|
-
customPath?: string;
|
|
2865
|
-
/** Fragment to add to the redirect URL. Fragment is the part of the URL that comes after #. Do not include the #. */
|
|
2866
|
-
customFragment?: string;
|
|
2867
|
-
/** The set of query strings to be placed in the redirect URL. Setting this value would replace any existing query string; leave empty to preserve the incoming query string. Query string must be in <key>=<value> format. The first ? and & will be added automatically so do not include them in the front, but do separate multiple query strings with &. */
|
|
2868
|
-
customQueryString?: string;
|
|
2869
|
-
}
|
|
2870
|
-
|
|
2871
|
-
/** Interface representing a Reports. */
|
|
2872
|
-
export declare interface Reports {
|
|
2873
|
-
/**
|
|
2874
|
-
* Gets a Latency Scorecard for a given Experiment
|
|
2875
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2876
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
2877
|
-
* @param experimentName The Experiment identifier associated with the Experiment
|
|
2878
|
-
* @param aggregationInterval The aggregation interval of the Latency Scorecard
|
|
2879
|
-
* @param options The options parameters.
|
|
2880
|
-
*/
|
|
2881
|
-
getLatencyScorecards(resourceGroupName: string, profileName: string, experimentName: string, aggregationInterval: LatencyScorecardAggregationInterval, options?: ReportsGetLatencyScorecardsOptionalParams): Promise<ReportsGetLatencyScorecardsResponse>;
|
|
2882
|
-
/**
|
|
2883
|
-
* Gets a Timeseries for a given Experiment
|
|
2884
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2885
|
-
* @param profileName The Profile identifier associated with the Tenant and Partner
|
|
2886
|
-
* @param experimentName The Experiment identifier associated with the Experiment
|
|
2887
|
-
* @param startDateTimeUTC The start DateTime of the Timeseries in UTC
|
|
2888
|
-
* @param endDateTimeUTC The end DateTime of the Timeseries in UTC
|
|
2889
|
-
* @param aggregationInterval The aggregation interval of the Timeseries
|
|
2890
|
-
* @param timeseriesType The type of Timeseries
|
|
2891
|
-
* @param options The options parameters.
|
|
2892
|
-
*/
|
|
2893
|
-
getTimeseries(resourceGroupName: string, profileName: string, experimentName: string, startDateTimeUTC: Date, endDateTimeUTC: Date, aggregationInterval: TimeseriesAggregationInterval, timeseriesType: TimeseriesType, options?: ReportsGetTimeseriesOptionalParams): Promise<ReportsGetTimeseriesResponse>;
|
|
2894
|
-
}
|
|
2895
|
-
|
|
2896
|
-
/** Optional parameters. */
|
|
2897
|
-
export declare interface ReportsGetLatencyScorecardsOptionalParams extends coreClient.OperationOptions {
|
|
2898
|
-
/** The end DateTime of the Latency Scorecard in UTC */
|
|
2899
|
-
endDateTimeUTC?: string;
|
|
2900
|
-
/** The country associated with the Latency Scorecard. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html */
|
|
2901
|
-
country?: string;
|
|
2902
|
-
}
|
|
2903
|
-
|
|
2904
|
-
/** Contains response data for the getLatencyScorecards operation. */
|
|
2905
|
-
export declare type ReportsGetLatencyScorecardsResponse = LatencyScorecard;
|
|
2906
|
-
|
|
2907
|
-
/** Optional parameters. */
|
|
2908
|
-
export declare interface ReportsGetTimeseriesOptionalParams extends coreClient.OperationOptions {
|
|
2909
|
-
/** The country associated with the Timeseries. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html */
|
|
2910
|
-
country?: string;
|
|
2911
|
-
/** The specific endpoint */
|
|
2912
|
-
endpoint?: string;
|
|
2913
|
-
}
|
|
2914
|
-
|
|
2915
|
-
/** Contains response data for the getTimeseries operation. */
|
|
2916
|
-
export declare type ReportsGetTimeseriesResponse = Timeseries;
|
|
2917
|
-
|
|
2918
|
-
/** Common resource representation. */
|
|
2919
|
-
export declare interface Resource {
|
|
2920
|
-
/**
|
|
2921
|
-
* Resource ID.
|
|
2922
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2923
|
-
*/
|
|
2924
|
-
readonly id?: string;
|
|
2925
|
-
/**
|
|
2926
|
-
* Resource name.
|
|
2927
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2928
|
-
*/
|
|
2929
|
-
readonly name?: string;
|
|
2930
|
-
/**
|
|
2931
|
-
* Resource type.
|
|
2932
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2933
|
-
*/
|
|
2934
|
-
readonly type?: string;
|
|
2935
|
-
/** Resource location. */
|
|
2936
|
-
location?: string;
|
|
2937
|
-
/** Resource tags. */
|
|
2938
|
-
tags?: {
|
|
2939
|
-
[propertyName: string]: string;
|
|
2940
|
-
};
|
|
2941
|
-
}
|
|
2942
|
-
|
|
2943
|
-
/** Defines values for ResourceType. */
|
|
2944
|
-
export declare type ResourceType = "Microsoft.Network/frontDoors" | "Microsoft.Network/frontDoors/frontendEndpoints";
|
|
2945
|
-
|
|
2946
|
-
/** Base class for all types of Route. */
|
|
2947
|
-
export declare interface RouteConfiguration {
|
|
2948
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2949
|
-
odataType: "#Microsoft.Azure.FrontDoor.Models.FrontdoorForwardingConfiguration" | "#Microsoft.Azure.FrontDoor.Models.FrontdoorRedirectConfiguration";
|
|
2950
|
-
}
|
|
2951
|
-
|
|
2952
|
-
export declare type RouteConfigurationUnion = RouteConfiguration | ForwardingConfiguration | RedirectConfiguration;
|
|
2953
|
-
|
|
2954
|
-
/** A routing rule represents a specification for traffic to treat and where to send it, along with health probe information. */
|
|
2955
|
-
export declare interface RoutingRule extends SubResource {
|
|
2956
|
-
/** Resource name. */
|
|
2957
|
-
name?: string;
|
|
2958
|
-
/**
|
|
2959
|
-
* Resource type.
|
|
2960
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2961
|
-
*/
|
|
2962
|
-
readonly type?: string;
|
|
2963
|
-
/** Frontend endpoints associated with this rule */
|
|
2964
|
-
frontendEndpoints?: SubResource[];
|
|
2965
|
-
/** Protocol schemes to match for this rule */
|
|
2966
|
-
acceptedProtocols?: FrontDoorProtocol[];
|
|
2967
|
-
/** The route patterns of the rule. */
|
|
2968
|
-
patternsToMatch?: string[];
|
|
2969
|
-
/** Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled' */
|
|
2970
|
-
enabledState?: RoutingRuleEnabledState;
|
|
2971
|
-
/** A reference to the routing configuration. */
|
|
2972
|
-
routeConfiguration?: RouteConfigurationUnion;
|
|
2973
|
-
/** A reference to a specific Rules Engine Configuration to apply to this route. */
|
|
2974
|
-
rulesEngine?: SubResource;
|
|
2975
|
-
/** Defines the Web Application Firewall policy for each routing rule (if applicable) */
|
|
2976
|
-
webApplicationFirewallPolicyLink?: RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink;
|
|
2977
|
-
/**
|
|
2978
|
-
* Resource status.
|
|
2979
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2980
|
-
*/
|
|
2981
|
-
readonly resourceState?: FrontDoorResourceState;
|
|
2982
|
-
}
|
|
2983
|
-
|
|
2984
|
-
/**
|
|
2985
|
-
* Defines values for RoutingRuleEnabledState. \
|
|
2986
|
-
* {@link KnownRoutingRuleEnabledState} can be used interchangeably with RoutingRuleEnabledState,
|
|
2987
|
-
* this enum contains the known values that the service supports.
|
|
2988
|
-
* ### Known values supported by the service
|
|
2989
|
-
* **Enabled** \
|
|
2990
|
-
* **Disabled**
|
|
2991
|
-
*/
|
|
2992
|
-
export declare type RoutingRuleEnabledState = string;
|
|
2993
|
-
|
|
2994
|
-
/** Defines the Resource ID for a Routing Rule. */
|
|
2995
|
-
export declare interface RoutingRuleLink {
|
|
2996
|
-
/** Resource ID. */
|
|
2997
|
-
id?: string;
|
|
2998
|
-
}
|
|
2999
|
-
|
|
3000
|
-
/** Result of the request to list Routing Rules. It contains a list of Routing Rule objects and a URL link to get the next set of results. */
|
|
3001
|
-
export declare interface RoutingRuleListResult {
|
|
3002
|
-
/**
|
|
3003
|
-
* List of Routing Rules within a Front Door.
|
|
3004
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3005
|
-
*/
|
|
3006
|
-
readonly value?: RoutingRule[];
|
|
3007
|
-
/** URL to get the next set of RoutingRule objects if there are any. */
|
|
3008
|
-
nextLink?: string;
|
|
3009
|
-
}
|
|
3010
|
-
|
|
3011
|
-
/** The JSON object that contains the properties required to create a routing rule. */
|
|
3012
|
-
export declare interface RoutingRuleProperties extends RoutingRuleUpdateParameters {
|
|
3013
|
-
/**
|
|
3014
|
-
* Resource status.
|
|
3015
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3016
|
-
*/
|
|
3017
|
-
readonly resourceState?: FrontDoorResourceState;
|
|
3018
|
-
}
|
|
3019
|
-
|
|
3020
|
-
/** Routing rules to apply to an endpoint */
|
|
3021
|
-
export declare interface RoutingRuleUpdateParameters {
|
|
3022
|
-
/** Frontend endpoints associated with this rule */
|
|
3023
|
-
frontendEndpoints?: SubResource[];
|
|
3024
|
-
/** Protocol schemes to match for this rule */
|
|
3025
|
-
acceptedProtocols?: FrontDoorProtocol[];
|
|
3026
|
-
/** The route patterns of the rule. */
|
|
3027
|
-
patternsToMatch?: string[];
|
|
3028
|
-
/** Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled' */
|
|
3029
|
-
enabledState?: RoutingRuleEnabledState;
|
|
3030
|
-
/** A reference to the routing configuration. */
|
|
3031
|
-
routeConfiguration?: RouteConfigurationUnion;
|
|
3032
|
-
/** A reference to a specific Rules Engine Configuration to apply to this route. */
|
|
3033
|
-
rulesEngine?: SubResource;
|
|
3034
|
-
/** Defines the Web Application Firewall policy for each routing rule (if applicable) */
|
|
3035
|
-
webApplicationFirewallPolicyLink?: RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink;
|
|
3036
|
-
}
|
|
3037
|
-
|
|
3038
|
-
/** Defines the Web Application Firewall policy for each routing rule (if applicable) */
|
|
3039
|
-
export declare interface RoutingRuleUpdateParametersWebApplicationFirewallPolicyLink {
|
|
3040
|
-
/** Resource ID. */
|
|
3041
|
-
id?: string;
|
|
3042
|
-
}
|
|
3043
|
-
|
|
3044
|
-
/** A rules engine configuration containing a list of rules that will run to modify the runtime behavior of the request and response. */
|
|
3045
|
-
export declare interface RulesEngine {
|
|
3046
|
-
/**
|
|
3047
|
-
* Resource name.
|
|
3048
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3049
|
-
*/
|
|
3050
|
-
readonly name?: string;
|
|
3051
|
-
/**
|
|
3052
|
-
* Resource type.
|
|
3053
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3054
|
-
*/
|
|
3055
|
-
readonly type?: string;
|
|
3056
|
-
/**
|
|
3057
|
-
* Resource ID.
|
|
3058
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3059
|
-
*/
|
|
3060
|
-
readonly id?: string;
|
|
3061
|
-
/** A list of rules that define a particular Rules Engine Configuration. */
|
|
3062
|
-
rules?: RulesEngineRule[];
|
|
3063
|
-
/**
|
|
3064
|
-
* Resource status.
|
|
3065
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3066
|
-
*/
|
|
3067
|
-
readonly resourceState?: FrontDoorResourceState;
|
|
3068
|
-
}
|
|
3069
|
-
|
|
3070
|
-
/** One or more actions that will execute, modifying the request and/or response. */
|
|
3071
|
-
export declare interface RulesEngineAction {
|
|
3072
|
-
/** A list of header actions to apply from the request from AFD to the origin. */
|
|
3073
|
-
requestHeaderActions?: HeaderAction[];
|
|
3074
|
-
/** A list of header actions to apply from the response from AFD to the client. */
|
|
3075
|
-
responseHeaderActions?: HeaderAction[];
|
|
3076
|
-
/** Override the route configuration. */
|
|
3077
|
-
routeConfigurationOverride?: RouteConfigurationUnion;
|
|
3078
|
-
}
|
|
3079
|
-
|
|
3080
|
-
/** Result of the request to list Rules Engine Configurations. It contains a list of RulesEngine objects and a URL link to get the next set of results. */
|
|
3081
|
-
export declare interface RulesEngineListResult {
|
|
3082
|
-
/**
|
|
3083
|
-
* List of rulesEngines within a Front Door.
|
|
3084
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3085
|
-
*/
|
|
3086
|
-
readonly value?: RulesEngine[];
|
|
3087
|
-
/** URL to get the next set of RulesEngine objects if there are any. */
|
|
3088
|
-
nextLink?: string;
|
|
3089
|
-
}
|
|
3090
|
-
|
|
3091
|
-
/** Define a match condition */
|
|
3092
|
-
export declare interface RulesEngineMatchCondition {
|
|
3093
|
-
/** Match Variable */
|
|
3094
|
-
rulesEngineMatchVariable: RulesEngineMatchVariable;
|
|
3095
|
-
/** Name of selector in RequestHeader or RequestBody to be matched */
|
|
3096
|
-
selector?: string;
|
|
3097
|
-
/** Describes operator to apply to the match condition. */
|
|
3098
|
-
rulesEngineOperator: RulesEngineOperator;
|
|
3099
|
-
/** Describes if this is negate condition or not */
|
|
3100
|
-
negateCondition?: boolean;
|
|
3101
|
-
/** Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match. */
|
|
3102
|
-
rulesEngineMatchValue: string[];
|
|
3103
|
-
/** List of transforms */
|
|
3104
|
-
transforms?: Transform[];
|
|
3105
|
-
}
|
|
3106
|
-
|
|
3107
|
-
/**
|
|
3108
|
-
* Defines values for RulesEngineMatchVariable. \
|
|
3109
|
-
* {@link KnownRulesEngineMatchVariable} can be used interchangeably with RulesEngineMatchVariable,
|
|
3110
|
-
* this enum contains the known values that the service supports.
|
|
3111
|
-
* ### Known values supported by the service
|
|
3112
|
-
* **IsMobile** \
|
|
3113
|
-
* **RemoteAddr** \
|
|
3114
|
-
* **RequestMethod** \
|
|
3115
|
-
* **QueryString** \
|
|
3116
|
-
* **PostArgs** \
|
|
3117
|
-
* **RequestUri** \
|
|
3118
|
-
* **RequestPath** \
|
|
3119
|
-
* **RequestFilename** \
|
|
3120
|
-
* **RequestFilenameExtension** \
|
|
3121
|
-
* **RequestHeader** \
|
|
3122
|
-
* **RequestBody** \
|
|
3123
|
-
* **RequestScheme**
|
|
3124
|
-
*/
|
|
3125
|
-
export declare type RulesEngineMatchVariable = string;
|
|
3126
|
-
|
|
3127
|
-
/**
|
|
3128
|
-
* Defines values for RulesEngineOperator. \
|
|
3129
|
-
* {@link KnownRulesEngineOperator} can be used interchangeably with RulesEngineOperator,
|
|
3130
|
-
* this enum contains the known values that the service supports.
|
|
3131
|
-
* ### Known values supported by the service
|
|
3132
|
-
* **Any** \
|
|
3133
|
-
* **IPMatch** \
|
|
3134
|
-
* **GeoMatch** \
|
|
3135
|
-
* **Equal** \
|
|
3136
|
-
* **Contains** \
|
|
3137
|
-
* **LessThan** \
|
|
3138
|
-
* **GreaterThan** \
|
|
3139
|
-
* **LessThanOrEqual** \
|
|
3140
|
-
* **GreaterThanOrEqual** \
|
|
3141
|
-
* **BeginsWith** \
|
|
3142
|
-
* **EndsWith**
|
|
3143
|
-
*/
|
|
3144
|
-
export declare type RulesEngineOperator = string;
|
|
3145
|
-
|
|
3146
|
-
/** The JSON object that contains the properties required to create a Rules Engine Configuration. */
|
|
3147
|
-
export declare interface RulesEngineProperties extends RulesEngineUpdateParameters {
|
|
3148
|
-
/**
|
|
3149
|
-
* Resource status.
|
|
3150
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3151
|
-
*/
|
|
3152
|
-
readonly resourceState?: FrontDoorResourceState;
|
|
3153
|
-
}
|
|
3154
|
-
|
|
3155
|
-
/** Contains a list of match conditions, and an action on how to modify the request/response. If multiple rules match, the actions from one rule that conflict with a previous rule overwrite for a singular action, or append in the case of headers manipulation. */
|
|
3156
|
-
export declare interface RulesEngineRule {
|
|
3157
|
-
/** A name to refer to this specific rule. */
|
|
3158
|
-
name: string;
|
|
3159
|
-
/** A priority assigned to this rule. */
|
|
3160
|
-
priority: number;
|
|
3161
|
-
/** Actions to perform on the request and response if all of the match conditions are met. */
|
|
3162
|
-
action: RulesEngineAction;
|
|
3163
|
-
/** A list of match conditions that must meet in order for the actions of this rule to run. Having no match conditions means the actions will always run. */
|
|
3164
|
-
matchConditions?: RulesEngineMatchCondition[];
|
|
3165
|
-
/** If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue. */
|
|
3166
|
-
matchProcessingBehavior?: MatchProcessingBehavior;
|
|
3167
|
-
}
|
|
3168
|
-
|
|
3169
|
-
/** Interface representing a RulesEngines. */
|
|
3170
|
-
export declare interface RulesEngines {
|
|
3171
|
-
/**
|
|
3172
|
-
* Lists all of the Rules Engine Configurations within a Front Door.
|
|
3173
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
3174
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
3175
|
-
* @param options The options parameters.
|
|
3176
|
-
*/
|
|
3177
|
-
listByFrontDoor(resourceGroupName: string, frontDoorName: string, options?: RulesEnginesListByFrontDoorOptionalParams): PagedAsyncIterableIterator<RulesEngine>;
|
|
3178
|
-
/**
|
|
3179
|
-
* Gets a Rules Engine Configuration with the specified name within the specified Front Door.
|
|
3180
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
3181
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
3182
|
-
* @param rulesEngineName Name of the Rules Engine which is unique within the Front Door.
|
|
3183
|
-
* @param options The options parameters.
|
|
3184
|
-
*/
|
|
3185
|
-
get(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesGetOptionalParams): Promise<RulesEnginesGetResponse>;
|
|
3186
|
-
/**
|
|
3187
|
-
* Creates a new Rules Engine Configuration with the specified name within the specified Front Door.
|
|
3188
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
3189
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
3190
|
-
* @param rulesEngineName Name of the Rules Engine which is unique within the Front Door.
|
|
3191
|
-
* @param rulesEngineParameters Rules Engine Configuration properties needed to create a new Rules
|
|
3192
|
-
* Engine Configuration.
|
|
3193
|
-
* @param options The options parameters.
|
|
3194
|
-
*/
|
|
3195
|
-
beginCreateOrUpdate(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, rulesEngineParameters: RulesEngine, options?: RulesEnginesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<RulesEnginesCreateOrUpdateResponse>, RulesEnginesCreateOrUpdateResponse>>;
|
|
3196
|
-
/**
|
|
3197
|
-
* Creates a new Rules Engine Configuration with the specified name within the specified Front Door.
|
|
3198
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
3199
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
3200
|
-
* @param rulesEngineName Name of the Rules Engine which is unique within the Front Door.
|
|
3201
|
-
* @param rulesEngineParameters Rules Engine Configuration properties needed to create a new Rules
|
|
3202
|
-
* Engine Configuration.
|
|
3203
|
-
* @param options The options parameters.
|
|
3204
|
-
*/
|
|
3205
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, rulesEngineParameters: RulesEngine, options?: RulesEnginesCreateOrUpdateOptionalParams): Promise<RulesEnginesCreateOrUpdateResponse>;
|
|
3206
|
-
/**
|
|
3207
|
-
* Deletes an existing Rules Engine Configuration with the specified parameters.
|
|
3208
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
3209
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
3210
|
-
* @param rulesEngineName Name of the Rules Engine which is unique within the Front Door.
|
|
3211
|
-
* @param options The options parameters.
|
|
3212
|
-
*/
|
|
3213
|
-
beginDelete(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
3214
|
-
/**
|
|
3215
|
-
* Deletes an existing Rules Engine Configuration with the specified parameters.
|
|
3216
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
3217
|
-
* @param frontDoorName Name of the Front Door which is globally unique.
|
|
3218
|
-
* @param rulesEngineName Name of the Rules Engine which is unique within the Front Door.
|
|
3219
|
-
* @param options The options parameters.
|
|
3220
|
-
*/
|
|
3221
|
-
beginDeleteAndWait(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesDeleteOptionalParams): Promise<void>;
|
|
3222
|
-
}
|
|
3223
|
-
|
|
3224
|
-
/** Optional parameters. */
|
|
3225
|
-
export declare interface RulesEnginesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3226
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3227
|
-
updateIntervalInMs?: number;
|
|
3228
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3229
|
-
resumeFrom?: string;
|
|
3230
|
-
}
|
|
3231
|
-
|
|
3232
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
3233
|
-
export declare type RulesEnginesCreateOrUpdateResponse = RulesEngine;
|
|
3234
|
-
|
|
3235
|
-
/** Optional parameters. */
|
|
3236
|
-
export declare interface RulesEnginesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3237
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3238
|
-
updateIntervalInMs?: number;
|
|
3239
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3240
|
-
resumeFrom?: string;
|
|
3241
|
-
}
|
|
3242
|
-
|
|
3243
|
-
/** Optional parameters. */
|
|
3244
|
-
export declare interface RulesEnginesGetOptionalParams extends coreClient.OperationOptions {
|
|
3245
|
-
}
|
|
3246
|
-
|
|
3247
|
-
/** Contains response data for the get operation. */
|
|
3248
|
-
export declare type RulesEnginesGetResponse = RulesEngine;
|
|
3249
|
-
|
|
3250
|
-
/** Optional parameters. */
|
|
3251
|
-
export declare interface RulesEnginesListByFrontDoorNextOptionalParams extends coreClient.OperationOptions {
|
|
3252
|
-
}
|
|
3253
|
-
|
|
3254
|
-
/** Contains response data for the listByFrontDoorNext operation. */
|
|
3255
|
-
export declare type RulesEnginesListByFrontDoorNextResponse = RulesEngineListResult;
|
|
3256
|
-
|
|
3257
|
-
/** Optional parameters. */
|
|
3258
|
-
export declare interface RulesEnginesListByFrontDoorOptionalParams extends coreClient.OperationOptions {
|
|
3259
|
-
}
|
|
3260
|
-
|
|
3261
|
-
/** Contains response data for the listByFrontDoor operation. */
|
|
3262
|
-
export declare type RulesEnginesListByFrontDoorResponse = RulesEngineListResult;
|
|
3263
|
-
|
|
3264
|
-
/** Rules Engine Configuration to apply to a Routing Rule. */
|
|
3265
|
-
export declare interface RulesEngineUpdateParameters {
|
|
3266
|
-
/** A list of rules that define a particular Rules Engine Configuration. */
|
|
3267
|
-
rules?: RulesEngineRule[];
|
|
3268
|
-
}
|
|
3269
|
-
|
|
3270
|
-
/**
|
|
3271
|
-
* Defines values for RuleType. \
|
|
3272
|
-
* {@link KnownRuleType} can be used interchangeably with RuleType,
|
|
3273
|
-
* this enum contains the known values that the service supports.
|
|
3274
|
-
* ### Known values supported by the service
|
|
3275
|
-
* **MatchRule** \
|
|
3276
|
-
* **RateLimitRule**
|
|
3277
|
-
*/
|
|
3278
|
-
export declare type RuleType = string;
|
|
3279
|
-
|
|
3280
|
-
/**
|
|
3281
|
-
* Defines values for ScrubbingRuleEntryMatchOperator. \
|
|
3282
|
-
* {@link KnownScrubbingRuleEntryMatchOperator} can be used interchangeably with ScrubbingRuleEntryMatchOperator,
|
|
3283
|
-
* this enum contains the known values that the service supports.
|
|
3284
|
-
* ### Known values supported by the service
|
|
3285
|
-
* **EqualsAny** \
|
|
3286
|
-
* **Equals**
|
|
3287
|
-
*/
|
|
3288
|
-
export declare type ScrubbingRuleEntryMatchOperator = string;
|
|
3289
|
-
|
|
3290
|
-
/**
|
|
3291
|
-
* Defines values for ScrubbingRuleEntryMatchVariable. \
|
|
3292
|
-
* {@link KnownScrubbingRuleEntryMatchVariable} can be used interchangeably with ScrubbingRuleEntryMatchVariable,
|
|
3293
|
-
* this enum contains the known values that the service supports.
|
|
3294
|
-
* ### Known values supported by the service
|
|
3295
|
-
* **RequestIPAddress** \
|
|
3296
|
-
* **RequestUri** \
|
|
3297
|
-
* **QueryStringArgNames** \
|
|
3298
|
-
* **RequestHeaderNames** \
|
|
3299
|
-
* **RequestCookieNames** \
|
|
3300
|
-
* **RequestBodyPostArgNames** \
|
|
3301
|
-
* **RequestBodyJsonArgNames**
|
|
3302
|
-
*/
|
|
3303
|
-
export declare type ScrubbingRuleEntryMatchVariable = string;
|
|
3304
|
-
|
|
3305
|
-
/**
|
|
3306
|
-
* Defines values for ScrubbingRuleEntryState. \
|
|
3307
|
-
* {@link KnownScrubbingRuleEntryState} can be used interchangeably with ScrubbingRuleEntryState,
|
|
3308
|
-
* this enum contains the known values that the service supports.
|
|
3309
|
-
* ### Known values supported by the service
|
|
3310
|
-
* **Enabled** \
|
|
3311
|
-
* **Disabled**
|
|
3312
|
-
*/
|
|
3313
|
-
export declare type ScrubbingRuleEntryState = string;
|
|
3314
|
-
|
|
3315
|
-
/** Defines the Resource ID for a Security Policy. */
|
|
3316
|
-
export declare interface SecurityPolicyLink {
|
|
3317
|
-
/** Resource ID. */
|
|
3318
|
-
id?: string;
|
|
3319
|
-
}
|
|
3320
|
-
|
|
3321
|
-
/**
|
|
3322
|
-
* Defines values for SessionAffinityEnabledState. \
|
|
3323
|
-
* {@link KnownSessionAffinityEnabledState} can be used interchangeably with SessionAffinityEnabledState,
|
|
3324
|
-
* this enum contains the known values that the service supports.
|
|
3325
|
-
* ### Known values supported by the service
|
|
3326
|
-
* **Enabled** \
|
|
3327
|
-
* **Disabled**
|
|
3328
|
-
*/
|
|
3329
|
-
export declare type SessionAffinityEnabledState = string;
|
|
3330
|
-
|
|
3331
|
-
/** The pricing tier of the web application firewall policy. */
|
|
3332
|
-
export declare interface Sku {
|
|
3333
|
-
/** Name of the pricing tier. */
|
|
3334
|
-
name?: SkuName;
|
|
3335
|
-
}
|
|
3336
|
-
|
|
3337
|
-
/**
|
|
3338
|
-
* Defines values for SkuName. \
|
|
3339
|
-
* {@link KnownSkuName} can be used interchangeably with SkuName,
|
|
3340
|
-
* this enum contains the known values that the service supports.
|
|
3341
|
-
* ### Known values supported by the service
|
|
3342
|
-
* **Classic_AzureFrontDoor** \
|
|
3343
|
-
* **Standard_AzureFrontDoor** \
|
|
3344
|
-
* **Premium_AzureFrontDoor**
|
|
3345
|
-
*/
|
|
3346
|
-
export declare type SkuName = string;
|
|
3347
|
-
|
|
3348
|
-
/**
|
|
3349
|
-
* Defines values for State. \
|
|
3350
|
-
* {@link KnownState} can be used interchangeably with State,
|
|
3351
|
-
* this enum contains the known values that the service supports.
|
|
3352
|
-
* ### Known values supported by the service
|
|
3353
|
-
* **Enabled** \
|
|
3354
|
-
* **Disabled**
|
|
3355
|
-
*/
|
|
3356
|
-
export declare type State = string;
|
|
3357
|
-
|
|
3358
|
-
/** Reference to another subresource. */
|
|
3359
|
-
export declare interface SubResource {
|
|
3360
|
-
/** Resource ID. */
|
|
3361
|
-
id?: string;
|
|
3362
|
-
}
|
|
3363
|
-
|
|
3364
|
-
/** Tags object for patch operations. */
|
|
3365
|
-
export declare interface TagsObject {
|
|
3366
|
-
/** Resource tags. */
|
|
3367
|
-
tags?: {
|
|
3368
|
-
[propertyName: string]: string;
|
|
3369
|
-
};
|
|
3370
|
-
}
|
|
3371
|
-
|
|
3372
|
-
/** Defines the Timeseries */
|
|
3373
|
-
export declare interface Timeseries extends Resource {
|
|
3374
|
-
/** The endpoint associated with the Timeseries data point */
|
|
3375
|
-
endpoint?: string;
|
|
3376
|
-
/** The start DateTime of the Timeseries in UTC */
|
|
3377
|
-
startDateTimeUTC?: string;
|
|
3378
|
-
/** The end DateTime of the Timeseries in UTC */
|
|
3379
|
-
endDateTimeUTC?: string;
|
|
3380
|
-
/** The aggregation interval of the Timeseries */
|
|
3381
|
-
aggregationInterval?: AggregationInterval;
|
|
3382
|
-
/** The type of Timeseries */
|
|
3383
|
-
timeseriesType?: TimeseriesType;
|
|
3384
|
-
/** The country associated with the Timeseries. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html */
|
|
3385
|
-
country?: string;
|
|
3386
|
-
/** The set of data points for the timeseries */
|
|
3387
|
-
timeseriesData?: TimeseriesDataPoint[];
|
|
3388
|
-
}
|
|
3389
|
-
|
|
3390
|
-
/**
|
|
3391
|
-
* Defines values for TimeseriesAggregationInterval. \
|
|
3392
|
-
* {@link KnownTimeseriesAggregationInterval} can be used interchangeably with TimeseriesAggregationInterval,
|
|
3393
|
-
* this enum contains the known values that the service supports.
|
|
3394
|
-
* ### Known values supported by the service
|
|
3395
|
-
* **Hourly** \
|
|
3396
|
-
* **Daily**
|
|
3397
|
-
*/
|
|
3398
|
-
export declare type TimeseriesAggregationInterval = string;
|
|
3399
|
-
|
|
3400
|
-
/** Defines a timeseries datapoint used in a timeseries */
|
|
3401
|
-
export declare interface TimeseriesDataPoint {
|
|
3402
|
-
/** The DateTime of the Timeseries data point in UTC */
|
|
3403
|
-
dateTimeUTC?: string;
|
|
3404
|
-
/** The Value of the Timeseries data point */
|
|
3405
|
-
value?: number;
|
|
3406
|
-
}
|
|
3407
|
-
|
|
3408
|
-
/**
|
|
3409
|
-
* Defines values for TimeseriesType. \
|
|
3410
|
-
* {@link KnownTimeseriesType} can be used interchangeably with TimeseriesType,
|
|
3411
|
-
* this enum contains the known values that the service supports.
|
|
3412
|
-
* ### Known values supported by the service
|
|
3413
|
-
* **MeasurementCounts** \
|
|
3414
|
-
* **LatencyP50** \
|
|
3415
|
-
* **LatencyP75** \
|
|
3416
|
-
* **LatencyP95**
|
|
3417
|
-
*/
|
|
3418
|
-
export declare type TimeseriesType = string;
|
|
3419
|
-
|
|
3420
|
-
/**
|
|
3421
|
-
* Defines values for Transform. \
|
|
3422
|
-
* {@link KnownTransform} can be used interchangeably with Transform,
|
|
3423
|
-
* this enum contains the known values that the service supports.
|
|
3424
|
-
* ### Known values supported by the service
|
|
3425
|
-
* **Lowercase** \
|
|
3426
|
-
* **Uppercase** \
|
|
3427
|
-
* **Trim** \
|
|
3428
|
-
* **UrlDecode** \
|
|
3429
|
-
* **UrlEncode** \
|
|
3430
|
-
* **RemoveNulls**
|
|
3431
|
-
*/
|
|
3432
|
-
export declare type Transform = string;
|
|
3433
|
-
|
|
3434
|
-
/**
|
|
3435
|
-
* Defines values for TransformType. \
|
|
3436
|
-
* {@link KnownTransformType} can be used interchangeably with TransformType,
|
|
3437
|
-
* this enum contains the known values that the service supports.
|
|
3438
|
-
* ### Known values supported by the service
|
|
3439
|
-
* **Lowercase** \
|
|
3440
|
-
* **Uppercase** \
|
|
3441
|
-
* **Trim** \
|
|
3442
|
-
* **UrlDecode** \
|
|
3443
|
-
* **UrlEncode** \
|
|
3444
|
-
* **RemoveNulls**
|
|
3445
|
-
*/
|
|
3446
|
-
export declare type TransformType = string;
|
|
3447
|
-
|
|
3448
|
-
/** Input of the custom domain to be validated for DNS mapping. */
|
|
3449
|
-
export declare interface ValidateCustomDomainInput {
|
|
3450
|
-
/** The host name of the custom domain. Must be a domain name. */
|
|
3451
|
-
hostName: string;
|
|
3452
|
-
}
|
|
3453
|
-
|
|
3454
|
-
/** Output of custom domain validation. */
|
|
3455
|
-
export declare interface ValidateCustomDomainOutput {
|
|
3456
|
-
/**
|
|
3457
|
-
* Indicates whether the custom domain is valid or not.
|
|
3458
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3459
|
-
*/
|
|
3460
|
-
readonly customDomainValidated?: boolean;
|
|
3461
|
-
/**
|
|
3462
|
-
* The reason why the custom domain is not valid.
|
|
3463
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3464
|
-
*/
|
|
3465
|
-
readonly reason?: string;
|
|
3466
|
-
/**
|
|
3467
|
-
* Error message describing why the custom domain is not valid.
|
|
3468
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3469
|
-
*/
|
|
3470
|
-
readonly message?: string;
|
|
3471
|
-
}
|
|
3472
|
-
|
|
3473
|
-
/**
|
|
3474
|
-
* Defines values for VariableName. \
|
|
3475
|
-
* {@link KnownVariableName} can be used interchangeably with VariableName,
|
|
3476
|
-
* this enum contains the known values that the service supports.
|
|
3477
|
-
* ### Known values supported by the service
|
|
3478
|
-
* **SocketAddr** \
|
|
3479
|
-
* **GeoLocation** \
|
|
3480
|
-
* **None**
|
|
3481
|
-
*/
|
|
3482
|
-
export declare type VariableName = string;
|
|
3483
|
-
|
|
3484
|
-
/** Defines web application firewall policy. */
|
|
3485
|
-
export declare interface WebApplicationFirewallPolicy extends Resource {
|
|
3486
|
-
/** Gets a unique read-only string that changes whenever the resource is updated. */
|
|
3487
|
-
etag?: string;
|
|
3488
|
-
/** The pricing tier of web application firewall policy. Defaults to Classic_AzureFrontDoor if not specified. */
|
|
3489
|
-
sku?: Sku;
|
|
3490
|
-
/** Describes settings for the policy. */
|
|
3491
|
-
policySettings?: PolicySettings;
|
|
3492
|
-
/** Describes custom rules inside the policy. */
|
|
3493
|
-
customRules?: CustomRuleList;
|
|
3494
|
-
/** Describes managed rules inside the policy. */
|
|
3495
|
-
managedRules?: ManagedRuleSetList;
|
|
3496
|
-
/**
|
|
3497
|
-
* Describes Frontend Endpoints associated with this Web Application Firewall policy.
|
|
3498
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3499
|
-
*/
|
|
3500
|
-
readonly frontendEndpointLinks?: FrontendEndpointLink[];
|
|
3501
|
-
/**
|
|
3502
|
-
* Describes Routing Rules associated with this Web Application Firewall policy.
|
|
3503
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3504
|
-
*/
|
|
3505
|
-
readonly routingRuleLinks?: RoutingRuleLink[];
|
|
3506
|
-
/**
|
|
3507
|
-
* Describes Security Policy associated with this Web Application Firewall policy.
|
|
3508
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3509
|
-
*/
|
|
3510
|
-
readonly securityPolicyLinks?: SecurityPolicyLink[];
|
|
3511
|
-
/**
|
|
3512
|
-
* Provisioning state of the policy.
|
|
3513
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3514
|
-
*/
|
|
3515
|
-
readonly provisioningState?: string;
|
|
3516
|
-
/**
|
|
3517
|
-
* Resource status of the policy.
|
|
3518
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3519
|
-
*/
|
|
3520
|
-
readonly resourceState?: PolicyResourceState;
|
|
3521
|
-
}
|
|
3522
|
-
|
|
3523
|
-
/** Defines a list of WebApplicationFirewallPolicies. It contains a list of WebApplicationFirewallPolicy objects and a URL link to get the next set of results. */
|
|
3524
|
-
export declare interface WebApplicationFirewallPolicyList {
|
|
3525
|
-
/**
|
|
3526
|
-
* List of WebApplicationFirewallPolicies within a resource group.
|
|
3527
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3528
|
-
*/
|
|
3529
|
-
readonly value?: WebApplicationFirewallPolicy[];
|
|
3530
|
-
/** URL to get the next set of WebApplicationFirewallPolicy objects if there are any. */
|
|
3531
|
-
nextLink?: string;
|
|
3532
|
-
}
|
|
3533
|
-
|
|
3534
|
-
/** Defines the contents of the log scrubbing rules. */
|
|
3535
|
-
export declare interface WebApplicationFirewallScrubbingRules {
|
|
3536
|
-
/** The variable to be scrubbed from the logs. */
|
|
3537
|
-
matchVariable: ScrubbingRuleEntryMatchVariable;
|
|
3538
|
-
/** When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to. */
|
|
3539
|
-
selectorMatchOperator: ScrubbingRuleEntryMatchOperator;
|
|
3540
|
-
/** When matchVariable is a collection, operator used to specify which elements in the collection this rule applies to. */
|
|
3541
|
-
selector?: string;
|
|
3542
|
-
/** Defines the state of a log scrubbing rule. Default value is enabled. */
|
|
3543
|
-
state?: ScrubbingRuleEntryState;
|
|
3544
|
-
}
|
|
3545
|
-
|
|
3546
|
-
/**
|
|
3547
|
-
* Defines values for WebApplicationFirewallScrubbingState. \
|
|
3548
|
-
* {@link KnownWebApplicationFirewallScrubbingState} can be used interchangeably with WebApplicationFirewallScrubbingState,
|
|
3549
|
-
* this enum contains the known values that the service supports.
|
|
3550
|
-
* ### Known values supported by the service
|
|
3551
|
-
* **Enabled** \
|
|
3552
|
-
* **Disabled**
|
|
3553
|
-
*/
|
|
3554
|
-
export declare type WebApplicationFirewallScrubbingState = string;
|
|
3555
|
-
|
|
3556
|
-
export { }
|