@azure/arm-cdn 9.1.1-alpha.20250102.1 → 9.1.1-alpha.20250103.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/cdnManagementClient.d.ts +71 -0
- package/dist/browser/cdnManagementClient.d.ts.map +1 -0
- package/dist/browser/cdnManagementClient.js +233 -0
- package/dist/browser/cdnManagementClient.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 +655 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/afdCustomDomains.d.ts +130 -0
- package/dist/browser/operations/afdCustomDomains.d.ts.map +1 -0
- package/dist/browser/operations/afdCustomDomains.js +543 -0
- package/dist/browser/operations/afdCustomDomains.js.map +1 -0
- package/dist/browser/operations/afdEndpoints.d.ts +185 -0
- package/dist/browser/operations/afdEndpoints.d.ts.map +1 -0
- package/dist/browser/operations/afdEndpoints.js +728 -0
- package/dist/browser/operations/afdEndpoints.js.map +1 -0
- package/dist/browser/operations/afdOriginGroups.d.ts +139 -0
- package/dist/browser/operations/afdOriginGroups.d.ts.map +1 -0
- package/dist/browser/operations/afdOriginGroups.js +593 -0
- package/dist/browser/operations/afdOriginGroups.js.map +1 -0
- package/dist/browser/operations/afdOrigins.d.ts +119 -0
- package/dist/browser/operations/afdOrigins.d.ts.map +1 -0
- package/dist/browser/operations/afdOrigins.js +485 -0
- package/dist/browser/operations/afdOrigins.js.map +1 -0
- package/dist/browser/operations/afdProfiles.d.ts +88 -0
- package/dist/browser/operations/afdProfiles.d.ts.map +1 -0
- package/dist/browser/operations/afdProfiles.js +361 -0
- package/dist/browser/operations/afdProfiles.js.map +1 -0
- package/dist/browser/operations/customDomains.d.ts +125 -0
- package/dist/browser/operations/customDomains.d.ts.map +1 -0
- package/dist/browser/operations/customDomains.js +568 -0
- package/dist/browser/operations/customDomains.js.map +1 -0
- package/dist/browser/operations/edgeNodes.d.ts +32 -0
- package/dist/browser/operations/edgeNodes.d.ts.map +1 -0
- package/dist/browser/operations/edgeNodes.js +133 -0
- package/dist/browser/operations/edgeNodes.js.map +1 -0
- package/dist/browser/operations/endpoints.d.ts +220 -0
- package/dist/browser/operations/endpoints.d.ts.map +1 -0
- package/dist/browser/operations/endpoints.js +969 -0
- package/dist/browser/operations/endpoints.js.map +1 -0
- package/dist/browser/operations/index.d.ts +22 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +29 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/logAnalytics.d.ts +81 -0
- package/dist/browser/operations/logAnalytics.d.ts.map +1 -0
- package/dist/browser/operations/logAnalytics.js +302 -0
- package/dist/browser/operations/logAnalytics.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/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/originGroups.d.ts +109 -0
- package/dist/browser/operations/originGroups.d.ts.map +1 -0
- package/dist/browser/operations/originGroups.js +478 -0
- package/dist/browser/operations/originGroups.js.map +1 -0
- package/dist/browser/operations/origins.d.ts +109 -0
- package/dist/browser/operations/origins.d.ts.map +1 -0
- package/dist/browser/operations/origins.js +472 -0
- package/dist/browser/operations/origins.js.map +1 -0
- package/dist/browser/operations/policies.d.ts +86 -0
- package/dist/browser/operations/policies.d.ts.map +1 -0
- package/dist/browser/operations/policies.js +390 -0
- package/dist/browser/operations/policies.js.map +1 -0
- package/dist/browser/operations/profiles.d.ts +221 -0
- package/dist/browser/operations/profiles.d.ts.map +1 -0
- package/dist/browser/operations/profiles.js +994 -0
- package/dist/browser/operations/profiles.js.map +1 -0
- package/dist/browser/operations/resourceUsageOperations.d.ts +32 -0
- package/dist/browser/operations/resourceUsageOperations.d.ts.map +1 -0
- package/dist/browser/operations/resourceUsageOperations.js +137 -0
- package/dist/browser/operations/resourceUsageOperations.js.map +1 -0
- package/dist/browser/operations/routes.d.ts +126 -0
- package/dist/browser/operations/routes.d.ts.map +1 -0
- package/dist/browser/operations/routes.js +492 -0
- package/dist/browser/operations/routes.js.map +1 -0
- package/dist/browser/operations/ruleSets.d.ts +111 -0
- package/dist/browser/operations/ruleSets.d.ts.map +1 -0
- package/dist/browser/operations/ruleSets.js +438 -0
- package/dist/browser/operations/ruleSets.js.map +1 -0
- package/dist/browser/operations/rules.d.ts +119 -0
- package/dist/browser/operations/rules.d.ts.map +1 -0
- package/dist/browser/operations/rules.js +479 -0
- package/dist/browser/operations/rules.js.map +1 -0
- package/dist/browser/operations/secrets.d.ts +89 -0
- package/dist/browser/operations/secrets.d.ts.map +1 -0
- package/dist/browser/operations/secrets.js +358 -0
- package/dist/browser/operations/secrets.js.map +1 -0
- package/dist/browser/operations/securityPolicies.d.ts +109 -0
- package/dist/browser/operations/securityPolicies.d.ts.map +1 -0
- package/dist/browser/operations/securityPolicies.js +461 -0
- package/dist/browser/operations/securityPolicies.js.map +1 -0
- package/dist/browser/operationsInterfaces/afdCustomDomains.d.ts +103 -0
- package/dist/browser/operationsInterfaces/afdCustomDomains.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/afdCustomDomains.js.map +1 -0
- package/dist/browser/operationsInterfaces/afdEndpoints.d.ts +137 -0
- package/dist/browser/operationsInterfaces/afdEndpoints.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/afdEndpoints.js.map +1 -0
- package/dist/browser/operationsInterfaces/afdOriginGroups.d.ts +91 -0
- package/dist/browser/operationsInterfaces/afdOriginGroups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/afdOriginGroups.js.map +1 -0
- package/dist/browser/operationsInterfaces/afdOrigins.d.ts +90 -0
- package/dist/browser/operationsInterfaces/afdOrigins.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/afdOrigins.js.map +1 -0
- package/dist/browser/operationsInterfaces/afdProfiles.d.ts +61 -0
- package/dist/browser/operationsInterfaces/afdProfiles.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/afdProfiles.js.map +1 -0
- package/dist/browser/operationsInterfaces/customDomains.d.ts +98 -0
- package/dist/browser/operationsInterfaces/customDomains.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/customDomains.js.map +1 -0
- package/dist/browser/operationsInterfaces/edgeNodes.d.ts +11 -0
- package/dist/browser/operationsInterfaces/edgeNodes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/edgeNodes.js.map +1 -0
- package/dist/browser/operationsInterfaces/endpoints.d.ts +176 -0
- package/dist/browser/operationsInterfaces/endpoints.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/endpoints.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +22 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +29 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/logAnalytics.d.ts +73 -0
- package/dist/browser/operationsInterfaces/logAnalytics.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/logAnalytics.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/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/originGroups.d.ts +82 -0
- package/dist/browser/operationsInterfaces/originGroups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/originGroups.js.map +1 -0
- package/dist/browser/operationsInterfaces/origins.d.ts +82 -0
- package/dist/browser/operationsInterfaces/origins.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/origins.js.map +1 -0
- package/dist/browser/operationsInterfaces/policies.d.ts +63 -0
- package/dist/browser/operationsInterfaces/policies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/policies.js.map +1 -0
- package/dist/browser/operationsInterfaces/profiles.d.ts +163 -0
- package/dist/browser/operationsInterfaces/profiles.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/profiles.js.map +1 -0
- package/dist/browser/operationsInterfaces/resourceUsageOperations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/resourceUsageOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/resourceUsageOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/routes.d.ts +97 -0
- package/dist/browser/operationsInterfaces/routes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/routes.js.map +1 -0
- package/dist/browser/operationsInterfaces/ruleSets.d.ts +63 -0
- package/dist/browser/operationsInterfaces/ruleSets.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/ruleSets.js.map +1 -0
- package/dist/browser/operationsInterfaces/rules.d.ts +90 -0
- package/dist/browser/operationsInterfaces/rules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/rules.js.map +1 -0
- package/dist/browser/operationsInterfaces/secrets.d.ts +62 -0
- package/dist/browser/operationsInterfaces/secrets.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/secrets.js.map +1 -0
- package/dist/browser/operationsInterfaces/securityPolicies.d.ts +82 -0
- package/dist/browser/operationsInterfaces/securityPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/securityPolicies.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/cdnManagementClient.d.ts +71 -0
- package/dist/commonjs/cdnManagementClient.d.ts.map +1 -0
- package/dist/commonjs/cdnManagementClient.js +238 -0
- package/dist/commonjs/cdnManagementClient.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 +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +6620 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +1401 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +350 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +9459 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +80 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +659 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/afdCustomDomains.d.ts +130 -0
- package/dist/commonjs/operations/afdCustomDomains.d.ts.map +1 -0
- package/dist/commonjs/operations/afdCustomDomains.js +547 -0
- package/dist/commonjs/operations/afdCustomDomains.js.map +1 -0
- package/dist/commonjs/operations/afdEndpoints.d.ts +185 -0
- package/dist/commonjs/operations/afdEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operations/afdEndpoints.js +732 -0
- package/dist/commonjs/operations/afdEndpoints.js.map +1 -0
- package/dist/commonjs/operations/afdOriginGroups.d.ts +139 -0
- package/dist/commonjs/operations/afdOriginGroups.d.ts.map +1 -0
- package/dist/commonjs/operations/afdOriginGroups.js +597 -0
- package/dist/commonjs/operations/afdOriginGroups.js.map +1 -0
- package/dist/commonjs/operations/afdOrigins.d.ts +119 -0
- package/dist/commonjs/operations/afdOrigins.d.ts.map +1 -0
- package/dist/commonjs/operations/afdOrigins.js +489 -0
- package/dist/commonjs/operations/afdOrigins.js.map +1 -0
- package/dist/commonjs/operations/afdProfiles.d.ts +88 -0
- package/dist/commonjs/operations/afdProfiles.d.ts.map +1 -0
- package/dist/commonjs/operations/afdProfiles.js +365 -0
- package/dist/commonjs/operations/afdProfiles.js.map +1 -0
- package/dist/commonjs/operations/customDomains.d.ts +125 -0
- package/dist/commonjs/operations/customDomains.d.ts.map +1 -0
- package/dist/commonjs/operations/customDomains.js +572 -0
- package/dist/commonjs/operations/customDomains.js.map +1 -0
- package/dist/commonjs/operations/edgeNodes.d.ts +32 -0
- package/dist/commonjs/operations/edgeNodes.d.ts.map +1 -0
- package/dist/commonjs/operations/edgeNodes.js +137 -0
- package/dist/commonjs/operations/edgeNodes.js.map +1 -0
- package/dist/commonjs/operations/endpoints.d.ts +220 -0
- package/dist/commonjs/operations/endpoints.d.ts.map +1 -0
- package/dist/commonjs/operations/endpoints.js +973 -0
- package/dist/commonjs/operations/endpoints.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +22 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +32 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/logAnalytics.d.ts +81 -0
- package/dist/commonjs/operations/logAnalytics.d.ts.map +1 -0
- package/dist/commonjs/operations/logAnalytics.js +307 -0
- package/dist/commonjs/operations/logAnalytics.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/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/originGroups.d.ts +109 -0
- package/dist/commonjs/operations/originGroups.d.ts.map +1 -0
- package/dist/commonjs/operations/originGroups.js +482 -0
- package/dist/commonjs/operations/originGroups.js.map +1 -0
- package/dist/commonjs/operations/origins.d.ts +109 -0
- package/dist/commonjs/operations/origins.d.ts.map +1 -0
- package/dist/commonjs/operations/origins.js +476 -0
- package/dist/commonjs/operations/origins.js.map +1 -0
- package/dist/commonjs/operations/policies.d.ts +86 -0
- package/dist/commonjs/operations/policies.d.ts.map +1 -0
- package/dist/commonjs/operations/policies.js +394 -0
- package/dist/commonjs/operations/policies.js.map +1 -0
- package/dist/commonjs/operations/profiles.d.ts +221 -0
- package/dist/commonjs/operations/profiles.d.ts.map +1 -0
- package/dist/commonjs/operations/profiles.js +998 -0
- package/dist/commonjs/operations/profiles.js.map +1 -0
- package/dist/commonjs/operations/resourceUsageOperations.d.ts +32 -0
- package/dist/commonjs/operations/resourceUsageOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/resourceUsageOperations.js +141 -0
- package/dist/commonjs/operations/resourceUsageOperations.js.map +1 -0
- package/dist/commonjs/operations/routes.d.ts +126 -0
- package/dist/commonjs/operations/routes.d.ts.map +1 -0
- package/dist/commonjs/operations/routes.js +496 -0
- package/dist/commonjs/operations/routes.js.map +1 -0
- package/dist/commonjs/operations/ruleSets.d.ts +111 -0
- package/dist/commonjs/operations/ruleSets.d.ts.map +1 -0
- package/dist/commonjs/operations/ruleSets.js +442 -0
- package/dist/commonjs/operations/ruleSets.js.map +1 -0
- package/dist/commonjs/operations/rules.d.ts +119 -0
- package/dist/commonjs/operations/rules.d.ts.map +1 -0
- package/dist/commonjs/operations/rules.js +483 -0
- package/dist/commonjs/operations/rules.js.map +1 -0
- package/dist/commonjs/operations/secrets.d.ts +89 -0
- package/dist/commonjs/operations/secrets.d.ts.map +1 -0
- package/dist/commonjs/operations/secrets.js +362 -0
- package/dist/commonjs/operations/secrets.js.map +1 -0
- package/dist/commonjs/operations/securityPolicies.d.ts +109 -0
- package/dist/commonjs/operations/securityPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/securityPolicies.js +465 -0
- package/dist/commonjs/operations/securityPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/afdCustomDomains.d.ts +103 -0
- package/dist/commonjs/operationsInterfaces/afdCustomDomains.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/afdCustomDomains.js +10 -0
- package/dist/commonjs/operationsInterfaces/afdCustomDomains.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/afdEndpoints.d.ts +137 -0
- package/dist/commonjs/operationsInterfaces/afdEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/afdEndpoints.js +10 -0
- package/dist/commonjs/operationsInterfaces/afdEndpoints.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/afdOriginGroups.d.ts +91 -0
- package/dist/commonjs/operationsInterfaces/afdOriginGroups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/afdOriginGroups.js +10 -0
- package/dist/commonjs/operationsInterfaces/afdOriginGroups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/afdOrigins.d.ts +90 -0
- package/dist/commonjs/operationsInterfaces/afdOrigins.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/afdOrigins.js +10 -0
- package/dist/commonjs/operationsInterfaces/afdOrigins.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/afdProfiles.d.ts +61 -0
- package/dist/commonjs/operationsInterfaces/afdProfiles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/afdProfiles.js +10 -0
- package/dist/commonjs/operationsInterfaces/afdProfiles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/customDomains.d.ts +98 -0
- package/dist/commonjs/operationsInterfaces/customDomains.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/customDomains.js +10 -0
- package/dist/commonjs/operationsInterfaces/customDomains.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/edgeNodes.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/edgeNodes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/edgeNodes.js +10 -0
- package/dist/commonjs/operationsInterfaces/edgeNodes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/endpoints.d.ts +176 -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/index.d.ts +22 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +32 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/logAnalytics.d.ts +73 -0
- package/dist/commonjs/operationsInterfaces/logAnalytics.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/logAnalytics.js +10 -0
- package/dist/commonjs/operationsInterfaces/logAnalytics.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/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/originGroups.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/originGroups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/originGroups.js +10 -0
- package/dist/commonjs/operationsInterfaces/originGroups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/origins.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/origins.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/origins.js +10 -0
- package/dist/commonjs/operationsInterfaces/origins.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/policies.d.ts +63 -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/profiles.d.ts +163 -0
- package/dist/commonjs/operationsInterfaces/profiles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/profiles.js +10 -0
- package/dist/commonjs/operationsInterfaces/profiles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourceUsageOperations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/resourceUsageOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/resourceUsageOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/resourceUsageOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/routes.d.ts +97 -0
- package/dist/commonjs/operationsInterfaces/routes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/routes.js +10 -0
- package/dist/commonjs/operationsInterfaces/routes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/ruleSets.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/ruleSets.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/ruleSets.js +10 -0
- package/dist/commonjs/operationsInterfaces/ruleSets.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/rules.d.ts +90 -0
- package/dist/commonjs/operationsInterfaces/rules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/rules.js +10 -0
- package/dist/commonjs/operationsInterfaces/rules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/secrets.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/secrets.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/secrets.js +10 -0
- package/dist/commonjs/operationsInterfaces/secrets.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/securityPolicies.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/securityPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/securityPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/securityPolicies.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/cdnManagementClient.d.ts +71 -0
- package/dist/esm/cdnManagementClient.d.ts.map +1 -0
- package/dist/esm/cdnManagementClient.js +233 -0
- package/dist/esm/cdnManagementClient.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 +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +6620 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +1396 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +350 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +9450 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +80 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +655 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/afdCustomDomains.d.ts +130 -0
- package/dist/esm/operations/afdCustomDomains.d.ts.map +1 -0
- package/dist/esm/operations/afdCustomDomains.js +543 -0
- package/dist/esm/operations/afdCustomDomains.js.map +1 -0
- package/dist/esm/operations/afdEndpoints.d.ts +185 -0
- package/dist/esm/operations/afdEndpoints.d.ts.map +1 -0
- package/dist/esm/operations/afdEndpoints.js +728 -0
- package/dist/esm/operations/afdEndpoints.js.map +1 -0
- package/dist/esm/operations/afdOriginGroups.d.ts +139 -0
- package/dist/esm/operations/afdOriginGroups.d.ts.map +1 -0
- package/dist/esm/operations/afdOriginGroups.js +593 -0
- package/dist/esm/operations/afdOriginGroups.js.map +1 -0
- package/dist/esm/operations/afdOrigins.d.ts +119 -0
- package/dist/esm/operations/afdOrigins.d.ts.map +1 -0
- package/dist/esm/operations/afdOrigins.js +485 -0
- package/dist/esm/operations/afdOrigins.js.map +1 -0
- package/dist/esm/operations/afdProfiles.d.ts +88 -0
- package/dist/esm/operations/afdProfiles.d.ts.map +1 -0
- package/dist/esm/operations/afdProfiles.js +361 -0
- package/dist/esm/operations/afdProfiles.js.map +1 -0
- package/dist/esm/operations/customDomains.d.ts +125 -0
- package/dist/esm/operations/customDomains.d.ts.map +1 -0
- package/dist/esm/operations/customDomains.js +568 -0
- package/dist/esm/operations/customDomains.js.map +1 -0
- package/dist/esm/operations/edgeNodes.d.ts +32 -0
- package/dist/esm/operations/edgeNodes.d.ts.map +1 -0
- package/dist/esm/operations/edgeNodes.js +133 -0
- package/dist/esm/operations/edgeNodes.js.map +1 -0
- package/dist/esm/operations/endpoints.d.ts +220 -0
- package/dist/esm/operations/endpoints.d.ts.map +1 -0
- package/dist/esm/operations/endpoints.js +969 -0
- package/dist/esm/operations/endpoints.js.map +1 -0
- package/dist/esm/operations/index.d.ts +22 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +29 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/logAnalytics.d.ts +81 -0
- package/dist/esm/operations/logAnalytics.d.ts.map +1 -0
- package/dist/esm/operations/logAnalytics.js +302 -0
- package/dist/esm/operations/logAnalytics.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/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/originGroups.d.ts +109 -0
- package/dist/esm/operations/originGroups.d.ts.map +1 -0
- package/dist/esm/operations/originGroups.js +478 -0
- package/dist/esm/operations/originGroups.js.map +1 -0
- package/dist/esm/operations/origins.d.ts +109 -0
- package/dist/esm/operations/origins.d.ts.map +1 -0
- package/dist/esm/operations/origins.js +472 -0
- package/dist/esm/operations/origins.js.map +1 -0
- package/dist/esm/operations/policies.d.ts +86 -0
- package/dist/esm/operations/policies.d.ts.map +1 -0
- package/dist/esm/operations/policies.js +390 -0
- package/dist/esm/operations/policies.js.map +1 -0
- package/dist/esm/operations/profiles.d.ts +221 -0
- package/dist/esm/operations/profiles.d.ts.map +1 -0
- package/dist/esm/operations/profiles.js +994 -0
- package/dist/esm/operations/profiles.js.map +1 -0
- package/dist/esm/operations/resourceUsageOperations.d.ts +32 -0
- package/dist/esm/operations/resourceUsageOperations.d.ts.map +1 -0
- package/dist/esm/operations/resourceUsageOperations.js +137 -0
- package/dist/esm/operations/resourceUsageOperations.js.map +1 -0
- package/dist/esm/operations/routes.d.ts +126 -0
- package/dist/esm/operations/routes.d.ts.map +1 -0
- package/dist/esm/operations/routes.js +492 -0
- package/dist/esm/operations/routes.js.map +1 -0
- package/dist/esm/operations/ruleSets.d.ts +111 -0
- package/dist/esm/operations/ruleSets.d.ts.map +1 -0
- package/dist/esm/operations/ruleSets.js +438 -0
- package/dist/esm/operations/ruleSets.js.map +1 -0
- package/dist/esm/operations/rules.d.ts +119 -0
- package/dist/esm/operations/rules.d.ts.map +1 -0
- package/dist/esm/operations/rules.js +479 -0
- package/dist/esm/operations/rules.js.map +1 -0
- package/dist/esm/operations/secrets.d.ts +89 -0
- package/dist/esm/operations/secrets.d.ts.map +1 -0
- package/dist/esm/operations/secrets.js +358 -0
- package/dist/esm/operations/secrets.js.map +1 -0
- package/dist/esm/operations/securityPolicies.d.ts +109 -0
- package/dist/esm/operations/securityPolicies.d.ts.map +1 -0
- package/dist/esm/operations/securityPolicies.js +461 -0
- package/dist/esm/operations/securityPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/afdCustomDomains.d.ts +103 -0
- package/dist/esm/operationsInterfaces/afdCustomDomains.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/afdCustomDomains.js +9 -0
- package/dist/esm/operationsInterfaces/afdCustomDomains.js.map +1 -0
- package/dist/esm/operationsInterfaces/afdEndpoints.d.ts +137 -0
- package/dist/esm/operationsInterfaces/afdEndpoints.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/afdEndpoints.js +9 -0
- package/dist/esm/operationsInterfaces/afdEndpoints.js.map +1 -0
- package/dist/esm/operationsInterfaces/afdOriginGroups.d.ts +91 -0
- package/dist/esm/operationsInterfaces/afdOriginGroups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/afdOriginGroups.js +9 -0
- package/dist/esm/operationsInterfaces/afdOriginGroups.js.map +1 -0
- package/dist/esm/operationsInterfaces/afdOrigins.d.ts +90 -0
- package/dist/esm/operationsInterfaces/afdOrigins.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/afdOrigins.js +9 -0
- package/dist/esm/operationsInterfaces/afdOrigins.js.map +1 -0
- package/dist/esm/operationsInterfaces/afdProfiles.d.ts +61 -0
- package/dist/esm/operationsInterfaces/afdProfiles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/afdProfiles.js +9 -0
- package/dist/esm/operationsInterfaces/afdProfiles.js.map +1 -0
- package/dist/esm/operationsInterfaces/customDomains.d.ts +98 -0
- package/dist/esm/operationsInterfaces/customDomains.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/customDomains.js +9 -0
- package/dist/esm/operationsInterfaces/customDomains.js.map +1 -0
- package/dist/esm/operationsInterfaces/edgeNodes.d.ts +11 -0
- package/dist/esm/operationsInterfaces/edgeNodes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/edgeNodes.js +9 -0
- package/dist/esm/operationsInterfaces/edgeNodes.js.map +1 -0
- package/dist/esm/operationsInterfaces/endpoints.d.ts +176 -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/index.d.ts +22 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +29 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/logAnalytics.d.ts +73 -0
- package/dist/esm/operationsInterfaces/logAnalytics.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/logAnalytics.js +9 -0
- package/dist/esm/operationsInterfaces/logAnalytics.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/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/originGroups.d.ts +82 -0
- package/dist/esm/operationsInterfaces/originGroups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/originGroups.js +9 -0
- package/dist/esm/operationsInterfaces/originGroups.js.map +1 -0
- package/dist/esm/operationsInterfaces/origins.d.ts +82 -0
- package/dist/esm/operationsInterfaces/origins.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/origins.js +9 -0
- package/dist/esm/operationsInterfaces/origins.js.map +1 -0
- package/dist/esm/operationsInterfaces/policies.d.ts +63 -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/profiles.d.ts +163 -0
- package/dist/esm/operationsInterfaces/profiles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/profiles.js +9 -0
- package/dist/esm/operationsInterfaces/profiles.js.map +1 -0
- package/dist/esm/operationsInterfaces/resourceUsageOperations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/resourceUsageOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/resourceUsageOperations.js +9 -0
- package/dist/esm/operationsInterfaces/resourceUsageOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/routes.d.ts +97 -0
- package/dist/esm/operationsInterfaces/routes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/routes.js +9 -0
- package/dist/esm/operationsInterfaces/routes.js.map +1 -0
- package/dist/esm/operationsInterfaces/ruleSets.d.ts +63 -0
- package/dist/esm/operationsInterfaces/ruleSets.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/ruleSets.js +9 -0
- package/dist/esm/operationsInterfaces/ruleSets.js.map +1 -0
- package/dist/esm/operationsInterfaces/rules.d.ts +90 -0
- package/dist/esm/operationsInterfaces/rules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/rules.js +9 -0
- package/dist/esm/operationsInterfaces/rules.js.map +1 -0
- package/dist/esm/operationsInterfaces/secrets.d.ts +62 -0
- package/dist/esm/operationsInterfaces/secrets.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/secrets.js +9 -0
- package/dist/esm/operationsInterfaces/secrets.js.map +1 -0
- package/dist/esm/operationsInterfaces/securityPolicies.d.ts +82 -0
- package/dist/esm/operationsInterfaces/securityPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/securityPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/securityPolicies.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/cdnManagementClient.d.ts +71 -0
- package/dist/react-native/cdnManagementClient.d.ts.map +1 -0
- package/dist/react-native/cdnManagementClient.js +233 -0
- package/dist/react-native/cdnManagementClient.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 +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +6620 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +1396 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +350 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +9450 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +80 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +655 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/afdCustomDomains.d.ts +130 -0
- package/dist/react-native/operations/afdCustomDomains.d.ts.map +1 -0
- package/dist/react-native/operations/afdCustomDomains.js +543 -0
- package/dist/react-native/operations/afdCustomDomains.js.map +1 -0
- package/dist/react-native/operations/afdEndpoints.d.ts +185 -0
- package/dist/react-native/operations/afdEndpoints.d.ts.map +1 -0
- package/dist/react-native/operations/afdEndpoints.js +728 -0
- package/dist/react-native/operations/afdEndpoints.js.map +1 -0
- package/dist/react-native/operations/afdOriginGroups.d.ts +139 -0
- package/dist/react-native/operations/afdOriginGroups.d.ts.map +1 -0
- package/dist/react-native/operations/afdOriginGroups.js +593 -0
- package/dist/react-native/operations/afdOriginGroups.js.map +1 -0
- package/dist/react-native/operations/afdOrigins.d.ts +119 -0
- package/dist/react-native/operations/afdOrigins.d.ts.map +1 -0
- package/dist/react-native/operations/afdOrigins.js +485 -0
- package/dist/react-native/operations/afdOrigins.js.map +1 -0
- package/dist/react-native/operations/afdProfiles.d.ts +88 -0
- package/dist/react-native/operations/afdProfiles.d.ts.map +1 -0
- package/dist/react-native/operations/afdProfiles.js +361 -0
- package/dist/react-native/operations/afdProfiles.js.map +1 -0
- package/dist/react-native/operations/customDomains.d.ts +125 -0
- package/dist/react-native/operations/customDomains.d.ts.map +1 -0
- package/dist/react-native/operations/customDomains.js +568 -0
- package/dist/react-native/operations/customDomains.js.map +1 -0
- package/dist/react-native/operations/edgeNodes.d.ts +32 -0
- package/dist/react-native/operations/edgeNodes.d.ts.map +1 -0
- package/dist/react-native/operations/edgeNodes.js +133 -0
- package/dist/react-native/operations/edgeNodes.js.map +1 -0
- package/dist/react-native/operations/endpoints.d.ts +220 -0
- package/dist/react-native/operations/endpoints.d.ts.map +1 -0
- package/dist/react-native/operations/endpoints.js +969 -0
- package/dist/react-native/operations/endpoints.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +22 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +29 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/logAnalytics.d.ts +81 -0
- package/dist/react-native/operations/logAnalytics.d.ts.map +1 -0
- package/dist/react-native/operations/logAnalytics.js +302 -0
- package/dist/react-native/operations/logAnalytics.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/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/originGroups.d.ts +109 -0
- package/dist/react-native/operations/originGroups.d.ts.map +1 -0
- package/dist/react-native/operations/originGroups.js +478 -0
- package/dist/react-native/operations/originGroups.js.map +1 -0
- package/dist/react-native/operations/origins.d.ts +109 -0
- package/dist/react-native/operations/origins.d.ts.map +1 -0
- package/dist/react-native/operations/origins.js +472 -0
- package/dist/react-native/operations/origins.js.map +1 -0
- package/dist/react-native/operations/policies.d.ts +86 -0
- package/dist/react-native/operations/policies.d.ts.map +1 -0
- package/dist/react-native/operations/policies.js +390 -0
- package/dist/react-native/operations/policies.js.map +1 -0
- package/dist/react-native/operations/profiles.d.ts +221 -0
- package/dist/react-native/operations/profiles.d.ts.map +1 -0
- package/dist/react-native/operations/profiles.js +994 -0
- package/dist/react-native/operations/profiles.js.map +1 -0
- package/dist/react-native/operations/resourceUsageOperations.d.ts +32 -0
- package/dist/react-native/operations/resourceUsageOperations.d.ts.map +1 -0
- package/dist/react-native/operations/resourceUsageOperations.js +137 -0
- package/dist/react-native/operations/resourceUsageOperations.js.map +1 -0
- package/dist/react-native/operations/routes.d.ts +126 -0
- package/dist/react-native/operations/routes.d.ts.map +1 -0
- package/dist/react-native/operations/routes.js +492 -0
- package/dist/react-native/operations/routes.js.map +1 -0
- package/dist/react-native/operations/ruleSets.d.ts +111 -0
- package/dist/react-native/operations/ruleSets.d.ts.map +1 -0
- package/dist/react-native/operations/ruleSets.js +438 -0
- package/dist/react-native/operations/ruleSets.js.map +1 -0
- package/dist/react-native/operations/rules.d.ts +119 -0
- package/dist/react-native/operations/rules.d.ts.map +1 -0
- package/dist/react-native/operations/rules.js +479 -0
- package/dist/react-native/operations/rules.js.map +1 -0
- package/dist/react-native/operations/secrets.d.ts +89 -0
- package/dist/react-native/operations/secrets.d.ts.map +1 -0
- package/dist/react-native/operations/secrets.js +358 -0
- package/dist/react-native/operations/secrets.js.map +1 -0
- package/dist/react-native/operations/securityPolicies.d.ts +109 -0
- package/dist/react-native/operations/securityPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/securityPolicies.js +461 -0
- package/dist/react-native/operations/securityPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/afdCustomDomains.d.ts +103 -0
- package/dist/react-native/operationsInterfaces/afdCustomDomains.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/afdCustomDomains.js +9 -0
- package/dist/react-native/operationsInterfaces/afdCustomDomains.js.map +1 -0
- package/dist/react-native/operationsInterfaces/afdEndpoints.d.ts +137 -0
- package/dist/react-native/operationsInterfaces/afdEndpoints.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/afdEndpoints.js +9 -0
- package/dist/react-native/operationsInterfaces/afdEndpoints.js.map +1 -0
- package/dist/react-native/operationsInterfaces/afdOriginGroups.d.ts +91 -0
- package/dist/react-native/operationsInterfaces/afdOriginGroups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/afdOriginGroups.js +9 -0
- package/dist/react-native/operationsInterfaces/afdOriginGroups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/afdOrigins.d.ts +90 -0
- package/dist/react-native/operationsInterfaces/afdOrigins.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/afdOrigins.js +9 -0
- package/dist/react-native/operationsInterfaces/afdOrigins.js.map +1 -0
- package/dist/react-native/operationsInterfaces/afdProfiles.d.ts +61 -0
- package/dist/react-native/operationsInterfaces/afdProfiles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/afdProfiles.js +9 -0
- package/dist/react-native/operationsInterfaces/afdProfiles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/customDomains.d.ts +98 -0
- package/dist/react-native/operationsInterfaces/customDomains.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/customDomains.js +9 -0
- package/dist/react-native/operationsInterfaces/customDomains.js.map +1 -0
- package/dist/react-native/operationsInterfaces/edgeNodes.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/edgeNodes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/edgeNodes.js +9 -0
- package/dist/react-native/operationsInterfaces/edgeNodes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/endpoints.d.ts +176 -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/index.d.ts +22 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +29 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/logAnalytics.d.ts +73 -0
- package/dist/react-native/operationsInterfaces/logAnalytics.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/logAnalytics.js +9 -0
- package/dist/react-native/operationsInterfaces/logAnalytics.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/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/originGroups.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/originGroups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/originGroups.js +9 -0
- package/dist/react-native/operationsInterfaces/originGroups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/origins.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/origins.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/origins.js +9 -0
- package/dist/react-native/operationsInterfaces/origins.js.map +1 -0
- package/dist/react-native/operationsInterfaces/policies.d.ts +63 -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/profiles.d.ts +163 -0
- package/dist/react-native/operationsInterfaces/profiles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/profiles.js +9 -0
- package/dist/react-native/operationsInterfaces/profiles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/resourceUsageOperations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/resourceUsageOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/resourceUsageOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/resourceUsageOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/routes.d.ts +97 -0
- package/dist/react-native/operationsInterfaces/routes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/routes.js +9 -0
- package/dist/react-native/operationsInterfaces/routes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/ruleSets.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/ruleSets.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/ruleSets.js +9 -0
- package/dist/react-native/operationsInterfaces/ruleSets.js.map +1 -0
- package/dist/react-native/operationsInterfaces/rules.d.ts +90 -0
- package/dist/react-native/operationsInterfaces/rules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/rules.js +9 -0
- package/dist/react-native/operationsInterfaces/rules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/secrets.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/secrets.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/secrets.js +9 -0
- package/dist/react-native/operationsInterfaces/secrets.js.map +1 -0
- package/dist/react-native/operationsInterfaces/securityPolicies.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/securityPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/securityPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/securityPolicies.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 +58 -28
- package/dist/index.js +0 -21849
- 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/afdCustomDomainsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdCustomDomainsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdCustomDomainsCreateSample.js +0 -47
- package/dist-esm/samples-dev/afdCustomDomainsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/afdCustomDomainsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdCustomDomainsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdCustomDomainsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/afdCustomDomainsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/afdCustomDomainsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdCustomDomainsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdCustomDomainsGetSample.js +0 -39
- package/dist-esm/samples-dev/afdCustomDomainsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/afdCustomDomainsListByProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdCustomDomainsListByProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdCustomDomainsListByProfileSample.js +0 -54
- package/dist-esm/samples-dev/afdCustomDomainsListByProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/afdCustomDomainsRefreshValidationTokenSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdCustomDomainsRefreshValidationTokenSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdCustomDomainsRefreshValidationTokenSample.js +0 -39
- package/dist-esm/samples-dev/afdCustomDomainsRefreshValidationTokenSample.js.map +0 -1
- package/dist-esm/samples-dev/afdCustomDomainsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdCustomDomainsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdCustomDomainsUpdateSample.js +0 -46
- package/dist-esm/samples-dev/afdCustomDomainsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/afdEndpointsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdEndpointsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdEndpointsCreateSample.js +0 -45
- package/dist-esm/samples-dev/afdEndpointsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/afdEndpointsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdEndpointsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdEndpointsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/afdEndpointsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/afdEndpointsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdEndpointsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdEndpointsGetSample.js +0 -39
- package/dist-esm/samples-dev/afdEndpointsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/afdEndpointsListByProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdEndpointsListByProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdEndpointsListByProfileSample.js +0 -54
- package/dist-esm/samples-dev/afdEndpointsListByProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/afdEndpointsListResourceUsageSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdEndpointsListResourceUsageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdEndpointsListResourceUsageSample.js +0 -55
- package/dist-esm/samples-dev/afdEndpointsListResourceUsageSample.js.map +0 -1
- package/dist-esm/samples-dev/afdEndpointsPurgeContentSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdEndpointsPurgeContentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdEndpointsPurgeContentSample.js +0 -43
- package/dist-esm/samples-dev/afdEndpointsPurgeContentSample.js.map +0 -1
- package/dist-esm/samples-dev/afdEndpointsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdEndpointsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdEndpointsUpdateSample.js +0 -43
- package/dist-esm/samples-dev/afdEndpointsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/afdEndpointsValidateCustomDomainSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdEndpointsValidateCustomDomainSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdEndpointsValidateCustomDomainSample.js +0 -42
- package/dist-esm/samples-dev/afdEndpointsValidateCustomDomainSample.js.map +0 -1
- package/dist-esm/samples-dev/afdOriginGroupsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdOriginGroupsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdOriginGroupsCreateSample.js +0 -53
- package/dist-esm/samples-dev/afdOriginGroupsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/afdOriginGroupsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdOriginGroupsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdOriginGroupsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/afdOriginGroupsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/afdOriginGroupsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdOriginGroupsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdOriginGroupsGetSample.js +0 -39
- package/dist-esm/samples-dev/afdOriginGroupsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/afdOriginGroupsListByProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdOriginGroupsListByProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdOriginGroupsListByProfileSample.js +0 -54
- package/dist-esm/samples-dev/afdOriginGroupsListByProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/afdOriginGroupsListResourceUsageSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdOriginGroupsListResourceUsageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdOriginGroupsListResourceUsageSample.js +0 -55
- package/dist-esm/samples-dev/afdOriginGroupsListResourceUsageSample.js.map +0 -1
- package/dist-esm/samples-dev/afdOriginGroupsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdOriginGroupsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdOriginGroupsUpdateSample.js +0 -53
- package/dist-esm/samples-dev/afdOriginGroupsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/afdOriginsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdOriginsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdOriginsCreateSample.js +0 -47
- package/dist-esm/samples-dev/afdOriginsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/afdOriginsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdOriginsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdOriginsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/afdOriginsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/afdOriginsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdOriginsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdOriginsGetSample.js +0 -40
- package/dist-esm/samples-dev/afdOriginsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/afdOriginsListByOriginGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdOriginsListByOriginGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdOriginsListByOriginGroupSample.js +0 -55
- package/dist-esm/samples-dev/afdOriginsListByOriginGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/afdOriginsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdOriginsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdOriginsUpdateSample.js +0 -46
- package/dist-esm/samples-dev/afdOriginsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/afdProfilesCheckEndpointNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/afdProfilesCheckEndpointNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdProfilesCheckEndpointNameAvailabilitySample.js +0 -43
- package/dist-esm/samples-dev/afdProfilesCheckEndpointNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/afdProfilesCheckHostNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/afdProfilesCheckHostNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdProfilesCheckHostNameAvailabilitySample.js +0 -41
- package/dist-esm/samples-dev/afdProfilesCheckHostNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/afdProfilesListResourceUsageSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdProfilesListResourceUsageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdProfilesListResourceUsageSample.js +0 -54
- package/dist-esm/samples-dev/afdProfilesListResourceUsageSample.js.map +0 -1
- package/dist-esm/samples-dev/afdProfilesUpgradeSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdProfilesUpgradeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdProfilesUpgradeSample.js +0 -48
- package/dist-esm/samples-dev/afdProfilesUpgradeSample.js.map +0 -1
- package/dist-esm/samples-dev/afdProfilesValidateSecretSample.d.ts +0 -2
- package/dist-esm/samples-dev/afdProfilesValidateSecretSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/afdProfilesValidateSecretSample.js +0 -44
- package/dist-esm/samples-dev/afdProfilesValidateSecretSample.js.map +0 -1
- package/dist-esm/samples-dev/checkEndpointNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/checkEndpointNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkEndpointNameAvailabilitySample.js +0 -42
- package/dist-esm/samples-dev/checkEndpointNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/checkNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilitySample.js +0 -41
- package/dist-esm/samples-dev/checkNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityWithSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/checkNameAvailabilityWithSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityWithSubscriptionSample.js +0 -40
- package/dist-esm/samples-dev/checkNameAvailabilityWithSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/customDomainsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/customDomainsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customDomainsCreateSample.js +0 -43
- package/dist-esm/samples-dev/customDomainsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/customDomainsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/customDomainsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customDomainsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/customDomainsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/customDomainsDisableCustomHttpsSample.d.ts +0 -2
- package/dist-esm/samples-dev/customDomainsDisableCustomHttpsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customDomainsDisableCustomHttpsSample.js +0 -40
- package/dist-esm/samples-dev/customDomainsDisableCustomHttpsSample.js.map +0 -1
- package/dist-esm/samples-dev/customDomainsEnableCustomHttpsSample.d.ts +0 -2
- package/dist-esm/samples-dev/customDomainsEnableCustomHttpsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customDomainsEnableCustomHttpsSample.js +0 -60
- package/dist-esm/samples-dev/customDomainsEnableCustomHttpsSample.js.map +0 -1
- package/dist-esm/samples-dev/customDomainsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/customDomainsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customDomainsGetSample.js +0 -40
- package/dist-esm/samples-dev/customDomainsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/customDomainsListByEndpointSample.d.ts +0 -2
- package/dist-esm/samples-dev/customDomainsListByEndpointSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/customDomainsListByEndpointSample.js +0 -55
- package/dist-esm/samples-dev/customDomainsListByEndpointSample.js.map +0 -1
- package/dist-esm/samples-dev/edgeNodesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/edgeNodesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/edgeNodesListSample.js +0 -51
- package/dist-esm/samples-dev/edgeNodesListSample.js.map +0 -1
- package/dist-esm/samples-dev/endpointsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/endpointsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/endpointsCreateSample.js +0 -147
- package/dist-esm/samples-dev/endpointsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/endpointsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/endpointsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/endpointsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/endpointsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/endpointsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/endpointsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/endpointsGetSample.js +0 -39
- package/dist-esm/samples-dev/endpointsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/endpointsListByProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/endpointsListByProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/endpointsListByProfileSample.js +0 -54
- package/dist-esm/samples-dev/endpointsListByProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/endpointsListResourceUsageSample.d.ts +0 -2
- package/dist-esm/samples-dev/endpointsListResourceUsageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/endpointsListResourceUsageSample.js +0 -55
- package/dist-esm/samples-dev/endpointsListResourceUsageSample.js.map +0 -1
- package/dist-esm/samples-dev/endpointsLoadContentSample.d.ts +0 -2
- package/dist-esm/samples-dev/endpointsLoadContentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/endpointsLoadContentSample.js +0 -40
- package/dist-esm/samples-dev/endpointsLoadContentSample.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 -40
- package/dist-esm/samples-dev/endpointsPurgeContentSample.js.map +0 -1
- package/dist-esm/samples-dev/endpointsStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/endpointsStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/endpointsStartSample.js +0 -39
- package/dist-esm/samples-dev/endpointsStartSample.js.map +0 -1
- package/dist-esm/samples-dev/endpointsStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/endpointsStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/endpointsStopSample.js +0 -39
- package/dist-esm/samples-dev/endpointsStopSample.js.map +0 -1
- package/dist-esm/samples-dev/endpointsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/endpointsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/endpointsUpdateSample.js +0 -42
- package/dist-esm/samples-dev/endpointsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/endpointsValidateCustomDomainSample.d.ts +0 -2
- package/dist-esm/samples-dev/endpointsValidateCustomDomainSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/endpointsValidateCustomDomainSample.js +0 -42
- package/dist-esm/samples-dev/endpointsValidateCustomDomainSample.js.map +0 -1
- package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsLocationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsLocationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsLocationsSample.js +0 -38
- package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsLocationsSample.js.map +0 -1
- package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsMetricsSample.d.ts +0 -2
- package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsMetricsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsMetricsSample.js +0 -49
- package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsMetricsSample.js.map +0 -1
- package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsRankingsSample.d.ts +0 -2
- package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsRankingsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsRankingsSample.js +0 -43
- package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsRankingsSample.js.map +0 -1
- package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsResourcesSample.d.ts +0 -2
- package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsResourcesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsResourcesSample.js +0 -38
- package/dist-esm/samples-dev/logAnalyticsGetLogAnalyticsResourcesSample.js.map +0 -1
- package/dist-esm/samples-dev/logAnalyticsGetWafLogAnalyticsMetricsSample.d.ts +0 -2
- package/dist-esm/samples-dev/logAnalyticsGetWafLogAnalyticsMetricsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logAnalyticsGetWafLogAnalyticsMetricsSample.js +0 -46
- package/dist-esm/samples-dev/logAnalyticsGetWafLogAnalyticsMetricsSample.js.map +0 -1
- package/dist-esm/samples-dev/logAnalyticsGetWafLogAnalyticsRankingsSample.d.ts +0 -2
- package/dist-esm/samples-dev/logAnalyticsGetWafLogAnalyticsRankingsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logAnalyticsGetWafLogAnalyticsRankingsSample.js +0 -43
- package/dist-esm/samples-dev/logAnalyticsGetWafLogAnalyticsRankingsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedRuleSetsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedRuleSetsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedRuleSetsListSample.js +0 -52
- package/dist-esm/samples-dev/managedRuleSetsListSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/originGroupsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/originGroupsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/originGroupsCreateSample.js +0 -57
- package/dist-esm/samples-dev/originGroupsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/originGroupsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/originGroupsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/originGroupsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/originGroupsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/originGroupsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/originGroupsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/originGroupsGetSample.js +0 -40
- package/dist-esm/samples-dev/originGroupsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/originGroupsListByEndpointSample.d.ts +0 -2
- package/dist-esm/samples-dev/originGroupsListByEndpointSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/originGroupsListByEndpointSample.js +0 -55
- package/dist-esm/samples-dev/originGroupsListByEndpointSample.js.map +0 -1
- package/dist-esm/samples-dev/originGroupsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/originGroupsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/originGroupsUpdateSample.js +0 -53
- package/dist-esm/samples-dev/originGroupsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/originsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/originsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/originsCreateSample.js +0 -52
- package/dist-esm/samples-dev/originsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/originsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/originsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/originsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/originsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/originsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/originsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/originsGetSample.js +0 -40
- package/dist-esm/samples-dev/originsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/originsListByEndpointSample.d.ts +0 -2
- package/dist-esm/samples-dev/originsListByEndpointSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/originsListByEndpointSample.js +0 -55
- package/dist-esm/samples-dev/originsListByEndpointSample.js.map +0 -1
- package/dist-esm/samples-dev/originsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/originsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/originsUpdateSample.js +0 -49
- package/dist-esm/samples-dev/originsUpdateSample.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 -126
- package/dist-esm/samples-dev/policiesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/policiesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/policiesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policiesDeleteSample.js +0 -38
- package/dist-esm/samples-dev/policiesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/policiesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/policiesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policiesGetSample.js +0 -38
- package/dist-esm/samples-dev/policiesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/policiesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/policiesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policiesListSample.js +0 -53
- package/dist-esm/samples-dev/policiesListSample.js.map +0 -1
- package/dist-esm/samples-dev/policiesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/policiesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/policiesUpdateSample.js +0 -39
- package/dist-esm/samples-dev/policiesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/profilesCanMigrateSample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesCanMigrateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesCanMigrateSample.js +0 -42
- package/dist-esm/samples-dev/profilesCanMigrateSample.js.map +0 -1
- package/dist-esm/samples-dev/profilesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesCreateSample.js +0 -42
- package/dist-esm/samples-dev/profilesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/profilesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesDeleteSample.js +0 -38
- package/dist-esm/samples-dev/profilesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/profilesGenerateSsoUriSample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesGenerateSsoUriSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesGenerateSsoUriSample.js +0 -38
- package/dist-esm/samples-dev/profilesGenerateSsoUriSample.js.map +0 -1
- package/dist-esm/samples-dev/profilesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesGetSample.js +0 -38
- package/dist-esm/samples-dev/profilesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/profilesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/profilesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/profilesListResourceUsageSample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesListResourceUsageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesListResourceUsageSample.js +0 -54
- package/dist-esm/samples-dev/profilesListResourceUsageSample.js.map +0 -1
- package/dist-esm/samples-dev/profilesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesListSample.js +0 -52
- package/dist-esm/samples-dev/profilesListSample.js.map +0 -1
- package/dist-esm/samples-dev/profilesListSupportedOptimizationTypesSample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesListSupportedOptimizationTypesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesListSupportedOptimizationTypesSample.js +0 -38
- package/dist-esm/samples-dev/profilesListSupportedOptimizationTypesSample.js.map +0 -1
- package/dist-esm/samples-dev/profilesMigrateSample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesMigrateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesMigrateSample.js +0 -44
- package/dist-esm/samples-dev/profilesMigrateSample.js.map +0 -1
- package/dist-esm/samples-dev/profilesMigrationCommitSample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesMigrationCommitSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesMigrationCommitSample.js +0 -38
- package/dist-esm/samples-dev/profilesMigrationCommitSample.js.map +0 -1
- package/dist-esm/samples-dev/profilesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesUpdateSample.js +0 -41
- package/dist-esm/samples-dev/profilesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/resourceUsageListSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourceUsageListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourceUsageListSample.js +0 -52
- package/dist-esm/samples-dev/resourceUsageListSample.js.map +0 -1
- package/dist-esm/samples-dev/routesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/routesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/routesCreateSample.js +0 -70
- package/dist-esm/samples-dev/routesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/routesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/routesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/routesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/routesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/routesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/routesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/routesGetSample.js +0 -40
- package/dist-esm/samples-dev/routesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/routesListByEndpointSample.d.ts +0 -2
- package/dist-esm/samples-dev/routesListByEndpointSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/routesListByEndpointSample.js +0 -55
- package/dist-esm/samples-dev/routesListByEndpointSample.js.map +0 -1
- package/dist-esm/samples-dev/routesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/routesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/routesUpdateSample.js +0 -69
- package/dist-esm/samples-dev/routesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/ruleSetsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/ruleSetsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ruleSetsCreateSample.js +0 -39
- package/dist-esm/samples-dev/ruleSetsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/ruleSetsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/ruleSetsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ruleSetsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/ruleSetsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/ruleSetsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/ruleSetsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ruleSetsGetSample.js +0 -39
- package/dist-esm/samples-dev/ruleSetsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/ruleSetsListByProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/ruleSetsListByProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ruleSetsListByProfileSample.js +0 -54
- package/dist-esm/samples-dev/ruleSetsListByProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/ruleSetsListResourceUsageSample.d.ts +0 -2
- package/dist-esm/samples-dev/ruleSetsListResourceUsageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ruleSetsListResourceUsageSample.js +0 -55
- package/dist-esm/samples-dev/ruleSetsListResourceUsageSample.js.map +0 -1
- package/dist-esm/samples-dev/rulesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/rulesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rulesCreateSample.js +0 -65
- package/dist-esm/samples-dev/rulesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/rulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/rulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rulesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/rulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/rulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/rulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rulesGetSample.js +0 -40
- package/dist-esm/samples-dev/rulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/rulesListByRuleSetSample.d.ts +0 -2
- package/dist-esm/samples-dev/rulesListByRuleSetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rulesListByRuleSetSample.js +0 -55
- package/dist-esm/samples-dev/rulesListByRuleSetSample.js.map +0 -1
- package/dist-esm/samples-dev/rulesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/rulesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rulesUpdateSample.js +0 -54
- package/dist-esm/samples-dev/rulesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/secretsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretsCreateSample.js +0 -49
- package/dist-esm/samples-dev/secretsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/secretsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/secretsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/secretsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretsGetSample.js +0 -39
- package/dist-esm/samples-dev/secretsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/secretsListByProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretsListByProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretsListByProfileSample.js +0 -54
- package/dist-esm/samples-dev/secretsListByProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/securityPoliciesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/securityPoliciesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/securityPoliciesCreateSample.js +0 -60
- package/dist-esm/samples-dev/securityPoliciesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/securityPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/securityPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/securityPoliciesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/securityPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/securityPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/securityPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/securityPoliciesGetSample.js +0 -39
- package/dist-esm/samples-dev/securityPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/securityPoliciesListByProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/securityPoliciesListByProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/securityPoliciesListByProfileSample.js +0 -54
- package/dist-esm/samples-dev/securityPoliciesListByProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/securityPoliciesPatchSample.d.ts +0 -2
- package/dist-esm/samples-dev/securityPoliciesPatchSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/securityPoliciesPatchSample.js +0 -60
- package/dist-esm/samples-dev/securityPoliciesPatchSample.js.map +0 -1
- package/dist-esm/samples-dev/validateProbeSample.d.ts +0 -2
- package/dist-esm/samples-dev/validateProbeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/validateProbeSample.js +0 -39
- package/dist-esm/samples-dev/validateProbeSample.js.map +0 -1
- package/dist-esm/src/cdnManagementClient.d.ts +0 -71
- package/dist-esm/src/cdnManagementClient.d.ts.map +0 -1
- package/dist-esm/src/cdnManagementClient.js +0 -236
- package/dist-esm/src/cdnManagementClient.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 -655
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/afdCustomDomains.d.ts +0 -130
- package/dist-esm/src/operations/afdCustomDomains.d.ts.map +0 -1
- package/dist-esm/src/operations/afdCustomDomains.js +0 -559
- package/dist-esm/src/operations/afdCustomDomains.js.map +0 -1
- package/dist-esm/src/operations/afdEndpoints.d.ts +0 -185
- package/dist-esm/src/operations/afdEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operations/afdEndpoints.js +0 -744
- package/dist-esm/src/operations/afdEndpoints.js.map +0 -1
- package/dist-esm/src/operations/afdOriginGroups.d.ts +0 -139
- package/dist-esm/src/operations/afdOriginGroups.d.ts.map +0 -1
- package/dist-esm/src/operations/afdOriginGroups.js +0 -605
- package/dist-esm/src/operations/afdOriginGroups.js.map +0 -1
- package/dist-esm/src/operations/afdOrigins.d.ts +0 -119
- package/dist-esm/src/operations/afdOrigins.d.ts.map +0 -1
- package/dist-esm/src/operations/afdOrigins.js +0 -497
- package/dist-esm/src/operations/afdOrigins.js.map +0 -1
- package/dist-esm/src/operations/afdProfiles.d.ts +0 -88
- package/dist-esm/src/operations/afdProfiles.d.ts.map +0 -1
- package/dist-esm/src/operations/afdProfiles.js +0 -365
- package/dist-esm/src/operations/afdProfiles.js.map +0 -1
- package/dist-esm/src/operations/customDomains.d.ts +0 -125
- package/dist-esm/src/operations/customDomains.d.ts.map +0 -1
- package/dist-esm/src/operations/customDomains.js +0 -584
- package/dist-esm/src/operations/customDomains.js.map +0 -1
- package/dist-esm/src/operations/edgeNodes.d.ts +0 -32
- package/dist-esm/src/operations/edgeNodes.d.ts.map +0 -1
- package/dist-esm/src/operations/edgeNodes.js +0 -133
- package/dist-esm/src/operations/edgeNodes.js.map +0 -1
- package/dist-esm/src/operations/endpoints.d.ts +0 -220
- package/dist-esm/src/operations/endpoints.d.ts.map +0 -1
- package/dist-esm/src/operations/endpoints.js +0 -997
- package/dist-esm/src/operations/endpoints.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -22
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -29
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/logAnalytics.d.ts +0 -81
- package/dist-esm/src/operations/logAnalytics.d.ts.map +0 -1
- package/dist-esm/src/operations/logAnalytics.js +0 -302
- package/dist-esm/src/operations/logAnalytics.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/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/originGroups.d.ts +0 -109
- package/dist-esm/src/operations/originGroups.d.ts.map +0 -1
- package/dist-esm/src/operations/originGroups.js +0 -490
- package/dist-esm/src/operations/originGroups.js.map +0 -1
- package/dist-esm/src/operations/origins.d.ts +0 -109
- package/dist-esm/src/operations/origins.d.ts.map +0 -1
- package/dist-esm/src/operations/origins.js +0 -484
- package/dist-esm/src/operations/origins.js.map +0 -1
- package/dist-esm/src/operations/policies.d.ts +0 -86
- package/dist-esm/src/operations/policies.d.ts.map +0 -1
- package/dist-esm/src/operations/policies.js +0 -398
- package/dist-esm/src/operations/policies.js.map +0 -1
- package/dist-esm/src/operations/profiles.d.ts +0 -221
- package/dist-esm/src/operations/profiles.d.ts.map +0 -1
- package/dist-esm/src/operations/profiles.js +0 -1018
- package/dist-esm/src/operations/profiles.js.map +0 -1
- package/dist-esm/src/operations/resourceUsageOperations.d.ts +0 -32
- package/dist-esm/src/operations/resourceUsageOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/resourceUsageOperations.js +0 -137
- package/dist-esm/src/operations/resourceUsageOperations.js.map +0 -1
- package/dist-esm/src/operations/routes.d.ts +0 -126
- package/dist-esm/src/operations/routes.d.ts.map +0 -1
- package/dist-esm/src/operations/routes.js +0 -504
- package/dist-esm/src/operations/routes.js.map +0 -1
- package/dist-esm/src/operations/ruleSets.d.ts +0 -111
- package/dist-esm/src/operations/ruleSets.d.ts.map +0 -1
- package/dist-esm/src/operations/ruleSets.js +0 -442
- package/dist-esm/src/operations/ruleSets.js.map +0 -1
- package/dist-esm/src/operations/rules.d.ts +0 -119
- package/dist-esm/src/operations/rules.d.ts.map +0 -1
- package/dist-esm/src/operations/rules.js +0 -491
- package/dist-esm/src/operations/rules.js.map +0 -1
- package/dist-esm/src/operations/secrets.d.ts +0 -89
- package/dist-esm/src/operations/secrets.d.ts.map +0 -1
- package/dist-esm/src/operations/secrets.js +0 -366
- package/dist-esm/src/operations/secrets.js.map +0 -1
- package/dist-esm/src/operations/securityPolicies.d.ts +0 -109
- package/dist-esm/src/operations/securityPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/securityPolicies.js +0 -473
- package/dist-esm/src/operations/securityPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/afdCustomDomains.d.ts +0 -103
- package/dist-esm/src/operationsInterfaces/afdCustomDomains.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/afdCustomDomains.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/afdEndpoints.d.ts +0 -137
- package/dist-esm/src/operationsInterfaces/afdEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/afdEndpoints.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/afdOriginGroups.d.ts +0 -91
- package/dist-esm/src/operationsInterfaces/afdOriginGroups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/afdOriginGroups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/afdOrigins.d.ts +0 -90
- package/dist-esm/src/operationsInterfaces/afdOrigins.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/afdOrigins.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/afdProfiles.d.ts +0 -61
- package/dist-esm/src/operationsInterfaces/afdProfiles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/afdProfiles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/customDomains.d.ts +0 -98
- package/dist-esm/src/operationsInterfaces/customDomains.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/customDomains.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/edgeNodes.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/edgeNodes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/edgeNodes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/endpoints.d.ts +0 -176
- 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/index.d.ts +0 -22
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -29
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/logAnalytics.d.ts +0 -73
- package/dist-esm/src/operationsInterfaces/logAnalytics.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/logAnalytics.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/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/originGroups.d.ts +0 -82
- package/dist-esm/src/operationsInterfaces/originGroups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/originGroups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/origins.d.ts +0 -82
- package/dist-esm/src/operationsInterfaces/origins.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/origins.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/policies.d.ts +0 -63
- 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/profiles.d.ts +0 -163
- package/dist-esm/src/operationsInterfaces/profiles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/profiles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourceUsageOperations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/resourceUsageOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourceUsageOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/routes.d.ts +0 -97
- package/dist-esm/src/operationsInterfaces/routes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/routes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/ruleSets.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/ruleSets.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/ruleSets.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/rules.d.ts +0 -90
- package/dist-esm/src/operationsInterfaces/rules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/rules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/secrets.d.ts +0 -62
- package/dist-esm/src/operationsInterfaces/secrets.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/secrets.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/securityPolicies.d.ts +0 -82
- package/dist-esm/src/operationsInterfaces/securityPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/securityPolicies.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/cdn_examples.spec.d.ts +0 -4
- package/dist-esm/test/cdn_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/cdn_examples.spec.js +0 -242
- package/dist-esm/test/cdn_examples.spec.js.map +0 -1
- package/src/cdnManagementClient.ts +0 -401
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -7550
- package/src/models/mappers.ts +0 -10220
- package/src/models/parameters.ts +0 -779
- package/src/operations/afdCustomDomains.ts +0 -770
- package/src/operations/afdEndpoints.ts +0 -1025
- package/src/operations/afdOriginGroups.ts +0 -839
- package/src/operations/afdOrigins.ts +0 -698
- package/src/operations/afdProfiles.ts +0 -496
- package/src/operations/customDomains.ts +0 -824
- package/src/operations/edgeNodes.ts +0 -149
- package/src/operations/endpoints.ts +0 -1390
- package/src/operations/index.ts +0 -29
- package/src/operations/logAnalytics.ts +0 -397
- package/src/operations/managedRuleSets.ts +0 -153
- package/src/operations/operations.ts +0 -149
- package/src/operations/originGroups.ts +0 -691
- package/src/operations/origins.ts +0 -685
- package/src/operations/policies.ts +0 -528
- package/src/operations/profiles.ts +0 -1344
- package/src/operations/resourceUsageOperations.ts +0 -153
- package/src/operations/routes.ts +0 -699
- package/src/operations/ruleSets.ts +0 -602
- package/src/operations/rules.ts +0 -686
- package/src/operations/secrets.ts +0 -504
- package/src/operations/securityPolicies.ts +0 -654
- package/src/operationsInterfaces/afdCustomDomains.ts +0 -187
- package/src/operationsInterfaces/afdEndpoints.ts +0 -240
- package/src/operationsInterfaces/afdOriginGroups.ts +0 -171
- package/src/operationsInterfaces/afdOrigins.ts +0 -171
- package/src/operationsInterfaces/afdProfiles.ts +0 -119
- package/src/operationsInterfaces/customDomains.ts +0 -196
- package/src/operationsInterfaces/edgeNodes.ts +0 -22
- package/src/operationsInterfaces/endpoints.ts +0 -327
- package/src/operationsInterfaces/index.ts +0 -29
- package/src/operationsInterfaces/logAnalytics.ts +0 -145
- package/src/operationsInterfaces/managedRuleSets.ts +0 -25
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/originGroups.ts +0 -163
- package/src/operationsInterfaces/origins.ts +0 -163
- package/src/operationsInterfaces/policies.ts +0 -124
- package/src/operationsInterfaces/profiles.ts +0 -290
- package/src/operationsInterfaces/resourceUsageOperations.ts +0 -22
- package/src/operationsInterfaces/routes.ts +0 -172
- package/src/operationsInterfaces/ruleSets.ts +0 -111
- package/src/operationsInterfaces/rules.ts +0 -165
- package/src/operationsInterfaces/secrets.ts +0 -115
- package/src/operationsInterfaces/securityPolicies.ts +0 -155
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-cdn.d.ts +0 -9090
- /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/afdCustomDomains.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/afdEndpoints.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/afdOriginGroups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/afdOrigins.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/afdProfiles.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/customDomains.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/edgeNodes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/endpoints.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/logAnalytics.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedRuleSets.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/originGroups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/origins.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/policies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/profiles.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceUsageOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/routes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/ruleSets.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/rules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/secrets.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/securityPolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type DeliveryRuleConditionUnion =\n | DeliveryRuleCondition\n | DeliveryRuleRemoteAddressCondition\n | DeliveryRuleRequestMethodCondition\n | DeliveryRuleQueryStringCondition\n | DeliveryRulePostArgsCondition\n | DeliveryRuleRequestUriCondition\n | DeliveryRuleRequestHeaderCondition\n | DeliveryRuleRequestBodyCondition\n | DeliveryRuleRequestSchemeCondition\n | DeliveryRuleUrlPathCondition\n | DeliveryRuleUrlFileExtensionCondition\n | DeliveryRuleUrlFileNameCondition\n | DeliveryRuleHttpVersionCondition\n | DeliveryRuleCookiesCondition\n | DeliveryRuleIsDeviceCondition\n | DeliveryRuleSocketAddrCondition\n | DeliveryRuleClientPortCondition\n | DeliveryRuleServerPortCondition\n | DeliveryRuleHostNameCondition\n | DeliveryRuleSslProtocolCondition;\nexport type DeliveryRuleActionAutoGeneratedUnion =\n | DeliveryRuleActionAutoGenerated\n | UrlRedirectAction\n | UrlSigningAction\n | OriginGroupOverrideAction\n | UrlRewriteAction\n | DeliveryRuleRequestHeaderAction\n | DeliveryRuleResponseHeaderAction\n | DeliveryRuleCacheExpirationAction\n | DeliveryRuleCacheKeyQueryStringAction\n | DeliveryRuleRouteConfigurationOverrideAction;\nexport type SecurityPolicyPropertiesParametersUnion =\n | SecurityPolicyPropertiesParameters\n | SecurityPolicyWebApplicationFirewallParameters;\nexport type SecretParametersUnion =\n | SecretParameters\n | UrlSigningKeyParameters\n | ManagedCertificateParameters\n | CustomerCertificateParameters\n | AzureFirstPartyManagedCertificateParameters;\nexport type CustomDomainHttpsParametersUnion =\n | CustomDomainHttpsParameters\n | CdnManagedHttpsParameters\n | UserManagedHttpsParameters;\n\n/** Input of CheckNameAvailability API. */\nexport interface CheckEndpointNameAvailabilityInput {\n /** The resource name to validate. */\n name: string;\n /** The type of the resource whose name is to be validated. */\n type: ResourceType;\n /** Indicates the endpoint name reuse scope. The default value is TenantReuse. */\n autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;\n}\n\n/** Output of check name availability API. */\nexport interface CheckEndpointNameAvailabilityOutput {\n /**\n * Indicates whether the name is available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameAvailable?: boolean;\n /**\n * Returns the available hostname generated based on the AutoGeneratedDomainNameLabelScope when the name is available, otherwise it returns empty string\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availableHostname?: string;\n /**\n * The reason why the name is not available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: string;\n /**\n * The detailed error message describing why the name is not available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface AfdErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** The list usages operation response. */\nexport interface UsagesListResult {\n /** The list of resource usages. */\n value?: Usage[];\n /** URL to get the next set of results. */\n nextLink?: string;\n}\n\n/** Describes resource usage. */\nexport interface Usage {\n /**\n * Resource identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** An enum describing the unit of measurement. */\n unit: UsageUnit;\n /** The current value of the usage. */\n currentValue: number;\n /** The limit of usage. */\n limit: number;\n /** The name of the type of usage. */\n name: UsageName;\n}\n\n/** The usage names. */\nexport interface UsageName {\n /** A string describing the resource name. */\n value?: string;\n /** A localized string describing the resource name. */\n localizedValue?: string;\n}\n\n/** Input of CheckHostNameAvailability API. */\nexport interface CheckHostNameAvailabilityInput {\n /** The host name to validate. */\n hostName: string;\n}\n\n/** Output of check name availability API. */\nexport interface CheckNameAvailabilityOutput {\n /**\n * Indicates whether the name is available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameAvailable?: boolean;\n /**\n * The reason why the name is not available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: string;\n /**\n * The detailed error message describing why the name is not available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Input of the secret to be validated. */\nexport interface ValidateSecretInput {\n /** The secret type. */\n secretType: SecretType;\n /** Resource reference to the Azure Key Vault secret. Expected to be in format of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{secretName} */\n secretSource: ResourceReference;\n /** Secret version, if customer is using a specific version. */\n secretVersion?: string;\n}\n\n/** Reference to another resource. */\nexport interface ResourceReference {\n /** Resource ID. */\n id?: string;\n}\n\n/** Output of the validated secret. */\nexport interface ValidateSecretOutput {\n /** The validation status. */\n status?: Status;\n /** Detailed error message */\n message?: string;\n}\n\n/** Parameters required for profile upgrade. */\nexport interface ProfileUpgradeParameters {\n /** Web Application Firewall (WAF) and security policy mapping for the profile upgrade */\n wafMappingList: ProfileChangeSkuWafMapping[];\n}\n\n/** Parameters required for profile upgrade. */\nexport interface ProfileChangeSkuWafMapping {\n /** The security policy name. */\n securityPolicyName: string;\n /** The new waf resource for the security policy to use. */\n changeToWafPolicy: ResourceReference;\n}\n\n/**\n * Standard_Verizon = The SKU name for a Standard Verizon CDN profile.\n * Premium_Verizon = The SKU name for a Premium Verizon CDN profile.\n * Custom_Verizon = The SKU name for a Custom Verizon CDN profile.\n * Standard_Akamai = The SKU name for an Akamai CDN profile.\n * Standard_ChinaCdn = The SKU name for a China CDN profile for VOD, Web and download scenarios using GB based billing model.\n * Standard_Microsoft = The SKU name for a Standard Microsoft CDN profile.\n * Standard_AzureFrontDoor = The SKU name for an Azure Front Door Standard profile.\n * Premium_AzureFrontDoor = The SKU name for an Azure Front Door Premium profile.\n * Standard_955BandWidth_ChinaCdn = The SKU name for a China CDN profile for VOD, Web and download scenarios using 95-5 peak bandwidth billing model.\n * Standard_AvgBandWidth_ChinaCdn = The SKU name for a China CDN profile for VOD, Web and download scenarios using monthly average peak bandwidth billing model.\n * StandardPlus_ChinaCdn = The SKU name for a China CDN profile for live-streaming using GB based billing model.\n * StandardPlus_955BandWidth_ChinaCdn = The SKU name for a China CDN live-streaming profile using 95-5 peak bandwidth billing model.\n * StandardPlus_AvgBandWidth_ChinaCdn = The SKU name for a China CDN live-streaming profile using monthly average peak bandwidth billing model.\n *\n */\nexport interface Sku {\n /** Name of the pricing tier. */\n name?: SkuName;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n type: ManagedServiceIdentityType;\n /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Defines rules that scrub sensitive fields in the Azure Front Door profile logs. */\nexport interface ProfileLogScrubbing {\n /** State of the log scrubbing config. Default value is Enabled. */\n state?: ProfileScrubbingState;\n /** List of log scrubbing rules applied to the Azure Front Door profile logs. */\n scrubbingRules?: ProfileScrubbingRules[];\n}\n\n/** Defines the contents of the log scrubbing rules. */\nexport interface ProfileScrubbingRules {\n /** The variable to be scrubbed from the logs. */\n matchVariable: ScrubbingRuleEntryMatchVariable;\n /** When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to. */\n selectorMatchOperator: ScrubbingRuleEntryMatchOperator;\n /** When matchVariable is a collection, operator used to specify which elements in the collection this rule applies to. */\n selector?: string;\n /** Defines the state of a log scrubbing rule. Default value is enabled. */\n state?: ScrubbingRuleEntryState;\n}\n\n/** The core properties of ARM resources */\nexport interface Resource {\n /**\n * Resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Read only system data\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Read only system data */\nexport interface SystemData {\n /** An identifier for the identity that created the resource */\n createdBy?: string;\n /** The type of identity that created the resource */\n createdByType?: IdentityType;\n /** The timestamp of resource creation (UTC) */\n createdAt?: Date;\n /** An identifier for the identity that last modified the resource */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource */\n lastModifiedByType?: IdentityType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Result of the request to list domains. It contains a list of domain objects and a URL link to get the next set of results. */\nexport interface AFDDomainListResult {\n /**\n * List of AzureFrontDoor domains within a profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: AFDDomain[];\n /** URL to get the next set of domain objects if there are any. */\n nextLink?: string;\n}\n\n/** The JSON object that contains the properties to validate a domain. */\nexport interface DomainValidationProperties {\n /**\n * Challenge used for DNS TXT record or file based validation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationToken?: string;\n /**\n * The date time that the token expires\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationDate?: string;\n}\n\n/** The JSON object that contains the properties of the domain to create. */\nexport interface AFDDomainUpdatePropertiesParameters {\n /**\n * The name of the profile which holds the domain.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly profileName?: string;\n /** The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default. */\n tlsSettings?: AFDDomainHttpsParameters;\n /** Resource reference to the Azure DNS zone */\n azureDnsZone?: ResourceReference;\n /** Resource reference to the Azure resource where custom domain ownership was prevalidated */\n preValidatedCustomDomainResourceId?: ResourceReference;\n}\n\n/** The JSON object that contains the properties to secure a domain. */\nexport interface AFDDomainHttpsParameters {\n /** Defines the source of the SSL certificate. */\n certificateType: AfdCertificateType;\n /** TLS protocol version that will be used for Https */\n minimumTlsVersion?: AfdMinimumTlsVersion;\n /** Resource reference to the secret. ie. subs/rg/profile/secret */\n secret?: ResourceReference;\n}\n\n/** The tracking states for afd resources. */\nexport interface AFDStateProperties {\n /**\n * Provisioning status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AfdProvisioningState;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly deploymentStatus?: DeploymentStatus;\n}\n\n/** The domain JSON object required for domain creation or update. */\nexport interface AFDDomainUpdateParameters {\n /**\n * The name of the profile which holds the domain.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly profileName?: string;\n /** The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default. */\n tlsSettings?: AFDDomainHttpsParameters;\n /** Resource reference to the Azure DNS zone */\n azureDnsZone?: ResourceReference;\n /** Resource reference to the Azure resource where custom domain ownership was prevalidated */\n preValidatedCustomDomainResourceId?: ResourceReference;\n}\n\n/** Result of the request to list endpoints. It contains a list of endpoint objects and a URL link to get the next set of results. */\nexport interface AFDEndpointListResult {\n /**\n * List of AzureFrontDoor endpoints within a profile\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: AFDEndpoint[];\n /** URL to get the next set of endpoint objects if there is any. */\n nextLink?: string;\n}\n\n/** The JSON object containing endpoint update parameters. */\nexport interface AFDEndpointPropertiesUpdateParameters {\n /**\n * The name of the profile which holds the endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly profileName?: string;\n /** Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled' */\n enabledState?: EnabledState;\n}\n\n/** Properties required to create or update an endpoint. */\nexport interface AFDEndpointUpdateParameters {\n /** Endpoint tags. */\n tags?: { [propertyName: string]: string };\n /**\n * The name of the profile which holds the endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly profileName?: string;\n /** Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled' */\n enabledState?: EnabledState;\n}\n\n/** Parameters required for content purge. */\nexport interface AfdPurgeParameters {\n /** The path to the content to be purged. Can describe a file path or a wild card directory. */\n contentPaths: string[];\n /** List of domains. */\n domains?: string[];\n}\n\n/** Input of the custom domain to be validated for DNS mapping. */\nexport interface ValidateCustomDomainInput {\n /** The host name of the custom domain. Must be a domain name. */\n hostName: string;\n}\n\n/** Output of custom domain validation. */\nexport interface ValidateCustomDomainOutput {\n /**\n * Indicates whether the custom domain is valid or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomainValidated?: boolean;\n /**\n * The reason why the custom domain is not valid.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: string;\n /**\n * Error message describing why the custom domain is not valid.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Result of the request to list origin groups. It contains a list of origin groups objects and a URL link to get the next set of results. */\nexport interface AFDOriginGroupListResult {\n /**\n * List of Azure Front Door origin groups within an Azure Front Door endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: AFDOriginGroup[];\n /** URL to get the next set of origin objects if there are any. */\n nextLink?: string;\n}\n\n/** The JSON object that contains the properties of the origin group. */\nexport interface AFDOriginGroupUpdatePropertiesParameters {\n /**\n * The name of the profile which holds the origin group.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly profileName?: string;\n /** Load balancing settings for a backend pool */\n loadBalancingSettings?: LoadBalancingSettingsParameters;\n /** Health probe settings to the origin that is used to determine the health of the origin. */\n healthProbeSettings?: HealthProbeParameters;\n /** Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported. */\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes?: number;\n /** Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled' */\n sessionAffinityState?: EnabledState;\n}\n\n/** Round-Robin load balancing settings for a backend pool */\nexport interface LoadBalancingSettingsParameters {\n /** The number of samples to consider for load balancing decisions */\n sampleSize?: number;\n /** The number of samples within the sample period that must succeed */\n successfulSamplesRequired?: number;\n /** The additional latency in milliseconds for probes to fall into the lowest latency bucket */\n additionalLatencyInMilliseconds?: number;\n}\n\n/** The JSON object that contains the properties to send health probes to origin. */\nexport interface HealthProbeParameters {\n /** The path relative to the origin that is used to determine the health of the origin. */\n probePath?: string;\n /** The type of health probe request that is made. */\n probeRequestType?: HealthProbeRequestType;\n /** Protocol to use for health probe. */\n probeProtocol?: ProbeProtocol;\n /** The number of seconds between health probes.Default is 240sec. */\n probeIntervalInSeconds?: number;\n}\n\n/** AFDOrigin group properties needed for origin group creation or update. */\nexport interface AFDOriginGroupUpdateParameters {\n /**\n * The name of the profile which holds the origin group.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly profileName?: string;\n /** Load balancing settings for a backend pool */\n loadBalancingSettings?: LoadBalancingSettingsParameters;\n /** Health probe settings to the origin that is used to determine the health of the origin. */\n healthProbeSettings?: HealthProbeParameters;\n /** Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported. */\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes?: number;\n /** Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled' */\n sessionAffinityState?: EnabledState;\n}\n\n/** Result of the request to list origins. It contains a list of origin objects and a URL link to get the next set of results. */\nexport interface AFDOriginListResult {\n /**\n * List of Azure Front Door origins within an Azure Front Door endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: AFDOrigin[];\n /** URL to get the next set of origin objects if there are any. */\n nextLink?: string;\n}\n\n/** The JSON object that contains the properties of the origin. */\nexport interface AFDOriginUpdatePropertiesParameters {\n /**\n * The name of the origin group which contains this origin.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly originGroupName?: string;\n /** Resource reference to the Azure origin resource. */\n azureOrigin?: ResourceReference;\n /** The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint. */\n hostName?: string;\n /** The value of the HTTP port. Must be between 1 and 65535. */\n httpPort?: number;\n /** The value of the HTTPS port. Must be between 1 and 65535. */\n httpsPort?: number;\n /** The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure Front Door origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. This overrides the host header defined at Endpoint */\n originHostHeader?: string;\n /** Priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5 */\n priority?: number;\n /** Weight of the origin in given origin group for load balancing. Must be between 1 and 1000 */\n weight?: number;\n /** The properties of the private link resource for private origin. */\n sharedPrivateLinkResource?: SharedPrivateLinkResourceProperties;\n /** 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. */\n enabledState?: EnabledState;\n /** Whether to enable certificate name check at origin level */\n enforceCertificateNameCheck?: boolean;\n}\n\n/** Describes the properties of an existing Shared Private Link Resource to use when connecting to a private origin. */\nexport interface SharedPrivateLinkResourceProperties {\n /** The resource id of the resource the shared private link resource is for. */\n privateLink?: ResourceReference;\n /** The location of the shared private link resource */\n privateLinkLocation?: string;\n /** The group id from the provider of resource the shared private link resource is for. */\n groupId?: string;\n /** The request message for requesting approval of the shared private link resource. */\n requestMessage?: string;\n /** Status of the shared private link resource. Can be Pending, Approved, Rejected, Disconnected, or Timeout. */\n status?: SharedPrivateLinkResourceStatus;\n}\n\n/** AFDOrigin properties needed for origin update. */\nexport interface AFDOriginUpdateParameters {\n /**\n * The name of the origin group which contains this origin.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly originGroupName?: string;\n /** Resource reference to the Azure origin resource. */\n azureOrigin?: ResourceReference;\n /** The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint. */\n hostName?: string;\n /** The value of the HTTP port. Must be between 1 and 65535. */\n httpPort?: number;\n /** The value of the HTTPS port. Must be between 1 and 65535. */\n httpsPort?: number;\n /** The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure Front Door origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. This overrides the host header defined at Endpoint */\n originHostHeader?: string;\n /** Priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5 */\n priority?: number;\n /** Weight of the origin in given origin group for load balancing. Must be between 1 and 1000 */\n weight?: number;\n /** The properties of the private link resource for private origin. */\n sharedPrivateLinkResource?: SharedPrivateLinkResourceProperties;\n /** 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. */\n enabledState?: EnabledState;\n /** Whether to enable certificate name check at origin level */\n enforceCertificateNameCheck?: boolean;\n}\n\n/** Result of the request to list routes. It contains a list of route objects and a URL link to get the next set of results. */\nexport interface RouteListResult {\n /**\n * List of AzureFrontDoor routes within a profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Route[];\n /** URL to get the next set of route objects if there are any. */\n nextLink?: string;\n}\n\n/** The JSON object that contains the properties of the domain to create. */\nexport interface RouteUpdatePropertiesParameters {\n /**\n * The name of the endpoint which holds the route.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpointName?: string;\n /** Domains referenced by this endpoint. */\n customDomains?: ActivatedResourceReference[];\n /** A reference to the origin group. */\n originGroup?: ResourceReference;\n /** A directory path on the origin that AzureFrontDoor can use to retrieve content from, e.g. contoso.cloudapp.net/originpath. */\n originPath?: string;\n /** rule sets referenced by this endpoint. */\n ruleSets?: ResourceReference[];\n /** List of supported protocols for this route. */\n supportedProtocols?: AFDEndpointProtocols[];\n /** The route patterns of the rule. */\n patternsToMatch?: string[];\n /** The caching configuration for this route. To disable caching, do not provide a cacheConfiguration object. */\n cacheConfiguration?: AfdRouteCacheConfiguration;\n /** Protocol this rule will use when forwarding traffic to backends. */\n forwardingProtocol?: ForwardingProtocol;\n /** whether this route will be linked to the default endpoint domain. */\n linkToDefaultDomain?: LinkToDefaultDomain;\n /** Whether to automatically redirect HTTP traffic to HTTPS traffic. Note that this is a easy way to set up this rule and it will be the first rule that gets executed. */\n httpsRedirect?: HttpsRedirect;\n /** Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled' */\n enabledState?: EnabledState;\n}\n\n/** Reference to another resource along with its state. */\nexport interface ActivatedResourceReference {\n /** Resource ID. */\n id?: string;\n /**\n * Whether the resource is active or inactive\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isActive?: boolean;\n}\n\n/** Caching settings for a caching-type route. To disable caching, do not provide a cacheConfiguration object. */\nexport interface AfdRouteCacheConfiguration {\n /** Defines how Frontdoor caches requests that include query strings. You can ignore any query strings when caching, ignore specific query strings, cache every request with a unique URL, or cache specific query strings. */\n queryStringCachingBehavior?: AfdQueryStringCachingBehavior;\n /** query parameters to include or exclude (comma separated). */\n queryParameters?: string;\n /** compression settings. */\n compressionSettings?: CompressionSettings;\n}\n\n/** settings for compression. */\nexport interface CompressionSettings {\n /** List of content types on which compression applies. The value should be a valid MIME type. */\n contentTypesToCompress?: string[];\n /** Indicates whether content compression is enabled on AzureFrontDoor. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on AzureFrontDoor when requested content is smaller than 1 byte or larger than 1 MB. */\n isCompressionEnabled?: boolean;\n}\n\n/** The domain JSON object required for domain creation or update. */\nexport interface RouteUpdateParameters {\n /**\n * The name of the endpoint which holds the route.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpointName?: string;\n /** Domains referenced by this endpoint. */\n customDomains?: ActivatedResourceReference[];\n /** A reference to the origin group. */\n originGroup?: ResourceReference;\n /** A directory path on the origin that AzureFrontDoor can use to retrieve content from, e.g. contoso.cloudapp.net/originpath. */\n originPath?: string;\n /** rule sets referenced by this endpoint. */\n ruleSets?: ResourceReference[];\n /** List of supported protocols for this route. */\n supportedProtocols?: AFDEndpointProtocols[];\n /** The route patterns of the rule. */\n patternsToMatch?: string[];\n /** The caching configuration for this route. To disable caching, do not provide a cacheConfiguration object. */\n cacheConfiguration?: AfdRouteCacheConfiguration;\n /** Protocol this rule will use when forwarding traffic to backends. */\n forwardingProtocol?: ForwardingProtocol;\n /** whether this route will be linked to the default endpoint domain. */\n linkToDefaultDomain?: LinkToDefaultDomain;\n /** Whether to automatically redirect HTTP traffic to HTTPS traffic. Note that this is a easy way to set up this rule and it will be the first rule that gets executed. */\n httpsRedirect?: HttpsRedirect;\n /** Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled' */\n enabledState?: EnabledState;\n}\n\n/** Result of the request to list rule sets. It contains a list of rule set objects and a URL link to get the next set of results. */\nexport interface RuleSetListResult {\n /**\n * List of AzureFrontDoor rule sets within a profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: RuleSet[];\n /** URL to get the next set of rule set objects if there are any. */\n nextLink?: string;\n}\n\n/** Result of the request to list rules. It contains a list of rule objects and a URL link to get the next set of results. */\nexport interface RuleListResult {\n /**\n * List of AzureFrontDoor rules within a rule set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Rule[];\n /** URL to get the next set of rule objects if there are any. */\n nextLink?: string;\n}\n\n/** The JSON object that contains the properties of the rule to update. */\nexport interface RuleUpdatePropertiesParameters {\n /**\n * The name of the rule set containing the rule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ruleSetName?: string;\n /** The order in which the rules are applied for the endpoint. Possible values {0,1,2,3,………}. A rule with a lesser order will be applied before a rule with a greater order. Rule with order 0 is a special rule. It does not require any condition and actions listed in it will always be applied. */\n order?: number;\n /** A list of conditions that must be matched for the actions to be executed */\n conditions?: DeliveryRuleConditionUnion[];\n /** A list of actions that are executed when all the conditions of a rule are satisfied. */\n actions?: DeliveryRuleActionAutoGeneratedUnion[];\n /** If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue. */\n matchProcessingBehavior?: MatchProcessingBehavior;\n}\n\n/** A condition for the delivery rule. */\nexport interface DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name:\n | \"RemoteAddress\"\n | \"RequestMethod\"\n | \"QueryString\"\n | \"PostArgs\"\n | \"RequestUri\"\n | \"RequestHeader\"\n | \"RequestBody\"\n | \"RequestScheme\"\n | \"UrlPath\"\n | \"UrlFileExtension\"\n | \"UrlFileName\"\n | \"HttpVersion\"\n | \"Cookies\"\n | \"IsDevice\"\n | \"SocketAddr\"\n | \"ClientPort\"\n | \"ServerPort\"\n | \"HostName\"\n | \"SslProtocol\";\n}\n\n/** An action for the delivery rule. */\nexport interface DeliveryRuleActionAutoGenerated {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name:\n | \"UrlRedirect\"\n | \"UrlSigning\"\n | \"OriginGroupOverride\"\n | \"UrlRewrite\"\n | \"ModifyRequestHeader\"\n | \"ModifyResponseHeader\"\n | \"CacheExpiration\"\n | \"CacheKeyQueryString\"\n | \"RouteConfigurationOverride\";\n}\n\n/** The domain JSON object required for domain creation or update. */\nexport interface RuleUpdateParameters {\n /**\n * The name of the rule set containing the rule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ruleSetName?: string;\n /** The order in which the rules are applied for the endpoint. Possible values {0,1,2,3,………}. A rule with a lesser order will be applied before a rule with a greater order. Rule with order 0 is a special rule. It does not require any condition and actions listed in it will always be applied. */\n order?: number;\n /** A list of conditions that must be matched for the actions to be executed */\n conditions?: DeliveryRuleConditionUnion[];\n /** A list of actions that are executed when all the conditions of a rule are satisfied. */\n actions?: DeliveryRuleActionAutoGeneratedUnion[];\n /** If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue. */\n matchProcessingBehavior?: MatchProcessingBehavior;\n}\n\n/** Result of the request to list security policies. It contains a list of security policy objects and a URL link to get the next set of results. */\nexport interface SecurityPolicyListResult {\n /**\n * List of Security policies within a profile\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: SecurityPolicy[];\n /** URL to get the next set of security policy objects if there is any. */\n nextLink?: string;\n}\n\n/** The json object containing security policy parameters */\nexport interface SecurityPolicyPropertiesParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"WebApplicationFirewall\";\n}\n\n/** The JSON object containing security policy update parameters. */\nexport interface SecurityPolicyUpdateParameters {\n /** object which contains security policy parameters */\n parameters?: SecurityPolicyPropertiesParametersUnion;\n}\n\n/** Result of the request to list secrets. It contains a list of Secret objects and a URL link to get the next set of results. */\nexport interface SecretListResult {\n /**\n * List of AzureFrontDoor secrets within a profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Secret[];\n /** URL to get the next set of Secret objects if there are any. */\n nextLink?: string;\n}\n\n/** The json object containing secret parameters */\nexport interface SecretParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type:\n | \"UrlSigningKey\"\n | \"ManagedCertificate\"\n | \"CustomerCertificate\"\n | \"AzureFirstPartyManagedCertificate\";\n}\n\n/** Metrics Response */\nexport interface MetricsResponse {\n dateTimeBegin?: Date;\n dateTimeEnd?: Date;\n granularity?: MetricsGranularity;\n series?: MetricsResponseSeriesItem[];\n}\n\nexport interface MetricsResponseSeriesItem {\n metric?: string;\n unit?: MetricsSeriesUnit;\n groups?: MetricsResponseSeriesPropertiesItemsItem[];\n data?: Components1Gs0LlpSchemasMetricsresponsePropertiesSeriesItemsPropertiesDataItems[];\n}\n\nexport interface MetricsResponseSeriesPropertiesItemsItem {\n name?: string;\n value?: string;\n}\n\nexport interface Components1Gs0LlpSchemasMetricsresponsePropertiesSeriesItemsPropertiesDataItems {\n dateTime?: Date;\n value?: number;\n}\n\n/** Rankings Response */\nexport interface RankingsResponse {\n dateTimeBegin?: Date;\n dateTimeEnd?: Date;\n tables?: RankingsResponseTablesItem[];\n}\n\nexport interface RankingsResponseTablesItem {\n ranking?: string;\n data?: RankingsResponseTablesPropertiesItemsItem[];\n}\n\nexport interface RankingsResponseTablesPropertiesItemsItem {\n name?: string;\n metrics?: RankingsResponseTablesPropertiesItemsMetricsItem[];\n}\n\nexport interface RankingsResponseTablesPropertiesItemsMetricsItem {\n metric?: string;\n value?: number;\n percentage?: number;\n}\n\n/** Continents Response */\nexport interface ContinentsResponse {\n continents?: ContinentsResponseContinentsItem[];\n countryOrRegions?: ContinentsResponseCountryOrRegionsItem[];\n}\n\nexport interface ContinentsResponseContinentsItem {\n id?: string;\n}\n\nexport interface ContinentsResponseCountryOrRegionsItem {\n id?: string;\n continentId?: string;\n}\n\n/** Resources Response */\nexport interface ResourcesResponse {\n endpoints?: ResourcesResponseEndpointsItem[];\n customDomains?: ResourcesResponseCustomDomainsItem[];\n}\n\nexport interface ResourcesResponseEndpointsItem {\n id?: string;\n name?: string;\n history?: boolean;\n customDomains?: ResourcesResponseEndpointsPropertiesItemsItem[];\n}\n\nexport interface ResourcesResponseEndpointsPropertiesItemsItem {\n id?: string;\n name?: string;\n endpointId?: string;\n history?: boolean;\n}\n\nexport interface ResourcesResponseCustomDomainsItem {\n id?: string;\n name?: string;\n endpointId?: string;\n history?: boolean;\n}\n\n/** Waf Metrics Response */\nexport interface WafMetricsResponse {\n dateTimeBegin?: Date;\n dateTimeEnd?: Date;\n granularity?: WafMetricsGranularity;\n series?: WafMetricsResponseSeriesItem[];\n}\n\nexport interface WafMetricsResponseSeriesItem {\n metric?: string;\n unit?: WafMetricsSeriesUnit;\n groups?: WafMetricsResponseSeriesPropertiesItemsItem[];\n data?: Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems[];\n}\n\nexport interface WafMetricsResponseSeriesPropertiesItemsItem {\n name?: string;\n value?: string;\n}\n\nexport interface Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems {\n dateTime?: Date;\n value?: number;\n}\n\n/** Waf Rankings Response */\nexport interface WafRankingsResponse {\n dateTimeBegin?: Date;\n dateTimeEnd?: Date;\n groups?: string[];\n data?: WafRankingsResponseDataItem[];\n}\n\nexport interface WafRankingsResponseDataItem {\n groupValues?: string[];\n metrics?: ComponentsKpo1PjSchemasWafrankingsresponsePropertiesDataItemsPropertiesMetricsItems[];\n}\n\nexport interface ComponentsKpo1PjSchemasWafrankingsresponsePropertiesDataItemsPropertiesMetricsItems {\n metric?: string;\n value?: number;\n percentage?: number;\n}\n\n/** Result of the request to list profiles. It contains a list of profile objects and a URL link to get the next set of results. */\nexport interface ProfileListResult {\n /**\n * List of CDN profiles within a resource group.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Profile[];\n /** URL to get the next set of profile objects if there are any. */\n nextLink?: string;\n}\n\n/** Error response indicates Azure Front Door Standard or Azure Front Door Premium or CDN service is not able to process the incoming request. The reason is provided in the error message. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** Properties required to update a profile. */\nexport interface ProfileUpdateParameters {\n /** Profile tags */\n tags?: { [propertyName: string]: string };\n /** Managed service identity (system assigned and/or user assigned identities). */\n identity?: ManagedServiceIdentity;\n /** Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns. */\n originResponseTimeoutSeconds?: number;\n /** Defines rules to scrub sensitive fields in logs */\n logScrubbing?: ProfileLogScrubbing;\n}\n\n/** Request body for CanMigrate operation. */\nexport interface CanMigrateParameters {\n /** Resource reference of the classic cdn profile or classic frontdoor that need to be migrated. */\n classicResourceReference: ResourceReference;\n}\n\n/** Result for canMigrate operation. */\nexport interface CanMigrateResult {\n /**\n * Resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Flag that says if the profile can be migrated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly canMigrate?: boolean;\n /**\n * Recommended sku for the migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultSku?: CanMigrateDefaultSku;\n errors?: MigrationErrorType[];\n}\n\n/** Error response indicates CDN service is not able to process the incoming request. The reason is provided in the error message. */\nexport interface MigrationErrorType {\n /**\n * Error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Resource which has the problem.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceName?: string;\n /**\n * Error message indicating why the operation failed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessage?: string;\n /**\n * Describes what needs to be done to fix the problem\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextSteps?: string;\n}\n\n/** Request body for Migrate operation. */\nexport interface MigrationParameters {\n /** Sku for the migration */\n sku: Sku;\n /** Resource reference of the classic cdn profile or classic frontdoor that need to be migrated. */\n classicResourceReference: ResourceReference;\n /** Name of the new profile that need to be created. */\n profileName: string;\n /** Waf mapping for the migrated profile */\n migrationWebApplicationFirewallMappings?: MigrationWebApplicationFirewallMapping[];\n}\n\n/** Web Application Firewall Mapping */\nexport interface MigrationWebApplicationFirewallMapping {\n /** Migration From Waf policy */\n migratedFrom?: ResourceReference;\n /** Migration to Waf policy */\n migratedTo?: ResourceReference;\n}\n\n/** Result for migrate operation. */\nexport interface MigrateResult {\n /**\n * Resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Arm resource id of the migrated profile\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migratedProfileResourceId?: ResourceReference;\n}\n\n/** The URI required to login to the supplemental portal from the Azure portal. */\nexport interface SsoUri {\n /**\n * The URI used to login to the supplemental portal.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ssoUriValue?: string;\n}\n\n/** The result of the GetSupportedOptimizationTypes API */\nexport interface SupportedOptimizationTypesListResult {\n /**\n * Supported optimization types for a profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedOptimizationTypes?: OptimizationType[];\n}\n\n/** Output of check resource usage API. */\nexport interface ResourceUsageListResult {\n /**\n * List of resource usages.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ResourceUsage[];\n /** URL to get the next set of custom domain objects if there are any. */\n nextLink?: string;\n}\n\n/** Output of check resource usage API. */\nexport interface ResourceUsage {\n /**\n * Resource type for which the usage is provided.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceType?: string;\n /**\n * Unit of the usage. e.g. count.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: ResourceUsageUnit;\n /**\n * Actual value of usage on the specified resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentValue?: number;\n /**\n * Quota of the specified resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly limit?: number;\n}\n\n/** Result of the request to list endpoints. It contains a list of endpoint objects and a URL link to get the next set of results. */\nexport interface EndpointListResult {\n /**\n * List of CDN endpoints within a profile\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Endpoint[];\n /** URL to get the next set of endpoint objects if there is any. */\n nextLink?: string;\n}\n\n/** The main origin of CDN content which is added when creating a CDN endpoint. */\nexport interface DeepCreatedOrigin {\n /** Origin name which must be unique within the endpoint. */\n name: string;\n /** The address of the origin. It can be a domain name, IPv4 address, or IPv6 address. This should be unique across all origins in an endpoint. */\n hostName?: string;\n /** The value of the HTTP port. Must be between 1 and 65535. */\n httpPort?: number;\n /** The value of the HTTPS port. Must be between 1 and 65535. */\n httpsPort?: number;\n /** The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. */\n originHostHeader?: string;\n /** Priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5. */\n priority?: number;\n /** Weight of the origin in given origin group for load balancing. Must be between 1 and 1000 */\n weight?: number;\n /** Origin is enabled for load balancing or not. By default, origin is always enabled. */\n enabled?: boolean;\n /** The Alias of the Private Link resource. Populating this optional field indicates that this origin is 'Private' */\n privateLinkAlias?: string;\n /** The Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private' */\n privateLinkResourceId?: string;\n /** The location of the Private Link resource. Required only if 'privateLinkResourceId' is populated */\n privateLinkLocation?: string;\n /** A custom message to be included in the approval request to connect to the Private Link. */\n privateLinkApprovalMessage?: string;\n /**\n * The approval status for the connection to the Private Link\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointStatus?: PrivateEndpointStatus;\n}\n\n/** The origin group for CDN content which is added when creating a CDN endpoint. Traffic is sent to the origins within the origin group based on origin health. */\nexport interface DeepCreatedOriginGroup {\n /** Origin group name which must be unique within the endpoint. */\n name: string;\n /** Health probe settings to the origin that is used to determine the health of the origin. */\n healthProbeSettings?: HealthProbeParameters;\n /** The source of the content being delivered via CDN within given origin group. */\n origins?: ResourceReference[];\n /** Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported. */\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes?: number;\n /** The JSON object that contains the properties to determine origin health using real requests/responses.This property is currently not supported. */\n responseBasedOriginErrorDetectionSettings?: ResponseBasedOriginErrorDetectionParameters;\n}\n\n/** The JSON object that contains the properties to determine origin health using real requests/responses. */\nexport interface ResponseBasedOriginErrorDetectionParameters {\n /** Type of response errors for real user requests for which origin will be deemed unhealthy */\n responseBasedDetectedErrorTypes?: ResponseBasedDetectedErrorTypes;\n /** The percentage of failed requests in the sample where failover should trigger. */\n responseBasedFailoverThresholdPercentage?: number;\n /** The list of Http status code ranges that are considered as server errors for origin and it is marked as unhealthy. */\n httpErrorRanges?: HttpErrorRangeParameters[];\n}\n\n/** The JSON object that represents the range for http status codes */\nexport interface HttpErrorRangeParameters {\n /** The inclusive start of the http status code range. */\n begin?: number;\n /** The inclusive end of the http status code range. */\n end?: number;\n}\n\n/** Custom domains created on the CDN endpoint. */\nexport interface DeepCreatedCustomDomain {\n /** Custom domain name. */\n name: string;\n /** The host name of the custom domain. Must be a domain name. */\n hostName?: string;\n /** Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China. */\n validationData?: string;\n}\n\n/** The JSON object containing endpoint update parameters. */\nexport interface EndpointPropertiesUpdateParameters {\n /** A directory path on the origin that CDN can use to retrieve content from, e.g. contoso.cloudapp.net/originpath. */\n originPath?: string;\n /** List of content types on which compression applies. The value should be a valid MIME type. */\n contentTypesToCompress?: string[];\n /** The host header value sent to the origin with each request. This property at Endpoint is only allowed when endpoint uses single origin and can be overridden by the same property specified at origin.If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. */\n originHostHeader?: string;\n /** Indicates whether content compression is enabled on CDN. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on CDN when requested content is smaller than 1 byte or larger than 1 MB. */\n isCompressionEnabled?: boolean;\n /** Indicates whether HTTP traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed. */\n isHttpAllowed?: boolean;\n /** Indicates whether HTTPS traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed. */\n isHttpsAllowed?: boolean;\n /** Defines how CDN caches requests that include query strings. You can ignore any query strings when caching, bypass caching to prevent requests that contain query strings from being cached, or cache every request with a unique URL. */\n queryStringCachingBehavior?: QueryStringCachingBehavior;\n /** Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g. Download, Media services. With this information, CDN can apply scenario driven optimization. */\n optimizationType?: OptimizationType;\n /** Path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN. This is relative to the origin path. This property is only relevant when using a single origin. */\n probePath?: string;\n /** List of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule to a specified path or content, e.g. block APAC for path /pictures/ */\n geoFilters?: GeoFilter[];\n /** A reference to the origin group. */\n defaultOriginGroup?: ResourceReference;\n /** List of keys used to validate the signed URL hashes. */\n urlSigningKeys?: UrlSigningKey[];\n /** A policy that specifies the delivery rules to be used for an endpoint. */\n deliveryPolicy?: EndpointPropertiesUpdateParametersDeliveryPolicy;\n /** Defines the Web Application Firewall policy for the endpoint (if applicable) */\n webApplicationFirewallPolicyLink?: EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink;\n}\n\n/** Rules defining user's geo access within a CDN endpoint. */\nexport interface GeoFilter {\n /** Relative path applicable to geo filter. (e.g. '/mypictures', '/mypicture/kitty.jpg', and etc.) */\n relativePath: string;\n /** Action of the geo filter, i.e. allow or block access. */\n action: GeoFilterActions;\n /** Two letter country or region codes defining user country or region access in a geo filter, e.g. AU, MX, US. */\n countryCodes: string[];\n}\n\n/** Url signing key */\nexport interface UrlSigningKey {\n /** Defines the customer defined key Id. This id will exist in the incoming request to indicate the key used to form the hash. */\n keyId: string;\n /** Defines the parameters for using customer key vault for Url Signing Key. */\n keySourceParameters: KeyVaultSigningKeyParameters;\n}\n\n/** Describes the parameters for using a user's KeyVault for URL Signing Key. */\nexport interface KeyVaultSigningKeyParameters {\n typeName: \"KeyVaultSigningKeyParameters\";\n /** Subscription Id of the user's Key Vault containing the secret */\n subscriptionId: string;\n /** Resource group of the user's Key Vault containing the secret */\n resourceGroupName: string;\n /** The name of the user's Key Vault containing the secret */\n vaultName: string;\n /** The name of secret in Key Vault. */\n secretName: string;\n /** The version(GUID) of secret in Key Vault. */\n secretVersion: string;\n}\n\n/** A policy that specifies the delivery rules to be used for an endpoint. */\nexport interface EndpointPropertiesUpdateParametersDeliveryPolicy {\n /** User-friendly description of the policy. */\n description?: string;\n /** A list of the delivery rules. */\n rules: DeliveryRule[];\n}\n\n/** A rule that specifies a set of actions and conditions */\nexport interface DeliveryRule {\n /** Name of the rule */\n name?: string;\n /** The order in which the rules are applied for the endpoint. Possible values {0,1,2,3,………}. A rule with a lesser order will be applied before a rule with a greater order. Rule with order 0 is a special rule. It does not require any condition and actions listed in it will always be applied. */\n order: number;\n /** A list of conditions that must be matched for the actions to be executed */\n conditions?: DeliveryRuleConditionUnion[];\n /** A list of actions that are executed when all the conditions of a rule are satisfied. */\n actions: DeliveryRuleActionAutoGeneratedUnion[];\n}\n\n/** Defines the Web Application Firewall policy for the endpoint (if applicable) */\nexport interface EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink {\n /** Resource ID. */\n id?: string;\n}\n\n/** Properties required to create or update an endpoint. */\nexport interface EndpointUpdateParameters {\n /** Endpoint tags. */\n tags?: { [propertyName: string]: string };\n /** A directory path on the origin that CDN can use to retrieve content from, e.g. contoso.cloudapp.net/originpath. */\n originPath?: string;\n /** List of content types on which compression applies. The value should be a valid MIME type. */\n contentTypesToCompress?: string[];\n /** The host header value sent to the origin with each request. This property at Endpoint is only allowed when endpoint uses single origin and can be overridden by the same property specified at origin.If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. */\n originHostHeader?: string;\n /** Indicates whether content compression is enabled on CDN. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on CDN when requested content is smaller than 1 byte or larger than 1 MB. */\n isCompressionEnabled?: boolean;\n /** Indicates whether HTTP traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed. */\n isHttpAllowed?: boolean;\n /** Indicates whether HTTPS traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed. */\n isHttpsAllowed?: boolean;\n /** Defines how CDN caches requests that include query strings. You can ignore any query strings when caching, bypass caching to prevent requests that contain query strings from being cached, or cache every request with a unique URL. */\n queryStringCachingBehavior?: QueryStringCachingBehavior;\n /** Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g. Download, Media services. With this information, CDN can apply scenario driven optimization. */\n optimizationType?: OptimizationType;\n /** Path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN. This is relative to the origin path. This property is only relevant when using a single origin. */\n probePath?: string;\n /** List of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule to a specified path or content, e.g. block APAC for path /pictures/ */\n geoFilters?: GeoFilter[];\n /** A reference to the origin group. */\n defaultOriginGroup?: ResourceReference;\n /** List of keys used to validate the signed URL hashes. */\n urlSigningKeys?: UrlSigningKey[];\n /** A policy that specifies the delivery rules to be used for an endpoint. */\n deliveryPolicy?: EndpointPropertiesUpdateParametersDeliveryPolicy;\n /** Defines the Web Application Firewall policy for the endpoint (if applicable) */\n webApplicationFirewallPolicyLink?: EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink;\n}\n\n/** Parameters required for content purge. */\nexport interface PurgeParameters {\n /** The path to the content to be purged. Can describe a file path or a wild card directory. */\n contentPaths: string[];\n}\n\n/** Parameters required for content load. */\nexport interface LoadParameters {\n /** The path to the content to be loaded. Path should be a relative file URL of the origin. */\n contentPaths: string[];\n}\n\n/** Result of the request to list origins. It contains a list of origin objects and a URL link to get the next set of results. */\nexport interface OriginListResult {\n /**\n * List of CDN origins within an endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Origin[];\n /** URL to get the next set of origin objects if there are any. */\n nextLink?: string;\n}\n\n/** The JSON object that contains the properties of the origin. */\nexport interface OriginUpdatePropertiesParameters {\n /** The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint. */\n hostName?: string;\n /** The value of the HTTP port. Must be between 1 and 65535. */\n httpPort?: number;\n /** The value of the HTTPS port. Must be between 1 and 65535. */\n httpsPort?: number;\n /** The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. This overrides the host header defined at Endpoint */\n originHostHeader?: string;\n /** Priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5 */\n priority?: number;\n /** Weight of the origin in given origin group for load balancing. Must be between 1 and 1000 */\n weight?: number;\n /** Origin is enabled for load balancing or not */\n enabled?: boolean;\n /** The Alias of the Private Link resource. Populating this optional field indicates that this origin is 'Private' */\n privateLinkAlias?: string;\n /** The Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private' */\n privateLinkResourceId?: string;\n /** The location of the Private Link resource. Required only if 'privateLinkResourceId' is populated */\n privateLinkLocation?: string;\n /** A custom message to be included in the approval request to connect to the Private Link. */\n privateLinkApprovalMessage?: string;\n}\n\n/** Origin properties needed for origin update. */\nexport interface OriginUpdateParameters {\n /** The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint. */\n hostName?: string;\n /** The value of the HTTP port. Must be between 1 and 65535. */\n httpPort?: number;\n /** The value of the HTTPS port. Must be between 1 and 65535. */\n httpsPort?: number;\n /** The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. This overrides the host header defined at Endpoint */\n originHostHeader?: string;\n /** Priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5 */\n priority?: number;\n /** Weight of the origin in given origin group for load balancing. Must be between 1 and 1000 */\n weight?: number;\n /** Origin is enabled for load balancing or not */\n enabled?: boolean;\n /** The Alias of the Private Link resource. Populating this optional field indicates that this origin is 'Private' */\n privateLinkAlias?: string;\n /** The Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private' */\n privateLinkResourceId?: string;\n /** The location of the Private Link resource. Required only if 'privateLinkResourceId' is populated */\n privateLinkLocation?: string;\n /** A custom message to be included in the approval request to connect to the Private Link. */\n privateLinkApprovalMessage?: string;\n}\n\n/** Result of the request to list origin groups. It contains a list of origin groups objects and a URL link to get the next set of results. */\nexport interface OriginGroupListResult {\n /**\n * List of CDN origin groups within an endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: OriginGroup[];\n /** URL to get the next set of origin objects if there are any. */\n nextLink?: string;\n}\n\n/** The JSON object that contains the properties of the origin group. */\nexport interface OriginGroupUpdatePropertiesParameters {\n /** Health probe settings to the origin that is used to determine the health of the origin. */\n healthProbeSettings?: HealthProbeParameters;\n /** The source of the content being delivered via CDN within given origin group. */\n origins?: ResourceReference[];\n /** Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported. */\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes?: number;\n /** The JSON object that contains the properties to determine origin health using real requests/responses. This property is currently not supported. */\n responseBasedOriginErrorDetectionSettings?: ResponseBasedOriginErrorDetectionParameters;\n}\n\n/** Origin group properties needed for origin group creation or update. */\nexport interface OriginGroupUpdateParameters {\n /** Health probe settings to the origin that is used to determine the health of the origin. */\n healthProbeSettings?: HealthProbeParameters;\n /** The source of the content being delivered via CDN within given origin group. */\n origins?: ResourceReference[];\n /** Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported. */\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes?: number;\n /** The JSON object that contains the properties to determine origin health using real requests/responses. This property is currently not supported. */\n responseBasedOriginErrorDetectionSettings?: ResponseBasedOriginErrorDetectionParameters;\n}\n\n/** Result of the request to list custom domains. It contains a list of custom domain objects and a URL link to get the next set of results. */\nexport interface CustomDomainListResult {\n /**\n * List of CDN CustomDomains within an endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: CustomDomain[];\n /** URL to get the next set of custom domain objects if there are any. */\n nextLink?: string;\n}\n\n/** The JSON object that contains the properties to secure a custom domain. */\nexport interface CustomDomainHttpsParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n certificateSource: \"Cdn\" | \"AzureKeyVault\";\n /** Defines the TLS extension protocol that is used for secure delivery. */\n protocolType: ProtocolType;\n /** TLS protocol version that will be used for Https */\n minimumTlsVersion?: MinimumTlsVersion;\n}\n\n/** The customDomain JSON object required for custom domain creation or update. */\nexport interface CustomDomainParameters {\n /** The host name of the custom domain. Must be a domain name. */\n hostName?: string;\n}\n\n/** Input of CheckNameAvailability API. */\nexport interface CheckNameAvailabilityInput {\n /** The resource name to validate. */\n name: string;\n /** The type of the resource whose name is to be validated. */\n type: ResourceType;\n}\n\n/** Input of the validate probe API. */\nexport interface ValidateProbeInput {\n /** The probe URL to validate. */\n probeURL: string;\n}\n\n/** Output of the validate probe API. */\nexport interface ValidateProbeOutput {\n /**\n * Indicates whether the probe URL is accepted or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isValid?: boolean;\n /**\n * Specifies the error code when the probe url is not accepted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorCode?: string;\n /**\n * The detailed error message describing why the probe URL is not accepted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Result of the request to list CDN operations. It contains a list of operations and a URL link to get the next set of results. */\nexport interface OperationsListResult {\n /** List of CDN operations supported by the CDN resource provider. */\n value?: Operation[];\n /** URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n}\n\n/** CDN REST API operation */\nexport interface Operation {\n /**\n * Operation name: {provider}/{resource}/{operation}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** The object that represents the operation. */\n display?: OperationDisplay;\n /**\n * The origin of operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: string;\n /** One property of operation, include metric specifications. */\n serviceSpecification?: ServiceSpecification;\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /**\n * Service provider: Microsoft.Cdn\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * Resource on which the operation is performed: Profile, endpoint, etc.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * Operation type: Read, write, delete, etc.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * Description of operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** One property of operation, include log specifications. */\nexport interface ServiceSpecification {\n /** Log specifications of operation. */\n logSpecifications?: LogSpecification[];\n /** Metric specifications of operation. */\n metricSpecifications?: MetricSpecification[];\n}\n\n/** Log specification of operation. */\nexport interface LogSpecification {\n /** Name of log specification. */\n name?: string;\n /** Display name of log specification. */\n displayName?: string;\n /** Blob duration of specification. */\n blobDuration?: string;\n /** Pattern to filter based on name */\n logFilterPattern?: string;\n}\n\n/** Metric specification of operation. */\nexport interface MetricSpecification {\n /** Name of metric specification. */\n name?: string;\n /** Display name of metric specification. */\n displayName?: string;\n /** Display description of metric specification. */\n displayDescription?: string;\n /** The metric unit. Possible values include: 'Bytes', 'Count', 'Milliseconds'. */\n unit?: string;\n /** The metric aggregation type. Possible values include: 'Average', 'Count', 'Total'. */\n aggregationType?: string;\n /** Retention policies of a resource metric. */\n availabilities?: MetricAvailability[];\n /** The supported time grain types for the metrics. */\n supportedTimeGrainTypes?: string[];\n /** The dimensions of metric */\n dimensions?: DimensionProperties[];\n /** Property to specify whether to fill gap with zero. */\n fillGapWithZero?: boolean;\n /** Pattern to filter based on name */\n metricFilterPattern?: string;\n /** Property to specify metric is internal or not. */\n isInternal?: boolean;\n}\n\n/** Retention policy of a resource metric. */\nexport interface MetricAvailability {\n timeGrain?: string;\n blobDuration?: string;\n}\n\n/** Type of operation: get, read, delete, etc. */\nexport interface DimensionProperties {\n /** Name of dimension. */\n name?: string;\n /** Display name of dimension. */\n displayName?: string;\n /** Internal name of dimension. */\n internalName?: string;\n}\n\n/** Result of the request to list CDN edgenodes. It contains a list of ip address group and a URL link to get the next set of results. */\nexport interface EdgenodeResult {\n /**\n * Edge node of CDN service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: EdgeNode[];\n /** URL to get the next set of edgenode list results if there are any. */\n nextLink?: string;\n}\n\n/** CDN Ip address group */\nexport interface IpAddressGroup {\n /** The delivery region of the ip address group */\n deliveryRegion?: string;\n /** The list of ip v4 addresses. */\n ipv4Addresses?: CidrIpAddress[];\n /** The list of ip v6 addresses. */\n ipv6Addresses?: CidrIpAddress[];\n}\n\n/** CIDR Ip address */\nexport interface CidrIpAddress {\n /** Ip address itself. */\n baseIpAddress?: string;\n /** The length of the prefix of the ip address. */\n prefixLength?: number;\n}\n\n/** Defines a list of WebApplicationFirewallPolicies for Azure CDN. It contains a list of WebApplicationFirewallPolicy objects and a URL link to get the next set of results. */\nexport interface CdnWebApplicationFirewallPolicyList {\n /**\n * List of Azure CDN WebApplicationFirewallPolicies within a resource group.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: CdnWebApplicationFirewallPolicy[];\n /** URL to get the next set of WebApplicationFirewallPolicy objects if there are any. */\n nextLink?: string;\n}\n\n/** Defines contents of a web application firewall global configuration */\nexport interface PolicySettings {\n /** describes if the policy is in enabled state or disabled state */\n enabledState?: PolicyEnabledState;\n /** Describes if it is in detection mode or prevention mode at policy level. */\n mode?: PolicyMode;\n /** If action type is redirect, this field represents the default redirect URL for the client. */\n defaultRedirectUrl?: string;\n /** If the action type is block, this field defines the default customer overridable http response status code. */\n defaultCustomBlockResponseStatusCode?: PolicySettingsDefaultCustomBlockResponseStatusCode;\n /** If the action type is block, customer can override the response body. The body must be specified in base64 encoding. */\n defaultCustomBlockResponseBody?: string;\n}\n\n/** Defines contents of rate limit rules */\nexport interface RateLimitRuleList {\n /** List of rules */\n rules?: RateLimitRule[];\n}\n\n/** Defines the common attributes for a custom rule that can be included in a waf policy */\nexport interface CustomRule {\n /** Defines the name of the custom rule */\n name: string;\n /** Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified. */\n enabledState?: CustomRuleEnabledState;\n /** Defines in what order this rule be evaluated in the overall list of custom rules */\n priority: number;\n /** List of match conditions. */\n matchConditions: MatchCondition[];\n /** Describes what action to be applied when rule matches */\n action: ActionType;\n}\n\n/** Define match conditions */\nexport interface MatchCondition {\n /** Match variable to compare against. */\n matchVariable: WafMatchVariable;\n /** Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs. */\n selector?: string;\n /** Describes operator to be matched */\n operator: Operator;\n /** Describes if the result of this condition should be negated. */\n negateCondition?: boolean;\n /** List of possible match values. */\n matchValue: string[];\n /** List of transforms. */\n transforms?: TransformType[];\n}\n\n/** Defines contents of custom rules */\nexport interface CustomRuleList {\n /** List of rules */\n rules?: CustomRule[];\n}\n\n/** Defines the list of managed rule sets for the policy. */\nexport interface ManagedRuleSetList {\n /** List of rule sets. */\n managedRuleSets?: ManagedRuleSet[];\n}\n\n/** Defines a managed rule set. */\nexport interface ManagedRuleSet {\n /** Defines the rule set type to use. */\n ruleSetType: string;\n /** Defines the version of the rule set to use. */\n ruleSetVersion: string;\n /** Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests. */\n anomalyScore?: number;\n /** Defines the rule overrides to apply to the rule set. */\n ruleGroupOverrides?: ManagedRuleGroupOverride[];\n}\n\n/** Defines a managed rule group override setting. */\nexport interface ManagedRuleGroupOverride {\n /** Describes the managed rule group within the rule set to override */\n ruleGroupName: string;\n /** List of rules that will be enabled. If none specified, all rules in the group will be disabled. */\n rules?: ManagedRuleOverride[];\n}\n\n/** Defines a managed rule group override setting. */\nexport interface ManagedRuleOverride {\n /** Identifier for the managed rule. */\n ruleId: string;\n /** Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified. */\n enabledState?: ManagedRuleEnabledState;\n /** Describes the override action to be applied when rule matches. */\n action?: ActionType;\n}\n\n/** Defines the ARM Resource ID for the linked endpoints */\nexport interface CdnEndpoint {\n /** ARM Resource ID string. */\n id?: string;\n}\n\n/** Properties required to update a CdnWebApplicationFirewallPolicy. */\nexport interface CdnWebApplicationFirewallPolicyPatchParameters {\n /** CdnWebApplicationFirewallPolicy tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** List of managed rule set definitions available for use in a policy. */\nexport interface ManagedRuleSetDefinitionList {\n /**\n * List of managed rule set definitions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ManagedRuleSetDefinition[];\n /** URL to retrieve next set of managed rule set definitions. */\n nextLink?: string;\n}\n\n/** Describes a managed rule group. */\nexport interface ManagedRuleGroupDefinition {\n /**\n * Name of the managed rule group.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ruleGroupName?: string;\n /**\n * Description of the managed rule group.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * List of rules within the managed rule group.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rules?: ManagedRuleDefinition[];\n}\n\n/** Describes a managed rule definition. */\nexport interface ManagedRuleDefinition {\n /**\n * Identifier for the managed rule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ruleId?: string;\n /**\n * Describes the functionality of the managed rule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Certificate used for https */\nexport interface Certificate {\n /** The type of the secret resource. */\n type?: SecretType;\n /**\n * Subject name in the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subject?: string;\n /**\n * Certificate expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationDate?: string;\n}\n\n/** settings for security policy patterns to match */\nexport interface SecurityPolicyWebApplicationFirewallAssociation {\n /** List of domains. */\n domains?: ActivatedResourceReference[];\n /** List of paths */\n patternsToMatch?: string[];\n}\n\n/** The validation token. */\nexport interface ValidationToken {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly token?: string;\n}\n\n/** Defines the parameters for RemoteAddress match conditions */\nexport interface RemoteAddressMatchConditionParameters {\n typeName: \"DeliveryRuleRemoteAddressConditionParameters\";\n /** Describes operator to be matched */\n operator: RemoteAddressOperator;\n /** Describes if this is negate condition or not */\n negateCondition?: boolean;\n /** 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. */\n matchValues?: string[];\n /** List of transforms */\n transforms?: Transform[];\n}\n\n/** Defines the parameters for RequestMethod match conditions */\nexport interface RequestMethodMatchConditionParameters {\n typeName: \"DeliveryRuleRequestMethodConditionParameters\";\n /** Describes operator to be matched */\n operator: RequestMethodOperator;\n /** Describes if this is negate condition or not */\n negateCondition?: boolean;\n /** List of transforms */\n transforms?: Transform[];\n /** The match value for the condition of the delivery rule */\n matchValues?: RequestMethodMatchConditionParametersMatchValuesItem[];\n}\n\n/** Defines the parameters for QueryString match conditions */\nexport interface QueryStringMatchConditionParameters {\n typeName: \"DeliveryRuleQueryStringConditionParameters\";\n /** Describes operator to be matched */\n operator: QueryStringOperator;\n /** Describes if this is negate condition or not */\n negateCondition?: boolean;\n /** The match value for the condition of the delivery rule */\n matchValues?: string[];\n /** List of transforms */\n transforms?: Transform[];\n}\n\n/** Defines the parameters for PostArgs match conditions */\nexport interface PostArgsMatchConditionParameters {\n typeName: \"DeliveryRulePostArgsConditionParameters\";\n /** Name of PostArg to be matched */\n selector?: string;\n /** Describes operator to be matched */\n operator: PostArgsOperator;\n /** Describes if this is negate condition or not */\n negateCondition?: boolean;\n /** The match value for the condition of the delivery rule */\n matchValues?: string[];\n /** List of transforms */\n transforms?: Transform[];\n}\n\n/** Defines the parameters for RequestUri match conditions */\nexport interface RequestUriMatchConditionParameters {\n typeName: \"DeliveryRuleRequestUriConditionParameters\";\n /** Describes operator to be matched */\n operator: RequestUriOperator;\n /** Describes if this is negate condition or not */\n negateCondition?: boolean;\n /** The match value for the condition of the delivery rule */\n matchValues?: string[];\n /** List of transforms */\n transforms?: Transform[];\n}\n\n/** Defines the parameters for RequestHeader match conditions */\nexport interface RequestHeaderMatchConditionParameters {\n typeName: \"DeliveryRuleRequestHeaderConditionParameters\";\n /** Name of Header to be matched */\n selector?: string;\n /** Describes operator to be matched */\n operator: RequestHeaderOperator;\n /** Describes if this is negate condition or not */\n negateCondition?: boolean;\n /** The match value for the condition of the delivery rule */\n matchValues?: string[];\n /** List of transforms */\n transforms?: Transform[];\n}\n\n/** Defines the parameters for RequestBody match conditions */\nexport interface RequestBodyMatchConditionParameters {\n typeName: \"DeliveryRuleRequestBodyConditionParameters\";\n /** Describes operator to be matched */\n operator: RequestBodyOperator;\n /** Describes if this is negate condition or not */\n negateCondition?: boolean;\n /** The match value for the condition of the delivery rule */\n matchValues?: string[];\n /** List of transforms */\n transforms?: Transform[];\n}\n\n/** Defines the parameters for RequestScheme match conditions */\nexport interface RequestSchemeMatchConditionParameters {\n typeName: \"DeliveryRuleRequestSchemeConditionParameters\";\n /** Describes operator to be matched */\n operator: \"Equal\";\n /** Describes if this is negate condition or not */\n negateCondition?: boolean;\n /** List of transforms */\n transforms?: Transform[];\n /** The match value for the condition of the delivery rule */\n matchValues?: RequestSchemeMatchConditionParametersMatchValuesItem[];\n}\n\n/** Defines the parameters for UrlPath match conditions */\nexport interface UrlPathMatchConditionParameters {\n typeName: \"DeliveryRuleUrlPathMatchConditionParameters\";\n /** Describes operator to be matched */\n operator: UrlPathOperator;\n /** Describes if this is negate condition or not */\n negateCondition?: boolean;\n /** The match value for the condition of the delivery rule */\n matchValues?: string[];\n /** List of transforms */\n transforms?: Transform[];\n}\n\n/** Defines the parameters for UrlFileExtension match conditions */\nexport interface UrlFileExtensionMatchConditionParameters {\n typeName: \"DeliveryRuleUrlFileExtensionMatchConditionParameters\";\n /** Describes operator to be matched */\n operator: UrlFileExtensionOperator;\n /** Describes if this is negate condition or not */\n negateCondition?: boolean;\n /** The match value for the condition of the delivery rule */\n matchValues?: string[];\n /** List of transforms */\n transforms?: Transform[];\n}\n\n/** Defines the parameters for UrlFilename match conditions */\nexport interface UrlFileNameMatchConditionParameters {\n typeName: \"DeliveryRuleUrlFilenameConditionParameters\";\n /** Describes operator to be matched */\n operator: UrlFileNameOperator;\n /** Describes if this is negate condition or not */\n negateCondition?: boolean;\n /** The match value for the condition of the delivery rule */\n matchValues?: string[];\n /** List of transforms */\n transforms?: Transform[];\n}\n\n/** Defines the parameters for HttpVersion match conditions */\nexport interface HttpVersionMatchConditionParameters {\n typeName: \"DeliveryRuleHttpVersionConditionParameters\";\n /** Describes operator to be matched */\n operator: HttpVersionOperator;\n /** Describes if this is negate condition or not */\n negateCondition?: boolean;\n /** The match value for the condition of the delivery rule */\n matchValues?: string[];\n /** List of transforms */\n transforms?: Transform[];\n}\n\n/** Defines the parameters for Cookies match conditions */\nexport interface CookiesMatchConditionParameters {\n typeName: \"DeliveryRuleCookiesConditionParameters\";\n /** Name of Cookies to be matched */\n selector?: string;\n /** Describes operator to be matched */\n operator: CookiesOperator;\n /** Describes if this is negate condition or not */\n negateCondition?: boolean;\n /** The match value for the condition of the delivery rule */\n matchValues?: string[];\n /** List of transforms */\n transforms?: Transform[];\n}\n\n/** Defines the parameters for IsDevice match conditions */\nexport interface IsDeviceMatchConditionParameters {\n typeName: \"DeliveryRuleIsDeviceConditionParameters\";\n /** Describes operator to be matched */\n operator: IsDeviceOperator;\n /** Describes if this is negate condition or not */\n negateCondition?: boolean;\n /** The match value for the condition of the delivery rule */\n matchValues?: IsDeviceMatchConditionParametersMatchValuesItem[];\n /** List of transforms */\n transforms?: Transform[];\n}\n\n/** Defines the parameters for SocketAddress match conditions */\nexport interface SocketAddrMatchConditionParameters {\n typeName: \"DeliveryRuleSocketAddrConditionParameters\";\n /** Describes operator to be matched */\n operator: SocketAddrOperator;\n /** Describes if this is negate condition or not */\n negateCondition?: boolean;\n /** The match value for the condition of the delivery rule */\n matchValues?: string[];\n /** List of transforms */\n transforms?: Transform[];\n}\n\n/** Defines the parameters for ClientPort match conditions */\nexport interface ClientPortMatchConditionParameters {\n typeName: \"DeliveryRuleClientPortConditionParameters\";\n /** Describes operator to be matched */\n operator: ClientPortOperator;\n /** Describes if this is negate condition or not */\n negateCondition?: boolean;\n /** The match value for the condition of the delivery rule */\n matchValues?: string[];\n /** List of transforms */\n transforms?: Transform[];\n}\n\n/** Defines the parameters for ServerPort match conditions */\nexport interface ServerPortMatchConditionParameters {\n typeName: \"DeliveryRuleServerPortConditionParameters\";\n /** Describes operator to be matched */\n operator: ServerPortOperator;\n /** Describes if this is negate condition or not */\n negateCondition?: boolean;\n /** The match value for the condition of the delivery rule */\n matchValues?: string[];\n /** List of transforms */\n transforms?: Transform[];\n}\n\n/** Defines the parameters for HostName match conditions */\nexport interface HostNameMatchConditionParameters {\n typeName: \"DeliveryRuleHostNameConditionParameters\";\n /** Describes operator to be matched */\n operator: HostNameOperator;\n /** Describes if this is negate condition or not */\n negateCondition?: boolean;\n /** The match value for the condition of the delivery rule */\n matchValues?: string[];\n /** List of transforms */\n transforms?: Transform[];\n}\n\n/** Defines the parameters for SslProtocol match conditions */\nexport interface SslProtocolMatchConditionParameters {\n typeName: \"DeliveryRuleSslProtocolConditionParameters\";\n /** Describes operator to be matched */\n operator: SslProtocolOperator;\n /** Describes if this is negate condition or not */\n negateCondition?: boolean;\n /** The match value for the condition of the delivery rule */\n matchValues?: SslProtocol[];\n /** List of transforms */\n transforms?: Transform[];\n}\n\n/** Defines the parameters for the url redirect action. */\nexport interface UrlRedirectActionParameters {\n typeName: \"DeliveryRuleUrlRedirectActionParameters\";\n /** The redirect type the rule will use when redirecting traffic. */\n redirectType: RedirectType;\n /** Protocol to use for the redirect. The default value is MatchRequest */\n destinationProtocol?: DestinationProtocol;\n /** The full path to redirect. Path cannot be empty and must start with /. Leave empty to use the incoming path as destination path. */\n customPath?: string;\n /** Host to redirect. Leave empty to use the incoming host as the destination host. */\n customHostname?: string;\n /** 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. ? and & will be added automatically so do not include them. */\n customQueryString?: string;\n /** Fragment to add to the redirect URL. Fragment is the part of the URL that comes after #. Do not include the #. */\n customFragment?: string;\n}\n\n/** Defines the parameters for the Url Signing action. */\nexport interface UrlSigningActionParameters {\n typeName: \"DeliveryRuleUrlSigningActionParameters\";\n /** Algorithm to use for URL signing */\n algorithm?: Algorithm;\n /** Defines which query string parameters in the url to be considered for expires, key id etc. */\n parameterNameOverride?: UrlSigningParamIdentifier[];\n}\n\n/** Defines how to identify a parameter for a specific purpose e.g. expires */\nexport interface UrlSigningParamIdentifier {\n /** Indicates the purpose of the parameter */\n paramIndicator: ParamIndicator;\n /** Parameter name */\n paramName: string;\n}\n\n/** Defines the parameters for the origin group override action. */\nexport interface OriginGroupOverrideActionParameters {\n typeName: \"DeliveryRuleOriginGroupOverrideActionParameters\";\n /** defines the OriginGroup that would override the DefaultOriginGroup. */\n originGroup: ResourceReference;\n}\n\n/** Defines the parameters for the url rewrite action. */\nexport interface UrlRewriteActionParameters {\n typeName: \"DeliveryRuleUrlRewriteActionParameters\";\n /** define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched. */\n sourcePattern: string;\n /** Define the relative URL to which the above requests will be rewritten by. */\n destination: string;\n /** Whether to preserve unmatched path. Default value is true. */\n preserveUnmatchedPath?: boolean;\n}\n\n/** Defines the parameters for the request header action. */\nexport interface HeaderActionParameters {\n typeName: \"DeliveryRuleHeaderActionParameters\";\n /** Action to perform */\n headerAction: HeaderAction;\n /** Name of the header to modify */\n headerName: string;\n /** Value for the specified action */\n value?: string;\n}\n\n/** Defines the parameters for the cache expiration action. */\nexport interface CacheExpirationActionParameters {\n typeName: \"DeliveryRuleCacheExpirationActionParameters\";\n /** Caching behavior for the requests */\n cacheBehavior: CacheBehavior;\n /** The level at which the content needs to be cached. */\n cacheType: CacheType;\n /** The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss */\n cacheDuration?: string;\n}\n\n/** Defines the parameters for the cache-key query string action. */\nexport interface CacheKeyQueryStringActionParameters {\n typeName: \"DeliveryRuleCacheKeyQueryStringBehaviorActionParameters\";\n /** Caching behavior for the requests */\n queryStringBehavior: QueryStringBehavior;\n /** query parameters to include or exclude (comma separated). */\n queryParameters?: string;\n}\n\n/** Defines the parameters for the route configuration override action. */\nexport interface RouteConfigurationOverrideActionParameters {\n typeName: \"DeliveryRuleRouteConfigurationOverrideActionParameters\";\n /** A reference to the origin group override configuration. Leave empty to use the default origin group on route. */\n originGroupOverride?: OriginGroupOverride;\n /** The caching configuration associated with this rule. To disable caching, do not provide a cacheConfiguration object. */\n cacheConfiguration?: CacheConfiguration;\n}\n\n/** Defines the parameters for the origin group override configuration. */\nexport interface OriginGroupOverride {\n /** defines the OriginGroup that would override the DefaultOriginGroup on route. */\n originGroup?: ResourceReference;\n /** Protocol this rule will use when forwarding traffic to backends. */\n forwardingProtocol?: ForwardingProtocol;\n}\n\n/** Caching settings for a caching-type route. To disable caching, do not provide a cacheConfiguration object. */\nexport interface CacheConfiguration {\n /** Defines how Frontdoor caches requests that include query strings. You can ignore any query strings when caching, ignore specific query strings, cache every request with a unique URL, or cache specific query strings. */\n queryStringCachingBehavior?: RuleQueryStringCachingBehavior;\n /** query parameters to include or exclude (comma separated). */\n queryParameters?: string;\n /** Indicates whether content compression is enabled. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on AzureFrontDoor when requested content is smaller than 1 byte or larger than 1 MB. */\n isCompressionEnabled?: RuleIsCompressionEnabled;\n /** Caching behavior for the requests */\n cacheBehavior?: RuleCacheBehavior;\n /** The duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss */\n cacheDuration?: string;\n}\n\n/** Defines the parameters for using CDN managed certificate for securing custom domain. */\nexport interface CdnCertificateSourceParameters {\n typeName: \"CdnCertificateSourceParameters\";\n /** Type of certificate used */\n certificateType: CertificateType;\n}\n\n/** Describes the parameters for using a user's KeyVault certificate for securing custom domain. */\nexport interface KeyVaultCertificateSourceParameters {\n typeName: \"KeyVaultCertificateSourceParameters\";\n /** Subscription Id of the user's Key Vault containing the SSL certificate */\n subscriptionId: string;\n /** Resource group of the user's Key Vault containing the SSL certificate */\n resourceGroupName: string;\n /** The name of the user's Key Vault containing the SSL certificate */\n vaultName: string;\n /** The name of Key Vault Secret (representing the full certificate PFX) in Key Vault. */\n secretName: string;\n /** The version(GUID) of Key Vault Secret in Key Vault. */\n secretVersion?: string;\n /** Describes the action that shall be taken when the certificate is updated in Key Vault. */\n updateRule: UpdateRule;\n /** Describes the action that shall be taken when the certificate is removed from Key Vault. */\n deleteRule: DeleteRule;\n}\n\n/** The resource model definition for a ARM tracked top level resource. */\nexport interface TrackedResource extends Resource {\n /** Resource location. */\n location: string;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags */\nexport interface ProxyResource extends Resource {}\n\n/** Describes a managed rule set definition. */\nexport interface ManagedRuleSetDefinition extends Resource {\n /** The pricing tier (defines a CDN provider, feature list and rate) of the CdnWebApplicationFirewallPolicy. */\n sku?: Sku;\n /**\n * Provisioning state of the managed rule set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * Type of the managed rule set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ruleSetType?: string;\n /**\n * Version of the managed rule set type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ruleSetVersion?: string;\n /**\n * Rule groups of the managed rule set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ruleGroups?: ManagedRuleGroupDefinition[];\n}\n\n/** The JSON object that contains the properties of the domain to create. */\nexport interface AFDDomainProperties\n extends AFDDomainUpdatePropertiesParameters,\n AFDStateProperties {\n /**\n * Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. DCV stands for DomainControlValidation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainValidationState?: DomainValidationState;\n /** The host name of the domain. Must be a domain name. */\n hostName: string;\n /** Key-Value pair representing migration properties for domains. */\n extendedProperties?: { [propertyName: string]: string };\n /**\n * Values the customer needs to validate domain ownership\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationProperties?: DomainValidationProperties;\n}\n\n/** The JSON object that contains the properties required to create an endpoint. */\nexport interface AFDEndpointProperties\n extends AFDEndpointPropertiesUpdateParameters,\n AFDStateProperties {\n /**\n * The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. contoso.azureedge.net\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostName?: string;\n /** Indicates the endpoint name reuse scope. The default value is TenantReuse. */\n autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;\n}\n\n/** The JSON object that contains the properties of the origin group. */\nexport interface AFDOriginGroupProperties\n extends AFDOriginGroupUpdatePropertiesParameters,\n AFDStateProperties {}\n\n/** The JSON object that contains the properties of the origin. */\nexport interface AFDOriginProperties\n extends AFDOriginUpdatePropertiesParameters,\n AFDStateProperties {}\n\n/** The JSON object that contains the properties of the Routes to create. */\nexport interface RouteProperties\n extends RouteUpdatePropertiesParameters,\n AFDStateProperties {}\n\n/** The JSON object that contains the properties of the Rule Set to create. */\nexport interface RuleSetProperties extends AFDStateProperties {\n /**\n * The name of the profile which holds the rule set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly profileName?: string;\n}\n\n/** The JSON object that contains the properties of the Rules to create. */\nexport interface RuleProperties\n extends RuleUpdatePropertiesParameters,\n AFDStateProperties {}\n\n/** The json object that contains properties required to create a security policy */\nexport interface SecurityPolicyProperties extends AFDStateProperties {\n /**\n * The name of the profile which holds the security policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly profileName?: string;\n /** object which contains security policy parameters */\n parameters?: SecurityPolicyPropertiesParametersUnion;\n}\n\n/** The JSON object that contains the properties of the Secret to create. */\nexport interface SecretProperties extends AFDStateProperties {\n /**\n * The name of the profile which holds the secret.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly profileName?: string;\n /** object which contains secret parameters */\n parameters?: SecretParametersUnion;\n}\n\n/** Defines the RemoteAddress condition for the delivery rule. */\nexport interface DeliveryRuleRemoteAddressCondition\n extends DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"RemoteAddress\";\n /** Defines the parameters for the condition. */\n parameters: RemoteAddressMatchConditionParameters;\n}\n\n/** Defines the RequestMethod condition for the delivery rule. */\nexport interface DeliveryRuleRequestMethodCondition\n extends DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"RequestMethod\";\n /** Defines the parameters for the condition. */\n parameters: RequestMethodMatchConditionParameters;\n}\n\n/** Defines the QueryString condition for the delivery rule. */\nexport interface DeliveryRuleQueryStringCondition\n extends DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"QueryString\";\n /** Defines the parameters for the condition. */\n parameters: QueryStringMatchConditionParameters;\n}\n\n/** Defines the PostArgs condition for the delivery rule. */\nexport interface DeliveryRulePostArgsCondition extends DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"PostArgs\";\n /** Defines the parameters for the condition. */\n parameters: PostArgsMatchConditionParameters;\n}\n\n/** Defines the RequestUri condition for the delivery rule. */\nexport interface DeliveryRuleRequestUriCondition extends DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"RequestUri\";\n /** Defines the parameters for the condition. */\n parameters: RequestUriMatchConditionParameters;\n}\n\n/** Defines the RequestHeader condition for the delivery rule. */\nexport interface DeliveryRuleRequestHeaderCondition\n extends DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"RequestHeader\";\n /** Defines the parameters for the condition. */\n parameters: RequestHeaderMatchConditionParameters;\n}\n\n/** Defines the RequestBody condition for the delivery rule. */\nexport interface DeliveryRuleRequestBodyCondition\n extends DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"RequestBody\";\n /** Defines the parameters for the condition. */\n parameters: RequestBodyMatchConditionParameters;\n}\n\n/** Defines the RequestScheme condition for the delivery rule. */\nexport interface DeliveryRuleRequestSchemeCondition\n extends DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"RequestScheme\";\n /** Defines the parameters for the condition. */\n parameters: RequestSchemeMatchConditionParameters;\n}\n\n/** Defines the UrlPath condition for the delivery rule. */\nexport interface DeliveryRuleUrlPathCondition extends DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"UrlPath\";\n /** Defines the parameters for the condition. */\n parameters: UrlPathMatchConditionParameters;\n}\n\n/** Defines the UrlFileExtension condition for the delivery rule. */\nexport interface DeliveryRuleUrlFileExtensionCondition\n extends DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"UrlFileExtension\";\n /** Defines the parameters for the condition. */\n parameters: UrlFileExtensionMatchConditionParameters;\n}\n\n/** Defines the UrlFileName condition for the delivery rule. */\nexport interface DeliveryRuleUrlFileNameCondition\n extends DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"UrlFileName\";\n /** Defines the parameters for the condition. */\n parameters: UrlFileNameMatchConditionParameters;\n}\n\n/** Defines the HttpVersion condition for the delivery rule. */\nexport interface DeliveryRuleHttpVersionCondition\n extends DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"HttpVersion\";\n /** Defines the parameters for the condition. */\n parameters: HttpVersionMatchConditionParameters;\n}\n\n/** Defines the Cookies condition for the delivery rule. */\nexport interface DeliveryRuleCookiesCondition extends DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"Cookies\";\n /** Defines the parameters for the condition. */\n parameters: CookiesMatchConditionParameters;\n}\n\n/** Defines the IsDevice condition for the delivery rule. */\nexport interface DeliveryRuleIsDeviceCondition extends DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"IsDevice\";\n /** Defines the parameters for the condition. */\n parameters: IsDeviceMatchConditionParameters;\n}\n\n/** Defines the SocketAddress condition for the delivery rule. */\nexport interface DeliveryRuleSocketAddrCondition extends DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"SocketAddr\";\n /** Defines the parameters for the condition. */\n parameters: SocketAddrMatchConditionParameters;\n}\n\n/** Defines the ClientPort condition for the delivery rule. */\nexport interface DeliveryRuleClientPortCondition extends DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"ClientPort\";\n /** Defines the parameters for the condition. */\n parameters: ClientPortMatchConditionParameters;\n}\n\n/** Defines the ServerPort condition for the delivery rule. */\nexport interface DeliveryRuleServerPortCondition extends DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"ServerPort\";\n /** Defines the parameters for the condition. */\n parameters: ServerPortMatchConditionParameters;\n}\n\n/** Defines the HostName condition for the delivery rule. */\nexport interface DeliveryRuleHostNameCondition extends DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"HostName\";\n /** Defines the parameters for the condition. */\n parameters: HostNameMatchConditionParameters;\n}\n\n/** Defines the SslProtocol condition for the delivery rule. */\nexport interface DeliveryRuleSslProtocolCondition\n extends DeliveryRuleCondition {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"SslProtocol\";\n /** Defines the parameters for the condition. */\n parameters: SslProtocolMatchConditionParameters;\n}\n\n/** Defines the url redirect action for the delivery rule. */\nexport interface UrlRedirectAction extends DeliveryRuleActionAutoGenerated {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"UrlRedirect\";\n /** Defines the parameters for the action. */\n parameters: UrlRedirectActionParameters;\n}\n\n/** Defines the url signing action for the delivery rule. */\nexport interface UrlSigningAction extends DeliveryRuleActionAutoGenerated {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"UrlSigning\";\n /** Defines the parameters for the action. */\n parameters: UrlSigningActionParameters;\n}\n\n/** Defines the origin group override action for the delivery rule. */\nexport interface OriginGroupOverrideAction\n extends DeliveryRuleActionAutoGenerated {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"OriginGroupOverride\";\n /** Defines the parameters for the action. */\n parameters: OriginGroupOverrideActionParameters;\n}\n\n/** Defines the url rewrite action for the delivery rule. */\nexport interface UrlRewriteAction extends DeliveryRuleActionAutoGenerated {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"UrlRewrite\";\n /** Defines the parameters for the action. */\n parameters: UrlRewriteActionParameters;\n}\n\n/** Defines the request header action for the delivery rule. */\nexport interface DeliveryRuleRequestHeaderAction\n extends DeliveryRuleActionAutoGenerated {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"ModifyRequestHeader\";\n /** Defines the parameters for the action. */\n parameters: HeaderActionParameters;\n}\n\n/** Defines the response header action for the delivery rule. */\nexport interface DeliveryRuleResponseHeaderAction\n extends DeliveryRuleActionAutoGenerated {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"ModifyResponseHeader\";\n /** Defines the parameters for the action. */\n parameters: HeaderActionParameters;\n}\n\n/** Defines the cache expiration action for the delivery rule. */\nexport interface DeliveryRuleCacheExpirationAction\n extends DeliveryRuleActionAutoGenerated {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"CacheExpiration\";\n /** Defines the parameters for the action. */\n parameters: CacheExpirationActionParameters;\n}\n\n/** Defines the cache-key query string action for the delivery rule. */\nexport interface DeliveryRuleCacheKeyQueryStringAction\n extends DeliveryRuleActionAutoGenerated {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"CacheKeyQueryString\";\n /** Defines the parameters for the action. */\n parameters: CacheKeyQueryStringActionParameters;\n}\n\n/** Defines the route configuration override action for the delivery rule. Only applicable to Frontdoor Standard/Premium Profiles. */\nexport interface DeliveryRuleRouteConfigurationOverrideAction\n extends DeliveryRuleActionAutoGenerated {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n name: \"RouteConfigurationOverride\";\n /** Defines the parameters for the action. */\n parameters: RouteConfigurationOverrideActionParameters;\n}\n\n/** The json object containing security policy waf parameters */\nexport interface SecurityPolicyWebApplicationFirewallParameters\n extends SecurityPolicyPropertiesParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"WebApplicationFirewall\";\n /** Resource ID. */\n wafPolicy?: ResourceReference;\n /** Waf associations */\n associations?: SecurityPolicyWebApplicationFirewallAssociation[];\n}\n\n/** Url signing key parameters */\nexport interface UrlSigningKeyParameters extends SecretParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"UrlSigningKey\";\n /** Defines the customer defined key Id. This id will exist in the incoming request to indicate the key used to form the hash. */\n keyId: string;\n /** Resource reference to the Azure Key Vault secret. Expected to be in format of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{secretName} */\n secretSource: ResourceReference;\n /** Version of the secret to be used */\n secretVersion?: string;\n}\n\n/** Managed Certificate used for https */\nexport interface ManagedCertificateParameters extends SecretParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"ManagedCertificate\";\n /**\n * Subject name in the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subject?: string;\n /**\n * Certificate expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationDate?: string;\n}\n\n/** Customer Certificate used for https */\nexport interface CustomerCertificateParameters extends SecretParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"CustomerCertificate\";\n /** Resource reference to the Azure Key Vault certificate. Expected to be in format of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{certificateName} */\n secretSource: ResourceReference;\n /** Version of the secret to be used */\n secretVersion?: string;\n /** Whether to use the latest version for the certificate */\n useLatestVersion?: boolean;\n /**\n * Subject name in the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subject?: string;\n /**\n * Certificate expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationDate?: string;\n /**\n * Certificate issuing authority.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly certificateAuthority?: string;\n /** The list of SANs. */\n subjectAlternativeNames?: string[];\n /**\n * Certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n}\n\n/** Azure FirstParty Managed Certificate provided by other first party resource providers to enable HTTPS. */\nexport interface AzureFirstPartyManagedCertificateParameters\n extends SecretParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"AzureFirstPartyManagedCertificate\";\n /**\n * Resource reference to the Azure Key Vault certificate. Expected to be in format of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{certificateName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secretSource?: ResourceReference;\n /**\n * Subject name in the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subject?: string;\n /**\n * Certificate expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationDate?: string;\n /**\n * Certificate issuing authority.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly certificateAuthority?: string;\n /** The list of SANs. */\n subjectAlternativeNames?: string[];\n /**\n * Certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n}\n\n/** The JSON object that contains the properties required to create an endpoint. */\nexport interface EndpointProperties extends EndpointPropertiesUpdateParameters {\n /**\n * The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. contoso.azureedge.net\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostName?: string;\n /** The source of the content being delivered via CDN. */\n origins: DeepCreatedOrigin[];\n /** The origin groups comprising of origins that are used for load balancing the traffic based on availability. */\n originGroups?: DeepCreatedOriginGroup[];\n /**\n * The custom domains under the endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomains?: DeepCreatedCustomDomain[];\n /**\n * Resource status of the endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceState?: EndpointResourceState;\n /**\n * Provisioning status of the endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: EndpointProvisioningState;\n}\n\n/** The JSON object that contains the properties of the origin. */\nexport interface OriginProperties extends OriginUpdatePropertiesParameters {\n /**\n * Resource status of the origin.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceState?: OriginResourceState;\n /**\n * Provisioning status of the origin.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: OriginProvisioningState;\n /**\n * The approval status for the connection to the Private Link\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointStatus?: PrivateEndpointStatus;\n}\n\n/** The JSON object that contains the properties of the origin group. */\nexport interface OriginGroupProperties\n extends OriginGroupUpdatePropertiesParameters {\n /**\n * Resource status of the origin group.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceState?: OriginGroupResourceState;\n /**\n * Provisioning status of the origin group.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: OriginGroupProvisioningState;\n}\n\n/** Defines the certificate source parameters using CDN managed certificate for enabling SSL. */\nexport interface CdnManagedHttpsParameters extends CustomDomainHttpsParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n certificateSource: \"Cdn\";\n /** Defines the certificate source parameters using CDN managed certificate for enabling SSL. */\n certificateSourceParameters: CdnCertificateSourceParameters;\n}\n\n/** Defines the certificate source parameters using user's keyvault certificate for enabling SSL. */\nexport interface UserManagedHttpsParameters\n extends CustomDomainHttpsParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n certificateSource: \"AzureKeyVault\";\n /** Defines the certificate source parameters using user's keyvault certificate for enabling SSL. */\n certificateSourceParameters: KeyVaultCertificateSourceParameters;\n}\n\n/** Defines a rate limiting rule that can be included in a waf policy */\nexport interface RateLimitRule extends CustomRule {\n /** Defines rate limit threshold. */\n rateLimitThreshold: number;\n /** Defines rate limit duration. Default is 1 minute. */\n rateLimitDurationInMinutes: number;\n}\n\n/** Managed Certificate used for https */\nexport interface ManagedCertificate extends Certificate {}\n\n/** Customer Certificate used for https */\nexport interface CustomerCertificate extends Certificate {\n /** Resource reference to the Azure Key Vault certificate. Expected to be in format of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{certificateName} */\n secretSource?: ResourceReference;\n /** Certificate version. */\n secretVersion?: string;\n /**\n * Certificate issuing authority.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly certificateAuthority?: string;\n /** Whether to use the latest version for the certificate */\n useLatestVersion?: boolean;\n /** The list of SANs. */\n subjectAlternativeNames?: string[];\n /**\n * Certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n}\n\n/** Azure FirstParty Managed Certificate provided by other first party resource providers to enable HTTPS. */\nexport interface AzureFirstPartyManagedCertificate extends Certificate {}\n\n/** A profile is a logical grouping of endpoints that share the same settings. */\nexport interface Profile extends TrackedResource {\n /** The pricing tier (defines Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the profile. */\n sku: Sku;\n /**\n * Kind of the profile. Used by portal to differentiate traditional CDN profile and new AFD profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly kind?: string;\n /** Managed service identity (system assigned and/or user assigned identities). */\n identity?: ManagedServiceIdentity;\n /**\n * Resource status of the profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceState?: ProfileResourceState;\n /**\n * Provisioning status of the profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProfileProvisioningState;\n /**\n * Key-Value pair representing additional properties for profiles.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly extendedProperties?: { [propertyName: string]: string };\n /**\n * The Id of the frontdoor.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly frontDoorId?: string;\n /** Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns. */\n originResponseTimeoutSeconds?: number;\n /** Defines rules that scrub sensitive fields in the Azure Front Door profile logs. */\n logScrubbing?: ProfileLogScrubbing;\n}\n\n/** Azure Front Door endpoint is the entity within a Azure Front Door profile containing configuration information such as origin, protocol, content caching and delivery behavior. The AzureFrontDoor endpoint uses the URL format <endpointname>.azureedge.net. */\nexport interface AFDEndpoint extends TrackedResource {\n /**\n * The name of the profile which holds the endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly profileName?: string;\n /** Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled' */\n enabledState?: EnabledState;\n /**\n * Provisioning status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AfdProvisioningState;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly deploymentStatus?: DeploymentStatus;\n /**\n * The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. contoso.azureedge.net\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostName?: string;\n /** Indicates the endpoint name reuse scope. The default value is TenantReuse. */\n autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;\n}\n\n/** CDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior. The CDN endpoint uses the URL format <endpointname>.azureedge.net. */\nexport interface Endpoint extends TrackedResource {\n /** A directory path on the origin that CDN can use to retrieve content from, e.g. contoso.cloudapp.net/originpath. */\n originPath?: string;\n /** List of content types on which compression applies. The value should be a valid MIME type. */\n contentTypesToCompress?: string[];\n /** The host header value sent to the origin with each request. This property at Endpoint is only allowed when endpoint uses single origin and can be overridden by the same property specified at origin.If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. */\n originHostHeader?: string;\n /** Indicates whether content compression is enabled on CDN. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on CDN when requested content is smaller than 1 byte or larger than 1 MB. */\n isCompressionEnabled?: boolean;\n /** Indicates whether HTTP traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed. */\n isHttpAllowed?: boolean;\n /** Indicates whether HTTPS traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed. */\n isHttpsAllowed?: boolean;\n /** Defines how CDN caches requests that include query strings. You can ignore any query strings when caching, bypass caching to prevent requests that contain query strings from being cached, or cache every request with a unique URL. */\n queryStringCachingBehavior?: QueryStringCachingBehavior;\n /** Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g. Download, Media services. With this information, CDN can apply scenario driven optimization. */\n optimizationType?: OptimizationType;\n /** Path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN. This is relative to the origin path. This property is only relevant when using a single origin. */\n probePath?: string;\n /** List of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule to a specified path or content, e.g. block APAC for path /pictures/ */\n geoFilters?: GeoFilter[];\n /** A reference to the origin group. */\n defaultOriginGroup?: ResourceReference;\n /** List of keys used to validate the signed URL hashes. */\n urlSigningKeys?: UrlSigningKey[];\n /** A policy that specifies the delivery rules to be used for an endpoint. */\n deliveryPolicy?: EndpointPropertiesUpdateParametersDeliveryPolicy;\n /** Defines the Web Application Firewall policy for the endpoint (if applicable) */\n webApplicationFirewallPolicyLink?: EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink;\n /**\n * The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. contoso.azureedge.net\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostName?: string;\n /** The source of the content being delivered via CDN. */\n origins?: DeepCreatedOrigin[];\n /** The origin groups comprising of origins that are used for load balancing the traffic based on availability. */\n originGroups?: DeepCreatedOriginGroup[];\n /**\n * The custom domains under the endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customDomains?: DeepCreatedCustomDomain[];\n /**\n * Resource status of the endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceState?: EndpointResourceState;\n /**\n * Provisioning status of the endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: EndpointProvisioningState;\n}\n\n/** Defines web application firewall policy for Azure CDN. */\nexport interface CdnWebApplicationFirewallPolicy extends TrackedResource {\n /** Gets a unique read-only string that changes whenever the resource is updated. */\n etag?: string;\n /** The pricing tier (defines a CDN provider, feature list and rate) of the CdnWebApplicationFirewallPolicy. */\n sku: Sku;\n /** Describes policySettings for policy */\n policySettings?: PolicySettings;\n /** Describes rate limit rules inside the policy. */\n rateLimitRules?: RateLimitRuleList;\n /** Describes custom rules inside the policy. */\n customRules?: CustomRuleList;\n /** Describes managed rules inside the policy. */\n managedRules?: ManagedRuleSetList;\n /**\n * Describes Azure CDN endpoints associated with this Web Application Firewall policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpointLinks?: CdnEndpoint[];\n /** Key-Value pair representing additional properties for Web Application Firewall policy. */\n extendedProperties?: { [propertyName: string]: string };\n /**\n * Provisioning state of the WebApplicationFirewallPolicy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Resource status of the policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceState?: PolicyResourceState;\n}\n\n/** Friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes, e.g. www.contoso.com. */\nexport interface AFDDomain extends ProxyResource {\n /**\n * The name of the profile which holds the domain.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly profileName?: string;\n /** The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default. */\n tlsSettings?: AFDDomainHttpsParameters;\n /** Resource reference to the Azure DNS zone */\n azureDnsZone?: ResourceReference;\n /** Resource reference to the Azure resource where custom domain ownership was prevalidated */\n preValidatedCustomDomainResourceId?: ResourceReference;\n /**\n * Provisioning status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AfdProvisioningState;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly deploymentStatus?: DeploymentStatus;\n /**\n * Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. DCV stands for DomainControlValidation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainValidationState?: DomainValidationState;\n /** The host name of the domain. Must be a domain name. */\n hostName?: string;\n /** Key-Value pair representing migration properties for domains. */\n extendedProperties?: { [propertyName: string]: string };\n /**\n * Values the customer needs to validate domain ownership\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationProperties?: DomainValidationProperties;\n}\n\n/** AFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from Azure Front Door. */\nexport interface AFDOriginGroup extends ProxyResource {\n /**\n * The name of the profile which holds the origin group.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly profileName?: string;\n /** Load balancing settings for a backend pool */\n loadBalancingSettings?: LoadBalancingSettingsParameters;\n /** Health probe settings to the origin that is used to determine the health of the origin. */\n healthProbeSettings?: HealthProbeParameters;\n /** Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported. */\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes?: number;\n /** Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled' */\n sessionAffinityState?: EnabledState;\n /**\n * Provisioning status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AfdProvisioningState;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly deploymentStatus?: DeploymentStatus;\n}\n\n/** Azure Front Door origin is the source of the content being delivered via Azure Front Door. When the edge nodes represented by an endpoint do not have the requested content cached, they attempt to fetch it from one or more of the configured origins. */\nexport interface AFDOrigin extends ProxyResource {\n /**\n * The name of the origin group which contains this origin.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly originGroupName?: string;\n /** Resource reference to the Azure origin resource. */\n azureOrigin?: ResourceReference;\n /** The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint. */\n hostName?: string;\n /** The value of the HTTP port. Must be between 1 and 65535. */\n httpPort?: number;\n /** The value of the HTTPS port. Must be between 1 and 65535. */\n httpsPort?: number;\n /** The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure Front Door origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. This overrides the host header defined at Endpoint */\n originHostHeader?: string;\n /** Priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5 */\n priority?: number;\n /** Weight of the origin in given origin group for load balancing. Must be between 1 and 1000 */\n weight?: number;\n /** The properties of the private link resource for private origin. */\n sharedPrivateLinkResource?: SharedPrivateLinkResourceProperties;\n /** 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. */\n enabledState?: EnabledState;\n /** Whether to enable certificate name check at origin level */\n enforceCertificateNameCheck?: boolean;\n /**\n * Provisioning status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AfdProvisioningState;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly deploymentStatus?: DeploymentStatus;\n}\n\n/** Friendly Routes name mapping to the any Routes or secret related information. */\nexport interface Route extends ProxyResource {\n /**\n * The name of the endpoint which holds the route.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpointName?: string;\n /** Domains referenced by this endpoint. */\n customDomains?: ActivatedResourceReference[];\n /** A reference to the origin group. */\n originGroup?: ResourceReference;\n /** A directory path on the origin that AzureFrontDoor can use to retrieve content from, e.g. contoso.cloudapp.net/originpath. */\n originPath?: string;\n /** rule sets referenced by this endpoint. */\n ruleSets?: ResourceReference[];\n /** List of supported protocols for this route. */\n supportedProtocols?: AFDEndpointProtocols[];\n /** The route patterns of the rule. */\n patternsToMatch?: string[];\n /** The caching configuration for this route. To disable caching, do not provide a cacheConfiguration object. */\n cacheConfiguration?: AfdRouteCacheConfiguration;\n /** Protocol this rule will use when forwarding traffic to backends. */\n forwardingProtocol?: ForwardingProtocol;\n /** whether this route will be linked to the default endpoint domain. */\n linkToDefaultDomain?: LinkToDefaultDomain;\n /** Whether to automatically redirect HTTP traffic to HTTPS traffic. Note that this is a easy way to set up this rule and it will be the first rule that gets executed. */\n httpsRedirect?: HttpsRedirect;\n /** Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled' */\n enabledState?: EnabledState;\n /**\n * Provisioning status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AfdProvisioningState;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly deploymentStatus?: DeploymentStatus;\n}\n\n/** Friendly RuleSet name mapping to the any RuleSet or secret related information. */\nexport interface RuleSet extends ProxyResource {\n /**\n * Provisioning status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AfdProvisioningState;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly deploymentStatus?: DeploymentStatus;\n /**\n * The name of the profile which holds the rule set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly profileName?: string;\n}\n\n/** Friendly Rules name mapping to the any Rules or secret related information. */\nexport interface Rule extends ProxyResource {\n /**\n * The name of the rule set containing the rule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ruleSetName?: string;\n /** The order in which the rules are applied for the endpoint. Possible values {0,1,2,3,………}. A rule with a lesser order will be applied before a rule with a greater order. Rule with order 0 is a special rule. It does not require any condition and actions listed in it will always be applied. */\n order?: number;\n /** A list of conditions that must be matched for the actions to be executed */\n conditions?: DeliveryRuleConditionUnion[];\n /** A list of actions that are executed when all the conditions of a rule are satisfied. */\n actions?: DeliveryRuleActionAutoGeneratedUnion[];\n /** If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue. */\n matchProcessingBehavior?: MatchProcessingBehavior;\n /**\n * Provisioning status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AfdProvisioningState;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly deploymentStatus?: DeploymentStatus;\n}\n\n/** SecurityPolicy association for AzureFrontDoor profile */\nexport interface SecurityPolicy extends ProxyResource {\n /**\n * Provisioning status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AfdProvisioningState;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly deploymentStatus?: DeploymentStatus;\n /**\n * The name of the profile which holds the security policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly profileName?: string;\n /** object which contains security policy parameters */\n parameters?: SecurityPolicyPropertiesParametersUnion;\n}\n\n/** Friendly Secret name mapping to the any Secret or secret related information. */\nexport interface Secret extends ProxyResource {\n /**\n * Provisioning status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AfdProvisioningState;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly deploymentStatus?: DeploymentStatus;\n /**\n * The name of the profile which holds the secret.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly profileName?: string;\n /** object which contains secret parameters */\n parameters?: SecretParametersUnion;\n}\n\n/** CDN origin is the source of the content being delivered via CDN. When the edge nodes represented by an endpoint do not have the requested content cached, they attempt to fetch it from one or more of the configured origins. */\nexport interface Origin extends ProxyResource {\n /** The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint. */\n hostName?: string;\n /** The value of the HTTP port. Must be between 1 and 65535. */\n httpPort?: number;\n /** The value of the HTTPS port. Must be between 1 and 65535. */\n httpsPort?: number;\n /** The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. This overrides the host header defined at Endpoint */\n originHostHeader?: string;\n /** Priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5 */\n priority?: number;\n /** Weight of the origin in given origin group for load balancing. Must be between 1 and 1000 */\n weight?: number;\n /** Origin is enabled for load balancing or not */\n enabled?: boolean;\n /** The Alias of the Private Link resource. Populating this optional field indicates that this origin is 'Private' */\n privateLinkAlias?: string;\n /** The Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private' */\n privateLinkResourceId?: string;\n /** The location of the Private Link resource. Required only if 'privateLinkResourceId' is populated */\n privateLinkLocation?: string;\n /** A custom message to be included in the approval request to connect to the Private Link. */\n privateLinkApprovalMessage?: string;\n /**\n * Resource status of the origin.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceState?: OriginResourceState;\n /**\n * Provisioning status of the origin.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: OriginProvisioningState;\n /**\n * The approval status for the connection to the Private Link\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointStatus?: PrivateEndpointStatus;\n}\n\n/** Origin group comprising of origins is used for load balancing to origins when the content cannot be served from CDN. */\nexport interface OriginGroup extends ProxyResource {\n /** Health probe settings to the origin that is used to determine the health of the origin. */\n healthProbeSettings?: HealthProbeParameters;\n /** The source of the content being delivered via CDN within given origin group. */\n origins?: ResourceReference[];\n /** Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported. */\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes?: number;\n /** The JSON object that contains the properties to determine origin health using real requests/responses. This property is currently not supported. */\n responseBasedOriginErrorDetectionSettings?: ResponseBasedOriginErrorDetectionParameters;\n /**\n * Resource status of the origin group.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceState?: OriginGroupResourceState;\n /**\n * Provisioning status of the origin group.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: OriginGroupProvisioningState;\n}\n\n/** Friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes, e.g. www.contoso.com. */\nexport interface CustomDomain extends ProxyResource {\n /** The host name of the custom domain. Must be a domain name. */\n hostName?: string;\n /**\n * Resource status of the custom domain.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceState?: CustomDomainResourceState;\n /**\n * Provisioning status of the custom domain.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customHttpsProvisioningState?: CustomHttpsProvisioningState;\n /**\n * Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customHttpsProvisioningSubstate?: CustomHttpsProvisioningSubstate;\n /** Certificate parameters for securing custom HTTPS */\n customHttpsParameters?: CustomDomainHttpsParametersUnion;\n /** Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China. */\n validationData?: string;\n /**\n * Provisioning status of Custom Https of the custom domain.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: CustomHttpsProvisioningState;\n}\n\n/** Edgenode is a global Point of Presence (POP) location used to deliver CDN content to end users. */\nexport interface EdgeNode extends ProxyResource {\n /** List of ip address groups. */\n ipAddressGroups?: IpAddressGroup[];\n}\n\n/** Defines headers for AfdProfiles_upgrade operation. */\nexport interface AfdProfilesUpgradeHeaders {\n location?: string;\n}\n\n/** Defines headers for AfdCustomDomains_create operation. */\nexport interface AfdCustomDomainsCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for AfdCustomDomains_update operation. */\nexport interface AfdCustomDomainsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for AfdCustomDomains_delete operation. */\nexport interface AfdCustomDomainsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for AfdCustomDomains_refreshValidationToken operation. */\nexport interface AfdCustomDomainsRefreshValidationTokenHeaders {\n location?: string;\n}\n\n/** Defines headers for AfdEndpoints_create operation. */\nexport interface AfdEndpointsCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for AfdEndpoints_update operation. */\nexport interface AfdEndpointsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for AfdEndpoints_delete operation. */\nexport interface AfdEndpointsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for AfdEndpoints_purgeContent operation. */\nexport interface AfdEndpointsPurgeContentHeaders {\n location?: string;\n}\n\n/** Defines headers for AfdOriginGroups_create operation. */\nexport interface AfdOriginGroupsCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for AfdOriginGroups_update operation. */\nexport interface AfdOriginGroupsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for AfdOriginGroups_delete operation. */\nexport interface AfdOriginGroupsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for AfdOrigins_create operation. */\nexport interface AfdOriginsCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for AfdOrigins_update operation. */\nexport interface AfdOriginsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for AfdOrigins_delete operation. */\nexport interface AfdOriginsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Routes_create operation. */\nexport interface RoutesCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for Routes_update operation. */\nexport interface RoutesUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Routes_delete operation. */\nexport interface RoutesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for RuleSets_delete operation. */\nexport interface RuleSetsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Rules_create operation. */\nexport interface RulesCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for Rules_update operation. */\nexport interface RulesUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Rules_delete operation. */\nexport interface RulesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for SecurityPolicies_create operation. */\nexport interface SecurityPoliciesCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for SecurityPolicies_patch operation. */\nexport interface SecurityPoliciesPatchHeaders {\n location?: string;\n}\n\n/** Defines headers for SecurityPolicies_delete operation. */\nexport interface SecurityPoliciesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Secrets_create operation. */\nexport interface SecretsCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for Secrets_delete operation. */\nexport interface SecretsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Profiles_create operation. */\nexport interface ProfilesCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for Profiles_update operation. */\nexport interface ProfilesUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Profiles_delete operation. */\nexport interface ProfilesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Profiles_canMigrate operation. */\nexport interface ProfilesCanMigrateHeaders {\n location?: string;\n}\n\n/** Defines headers for Profiles_migrate operation. */\nexport interface ProfilesMigrateHeaders {\n location?: string;\n}\n\n/** Defines headers for Profiles_migrationCommit operation. */\nexport interface ProfilesMigrationCommitHeaders {\n location?: string;\n}\n\n/** Defines headers for Endpoints_create operation. */\nexport interface EndpointsCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for Endpoints_update operation. */\nexport interface EndpointsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Endpoints_delete operation. */\nexport interface EndpointsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Endpoints_start operation. */\nexport interface EndpointsStartHeaders {\n location?: string;\n}\n\n/** Defines headers for Endpoints_stop operation. */\nexport interface EndpointsStopHeaders {\n location?: string;\n}\n\n/** Defines headers for Endpoints_purgeContent operation. */\nexport interface EndpointsPurgeContentHeaders {\n location?: string;\n}\n\n/** Defines headers for Endpoints_loadContent operation. */\nexport interface EndpointsLoadContentHeaders {\n location?: string;\n}\n\n/** Defines headers for Origins_create operation. */\nexport interface OriginsCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for Origins_update operation. */\nexport interface OriginsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Origins_delete operation. */\nexport interface OriginsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for OriginGroups_create operation. */\nexport interface OriginGroupsCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for OriginGroups_update operation. */\nexport interface OriginGroupsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for OriginGroups_delete operation. */\nexport interface OriginGroupsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for CustomDomains_create operation. */\nexport interface CustomDomainsCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for CustomDomains_delete operation. */\nexport interface CustomDomainsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for CustomDomains_disableCustomHttps operation. */\nexport interface CustomDomainsDisableCustomHttpsHeaders {\n location?: string;\n}\n\n/** Defines headers for CustomDomains_enableCustomHttps operation. */\nexport interface CustomDomainsEnableCustomHttpsHeaders {\n location?: string;\n}\n\n/** Defines headers for Policies_createOrUpdate operation. */\nexport interface PoliciesCreateOrUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Policies_update operation. */\nexport interface PoliciesUpdateHeaders {\n location?: string;\n}\n\n/** Known values of {@link ResourceType} that the service accepts. */\nexport enum KnownResourceType {\n /** MicrosoftCdnProfilesEndpoints */\n MicrosoftCdnProfilesEndpoints = \"Microsoft.Cdn/Profiles/Endpoints\",\n /** MicrosoftCdnProfilesAfdEndpoints */\n MicrosoftCdnProfilesAfdEndpoints = \"Microsoft.Cdn/Profiles/AfdEndpoints\",\n}\n\n/**\n * Defines values for ResourceType. \\\n * {@link KnownResourceType} can be used interchangeably with ResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft.Cdn\\/Profiles\\/Endpoints** \\\n * **Microsoft.Cdn\\/Profiles\\/AfdEndpoints**\n */\nexport type ResourceType = string;\n\n/** Known values of {@link AutoGeneratedDomainNameLabelScope} that the service accepts. */\nexport enum KnownAutoGeneratedDomainNameLabelScope {\n /** TenantReuse */\n TenantReuse = \"TenantReuse\",\n /** SubscriptionReuse */\n SubscriptionReuse = \"SubscriptionReuse\",\n /** ResourceGroupReuse */\n ResourceGroupReuse = \"ResourceGroupReuse\",\n /** NoReuse */\n NoReuse = \"NoReuse\",\n}\n\n/**\n * Defines values for AutoGeneratedDomainNameLabelScope. \\\n * {@link KnownAutoGeneratedDomainNameLabelScope} can be used interchangeably with AutoGeneratedDomainNameLabelScope,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TenantReuse** \\\n * **SubscriptionReuse** \\\n * **ResourceGroupReuse** \\\n * **NoReuse**\n */\nexport type AutoGeneratedDomainNameLabelScope = string;\n\n/** Known values of {@link UsageUnit} that the service accepts. */\nexport enum KnownUsageUnit {\n /** Count */\n Count = \"Count\",\n}\n\n/**\n * Defines values for UsageUnit. \\\n * {@link KnownUsageUnit} can be used interchangeably with UsageUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Count**\n */\nexport type UsageUnit = string;\n\n/** Known values of {@link SecretType} that the service accepts. */\nexport enum KnownSecretType {\n /** UrlSigningKey */\n UrlSigningKey = \"UrlSigningKey\",\n /** CustomerCertificate */\n CustomerCertificate = \"CustomerCertificate\",\n /** ManagedCertificate */\n ManagedCertificate = \"ManagedCertificate\",\n /** AzureFirstPartyManagedCertificate */\n AzureFirstPartyManagedCertificate = \"AzureFirstPartyManagedCertificate\",\n}\n\n/**\n * Defines values for SecretType. \\\n * {@link KnownSecretType} can be used interchangeably with SecretType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **UrlSigningKey** \\\n * **CustomerCertificate** \\\n * **ManagedCertificate** \\\n * **AzureFirstPartyManagedCertificate**\n */\nexport type SecretType = string;\n\n/** Known values of {@link Status} that the service accepts. */\nexport enum KnownStatus {\n /** Valid */\n Valid = \"Valid\",\n /** Invalid */\n Invalid = \"Invalid\",\n /** AccessDenied */\n AccessDenied = \"AccessDenied\",\n /** CertificateExpired */\n CertificateExpired = \"CertificateExpired\",\n}\n\n/**\n * Defines values for Status. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Valid** \\\n * **Invalid** \\\n * **AccessDenied** \\\n * **CertificateExpired**\n */\nexport type Status = string;\n\n/** Known values of {@link SkuName} that the service accepts. */\nexport enum KnownSkuName {\n /** StandardVerizon */\n StandardVerizon = \"Standard_Verizon\",\n /** PremiumVerizon */\n PremiumVerizon = \"Premium_Verizon\",\n /** CustomVerizon */\n CustomVerizon = \"Custom_Verizon\",\n /** StandardAkamai */\n StandardAkamai = \"Standard_Akamai\",\n /** StandardChinaCdn */\n StandardChinaCdn = \"Standard_ChinaCdn\",\n /** StandardMicrosoft */\n StandardMicrosoft = \"Standard_Microsoft\",\n /** StandardAzureFrontDoor */\n StandardAzureFrontDoor = \"Standard_AzureFrontDoor\",\n /** PremiumAzureFrontDoor */\n PremiumAzureFrontDoor = \"Premium_AzureFrontDoor\",\n /** Standard955BandWidthChinaCdn */\n Standard955BandWidthChinaCdn = \"Standard_955BandWidth_ChinaCdn\",\n /** StandardAvgBandWidthChinaCdn */\n StandardAvgBandWidthChinaCdn = \"Standard_AvgBandWidth_ChinaCdn\",\n /** StandardPlusChinaCdn */\n StandardPlusChinaCdn = \"StandardPlus_ChinaCdn\",\n /** StandardPlus955BandWidthChinaCdn */\n StandardPlus955BandWidthChinaCdn = \"StandardPlus_955BandWidth_ChinaCdn\",\n /** StandardPlusAvgBandWidthChinaCdn */\n StandardPlusAvgBandWidthChinaCdn = \"StandardPlus_AvgBandWidth_ChinaCdn\",\n}\n\n/**\n * Defines values for SkuName. \\\n * {@link KnownSkuName} can be used interchangeably with SkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard_Verizon** \\\n * **Premium_Verizon** \\\n * **Custom_Verizon** \\\n * **Standard_Akamai** \\\n * **Standard_ChinaCdn** \\\n * **Standard_Microsoft** \\\n * **Standard_AzureFrontDoor** \\\n * **Premium_AzureFrontDoor** \\\n * **Standard_955BandWidth_ChinaCdn** \\\n * **Standard_AvgBandWidth_ChinaCdn** \\\n * **StandardPlus_ChinaCdn** \\\n * **StandardPlus_955BandWidth_ChinaCdn** \\\n * **StandardPlus_AvgBandWidth_ChinaCdn**\n */\nexport type SkuName = string;\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned, UserAssigned\",\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned, UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** Known values of {@link ProfileResourceState} that the service accepts. */\nexport enum KnownProfileResourceState {\n /** Creating */\n Creating = \"Creating\",\n /** Active */\n Active = \"Active\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** Migrating */\n Migrating = \"Migrating\",\n /** Migrated */\n Migrated = \"Migrated\",\n /** PendingMigrationCommit */\n PendingMigrationCommit = \"PendingMigrationCommit\",\n /** CommittingMigration */\n CommittingMigration = \"CommittingMigration\",\n /** AbortingMigration */\n AbortingMigration = \"AbortingMigration\",\n}\n\n/**\n * Defines values for ProfileResourceState. \\\n * {@link KnownProfileResourceState} can be used interchangeably with ProfileResourceState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Active** \\\n * **Deleting** \\\n * **Disabled** \\\n * **Migrating** \\\n * **Migrated** \\\n * **PendingMigrationCommit** \\\n * **CommittingMigration** \\\n * **AbortingMigration**\n */\nexport type ProfileResourceState = string;\n\n/** Known values of {@link ProfileProvisioningState} that the service accepts. */\nexport enum KnownProfileProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Creating */\n Creating = \"Creating\",\n}\n\n/**\n * Defines values for ProfileProvisioningState. \\\n * {@link KnownProfileProvisioningState} can be used interchangeably with ProfileProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Updating** \\\n * **Deleting** \\\n * **Creating**\n */\nexport type ProfileProvisioningState = string;\n\n/** Known values of {@link ProfileScrubbingState} that the service accepts. */\nexport enum KnownProfileScrubbingState {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ProfileScrubbingState. \\\n * {@link KnownProfileScrubbingState} can be used interchangeably with ProfileScrubbingState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type ProfileScrubbingState = string;\n\n/** Known values of {@link ScrubbingRuleEntryMatchVariable} that the service accepts. */\nexport enum KnownScrubbingRuleEntryMatchVariable {\n /** RequestIPAddress */\n RequestIPAddress = \"RequestIPAddress\",\n /** RequestUri */\n RequestUri = \"RequestUri\",\n /** QueryStringArgNames */\n QueryStringArgNames = \"QueryStringArgNames\",\n}\n\n/**\n * Defines values for ScrubbingRuleEntryMatchVariable. \\\n * {@link KnownScrubbingRuleEntryMatchVariable} can be used interchangeably with ScrubbingRuleEntryMatchVariable,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RequestIPAddress** \\\n * **RequestUri** \\\n * **QueryStringArgNames**\n */\nexport type ScrubbingRuleEntryMatchVariable = string;\n\n/** Known values of {@link ScrubbingRuleEntryMatchOperator} that the service accepts. */\nexport enum KnownScrubbingRuleEntryMatchOperator {\n /** EqualsAny */\n EqualsAny = \"EqualsAny\",\n}\n\n/**\n * Defines values for ScrubbingRuleEntryMatchOperator. \\\n * {@link KnownScrubbingRuleEntryMatchOperator} can be used interchangeably with ScrubbingRuleEntryMatchOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EqualsAny**\n */\nexport type ScrubbingRuleEntryMatchOperator = string;\n\n/** Known values of {@link ScrubbingRuleEntryState} that the service accepts. */\nexport enum KnownScrubbingRuleEntryState {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ScrubbingRuleEntryState. \\\n * {@link KnownScrubbingRuleEntryState} can be used interchangeably with ScrubbingRuleEntryState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type ScrubbingRuleEntryState = string;\n\n/** Known values of {@link IdentityType} that the service accepts. */\nexport enum KnownIdentityType {\n /** User */\n User = \"user\",\n /** Application */\n Application = \"application\",\n /** ManagedIdentity */\n ManagedIdentity = \"managedIdentity\",\n /** Key */\n Key = \"key\",\n}\n\n/**\n * Defines values for IdentityType. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **application** \\\n * **managedIdentity** \\\n * **key**\n */\nexport type IdentityType = string;\n\n/** Known values of {@link DomainValidationState} that the service accepts. */\nexport enum KnownDomainValidationState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Submitting */\n Submitting = \"Submitting\",\n /** Pending */\n Pending = \"Pending\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** TimedOut */\n TimedOut = \"TimedOut\",\n /** PendingRevalidation */\n PendingRevalidation = \"PendingRevalidation\",\n /** Approved */\n Approved = \"Approved\",\n /** RefreshingValidationToken */\n RefreshingValidationToken = \"RefreshingValidationToken\",\n /** InternalError */\n InternalError = \"InternalError\",\n}\n\n/**\n * Defines values for DomainValidationState. \\\n * {@link KnownDomainValidationState} can be used interchangeably with DomainValidationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Submitting** \\\n * **Pending** \\\n * **Rejected** \\\n * **TimedOut** \\\n * **PendingRevalidation** \\\n * **Approved** \\\n * **RefreshingValidationToken** \\\n * **InternalError**\n */\nexport type DomainValidationState = string;\n\n/** Known values of {@link AfdCertificateType} that the service accepts. */\nexport enum KnownAfdCertificateType {\n /** CustomerCertificate */\n CustomerCertificate = \"CustomerCertificate\",\n /** ManagedCertificate */\n ManagedCertificate = \"ManagedCertificate\",\n /** AzureFirstPartyManagedCertificate */\n AzureFirstPartyManagedCertificate = \"AzureFirstPartyManagedCertificate\",\n}\n\n/**\n * Defines values for AfdCertificateType. \\\n * {@link KnownAfdCertificateType} can be used interchangeably with AfdCertificateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CustomerCertificate** \\\n * **ManagedCertificate** \\\n * **AzureFirstPartyManagedCertificate**\n */\nexport type AfdCertificateType = string;\n\n/** Known values of {@link AfdProvisioningState} that the service accepts. */\nexport enum KnownAfdProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Creating */\n Creating = \"Creating\",\n}\n\n/**\n * Defines values for AfdProvisioningState. \\\n * {@link KnownAfdProvisioningState} can be used interchangeably with AfdProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Updating** \\\n * **Deleting** \\\n * **Creating**\n */\nexport type AfdProvisioningState = string;\n\n/** Known values of {@link DeploymentStatus} that the service accepts. */\nexport enum KnownDeploymentStatus {\n /** NotStarted */\n NotStarted = \"NotStarted\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for DeploymentStatus. \\\n * {@link KnownDeploymentStatus} can be used interchangeably with DeploymentStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotStarted** \\\n * **InProgress** \\\n * **Succeeded** \\\n * **Failed**\n */\nexport type DeploymentStatus = string;\n\n/** Known values of {@link EnabledState} that the service accepts. */\nexport enum KnownEnabledState {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for EnabledState. \\\n * {@link KnownEnabledState} can be used interchangeably with EnabledState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type EnabledState = string;\n\n/** Known values of {@link AFDEndpointProtocols} that the service accepts. */\nexport enum KnownAFDEndpointProtocols {\n /** Http */\n Http = \"Http\",\n /** Https */\n Https = \"Https\",\n}\n\n/**\n * Defines values for AFDEndpointProtocols. \\\n * {@link KnownAFDEndpointProtocols} can be used interchangeably with AFDEndpointProtocols,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Http** \\\n * **Https**\n */\nexport type AFDEndpointProtocols = string;\n\n/** Known values of {@link AfdQueryStringCachingBehavior} that the service accepts. */\nexport enum KnownAfdQueryStringCachingBehavior {\n /** IgnoreQueryString */\n IgnoreQueryString = \"IgnoreQueryString\",\n /** UseQueryString */\n UseQueryString = \"UseQueryString\",\n /** IgnoreSpecifiedQueryStrings */\n IgnoreSpecifiedQueryStrings = \"IgnoreSpecifiedQueryStrings\",\n /** IncludeSpecifiedQueryStrings */\n IncludeSpecifiedQueryStrings = \"IncludeSpecifiedQueryStrings\",\n}\n\n/**\n * Defines values for AfdQueryStringCachingBehavior. \\\n * {@link KnownAfdQueryStringCachingBehavior} can be used interchangeably with AfdQueryStringCachingBehavior,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IgnoreQueryString** \\\n * **UseQueryString** \\\n * **IgnoreSpecifiedQueryStrings** \\\n * **IncludeSpecifiedQueryStrings**\n */\nexport type AfdQueryStringCachingBehavior = string;\n\n/** Known values of {@link ForwardingProtocol} that the service accepts. */\nexport enum KnownForwardingProtocol {\n /** HttpOnly */\n HttpOnly = \"HttpOnly\",\n /** HttpsOnly */\n HttpsOnly = \"HttpsOnly\",\n /** MatchRequest */\n MatchRequest = \"MatchRequest\",\n}\n\n/**\n * Defines values for ForwardingProtocol. \\\n * {@link KnownForwardingProtocol} can be used interchangeably with ForwardingProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **HttpOnly** \\\n * **HttpsOnly** \\\n * **MatchRequest**\n */\nexport type ForwardingProtocol = string;\n\n/** Known values of {@link LinkToDefaultDomain} that the service accepts. */\nexport enum KnownLinkToDefaultDomain {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for LinkToDefaultDomain. \\\n * {@link KnownLinkToDefaultDomain} can be used interchangeably with LinkToDefaultDomain,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type LinkToDefaultDomain = string;\n\n/** Known values of {@link HttpsRedirect} that the service accepts. */\nexport enum KnownHttpsRedirect {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for HttpsRedirect. \\\n * {@link KnownHttpsRedirect} can be used interchangeably with HttpsRedirect,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type HttpsRedirect = string;\n\n/** Known values of {@link MatchVariable} that the service accepts. */\nexport enum KnownMatchVariable {\n /** RemoteAddress */\n RemoteAddress = \"RemoteAddress\",\n /** RequestMethod */\n RequestMethod = \"RequestMethod\",\n /** QueryString */\n QueryString = \"QueryString\",\n /** PostArgs */\n PostArgs = \"PostArgs\",\n /** RequestUri */\n RequestUri = \"RequestUri\",\n /** RequestHeader */\n RequestHeader = \"RequestHeader\",\n /** RequestBody */\n RequestBody = \"RequestBody\",\n /** RequestScheme */\n RequestScheme = \"RequestScheme\",\n /** UrlPath */\n UrlPath = \"UrlPath\",\n /** UrlFileExtension */\n UrlFileExtension = \"UrlFileExtension\",\n /** UrlFileName */\n UrlFileName = \"UrlFileName\",\n /** HttpVersion */\n HttpVersion = \"HttpVersion\",\n /** Cookies */\n Cookies = \"Cookies\",\n /** IsDevice */\n IsDevice = \"IsDevice\",\n /** SocketAddr */\n SocketAddr = \"SocketAddr\",\n /** ClientPort */\n ClientPort = \"ClientPort\",\n /** ServerPort */\n ServerPort = \"ServerPort\",\n /** HostName */\n HostName = \"HostName\",\n /** SslProtocol */\n SslProtocol = \"SslProtocol\",\n}\n\n/**\n * Defines values for MatchVariable. \\\n * {@link KnownMatchVariable} can be used interchangeably with MatchVariable,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RemoteAddress** \\\n * **RequestMethod** \\\n * **QueryString** \\\n * **PostArgs** \\\n * **RequestUri** \\\n * **RequestHeader** \\\n * **RequestBody** \\\n * **RequestScheme** \\\n * **UrlPath** \\\n * **UrlFileExtension** \\\n * **UrlFileName** \\\n * **HttpVersion** \\\n * **Cookies** \\\n * **IsDevice** \\\n * **SocketAddr** \\\n * **ClientPort** \\\n * **ServerPort** \\\n * **HostName** \\\n * **SslProtocol**\n */\nexport type MatchVariable = string;\n\n/** Known values of {@link DeliveryRuleAction} that the service accepts. */\nexport enum KnownDeliveryRuleAction {\n /** CacheExpiration */\n CacheExpiration = \"CacheExpiration\",\n /** CacheKeyQueryString */\n CacheKeyQueryString = \"CacheKeyQueryString\",\n /** ModifyRequestHeader */\n ModifyRequestHeader = \"ModifyRequestHeader\",\n /** ModifyResponseHeader */\n ModifyResponseHeader = \"ModifyResponseHeader\",\n /** UrlRedirect */\n UrlRedirect = \"UrlRedirect\",\n /** UrlRewrite */\n UrlRewrite = \"UrlRewrite\",\n /** UrlSigning */\n UrlSigning = \"UrlSigning\",\n /** OriginGroupOverride */\n OriginGroupOverride = \"OriginGroupOverride\",\n /** RouteConfigurationOverride */\n RouteConfigurationOverride = \"RouteConfigurationOverride\",\n}\n\n/**\n * Defines values for DeliveryRuleAction. \\\n * {@link KnownDeliveryRuleAction} can be used interchangeably with DeliveryRuleAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CacheExpiration** \\\n * **CacheKeyQueryString** \\\n * **ModifyRequestHeader** \\\n * **ModifyResponseHeader** \\\n * **UrlRedirect** \\\n * **UrlRewrite** \\\n * **UrlSigning** \\\n * **OriginGroupOverride** \\\n * **RouteConfigurationOverride**\n */\nexport type DeliveryRuleAction = string;\n\n/** Known values of {@link MatchProcessingBehavior} that the service accepts. */\nexport enum KnownMatchProcessingBehavior {\n /** Continue */\n Continue = \"Continue\",\n /** Stop */\n Stop = \"Stop\",\n}\n\n/**\n * Defines values for MatchProcessingBehavior. \\\n * {@link KnownMatchProcessingBehavior} can be used interchangeably with MatchProcessingBehavior,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Continue** \\\n * **Stop**\n */\nexport type MatchProcessingBehavior = string;\n\n/** Known values of {@link SecurityPolicyType} that the service accepts. */\nexport enum KnownSecurityPolicyType {\n /** WebApplicationFirewall */\n WebApplicationFirewall = \"WebApplicationFirewall\",\n}\n\n/**\n * Defines values for SecurityPolicyType. \\\n * {@link KnownSecurityPolicyType} can be used interchangeably with SecurityPolicyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WebApplicationFirewall**\n */\nexport type SecurityPolicyType = string;\n\n/** Known values of {@link LogMetric} that the service accepts. */\nexport enum KnownLogMetric {\n /** ClientRequestCount */\n ClientRequestCount = \"clientRequestCount\",\n /** ClientRequestTraffic */\n ClientRequestTraffic = \"clientRequestTraffic\",\n /** ClientRequestBandwidth */\n ClientRequestBandwidth = \"clientRequestBandwidth\",\n /** OriginRequestTraffic */\n OriginRequestTraffic = \"originRequestTraffic\",\n /** OriginRequestBandwidth */\n OriginRequestBandwidth = \"originRequestBandwidth\",\n /** TotalLatency */\n TotalLatency = \"totalLatency\",\n}\n\n/**\n * Defines values for LogMetric. \\\n * {@link KnownLogMetric} can be used interchangeably with LogMetric,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **clientRequestCount** \\\n * **clientRequestTraffic** \\\n * **clientRequestBandwidth** \\\n * **originRequestTraffic** \\\n * **originRequestBandwidth** \\\n * **totalLatency**\n */\nexport type LogMetric = string;\n\n/** Known values of {@link LogMetricsGranularity} that the service accepts. */\nexport enum KnownLogMetricsGranularity {\n /** PT5M */\n PT5M = \"PT5M\",\n /** PT1H */\n PT1H = \"PT1H\",\n /** P1D */\n P1D = \"P1D\",\n}\n\n/**\n * Defines values for LogMetricsGranularity. \\\n * {@link KnownLogMetricsGranularity} can be used interchangeably with LogMetricsGranularity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PT5M** \\\n * **PT1H** \\\n * **P1D**\n */\nexport type LogMetricsGranularity = string;\n\n/** Known values of {@link LogMetricsGroupBy} that the service accepts. */\nexport enum KnownLogMetricsGroupBy {\n /** HttpStatusCode */\n HttpStatusCode = \"httpStatusCode\",\n /** Protocol */\n Protocol = \"protocol\",\n /** CacheStatus */\n CacheStatus = \"cacheStatus\",\n /** CountryOrRegion */\n CountryOrRegion = \"countryOrRegion\",\n /** CustomDomain */\n CustomDomain = \"customDomain\",\n}\n\n/**\n * Defines values for LogMetricsGroupBy. \\\n * {@link KnownLogMetricsGroupBy} can be used interchangeably with LogMetricsGroupBy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **httpStatusCode** \\\n * **protocol** \\\n * **cacheStatus** \\\n * **countryOrRegion** \\\n * **customDomain**\n */\nexport type LogMetricsGroupBy = string;\n\n/** Known values of {@link MetricsGranularity} that the service accepts. */\nexport enum KnownMetricsGranularity {\n /** PT5M */\n PT5M = \"PT5M\",\n /** PT1H */\n PT1H = \"PT1H\",\n /** P1D */\n P1D = \"P1D\",\n}\n\n/**\n * Defines values for MetricsGranularity. \\\n * {@link KnownMetricsGranularity} can be used interchangeably with MetricsGranularity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PT5M** \\\n * **PT1H** \\\n * **P1D**\n */\nexport type MetricsGranularity = string;\n\n/** Known values of {@link MetricsSeriesUnit} that the service accepts. */\nexport enum KnownMetricsSeriesUnit {\n /** Count */\n Count = \"count\",\n /** Bytes */\n Bytes = \"bytes\",\n /** BitsPerSecond */\n BitsPerSecond = \"bitsPerSecond\",\n /** MilliSeconds */\n MilliSeconds = \"milliSeconds\",\n}\n\n/**\n * Defines values for MetricsSeriesUnit. \\\n * {@link KnownMetricsSeriesUnit} can be used interchangeably with MetricsSeriesUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **count** \\\n * **bytes** \\\n * **bitsPerSecond** \\\n * **milliSeconds**\n */\nexport type MetricsSeriesUnit = string;\n\n/** Known values of {@link LogRanking} that the service accepts. */\nexport enum KnownLogRanking {\n /** Url */\n Url = \"url\",\n /** Referrer */\n Referrer = \"referrer\",\n /** Browser */\n Browser = \"browser\",\n /** UserAgent */\n UserAgent = \"userAgent\",\n /** CountryOrRegion */\n CountryOrRegion = \"countryOrRegion\",\n}\n\n/**\n * Defines values for LogRanking. \\\n * {@link KnownLogRanking} can be used interchangeably with LogRanking,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **url** \\\n * **referrer** \\\n * **browser** \\\n * **userAgent** \\\n * **countryOrRegion**\n */\nexport type LogRanking = string;\n\n/** Known values of {@link LogRankingMetric} that the service accepts. */\nexport enum KnownLogRankingMetric {\n /** ClientRequestCount */\n ClientRequestCount = \"clientRequestCount\",\n /** ClientRequestTraffic */\n ClientRequestTraffic = \"clientRequestTraffic\",\n /** HitCount */\n HitCount = \"hitCount\",\n /** MissCount */\n MissCount = \"missCount\",\n /** UserErrorCount */\n UserErrorCount = \"userErrorCount\",\n /** ErrorCount */\n ErrorCount = \"errorCount\",\n}\n\n/**\n * Defines values for LogRankingMetric. \\\n * {@link KnownLogRankingMetric} can be used interchangeably with LogRankingMetric,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **clientRequestCount** \\\n * **clientRequestTraffic** \\\n * **hitCount** \\\n * **missCount** \\\n * **userErrorCount** \\\n * **errorCount**\n */\nexport type LogRankingMetric = string;\n\n/** Known values of {@link WafMetric} that the service accepts. */\nexport enum KnownWafMetric {\n /** ClientRequestCount */\n ClientRequestCount = \"clientRequestCount\",\n}\n\n/**\n * Defines values for WafMetric. \\\n * {@link KnownWafMetric} can be used interchangeably with WafMetric,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **clientRequestCount**\n */\nexport type WafMetric = string;\n\n/** Known values of {@link WafGranularity} that the service accepts. */\nexport enum KnownWafGranularity {\n /** PT5M */\n PT5M = \"PT5M\",\n /** PT1H */\n PT1H = \"PT1H\",\n /** P1D */\n P1D = \"P1D\",\n}\n\n/**\n * Defines values for WafGranularity. \\\n * {@link KnownWafGranularity} can be used interchangeably with WafGranularity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PT5M** \\\n * **PT1H** \\\n * **P1D**\n */\nexport type WafGranularity = string;\n\n/** Known values of {@link WafAction} that the service accepts. */\nexport enum KnownWafAction {\n /** Allow */\n Allow = \"allow\",\n /** Block */\n Block = \"block\",\n /** Log */\n Log = \"log\",\n /** Redirect */\n Redirect = \"redirect\",\n}\n\n/**\n * Defines values for WafAction. \\\n * {@link KnownWafAction} can be used interchangeably with WafAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **allow** \\\n * **block** \\\n * **log** \\\n * **redirect**\n */\nexport type WafAction = string;\n\n/** Known values of {@link WafRankingGroupBy} that the service accepts. */\nexport enum KnownWafRankingGroupBy {\n /** HttpStatusCode */\n HttpStatusCode = \"httpStatusCode\",\n /** CustomDomain */\n CustomDomain = \"customDomain\",\n}\n\n/**\n * Defines values for WafRankingGroupBy. \\\n * {@link KnownWafRankingGroupBy} can be used interchangeably with WafRankingGroupBy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **httpStatusCode** \\\n * **customDomain**\n */\nexport type WafRankingGroupBy = string;\n\n/** Known values of {@link WafRuleType} that the service accepts. */\nexport enum KnownWafRuleType {\n /** Managed */\n Managed = \"managed\",\n /** Custom */\n Custom = \"custom\",\n /** Bot */\n Bot = \"bot\",\n}\n\n/**\n * Defines values for WafRuleType. \\\n * {@link KnownWafRuleType} can be used interchangeably with WafRuleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **managed** \\\n * **custom** \\\n * **bot**\n */\nexport type WafRuleType = string;\n\n/** Known values of {@link WafMetricsGranularity} that the service accepts. */\nexport enum KnownWafMetricsGranularity {\n /** PT5M */\n PT5M = \"PT5M\",\n /** PT1H */\n PT1H = \"PT1H\",\n /** P1D */\n P1D = \"P1D\",\n}\n\n/**\n * Defines values for WafMetricsGranularity. \\\n * {@link KnownWafMetricsGranularity} can be used interchangeably with WafMetricsGranularity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PT5M** \\\n * **PT1H** \\\n * **P1D**\n */\nexport type WafMetricsGranularity = string;\n\n/** Known values of {@link WafMetricsSeriesUnit} that the service accepts. */\nexport enum KnownWafMetricsSeriesUnit {\n /** Count */\n Count = \"count\",\n}\n\n/**\n * Defines values for WafMetricsSeriesUnit. \\\n * {@link KnownWafMetricsSeriesUnit} can be used interchangeably with WafMetricsSeriesUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **count**\n */\nexport type WafMetricsSeriesUnit = string;\n\n/** Known values of {@link WafRankingType} that the service accepts. */\nexport enum KnownWafRankingType {\n /** Action */\n Action = \"action\",\n /** RuleGroup */\n RuleGroup = \"ruleGroup\",\n /** RuleId */\n RuleId = \"ruleId\",\n /** UserAgent */\n UserAgent = \"userAgent\",\n /** ClientIp */\n ClientIp = \"clientIp\",\n /** Url */\n Url = \"url\",\n /** CountryOrRegion */\n CountryOrRegion = \"countryOrRegion\",\n /** RuleType */\n RuleType = \"ruleType\",\n}\n\n/**\n * Defines values for WafRankingType. \\\n * {@link KnownWafRankingType} can be used interchangeably with WafRankingType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **action** \\\n * **ruleGroup** \\\n * **ruleId** \\\n * **userAgent** \\\n * **clientIp** \\\n * **url** \\\n * **countryOrRegion** \\\n * **ruleType**\n */\nexport type WafRankingType = string;\n\n/** Known values of {@link CanMigrateDefaultSku} that the service accepts. */\nexport enum KnownCanMigrateDefaultSku {\n /** StandardAzureFrontDoor */\n StandardAzureFrontDoor = \"Standard_AzureFrontDoor\",\n /** PremiumAzureFrontDoor */\n PremiumAzureFrontDoor = \"Premium_AzureFrontDoor\",\n}\n\n/**\n * Defines values for CanMigrateDefaultSku. \\\n * {@link KnownCanMigrateDefaultSku} can be used interchangeably with CanMigrateDefaultSku,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard_AzureFrontDoor** \\\n * **Premium_AzureFrontDoor**\n */\nexport type CanMigrateDefaultSku = string;\n\n/** Known values of {@link OptimizationType} that the service accepts. */\nexport enum KnownOptimizationType {\n /** GeneralWebDelivery */\n GeneralWebDelivery = \"GeneralWebDelivery\",\n /** GeneralMediaStreaming */\n GeneralMediaStreaming = \"GeneralMediaStreaming\",\n /** VideoOnDemandMediaStreaming */\n VideoOnDemandMediaStreaming = \"VideoOnDemandMediaStreaming\",\n /** LargeFileDownload */\n LargeFileDownload = \"LargeFileDownload\",\n /** DynamicSiteAcceleration */\n DynamicSiteAcceleration = \"DynamicSiteAcceleration\",\n}\n\n/**\n * Defines values for OptimizationType. \\\n * {@link KnownOptimizationType} can be used interchangeably with OptimizationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **GeneralWebDelivery** \\\n * **GeneralMediaStreaming** \\\n * **VideoOnDemandMediaStreaming** \\\n * **LargeFileDownload** \\\n * **DynamicSiteAcceleration**\n */\nexport type OptimizationType = string;\n\n/** Known values of {@link ResourceUsageUnit} that the service accepts. */\nexport enum KnownResourceUsageUnit {\n /** Count */\n Count = \"count\",\n}\n\n/**\n * Defines values for ResourceUsageUnit. \\\n * {@link KnownResourceUsageUnit} can be used interchangeably with ResourceUsageUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **count**\n */\nexport type ResourceUsageUnit = string;\n\n/** Known values of {@link PrivateEndpointStatus} that the service accepts. */\nexport enum KnownPrivateEndpointStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n /** Timeout */\n Timeout = \"Timeout\",\n}\n\n/**\n * Defines values for PrivateEndpointStatus. \\\n * {@link KnownPrivateEndpointStatus} can be used interchangeably with PrivateEndpointStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected** \\\n * **Timeout**\n */\nexport type PrivateEndpointStatus = string;\n\n/** Known values of {@link EndpointResourceState} that the service accepts. */\nexport enum KnownEndpointResourceState {\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Running */\n Running = \"Running\",\n /** Starting */\n Starting = \"Starting\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Stopping */\n Stopping = \"Stopping\",\n}\n\n/**\n * Defines values for EndpointResourceState. \\\n * {@link KnownEndpointResourceState} can be used interchangeably with EndpointResourceState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Deleting** \\\n * **Running** \\\n * **Starting** \\\n * **Stopped** \\\n * **Stopping**\n */\nexport type EndpointResourceState = string;\n\n/** Known values of {@link EndpointProvisioningState} that the service accepts. */\nexport enum KnownEndpointProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Creating */\n Creating = \"Creating\",\n}\n\n/**\n * Defines values for EndpointProvisioningState. \\\n * {@link KnownEndpointProvisioningState} can be used interchangeably with EndpointProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Updating** \\\n * **Deleting** \\\n * **Creating**\n */\nexport type EndpointProvisioningState = string;\n\n/** Known values of {@link OriginResourceState} that the service accepts. */\nexport enum KnownOriginResourceState {\n /** Creating */\n Creating = \"Creating\",\n /** Active */\n Active = \"Active\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for OriginResourceState. \\\n * {@link KnownOriginResourceState} can be used interchangeably with OriginResourceState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Active** \\\n * **Deleting**\n */\nexport type OriginResourceState = string;\n\n/** Known values of {@link OriginProvisioningState} that the service accepts. */\nexport enum KnownOriginProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Creating */\n Creating = \"Creating\",\n}\n\n/**\n * Defines values for OriginProvisioningState. \\\n * {@link KnownOriginProvisioningState} can be used interchangeably with OriginProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Updating** \\\n * **Deleting** \\\n * **Creating**\n */\nexport type OriginProvisioningState = string;\n\n/** Known values of {@link OriginGroupResourceState} that the service accepts. */\nexport enum KnownOriginGroupResourceState {\n /** Creating */\n Creating = \"Creating\",\n /** Active */\n Active = \"Active\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for OriginGroupResourceState. \\\n * {@link KnownOriginGroupResourceState} can be used interchangeably with OriginGroupResourceState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Active** \\\n * **Deleting**\n */\nexport type OriginGroupResourceState = string;\n\n/** Known values of {@link OriginGroupProvisioningState} that the service accepts. */\nexport enum KnownOriginGroupProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Creating */\n Creating = \"Creating\",\n}\n\n/**\n * Defines values for OriginGroupProvisioningState. \\\n * {@link KnownOriginGroupProvisioningState} can be used interchangeably with OriginGroupProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Updating** \\\n * **Deleting** \\\n * **Creating**\n */\nexport type OriginGroupProvisioningState = string;\n\n/** Known values of {@link CustomDomainResourceState} that the service accepts. */\nexport enum KnownCustomDomainResourceState {\n /** Creating */\n Creating = \"Creating\",\n /** Active */\n Active = \"Active\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for CustomDomainResourceState. \\\n * {@link KnownCustomDomainResourceState} can be used interchangeably with CustomDomainResourceState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Active** \\\n * **Deleting**\n */\nexport type CustomDomainResourceState = string;\n\n/** Known values of {@link CustomHttpsProvisioningState} that the service accepts. */\nexport enum KnownCustomHttpsProvisioningState {\n /** Enabling */\n Enabling = \"Enabling\",\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabling */\n Disabling = \"Disabling\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for CustomHttpsProvisioningState. \\\n * {@link KnownCustomHttpsProvisioningState} can be used interchangeably with CustomHttpsProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabling** \\\n * **Enabled** \\\n * **Disabling** \\\n * **Disabled** \\\n * **Failed**\n */\nexport type CustomHttpsProvisioningState = string;\n\n/** Known values of {@link CustomHttpsProvisioningSubstate} that the service accepts. */\nexport enum KnownCustomHttpsProvisioningSubstate {\n /** SubmittingDomainControlValidationRequest */\n SubmittingDomainControlValidationRequest = \"SubmittingDomainControlValidationRequest\",\n /** PendingDomainControlValidationREquestApproval */\n PendingDomainControlValidationREquestApproval = \"PendingDomainControlValidationREquestApproval\",\n /** DomainControlValidationRequestApproved */\n DomainControlValidationRequestApproved = \"DomainControlValidationRequestApproved\",\n /** DomainControlValidationRequestRejected */\n DomainControlValidationRequestRejected = \"DomainControlValidationRequestRejected\",\n /** DomainControlValidationRequestTimedOut */\n DomainControlValidationRequestTimedOut = \"DomainControlValidationRequestTimedOut\",\n /** IssuingCertificate */\n IssuingCertificate = \"IssuingCertificate\",\n /** DeployingCertificate */\n DeployingCertificate = \"DeployingCertificate\",\n /** CertificateDeployed */\n CertificateDeployed = \"CertificateDeployed\",\n /** DeletingCertificate */\n DeletingCertificate = \"DeletingCertificate\",\n /** CertificateDeleted */\n CertificateDeleted = \"CertificateDeleted\",\n}\n\n/**\n * Defines values for CustomHttpsProvisioningSubstate. \\\n * {@link KnownCustomHttpsProvisioningSubstate} can be used interchangeably with CustomHttpsProvisioningSubstate,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SubmittingDomainControlValidationRequest** \\\n * **PendingDomainControlValidationREquestApproval** \\\n * **DomainControlValidationRequestApproved** \\\n * **DomainControlValidationRequestRejected** \\\n * **DomainControlValidationRequestTimedOut** \\\n * **IssuingCertificate** \\\n * **DeployingCertificate** \\\n * **CertificateDeployed** \\\n * **DeletingCertificate** \\\n * **CertificateDeleted**\n */\nexport type CustomHttpsProvisioningSubstate = string;\n\n/** Known values of {@link CertificateSource} that the service accepts. */\nexport enum KnownCertificateSource {\n /** AzureKeyVault */\n AzureKeyVault = \"AzureKeyVault\",\n /** Cdn */\n Cdn = \"Cdn\",\n}\n\n/**\n * Defines values for CertificateSource. \\\n * {@link KnownCertificateSource} can be used interchangeably with CertificateSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureKeyVault** \\\n * **Cdn**\n */\nexport type CertificateSource = string;\n\n/** Known values of {@link ProtocolType} that the service accepts. */\nexport enum KnownProtocolType {\n /** ServerNameIndication */\n ServerNameIndication = \"ServerNameIndication\",\n /** IPBased */\n IPBased = \"IPBased\",\n}\n\n/**\n * Defines values for ProtocolType. \\\n * {@link KnownProtocolType} can be used interchangeably with ProtocolType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ServerNameIndication** \\\n * **IPBased**\n */\nexport type ProtocolType = string;\n\n/** Known values of {@link PolicyEnabledState} that the service accepts. */\nexport enum KnownPolicyEnabledState {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defines values for PolicyEnabledState. \\\n * {@link KnownPolicyEnabledState} can be used interchangeably with PolicyEnabledState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type PolicyEnabledState = string;\n\n/** Known values of {@link PolicyMode} that the service accepts. */\nexport enum KnownPolicyMode {\n /** Prevention */\n Prevention = \"Prevention\",\n /** Detection */\n Detection = \"Detection\",\n}\n\n/**\n * Defines values for PolicyMode. \\\n * {@link KnownPolicyMode} can be used interchangeably with PolicyMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Prevention** \\\n * **Detection**\n */\nexport type PolicyMode = string;\n\n/** Known values of {@link PolicySettingsDefaultCustomBlockResponseStatusCode} that the service accepts. */\nexport enum KnownPolicySettingsDefaultCustomBlockResponseStatusCode {\n /** TwoHundred */\n TwoHundred = 200,\n /** FourHundredThree */\n FourHundredThree = 403,\n /** FourHundredFive */\n FourHundredFive = 405,\n /** FourHundredSix */\n FourHundredSix = 406,\n /** FourHundredTwentyNine */\n FourHundredTwentyNine = 429,\n}\n\n/**\n * Defines values for PolicySettingsDefaultCustomBlockResponseStatusCode. \\\n * {@link KnownPolicySettingsDefaultCustomBlockResponseStatusCode} can be used interchangeably with PolicySettingsDefaultCustomBlockResponseStatusCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **200** \\\n * **403** \\\n * **405** \\\n * **406** \\\n * **429**\n */\nexport type PolicySettingsDefaultCustomBlockResponseStatusCode = number;\n\n/** Known values of {@link CustomRuleEnabledState} that the service accepts. */\nexport enum KnownCustomRuleEnabledState {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defines values for CustomRuleEnabledState. \\\n * {@link KnownCustomRuleEnabledState} can be used interchangeably with CustomRuleEnabledState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type CustomRuleEnabledState = string;\n\n/** Known values of {@link WafMatchVariable} that the service accepts. */\nexport enum KnownWafMatchVariable {\n /** RemoteAddr */\n RemoteAddr = \"RemoteAddr\",\n /** SocketAddr */\n SocketAddr = \"SocketAddr\",\n /** RequestMethod */\n RequestMethod = \"RequestMethod\",\n /** RequestHeader */\n RequestHeader = \"RequestHeader\",\n /** RequestUri */\n RequestUri = \"RequestUri\",\n /** QueryString */\n QueryString = \"QueryString\",\n /** RequestBody */\n RequestBody = \"RequestBody\",\n /** Cookies */\n Cookies = \"Cookies\",\n /** PostArgs */\n PostArgs = \"PostArgs\",\n}\n\n/**\n * Defines values for WafMatchVariable. \\\n * {@link KnownWafMatchVariable} can be used interchangeably with WafMatchVariable,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RemoteAddr** \\\n * **SocketAddr** \\\n * **RequestMethod** \\\n * **RequestHeader** \\\n * **RequestUri** \\\n * **QueryString** \\\n * **RequestBody** \\\n * **Cookies** \\\n * **PostArgs**\n */\nexport type WafMatchVariable = string;\n\n/** Known values of {@link Operator} that the service accepts. */\nexport enum KnownOperator {\n /** Any */\n Any = \"Any\",\n /** IPMatch */\n IPMatch = \"IPMatch\",\n /** GeoMatch */\n GeoMatch = \"GeoMatch\",\n /** Equal */\n Equal = \"Equal\",\n /** Contains */\n Contains = \"Contains\",\n /** LessThan */\n LessThan = \"LessThan\",\n /** GreaterThan */\n GreaterThan = \"GreaterThan\",\n /** LessThanOrEqual */\n LessThanOrEqual = \"LessThanOrEqual\",\n /** GreaterThanOrEqual */\n GreaterThanOrEqual = \"GreaterThanOrEqual\",\n /** BeginsWith */\n BeginsWith = \"BeginsWith\",\n /** EndsWith */\n EndsWith = \"EndsWith\",\n /** RegEx */\n RegEx = \"RegEx\",\n}\n\n/**\n * Defines values for Operator. \\\n * {@link KnownOperator} can be used interchangeably with Operator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Any** \\\n * **IPMatch** \\\n * **GeoMatch** \\\n * **Equal** \\\n * **Contains** \\\n * **LessThan** \\\n * **GreaterThan** \\\n * **LessThanOrEqual** \\\n * **GreaterThanOrEqual** \\\n * **BeginsWith** \\\n * **EndsWith** \\\n * **RegEx**\n */\nexport type Operator = string;\n\n/** Known values of {@link TransformType} that the service accepts. */\nexport enum KnownTransformType {\n /** Lowercase */\n Lowercase = \"Lowercase\",\n /** Uppercase */\n Uppercase = \"Uppercase\",\n /** Trim */\n Trim = \"Trim\",\n /** UrlDecode */\n UrlDecode = \"UrlDecode\",\n /** UrlEncode */\n UrlEncode = \"UrlEncode\",\n /** RemoveNulls */\n RemoveNulls = \"RemoveNulls\",\n}\n\n/**\n * Defines values for TransformType. \\\n * {@link KnownTransformType} can be used interchangeably with TransformType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Lowercase** \\\n * **Uppercase** \\\n * **Trim** \\\n * **UrlDecode** \\\n * **UrlEncode** \\\n * **RemoveNulls**\n */\nexport type TransformType = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Allow */\n Allow = \"Allow\",\n /** Block */\n Block = \"Block\",\n /** Log */\n Log = \"Log\",\n /** Redirect */\n Redirect = \"Redirect\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Block** \\\n * **Log** \\\n * **Redirect**\n */\nexport type ActionType = string;\n\n/** Known values of {@link ManagedRuleEnabledState} that the service accepts. */\nexport enum KnownManagedRuleEnabledState {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defines values for ManagedRuleEnabledState. \\\n * {@link KnownManagedRuleEnabledState} can be used interchangeably with ManagedRuleEnabledState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type ManagedRuleEnabledState = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Succeeded** \\\n * **Failed**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link PolicyResourceState} that the service accepts. */\nexport enum KnownPolicyResourceState {\n /** Creating */\n Creating = \"Creating\",\n /** Enabling */\n Enabling = \"Enabling\",\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabling */\n Disabling = \"Disabling\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for PolicyResourceState. \\\n * {@link KnownPolicyResourceState} can be used interchangeably with PolicyResourceState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Enabling** \\\n * **Enabled** \\\n * **Disabling** \\\n * **Disabled** \\\n * **Deleting**\n */\nexport type PolicyResourceState = string;\n\n/** Known values of {@link RemoteAddressOperator} that the service accepts. */\nexport enum KnownRemoteAddressOperator {\n /** Any */\n Any = \"Any\",\n /** IPMatch */\n IPMatch = \"IPMatch\",\n /** GeoMatch */\n GeoMatch = \"GeoMatch\",\n}\n\n/**\n * Defines values for RemoteAddressOperator. \\\n * {@link KnownRemoteAddressOperator} can be used interchangeably with RemoteAddressOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Any** \\\n * **IPMatch** \\\n * **GeoMatch**\n */\nexport type RemoteAddressOperator = string;\n\n/** Known values of {@link Transform} that the service accepts. */\nexport enum KnownTransform {\n /** Lowercase */\n Lowercase = \"Lowercase\",\n /** Uppercase */\n Uppercase = \"Uppercase\",\n /** Trim */\n Trim = \"Trim\",\n /** UrlDecode */\n UrlDecode = \"UrlDecode\",\n /** UrlEncode */\n UrlEncode = \"UrlEncode\",\n /** RemoveNulls */\n RemoveNulls = \"RemoveNulls\",\n}\n\n/**\n * Defines values for Transform. \\\n * {@link KnownTransform} can be used interchangeably with Transform,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Lowercase** \\\n * **Uppercase** \\\n * **Trim** \\\n * **UrlDecode** \\\n * **UrlEncode** \\\n * **RemoveNulls**\n */\nexport type Transform = string;\n\n/** Known values of {@link RequestMethodOperator} that the service accepts. */\nexport enum KnownRequestMethodOperator {\n /** Equal */\n Equal = \"Equal\",\n}\n\n/**\n * Defines values for RequestMethodOperator. \\\n * {@link KnownRequestMethodOperator} can be used interchangeably with RequestMethodOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Equal**\n */\nexport type RequestMethodOperator = string;\n\n/** Known values of {@link RequestMethodMatchConditionParametersMatchValuesItem} that the service accepts. */\nexport enum KnownRequestMethodMatchConditionParametersMatchValuesItem {\n /** GET */\n GET = \"GET\",\n /** Head */\n Head = \"HEAD\",\n /** Post */\n Post = \"POST\",\n /** PUT */\n PUT = \"PUT\",\n /** Delete */\n Delete = \"DELETE\",\n /** Options */\n Options = \"OPTIONS\",\n /** Trace */\n Trace = \"TRACE\",\n}\n\n/**\n * Defines values for RequestMethodMatchConditionParametersMatchValuesItem. \\\n * {@link KnownRequestMethodMatchConditionParametersMatchValuesItem} can be used interchangeably with RequestMethodMatchConditionParametersMatchValuesItem,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **GET** \\\n * **HEAD** \\\n * **POST** \\\n * **PUT** \\\n * **DELETE** \\\n * **OPTIONS** \\\n * **TRACE**\n */\nexport type RequestMethodMatchConditionParametersMatchValuesItem = string;\n\n/** Known values of {@link QueryStringOperator} that the service accepts. */\nexport enum KnownQueryStringOperator {\n /** Any */\n Any = \"Any\",\n /** Equal */\n Equal = \"Equal\",\n /** Contains */\n Contains = \"Contains\",\n /** BeginsWith */\n BeginsWith = \"BeginsWith\",\n /** EndsWith */\n EndsWith = \"EndsWith\",\n /** LessThan */\n LessThan = \"LessThan\",\n /** LessThanOrEqual */\n LessThanOrEqual = \"LessThanOrEqual\",\n /** GreaterThan */\n GreaterThan = \"GreaterThan\",\n /** GreaterThanOrEqual */\n GreaterThanOrEqual = \"GreaterThanOrEqual\",\n /** RegEx */\n RegEx = \"RegEx\",\n}\n\n/**\n * Defines values for QueryStringOperator. \\\n * {@link KnownQueryStringOperator} can be used interchangeably with QueryStringOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Any** \\\n * **Equal** \\\n * **Contains** \\\n * **BeginsWith** \\\n * **EndsWith** \\\n * **LessThan** \\\n * **LessThanOrEqual** \\\n * **GreaterThan** \\\n * **GreaterThanOrEqual** \\\n * **RegEx**\n */\nexport type QueryStringOperator = string;\n\n/** Known values of {@link PostArgsOperator} that the service accepts. */\nexport enum KnownPostArgsOperator {\n /** Any */\n Any = \"Any\",\n /** Equal */\n Equal = \"Equal\",\n /** Contains */\n Contains = \"Contains\",\n /** BeginsWith */\n BeginsWith = \"BeginsWith\",\n /** EndsWith */\n EndsWith = \"EndsWith\",\n /** LessThan */\n LessThan = \"LessThan\",\n /** LessThanOrEqual */\n LessThanOrEqual = \"LessThanOrEqual\",\n /** GreaterThan */\n GreaterThan = \"GreaterThan\",\n /** GreaterThanOrEqual */\n GreaterThanOrEqual = \"GreaterThanOrEqual\",\n /** RegEx */\n RegEx = \"RegEx\",\n}\n\n/**\n * Defines values for PostArgsOperator. \\\n * {@link KnownPostArgsOperator} can be used interchangeably with PostArgsOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Any** \\\n * **Equal** \\\n * **Contains** \\\n * **BeginsWith** \\\n * **EndsWith** \\\n * **LessThan** \\\n * **LessThanOrEqual** \\\n * **GreaterThan** \\\n * **GreaterThanOrEqual** \\\n * **RegEx**\n */\nexport type PostArgsOperator = string;\n\n/** Known values of {@link RequestUriOperator} that the service accepts. */\nexport enum KnownRequestUriOperator {\n /** Any */\n Any = \"Any\",\n /** Equal */\n Equal = \"Equal\",\n /** Contains */\n Contains = \"Contains\",\n /** BeginsWith */\n BeginsWith = \"BeginsWith\",\n /** EndsWith */\n EndsWith = \"EndsWith\",\n /** LessThan */\n LessThan = \"LessThan\",\n /** LessThanOrEqual */\n LessThanOrEqual = \"LessThanOrEqual\",\n /** GreaterThan */\n GreaterThan = \"GreaterThan\",\n /** GreaterThanOrEqual */\n GreaterThanOrEqual = \"GreaterThanOrEqual\",\n /** RegEx */\n RegEx = \"RegEx\",\n}\n\n/**\n * Defines values for RequestUriOperator. \\\n * {@link KnownRequestUriOperator} can be used interchangeably with RequestUriOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Any** \\\n * **Equal** \\\n * **Contains** \\\n * **BeginsWith** \\\n * **EndsWith** \\\n * **LessThan** \\\n * **LessThanOrEqual** \\\n * **GreaterThan** \\\n * **GreaterThanOrEqual** \\\n * **RegEx**\n */\nexport type RequestUriOperator = string;\n\n/** Known values of {@link RequestHeaderOperator} that the service accepts. */\nexport enum KnownRequestHeaderOperator {\n /** Any */\n Any = \"Any\",\n /** Equal */\n Equal = \"Equal\",\n /** Contains */\n Contains = \"Contains\",\n /** BeginsWith */\n BeginsWith = \"BeginsWith\",\n /** EndsWith */\n EndsWith = \"EndsWith\",\n /** LessThan */\n LessThan = \"LessThan\",\n /** LessThanOrEqual */\n LessThanOrEqual = \"LessThanOrEqual\",\n /** GreaterThan */\n GreaterThan = \"GreaterThan\",\n /** GreaterThanOrEqual */\n GreaterThanOrEqual = \"GreaterThanOrEqual\",\n /** RegEx */\n RegEx = \"RegEx\",\n}\n\n/**\n * Defines values for RequestHeaderOperator. \\\n * {@link KnownRequestHeaderOperator} can be used interchangeably with RequestHeaderOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Any** \\\n * **Equal** \\\n * **Contains** \\\n * **BeginsWith** \\\n * **EndsWith** \\\n * **LessThan** \\\n * **LessThanOrEqual** \\\n * **GreaterThan** \\\n * **GreaterThanOrEqual** \\\n * **RegEx**\n */\nexport type RequestHeaderOperator = string;\n\n/** Known values of {@link RequestBodyOperator} that the service accepts. */\nexport enum KnownRequestBodyOperator {\n /** Any */\n Any = \"Any\",\n /** Equal */\n Equal = \"Equal\",\n /** Contains */\n Contains = \"Contains\",\n /** BeginsWith */\n BeginsWith = \"BeginsWith\",\n /** EndsWith */\n EndsWith = \"EndsWith\",\n /** LessThan */\n LessThan = \"LessThan\",\n /** LessThanOrEqual */\n LessThanOrEqual = \"LessThanOrEqual\",\n /** GreaterThan */\n GreaterThan = \"GreaterThan\",\n /** GreaterThanOrEqual */\n GreaterThanOrEqual = \"GreaterThanOrEqual\",\n /** RegEx */\n RegEx = \"RegEx\",\n}\n\n/**\n * Defines values for RequestBodyOperator. \\\n * {@link KnownRequestBodyOperator} can be used interchangeably with RequestBodyOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Any** \\\n * **Equal** \\\n * **Contains** \\\n * **BeginsWith** \\\n * **EndsWith** \\\n * **LessThan** \\\n * **LessThanOrEqual** \\\n * **GreaterThan** \\\n * **GreaterThanOrEqual** \\\n * **RegEx**\n */\nexport type RequestBodyOperator = string;\n\n/** Known values of {@link RequestSchemeMatchConditionParametersMatchValuesItem} that the service accepts. */\nexport enum KnownRequestSchemeMatchConditionParametersMatchValuesItem {\n /** Http */\n Http = \"HTTP\",\n /** Https */\n Https = \"HTTPS\",\n}\n\n/**\n * Defines values for RequestSchemeMatchConditionParametersMatchValuesItem. \\\n * {@link KnownRequestSchemeMatchConditionParametersMatchValuesItem} can be used interchangeably with RequestSchemeMatchConditionParametersMatchValuesItem,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **HTTP** \\\n * **HTTPS**\n */\nexport type RequestSchemeMatchConditionParametersMatchValuesItem = string;\n\n/** Known values of {@link UrlPathOperator} that the service accepts. */\nexport enum KnownUrlPathOperator {\n /** Any */\n Any = \"Any\",\n /** Equal */\n Equal = \"Equal\",\n /** Contains */\n Contains = \"Contains\",\n /** BeginsWith */\n BeginsWith = \"BeginsWith\",\n /** EndsWith */\n EndsWith = \"EndsWith\",\n /** LessThan */\n LessThan = \"LessThan\",\n /** LessThanOrEqual */\n LessThanOrEqual = \"LessThanOrEqual\",\n /** GreaterThan */\n GreaterThan = \"GreaterThan\",\n /** GreaterThanOrEqual */\n GreaterThanOrEqual = \"GreaterThanOrEqual\",\n /** Wildcard */\n Wildcard = \"Wildcard\",\n /** RegEx */\n RegEx = \"RegEx\",\n}\n\n/**\n * Defines values for UrlPathOperator. \\\n * {@link KnownUrlPathOperator} can be used interchangeably with UrlPathOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Any** \\\n * **Equal** \\\n * **Contains** \\\n * **BeginsWith** \\\n * **EndsWith** \\\n * **LessThan** \\\n * **LessThanOrEqual** \\\n * **GreaterThan** \\\n * **GreaterThanOrEqual** \\\n * **Wildcard** \\\n * **RegEx**\n */\nexport type UrlPathOperator = string;\n\n/** Known values of {@link UrlFileExtensionOperator} that the service accepts. */\nexport enum KnownUrlFileExtensionOperator {\n /** Any */\n Any = \"Any\",\n /** Equal */\n Equal = \"Equal\",\n /** Contains */\n Contains = \"Contains\",\n /** BeginsWith */\n BeginsWith = \"BeginsWith\",\n /** EndsWith */\n EndsWith = \"EndsWith\",\n /** LessThan */\n LessThan = \"LessThan\",\n /** LessThanOrEqual */\n LessThanOrEqual = \"LessThanOrEqual\",\n /** GreaterThan */\n GreaterThan = \"GreaterThan\",\n /** GreaterThanOrEqual */\n GreaterThanOrEqual = \"GreaterThanOrEqual\",\n /** RegEx */\n RegEx = \"RegEx\",\n}\n\n/**\n * Defines values for UrlFileExtensionOperator. \\\n * {@link KnownUrlFileExtensionOperator} can be used interchangeably with UrlFileExtensionOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Any** \\\n * **Equal** \\\n * **Contains** \\\n * **BeginsWith** \\\n * **EndsWith** \\\n * **LessThan** \\\n * **LessThanOrEqual** \\\n * **GreaterThan** \\\n * **GreaterThanOrEqual** \\\n * **RegEx**\n */\nexport type UrlFileExtensionOperator = string;\n\n/** Known values of {@link UrlFileNameOperator} that the service accepts. */\nexport enum KnownUrlFileNameOperator {\n /** Any */\n Any = \"Any\",\n /** Equal */\n Equal = \"Equal\",\n /** Contains */\n Contains = \"Contains\",\n /** BeginsWith */\n BeginsWith = \"BeginsWith\",\n /** EndsWith */\n EndsWith = \"EndsWith\",\n /** LessThan */\n LessThan = \"LessThan\",\n /** LessThanOrEqual */\n LessThanOrEqual = \"LessThanOrEqual\",\n /** GreaterThan */\n GreaterThan = \"GreaterThan\",\n /** GreaterThanOrEqual */\n GreaterThanOrEqual = \"GreaterThanOrEqual\",\n /** RegEx */\n RegEx = \"RegEx\",\n}\n\n/**\n * Defines values for UrlFileNameOperator. \\\n * {@link KnownUrlFileNameOperator} can be used interchangeably with UrlFileNameOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Any** \\\n * **Equal** \\\n * **Contains** \\\n * **BeginsWith** \\\n * **EndsWith** \\\n * **LessThan** \\\n * **LessThanOrEqual** \\\n * **GreaterThan** \\\n * **GreaterThanOrEqual** \\\n * **RegEx**\n */\nexport type UrlFileNameOperator = string;\n\n/** Known values of {@link HttpVersionOperator} that the service accepts. */\nexport enum KnownHttpVersionOperator {\n /** Equal */\n Equal = \"Equal\",\n}\n\n/**\n * Defines values for HttpVersionOperator. \\\n * {@link KnownHttpVersionOperator} can be used interchangeably with HttpVersionOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Equal**\n */\nexport type HttpVersionOperator = string;\n\n/** Known values of {@link CookiesOperator} that the service accepts. */\nexport enum KnownCookiesOperator {\n /** Any */\n Any = \"Any\",\n /** Equal */\n Equal = \"Equal\",\n /** Contains */\n Contains = \"Contains\",\n /** BeginsWith */\n BeginsWith = \"BeginsWith\",\n /** EndsWith */\n EndsWith = \"EndsWith\",\n /** LessThan */\n LessThan = \"LessThan\",\n /** LessThanOrEqual */\n LessThanOrEqual = \"LessThanOrEqual\",\n /** GreaterThan */\n GreaterThan = \"GreaterThan\",\n /** GreaterThanOrEqual */\n GreaterThanOrEqual = \"GreaterThanOrEqual\",\n /** RegEx */\n RegEx = \"RegEx\",\n}\n\n/**\n * Defines values for CookiesOperator. \\\n * {@link KnownCookiesOperator} can be used interchangeably with CookiesOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Any** \\\n * **Equal** \\\n * **Contains** \\\n * **BeginsWith** \\\n * **EndsWith** \\\n * **LessThan** \\\n * **LessThanOrEqual** \\\n * **GreaterThan** \\\n * **GreaterThanOrEqual** \\\n * **RegEx**\n */\nexport type CookiesOperator = string;\n\n/** Known values of {@link IsDeviceOperator} that the service accepts. */\nexport enum KnownIsDeviceOperator {\n /** Equal */\n Equal = \"Equal\",\n}\n\n/**\n * Defines values for IsDeviceOperator. \\\n * {@link KnownIsDeviceOperator} can be used interchangeably with IsDeviceOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Equal**\n */\nexport type IsDeviceOperator = string;\n\n/** Known values of {@link IsDeviceMatchConditionParametersMatchValuesItem} that the service accepts. */\nexport enum KnownIsDeviceMatchConditionParametersMatchValuesItem {\n /** Mobile */\n Mobile = \"Mobile\",\n /** Desktop */\n Desktop = \"Desktop\",\n}\n\n/**\n * Defines values for IsDeviceMatchConditionParametersMatchValuesItem. \\\n * {@link KnownIsDeviceMatchConditionParametersMatchValuesItem} can be used interchangeably with IsDeviceMatchConditionParametersMatchValuesItem,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Mobile** \\\n * **Desktop**\n */\nexport type IsDeviceMatchConditionParametersMatchValuesItem = string;\n\n/** Known values of {@link SocketAddrOperator} that the service accepts. */\nexport enum KnownSocketAddrOperator {\n /** Any */\n Any = \"Any\",\n /** IPMatch */\n IPMatch = \"IPMatch\",\n}\n\n/**\n * Defines values for SocketAddrOperator. \\\n * {@link KnownSocketAddrOperator} can be used interchangeably with SocketAddrOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Any** \\\n * **IPMatch**\n */\nexport type SocketAddrOperator = string;\n\n/** Known values of {@link ClientPortOperator} that the service accepts. */\nexport enum KnownClientPortOperator {\n /** Any */\n Any = \"Any\",\n /** Equal */\n Equal = \"Equal\",\n /** Contains */\n Contains = \"Contains\",\n /** BeginsWith */\n BeginsWith = \"BeginsWith\",\n /** EndsWith */\n EndsWith = \"EndsWith\",\n /** LessThan */\n LessThan = \"LessThan\",\n /** LessThanOrEqual */\n LessThanOrEqual = \"LessThanOrEqual\",\n /** GreaterThan */\n GreaterThan = \"GreaterThan\",\n /** GreaterThanOrEqual */\n GreaterThanOrEqual = \"GreaterThanOrEqual\",\n /** RegEx */\n RegEx = \"RegEx\",\n}\n\n/**\n * Defines values for ClientPortOperator. \\\n * {@link KnownClientPortOperator} can be used interchangeably with ClientPortOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Any** \\\n * **Equal** \\\n * **Contains** \\\n * **BeginsWith** \\\n * **EndsWith** \\\n * **LessThan** \\\n * **LessThanOrEqual** \\\n * **GreaterThan** \\\n * **GreaterThanOrEqual** \\\n * **RegEx**\n */\nexport type ClientPortOperator = string;\n\n/** Known values of {@link ServerPortOperator} that the service accepts. */\nexport enum KnownServerPortOperator {\n /** Any */\n Any = \"Any\",\n /** Equal */\n Equal = \"Equal\",\n /** Contains */\n Contains = \"Contains\",\n /** BeginsWith */\n BeginsWith = \"BeginsWith\",\n /** EndsWith */\n EndsWith = \"EndsWith\",\n /** LessThan */\n LessThan = \"LessThan\",\n /** LessThanOrEqual */\n LessThanOrEqual = \"LessThanOrEqual\",\n /** GreaterThan */\n GreaterThan = \"GreaterThan\",\n /** GreaterThanOrEqual */\n GreaterThanOrEqual = \"GreaterThanOrEqual\",\n /** RegEx */\n RegEx = \"RegEx\",\n}\n\n/**\n * Defines values for ServerPortOperator. \\\n * {@link KnownServerPortOperator} can be used interchangeably with ServerPortOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Any** \\\n * **Equal** \\\n * **Contains** \\\n * **BeginsWith** \\\n * **EndsWith** \\\n * **LessThan** \\\n * **LessThanOrEqual** \\\n * **GreaterThan** \\\n * **GreaterThanOrEqual** \\\n * **RegEx**\n */\nexport type ServerPortOperator = string;\n\n/** Known values of {@link HostNameOperator} that the service accepts. */\nexport enum KnownHostNameOperator {\n /** Any */\n Any = \"Any\",\n /** Equal */\n Equal = \"Equal\",\n /** Contains */\n Contains = \"Contains\",\n /** BeginsWith */\n BeginsWith = \"BeginsWith\",\n /** EndsWith */\n EndsWith = \"EndsWith\",\n /** LessThan */\n LessThan = \"LessThan\",\n /** LessThanOrEqual */\n LessThanOrEqual = \"LessThanOrEqual\",\n /** GreaterThan */\n GreaterThan = \"GreaterThan\",\n /** GreaterThanOrEqual */\n GreaterThanOrEqual = \"GreaterThanOrEqual\",\n /** RegEx */\n RegEx = \"RegEx\",\n}\n\n/**\n * Defines values for HostNameOperator. \\\n * {@link KnownHostNameOperator} can be used interchangeably with HostNameOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Any** \\\n * **Equal** \\\n * **Contains** \\\n * **BeginsWith** \\\n * **EndsWith** \\\n * **LessThan** \\\n * **LessThanOrEqual** \\\n * **GreaterThan** \\\n * **GreaterThanOrEqual** \\\n * **RegEx**\n */\nexport type HostNameOperator = string;\n\n/** Known values of {@link SslProtocolOperator} that the service accepts. */\nexport enum KnownSslProtocolOperator {\n /** Equal */\n Equal = \"Equal\",\n}\n\n/**\n * Defines values for SslProtocolOperator. \\\n * {@link KnownSslProtocolOperator} can be used interchangeably with SslProtocolOperator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Equal**\n */\nexport type SslProtocolOperator = string;\n\n/** Known values of {@link SslProtocol} that the service accepts. */\nexport enum KnownSslProtocol {\n /** TLSv1 */\n TLSv1 = \"TLSv1\",\n /** TLSv11 */\n TLSv11 = \"TLSv1.1\",\n /** TLSv12 */\n TLSv12 = \"TLSv1.2\",\n}\n\n/**\n * Defines values for SslProtocol. \\\n * {@link KnownSslProtocol} can be used interchangeably with SslProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TLSv1** \\\n * **TLSv1.1** \\\n * **TLSv1.2**\n */\nexport type SslProtocol = string;\n\n/** Known values of {@link RedirectType} that the service accepts. */\nexport enum KnownRedirectType {\n /** Moved */\n Moved = \"Moved\",\n /** Found */\n Found = \"Found\",\n /** TemporaryRedirect */\n TemporaryRedirect = \"TemporaryRedirect\",\n /** PermanentRedirect */\n PermanentRedirect = \"PermanentRedirect\",\n}\n\n/**\n * Defines values for RedirectType. \\\n * {@link KnownRedirectType} can be used interchangeably with RedirectType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Moved** \\\n * **Found** \\\n * **TemporaryRedirect** \\\n * **PermanentRedirect**\n */\nexport type RedirectType = string;\n\n/** Known values of {@link DestinationProtocol} that the service accepts. */\nexport enum KnownDestinationProtocol {\n /** MatchRequest */\n MatchRequest = \"MatchRequest\",\n /** Http */\n Http = \"Http\",\n /** Https */\n Https = \"Https\",\n}\n\n/**\n * Defines values for DestinationProtocol. \\\n * {@link KnownDestinationProtocol} can be used interchangeably with DestinationProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **MatchRequest** \\\n * **Http** \\\n * **Https**\n */\nexport type DestinationProtocol = string;\n\n/** Known values of {@link Algorithm} that the service accepts. */\nexport enum KnownAlgorithm {\n /** SHA256 */\n SHA256 = \"SHA256\",\n}\n\n/**\n * Defines values for Algorithm. \\\n * {@link KnownAlgorithm} can be used interchangeably with Algorithm,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SHA256**\n */\nexport type Algorithm = string;\n\n/** Known values of {@link ParamIndicator} that the service accepts. */\nexport enum KnownParamIndicator {\n /** Expires */\n Expires = \"Expires\",\n /** KeyId */\n KeyId = \"KeyId\",\n /** Signature */\n Signature = \"Signature\",\n}\n\n/**\n * Defines values for ParamIndicator. \\\n * {@link KnownParamIndicator} can be used interchangeably with ParamIndicator,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Expires** \\\n * **KeyId** \\\n * **Signature**\n */\nexport type ParamIndicator = string;\n\n/** Known values of {@link HeaderAction} that the service accepts. */\nexport enum KnownHeaderAction {\n /** Append */\n Append = \"Append\",\n /** Overwrite */\n Overwrite = \"Overwrite\",\n /** Delete */\n Delete = \"Delete\",\n}\n\n/**\n * Defines values for HeaderAction. \\\n * {@link KnownHeaderAction} can be used interchangeably with HeaderAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Append** \\\n * **Overwrite** \\\n * **Delete**\n */\nexport type HeaderAction = string;\n\n/** Known values of {@link CacheBehavior} that the service accepts. */\nexport enum KnownCacheBehavior {\n /** BypassCache */\n BypassCache = \"BypassCache\",\n /** Override */\n Override = \"Override\",\n /** SetIfMissing */\n SetIfMissing = \"SetIfMissing\",\n}\n\n/**\n * Defines values for CacheBehavior. \\\n * {@link KnownCacheBehavior} can be used interchangeably with CacheBehavior,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **BypassCache** \\\n * **Override** \\\n * **SetIfMissing**\n */\nexport type CacheBehavior = string;\n\n/** Known values of {@link CacheType} that the service accepts. */\nexport enum KnownCacheType {\n /** All */\n All = \"All\",\n}\n\n/**\n * Defines values for CacheType. \\\n * {@link KnownCacheType} can be used interchangeably with CacheType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **All**\n */\nexport type CacheType = string;\n\n/** Known values of {@link QueryStringBehavior} that the service accepts. */\nexport enum KnownQueryStringBehavior {\n /** Include */\n Include = \"Include\",\n /** IncludeAll */\n IncludeAll = \"IncludeAll\",\n /** Exclude */\n Exclude = \"Exclude\",\n /** ExcludeAll */\n ExcludeAll = \"ExcludeAll\",\n}\n\n/**\n * Defines values for QueryStringBehavior. \\\n * {@link KnownQueryStringBehavior} can be used interchangeably with QueryStringBehavior,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Include** \\\n * **IncludeAll** \\\n * **Exclude** \\\n * **ExcludeAll**\n */\nexport type QueryStringBehavior = string;\n\n/** Known values of {@link RuleQueryStringCachingBehavior} that the service accepts. */\nexport enum KnownRuleQueryStringCachingBehavior {\n /** IgnoreQueryString */\n IgnoreQueryString = \"IgnoreQueryString\",\n /** UseQueryString */\n UseQueryString = \"UseQueryString\",\n /** IgnoreSpecifiedQueryStrings */\n IgnoreSpecifiedQueryStrings = \"IgnoreSpecifiedQueryStrings\",\n /** IncludeSpecifiedQueryStrings */\n IncludeSpecifiedQueryStrings = \"IncludeSpecifiedQueryStrings\",\n}\n\n/**\n * Defines values for RuleQueryStringCachingBehavior. \\\n * {@link KnownRuleQueryStringCachingBehavior} can be used interchangeably with RuleQueryStringCachingBehavior,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IgnoreQueryString** \\\n * **UseQueryString** \\\n * **IgnoreSpecifiedQueryStrings** \\\n * **IncludeSpecifiedQueryStrings**\n */\nexport type RuleQueryStringCachingBehavior = string;\n\n/** Known values of {@link RuleIsCompressionEnabled} that the service accepts. */\nexport enum KnownRuleIsCompressionEnabled {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for RuleIsCompressionEnabled. \\\n * {@link KnownRuleIsCompressionEnabled} can be used interchangeably with RuleIsCompressionEnabled,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type RuleIsCompressionEnabled = string;\n\n/** Known values of {@link RuleCacheBehavior} that the service accepts. */\nexport enum KnownRuleCacheBehavior {\n /** HonorOrigin */\n HonorOrigin = \"HonorOrigin\",\n /** OverrideAlways */\n OverrideAlways = \"OverrideAlways\",\n /** OverrideIfOriginMissing */\n OverrideIfOriginMissing = \"OverrideIfOriginMissing\",\n}\n\n/**\n * Defines values for RuleCacheBehavior. \\\n * {@link KnownRuleCacheBehavior} can be used interchangeably with RuleCacheBehavior,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **HonorOrigin** \\\n * **OverrideAlways** \\\n * **OverrideIfOriginMissing**\n */\nexport type RuleCacheBehavior = string;\n\n/** Known values of {@link CertificateType} that the service accepts. */\nexport enum KnownCertificateType {\n /** Shared */\n Shared = \"Shared\",\n /** Dedicated */\n Dedicated = \"Dedicated\",\n}\n\n/**\n * Defines values for CertificateType. \\\n * {@link KnownCertificateType} can be used interchangeably with CertificateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Shared** \\\n * **Dedicated**\n */\nexport type CertificateType = string;\n\n/** Known values of {@link UpdateRule} that the service accepts. */\nexport enum KnownUpdateRule {\n /** NoAction */\n NoAction = \"NoAction\",\n}\n\n/**\n * Defines values for UpdateRule. \\\n * {@link KnownUpdateRule} can be used interchangeably with UpdateRule,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NoAction**\n */\nexport type UpdateRule = string;\n\n/** Known values of {@link DeleteRule} that the service accepts. */\nexport enum KnownDeleteRule {\n /** NoAction */\n NoAction = \"NoAction\",\n}\n\n/**\n * Defines values for DeleteRule. \\\n * {@link KnownDeleteRule} can be used interchangeably with DeleteRule,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NoAction**\n */\nexport type DeleteRule = string;\n/** Defines values for AfdMinimumTlsVersion. */\nexport type AfdMinimumTlsVersion = \"TLS10\" | \"TLS12\";\n/** Defines values for HealthProbeRequestType. */\nexport type HealthProbeRequestType = \"NotSet\" | \"GET\" | \"HEAD\";\n/** Defines values for ProbeProtocol. */\nexport type ProbeProtocol = \"NotSet\" | \"Http\" | \"Https\";\n/** Defines values for SharedPrivateLinkResourceStatus. */\nexport type SharedPrivateLinkResourceStatus =\n | \"Pending\"\n | \"Approved\"\n | \"Rejected\"\n | \"Disconnected\"\n | \"Timeout\";\n/** Defines values for ResponseBasedDetectedErrorTypes. */\nexport type ResponseBasedDetectedErrorTypes =\n | \"None\"\n | \"TcpErrorsOnly\"\n | \"TcpAndHttpErrors\";\n/** Defines values for QueryStringCachingBehavior. */\nexport type QueryStringCachingBehavior =\n | \"IgnoreQueryString\"\n | \"BypassCaching\"\n | \"UseQueryString\"\n | \"NotSet\";\n/** Defines values for GeoFilterActions. */\nexport type GeoFilterActions = \"Block\" | \"Allow\";\n/** Defines values for MinimumTlsVersion. */\nexport type MinimumTlsVersion = \"None\" | \"TLS10\" | \"TLS12\";\n\n/** Optional parameters. */\nexport interface CheckEndpointNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkEndpointNameAvailability operation. */\nexport type CheckEndpointNameAvailabilityResponse =\n CheckEndpointNameAvailabilityOutput;\n\n/** Optional parameters. */\nexport interface CheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type CheckNameAvailabilityResponse = CheckNameAvailabilityOutput;\n\n/** Optional parameters. */\nexport interface CheckNameAvailabilityWithSubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailabilityWithSubscription operation. */\nexport type CheckNameAvailabilityWithSubscriptionResponse =\n CheckNameAvailabilityOutput;\n\n/** Optional parameters. */\nexport interface ValidateProbeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the validateProbe operation. */\nexport type ValidateProbeResponse = ValidateProbeOutput;\n\n/** Optional parameters. */\nexport interface AfdProfilesCheckEndpointNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkEndpointNameAvailability operation. */\nexport type AfdProfilesCheckEndpointNameAvailabilityResponse =\n CheckEndpointNameAvailabilityOutput;\n\n/** Optional parameters. */\nexport interface AfdProfilesListResourceUsageOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listResourceUsage operation. */\nexport type AfdProfilesListResourceUsageResponse = UsagesListResult;\n\n/** Optional parameters. */\nexport interface AfdProfilesCheckHostNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkHostNameAvailability operation. */\nexport type AfdProfilesCheckHostNameAvailabilityResponse =\n CheckNameAvailabilityOutput;\n\n/** Optional parameters. */\nexport interface AfdProfilesValidateSecretOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the validateSecret operation. */\nexport type AfdProfilesValidateSecretResponse = ValidateSecretOutput;\n\n/** Optional parameters. */\nexport interface AfdProfilesUpgradeOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the upgrade operation. */\nexport type AfdProfilesUpgradeResponse = Profile;\n\n/** Optional parameters. */\nexport interface AfdProfilesListResourceUsageNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listResourceUsageNext operation. */\nexport type AfdProfilesListResourceUsageNextResponse = UsagesListResult;\n\n/** Optional parameters. */\nexport interface AfdCustomDomainsListByProfileOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProfile operation. */\nexport type AfdCustomDomainsListByProfileResponse = AFDDomainListResult;\n\n/** Optional parameters. */\nexport interface AfdCustomDomainsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AfdCustomDomainsGetResponse = AFDDomain;\n\n/** Optional parameters. */\nexport interface AfdCustomDomainsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type AfdCustomDomainsCreateResponse = AFDDomain;\n\n/** Optional parameters. */\nexport interface AfdCustomDomainsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type AfdCustomDomainsUpdateResponse = AFDDomain;\n\n/** Optional parameters. */\nexport interface AfdCustomDomainsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AfdCustomDomainsRefreshValidationTokenOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AfdCustomDomainsListByProfileNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProfileNext operation. */\nexport type AfdCustomDomainsListByProfileNextResponse = AFDDomainListResult;\n\n/** Optional parameters. */\nexport interface AfdEndpointsListByProfileOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProfile operation. */\nexport type AfdEndpointsListByProfileResponse = AFDEndpointListResult;\n\n/** Optional parameters. */\nexport interface AfdEndpointsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AfdEndpointsGetResponse = AFDEndpoint;\n\n/** Optional parameters. */\nexport interface AfdEndpointsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type AfdEndpointsCreateResponse = AFDEndpoint;\n\n/** Optional parameters. */\nexport interface AfdEndpointsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type AfdEndpointsUpdateResponse = AFDEndpoint;\n\n/** Optional parameters. */\nexport interface AfdEndpointsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AfdEndpointsPurgeContentOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AfdEndpointsListResourceUsageOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listResourceUsage operation. */\nexport type AfdEndpointsListResourceUsageResponse = UsagesListResult;\n\n/** Optional parameters. */\nexport interface AfdEndpointsValidateCustomDomainOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the validateCustomDomain operation. */\nexport type AfdEndpointsValidateCustomDomainResponse =\n ValidateCustomDomainOutput;\n\n/** Optional parameters. */\nexport interface AfdEndpointsListByProfileNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProfileNext operation. */\nexport type AfdEndpointsListByProfileNextResponse = AFDEndpointListResult;\n\n/** Optional parameters. */\nexport interface AfdEndpointsListResourceUsageNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listResourceUsageNext operation. */\nexport type AfdEndpointsListResourceUsageNextResponse = UsagesListResult;\n\n/** Optional parameters. */\nexport interface AfdOriginGroupsListByProfileOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProfile operation. */\nexport type AfdOriginGroupsListByProfileResponse = AFDOriginGroupListResult;\n\n/** Optional parameters. */\nexport interface AfdOriginGroupsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AfdOriginGroupsGetResponse = AFDOriginGroup;\n\n/** Optional parameters. */\nexport interface AfdOriginGroupsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type AfdOriginGroupsCreateResponse = AFDOriginGroup;\n\n/** Optional parameters. */\nexport interface AfdOriginGroupsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type AfdOriginGroupsUpdateResponse = AFDOriginGroup;\n\n/** Optional parameters. */\nexport interface AfdOriginGroupsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AfdOriginGroupsListResourceUsageOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listResourceUsage operation. */\nexport type AfdOriginGroupsListResourceUsageResponse = UsagesListResult;\n\n/** Optional parameters. */\nexport interface AfdOriginGroupsListByProfileNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProfileNext operation. */\nexport type AfdOriginGroupsListByProfileNextResponse = AFDOriginGroupListResult;\n\n/** Optional parameters. */\nexport interface AfdOriginGroupsListResourceUsageNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listResourceUsageNext operation. */\nexport type AfdOriginGroupsListResourceUsageNextResponse = UsagesListResult;\n\n/** Optional parameters. */\nexport interface AfdOriginsListByOriginGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByOriginGroup operation. */\nexport type AfdOriginsListByOriginGroupResponse = AFDOriginListResult;\n\n/** Optional parameters. */\nexport interface AfdOriginsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AfdOriginsGetResponse = AFDOrigin;\n\n/** Optional parameters. */\nexport interface AfdOriginsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type AfdOriginsCreateResponse = AFDOrigin;\n\n/** Optional parameters. */\nexport interface AfdOriginsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type AfdOriginsUpdateResponse = AFDOrigin;\n\n/** Optional parameters. */\nexport interface AfdOriginsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AfdOriginsListByOriginGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByOriginGroupNext operation. */\nexport type AfdOriginsListByOriginGroupNextResponse = AFDOriginListResult;\n\n/** Optional parameters. */\nexport interface RoutesListByEndpointOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEndpoint operation. */\nexport type RoutesListByEndpointResponse = RouteListResult;\n\n/** Optional parameters. */\nexport interface RoutesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RoutesGetResponse = Route;\n\n/** Optional parameters. */\nexport interface RoutesCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type RoutesCreateResponse = Route;\n\n/** Optional parameters. */\nexport interface RoutesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type RoutesUpdateResponse = Route;\n\n/** Optional parameters. */\nexport interface RoutesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface RoutesListByEndpointNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEndpointNext operation. */\nexport type RoutesListByEndpointNextResponse = RouteListResult;\n\n/** Optional parameters. */\nexport interface RuleSetsListByProfileOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProfile operation. */\nexport type RuleSetsListByProfileResponse = RuleSetListResult;\n\n/** Optional parameters. */\nexport interface RuleSetsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RuleSetsGetResponse = RuleSet;\n\n/** Optional parameters. */\nexport interface RuleSetsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type RuleSetsCreateResponse = RuleSet;\n\n/** Optional parameters. */\nexport interface RuleSetsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface RuleSetsListResourceUsageOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listResourceUsage operation. */\nexport type RuleSetsListResourceUsageResponse = UsagesListResult;\n\n/** Optional parameters. */\nexport interface RuleSetsListByProfileNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProfileNext operation. */\nexport type RuleSetsListByProfileNextResponse = RuleSetListResult;\n\n/** Optional parameters. */\nexport interface RuleSetsListResourceUsageNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listResourceUsageNext operation. */\nexport type RuleSetsListResourceUsageNextResponse = UsagesListResult;\n\n/** Optional parameters. */\nexport interface RulesListByRuleSetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByRuleSet operation. */\nexport type RulesListByRuleSetResponse = RuleListResult;\n\n/** Optional parameters. */\nexport interface RulesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RulesGetResponse = Rule;\n\n/** Optional parameters. */\nexport interface RulesCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type RulesCreateResponse = Rule;\n\n/** Optional parameters. */\nexport interface RulesUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type RulesUpdateResponse = Rule;\n\n/** Optional parameters. */\nexport interface RulesDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface RulesListByRuleSetNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByRuleSetNext operation. */\nexport type RulesListByRuleSetNextResponse = RuleListResult;\n\n/** Optional parameters. */\nexport interface SecurityPoliciesListByProfileOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProfile operation. */\nexport type SecurityPoliciesListByProfileResponse = SecurityPolicyListResult;\n\n/** Optional parameters. */\nexport interface SecurityPoliciesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SecurityPoliciesGetResponse = SecurityPolicy;\n\n/** Optional parameters. */\nexport interface SecurityPoliciesCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type SecurityPoliciesCreateResponse = SecurityPolicy;\n\n/** Optional parameters. */\nexport interface SecurityPoliciesPatchOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the patch operation. */\nexport type SecurityPoliciesPatchResponse = SecurityPolicy;\n\n/** Optional parameters. */\nexport interface SecurityPoliciesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SecurityPoliciesListByProfileNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProfileNext operation. */\nexport type SecurityPoliciesListByProfileNextResponse =\n SecurityPolicyListResult;\n\n/** Optional parameters. */\nexport interface SecretsListByProfileOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProfile operation. */\nexport type SecretsListByProfileResponse = SecretListResult;\n\n/** Optional parameters. */\nexport interface SecretsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SecretsGetResponse = Secret;\n\n/** Optional parameters. */\nexport interface SecretsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type SecretsCreateResponse = Secret;\n\n/** Optional parameters. */\nexport interface SecretsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SecretsListByProfileNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProfileNext operation. */\nexport type SecretsListByProfileNextResponse = SecretListResult;\n\n/** Optional parameters. */\nexport interface LogAnalyticsGetLogAnalyticsMetricsOptionalParams\n extends coreClient.OperationOptions {\n /** Array of LogMetricsGroupBy */\n groupBy?: LogMetricsGroupBy[];\n /** Array of Get9ItemsItem */\n continents?: string[];\n /** Array of Get10ItemsItem */\n countryOrRegions?: string[];\n}\n\n/** Contains response data for the getLogAnalyticsMetrics operation. */\nexport type LogAnalyticsGetLogAnalyticsMetricsResponse = MetricsResponse;\n\n/** Optional parameters. */\nexport interface LogAnalyticsGetLogAnalyticsRankingsOptionalParams\n extends coreClient.OperationOptions {\n /** Array of String */\n customDomains?: string[];\n}\n\n/** Contains response data for the getLogAnalyticsRankings operation. */\nexport type LogAnalyticsGetLogAnalyticsRankingsResponse = RankingsResponse;\n\n/** Optional parameters. */\nexport interface LogAnalyticsGetLogAnalyticsLocationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getLogAnalyticsLocations operation. */\nexport type LogAnalyticsGetLogAnalyticsLocationsResponse = ContinentsResponse;\n\n/** Optional parameters. */\nexport interface LogAnalyticsGetLogAnalyticsResourcesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getLogAnalyticsResources operation. */\nexport type LogAnalyticsGetLogAnalyticsResourcesResponse = ResourcesResponse;\n\n/** Optional parameters. */\nexport interface LogAnalyticsGetWafLogAnalyticsMetricsOptionalParams\n extends coreClient.OperationOptions {\n /** Array of WafAction */\n actions?: WafAction[];\n /** Array of WafRankingGroupBy */\n groupBy?: WafRankingGroupBy[];\n /** Array of WafRuleType */\n ruleTypes?: WafRuleType[];\n}\n\n/** Contains response data for the getWafLogAnalyticsMetrics operation. */\nexport type LogAnalyticsGetWafLogAnalyticsMetricsResponse = WafMetricsResponse;\n\n/** Optional parameters. */\nexport interface LogAnalyticsGetWafLogAnalyticsRankingsOptionalParams\n extends coreClient.OperationOptions {\n /** Array of WafAction */\n actions?: WafAction[];\n /** Array of WafRuleType */\n ruleTypes?: WafRuleType[];\n}\n\n/** Contains response data for the getWafLogAnalyticsRankings operation. */\nexport type LogAnalyticsGetWafLogAnalyticsRankingsResponse =\n WafRankingsResponse;\n\n/** Optional parameters. */\nexport interface ProfilesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ProfilesListResponse = ProfileListResult;\n\n/** Optional parameters. */\nexport interface ProfilesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ProfilesListByResourceGroupResponse = ProfileListResult;\n\n/** Optional parameters. */\nexport interface ProfilesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ProfilesGetResponse = Profile;\n\n/** Optional parameters. */\nexport interface ProfilesCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ProfilesCreateResponse = Profile;\n\n/** Optional parameters. */\nexport interface ProfilesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ProfilesUpdateResponse = Profile;\n\n/** Optional parameters. */\nexport interface ProfilesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ProfilesCanMigrateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the canMigrate operation. */\nexport type ProfilesCanMigrateResponse = CanMigrateResult;\n\n/** Optional parameters. */\nexport interface ProfilesMigrateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the migrate operation. */\nexport type ProfilesMigrateResponse = MigrateResult;\n\n/** Optional parameters. */\nexport interface ProfilesMigrationCommitOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ProfilesGenerateSsoUriOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the generateSsoUri operation. */\nexport type ProfilesGenerateSsoUriResponse = SsoUri;\n\n/** Optional parameters. */\nexport interface ProfilesListSupportedOptimizationTypesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSupportedOptimizationTypes operation. */\nexport type ProfilesListSupportedOptimizationTypesResponse =\n SupportedOptimizationTypesListResult;\n\n/** Optional parameters. */\nexport interface ProfilesListResourceUsageOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listResourceUsage operation. */\nexport type ProfilesListResourceUsageResponse = ResourceUsageListResult;\n\n/** Optional parameters. */\nexport interface ProfilesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ProfilesListNextResponse = ProfileListResult;\n\n/** Optional parameters. */\nexport interface ProfilesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ProfilesListByResourceGroupNextResponse = ProfileListResult;\n\n/** Optional parameters. */\nexport interface ProfilesListResourceUsageNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listResourceUsageNext operation. */\nexport type ProfilesListResourceUsageNextResponse = ResourceUsageListResult;\n\n/** Optional parameters. */\nexport interface EndpointsListByProfileOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProfile operation. */\nexport type EndpointsListByProfileResponse = EndpointListResult;\n\n/** Optional parameters. */\nexport interface EndpointsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type EndpointsGetResponse = Endpoint;\n\n/** Optional parameters. */\nexport interface EndpointsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type EndpointsCreateResponse = Endpoint;\n\n/** Optional parameters. */\nexport interface EndpointsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type EndpointsUpdateResponse = Endpoint;\n\n/** Optional parameters. */\nexport interface EndpointsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface EndpointsStartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the start operation. */\nexport type EndpointsStartResponse = Endpoint;\n\n/** Optional parameters. */\nexport interface EndpointsStopOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the stop operation. */\nexport type EndpointsStopResponse = Endpoint;\n\n/** Optional parameters. */\nexport interface EndpointsPurgeContentOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface EndpointsLoadContentOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface EndpointsValidateCustomDomainOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the validateCustomDomain operation. */\nexport type EndpointsValidateCustomDomainResponse = ValidateCustomDomainOutput;\n\n/** Optional parameters. */\nexport interface EndpointsListResourceUsageOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listResourceUsage operation. */\nexport type EndpointsListResourceUsageResponse = ResourceUsageListResult;\n\n/** Optional parameters. */\nexport interface EndpointsListByProfileNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProfileNext operation. */\nexport type EndpointsListByProfileNextResponse = EndpointListResult;\n\n/** Optional parameters. */\nexport interface EndpointsListResourceUsageNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listResourceUsageNext operation. */\nexport type EndpointsListResourceUsageNextResponse = ResourceUsageListResult;\n\n/** Optional parameters. */\nexport interface OriginsListByEndpointOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEndpoint operation. */\nexport type OriginsListByEndpointResponse = OriginListResult;\n\n/** Optional parameters. */\nexport interface OriginsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OriginsGetResponse = Origin;\n\n/** Optional parameters. */\nexport interface OriginsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type OriginsCreateResponse = Origin;\n\n/** Optional parameters. */\nexport interface OriginsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type OriginsUpdateResponse = Origin;\n\n/** Optional parameters. */\nexport interface OriginsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface OriginsListByEndpointNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEndpointNext operation. */\nexport type OriginsListByEndpointNextResponse = OriginListResult;\n\n/** Optional parameters. */\nexport interface OriginGroupsListByEndpointOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEndpoint operation. */\nexport type OriginGroupsListByEndpointResponse = OriginGroupListResult;\n\n/** Optional parameters. */\nexport interface OriginGroupsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OriginGroupsGetResponse = OriginGroup;\n\n/** Optional parameters. */\nexport interface OriginGroupsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type OriginGroupsCreateResponse = OriginGroup;\n\n/** Optional parameters. */\nexport interface OriginGroupsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type OriginGroupsUpdateResponse = OriginGroup;\n\n/** Optional parameters. */\nexport interface OriginGroupsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface OriginGroupsListByEndpointNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEndpointNext operation. */\nexport type OriginGroupsListByEndpointNextResponse = OriginGroupListResult;\n\n/** Optional parameters. */\nexport interface CustomDomainsListByEndpointOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEndpoint operation. */\nexport type CustomDomainsListByEndpointResponse = CustomDomainListResult;\n\n/** Optional parameters. */\nexport interface CustomDomainsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CustomDomainsGetResponse = CustomDomain;\n\n/** Optional parameters. */\nexport interface CustomDomainsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type CustomDomainsCreateResponse = CustomDomain;\n\n/** Optional parameters. */\nexport interface CustomDomainsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CustomDomainsDisableCustomHttpsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the disableCustomHttps operation. */\nexport type CustomDomainsDisableCustomHttpsResponse = CustomDomain;\n\n/** Optional parameters. */\nexport interface CustomDomainsEnableCustomHttpsOptionalParams\n extends coreClient.OperationOptions {\n /** The configuration specifying how to enable HTTPS for the custom domain - using CDN managed certificate or user's own certificate. If not specified, enabling ssl uses CDN managed certificate by default. */\n customDomainHttpsParameters?: CustomDomainHttpsParametersUnion;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the enableCustomHttps operation. */\nexport type CustomDomainsEnableCustomHttpsResponse = CustomDomain;\n\n/** Optional parameters. */\nexport interface CustomDomainsListByEndpointNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEndpointNext operation. */\nexport type CustomDomainsListByEndpointNextResponse = CustomDomainListResult;\n\n/** Optional parameters. */\nexport interface ResourceUsageListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ResourceUsageListResponse = ResourceUsageListResult;\n\n/** Optional parameters. */\nexport interface ResourceUsageListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ResourceUsageListNextResponse = ResourceUsageListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationsListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationsListResult;\n\n/** Optional parameters. */\nexport interface EdgeNodesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type EdgeNodesListResponse = EdgenodeResult;\n\n/** Optional parameters. */\nexport interface EdgeNodesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type EdgeNodesListNextResponse = EdgenodeResult;\n\n/** Optional parameters. */\nexport interface PoliciesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type PoliciesListResponse = CdnWebApplicationFirewallPolicyList;\n\n/** Optional parameters. */\nexport interface PoliciesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PoliciesGetResponse = CdnWebApplicationFirewallPolicy;\n\n/** Optional parameters. */\nexport interface PoliciesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PoliciesCreateOrUpdateResponse = CdnWebApplicationFirewallPolicy;\n\n/** Optional parameters. */\nexport interface PoliciesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type PoliciesUpdateResponse = CdnWebApplicationFirewallPolicy;\n\n/** Optional parameters. */\nexport interface PoliciesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface PoliciesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type PoliciesListNextResponse = CdnWebApplicationFirewallPolicyList;\n\n/** Optional parameters. */\nexport interface ManagedRuleSetsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ManagedRuleSetsListResponse = ManagedRuleSetDefinitionList;\n\n/** Optional parameters. */\nexport interface ManagedRuleSetsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ManagedRuleSetsListNextResponse = ManagedRuleSetDefinitionList;\n\n/** Optional parameters. */\nexport interface CdnManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|