@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":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.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 const CheckEndpointNameAvailabilityInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckEndpointNameAvailabilityInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n autoGeneratedDomainNameLabelScope: {\n serializedName: \"autoGeneratedDomainNameLabelScope\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckEndpointNameAvailabilityOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckEndpointNameAvailabilityOutput\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n availableHostname: {\n serializedName: \"availableHostname\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n reason: {\n serializedName: \"reason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const UsagesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsagesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Usage\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Usage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Usage\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n currentValue: {\n serializedName: \"currentValue\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n limit: {\n serializedName: \"limit\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"UsageName\",\n },\n },\n },\n },\n};\n\nexport const UsageName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsageName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckHostNameAvailabilityInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckHostNameAvailabilityInput\",\n modelProperties: {\n hostName: {\n serializedName: \"hostName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckNameAvailabilityOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityOutput\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n reason: {\n serializedName: \"reason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ValidateSecretInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateSecretInput\",\n modelProperties: {\n secretType: {\n serializedName: \"secretType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n secretSource: {\n serializedName: \"secretSource\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n secretVersion: {\n serializedName: \"secretVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ValidateSecretOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateSecretOutput\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProfileUpgradeParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfileUpgradeParameters\",\n modelProperties: {\n wafMappingList: {\n serializedName: \"wafMappingList\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProfileChangeSkuWafMapping\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ProfileChangeSkuWafMapping: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfileChangeSkuWafMapping\",\n modelProperties: {\n securityPolicyName: {\n serializedName: \"securityPolicyName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n changeToWafPolicy: {\n serializedName: \"changeToWafPolicy\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n};\n\nexport const Sku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedServiceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" },\n },\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n};\n\nexport const ProfileLogScrubbing: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfileLogScrubbing\",\n modelProperties: {\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\",\n },\n },\n scrubbingRules: {\n serializedName: \"scrubbingRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProfileScrubbingRules\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ProfileScrubbingRules: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfileScrubbingRules\",\n modelProperties: {\n matchVariable: {\n serializedName: \"matchVariable\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n selectorMatchOperator: {\n serializedName: \"selectorMatchOperator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n selector: {\n serializedName: \"selector\",\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const AFDDomainListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDDomainListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AFDDomain\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DomainValidationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DomainValidationProperties\",\n modelProperties: {\n validationToken: {\n serializedName: \"validationToken\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n expirationDate: {\n serializedName: \"expirationDate\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AFDDomainUpdatePropertiesParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDDomainUpdatePropertiesParameters\",\n modelProperties: {\n profileName: {\n serializedName: \"profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tlsSettings: {\n serializedName: \"tlsSettings\",\n type: {\n name: \"Composite\",\n className: \"AFDDomainHttpsParameters\",\n },\n },\n azureDnsZone: {\n serializedName: \"azureDnsZone\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n preValidatedCustomDomainResourceId: {\n serializedName: \"preValidatedCustomDomainResourceId\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n};\n\nexport const AFDDomainHttpsParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDDomainHttpsParameters\",\n modelProperties: {\n certificateType: {\n serializedName: \"certificateType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n minimumTlsVersion: {\n serializedName: \"minimumTlsVersion\",\n type: {\n name: \"Enum\",\n allowedValues: [\"TLS10\", \"TLS12\"],\n },\n },\n secret: {\n serializedName: \"secret\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n};\n\nexport const AFDStateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDStateProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"deploymentStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AFDDomainUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDDomainUpdateParameters\",\n modelProperties: {\n profileName: {\n serializedName: \"properties.profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tlsSettings: {\n serializedName: \"properties.tlsSettings\",\n type: {\n name: \"Composite\",\n className: \"AFDDomainHttpsParameters\",\n },\n },\n azureDnsZone: {\n serializedName: \"properties.azureDnsZone\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n preValidatedCustomDomainResourceId: {\n serializedName: \"properties.preValidatedCustomDomainResourceId\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n};\n\nexport const AFDEndpointListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDEndpointListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AFDEndpoint\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AFDEndpointPropertiesUpdateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AFDEndpointPropertiesUpdateParameters\",\n modelProperties: {\n profileName: {\n serializedName: \"profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n enabledState: {\n serializedName: \"enabledState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const AFDEndpointUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDEndpointUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n profileName: {\n serializedName: \"properties.profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n enabledState: {\n serializedName: \"properties.enabledState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdPurgeParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdPurgeParameters\",\n modelProperties: {\n contentPaths: {\n serializedName: \"contentPaths\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n domains: {\n serializedName: \"domains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ValidateCustomDomainInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateCustomDomainInput\",\n modelProperties: {\n hostName: {\n serializedName: \"hostName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ValidateCustomDomainOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateCustomDomainOutput\",\n modelProperties: {\n customDomainValidated: {\n serializedName: \"customDomainValidated\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n reason: {\n serializedName: \"reason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AFDOriginGroupListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDOriginGroupListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AFDOriginGroup\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AFDOriginGroupUpdatePropertiesParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AFDOriginGroupUpdatePropertiesParameters\",\n modelProperties: {\n profileName: {\n serializedName: \"profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n loadBalancingSettings: {\n serializedName: \"loadBalancingSettings\",\n type: {\n name: \"Composite\",\n className: \"LoadBalancingSettingsParameters\",\n },\n },\n healthProbeSettings: {\n serializedName: \"healthProbeSettings\",\n type: {\n name: \"Composite\",\n className: \"HealthProbeParameters\",\n },\n },\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes: {\n constraints: {\n InclusiveMaximum: 50,\n InclusiveMinimum: 0,\n },\n serializedName:\n \"trafficRestorationTimeToHealedOrNewEndpointsInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n sessionAffinityState: {\n serializedName: \"sessionAffinityState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const LoadBalancingSettingsParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadBalancingSettingsParameters\",\n modelProperties: {\n sampleSize: {\n serializedName: \"sampleSize\",\n type: {\n name: \"Number\",\n },\n },\n successfulSamplesRequired: {\n serializedName: \"successfulSamplesRequired\",\n type: {\n name: \"Number\",\n },\n },\n additionalLatencyInMilliseconds: {\n serializedName: \"additionalLatencyInMilliseconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const HealthProbeParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HealthProbeParameters\",\n modelProperties: {\n probePath: {\n serializedName: \"probePath\",\n type: {\n name: \"String\",\n },\n },\n probeRequestType: {\n serializedName: \"probeRequestType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"NotSet\", \"GET\", \"HEAD\"],\n },\n },\n probeProtocol: {\n serializedName: \"probeProtocol\",\n type: {\n name: \"Enum\",\n allowedValues: [\"NotSet\", \"Http\", \"Https\"],\n },\n },\n probeIntervalInSeconds: {\n constraints: {\n InclusiveMaximum: 255,\n InclusiveMinimum: 1,\n },\n serializedName: \"probeIntervalInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AFDOriginGroupUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDOriginGroupUpdateParameters\",\n modelProperties: {\n profileName: {\n serializedName: \"properties.profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n loadBalancingSettings: {\n serializedName: \"properties.loadBalancingSettings\",\n type: {\n name: \"Composite\",\n className: \"LoadBalancingSettingsParameters\",\n },\n },\n healthProbeSettings: {\n serializedName: \"properties.healthProbeSettings\",\n type: {\n name: \"Composite\",\n className: \"HealthProbeParameters\",\n },\n },\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes: {\n constraints: {\n InclusiveMaximum: 50,\n InclusiveMinimum: 0,\n },\n serializedName:\n \"properties.trafficRestorationTimeToHealedOrNewEndpointsInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n sessionAffinityState: {\n serializedName: \"properties.sessionAffinityState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AFDOriginListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDOriginListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AFDOrigin\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AFDOriginUpdatePropertiesParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDOriginUpdatePropertiesParameters\",\n modelProperties: {\n originGroupName: {\n serializedName: \"originGroupName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n azureOrigin: {\n serializedName: \"azureOrigin\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n hostName: {\n serializedName: \"hostName\",\n type: {\n name: \"String\",\n },\n },\n httpPort: {\n defaultValue: 80,\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"httpPort\",\n type: {\n name: \"Number\",\n },\n },\n httpsPort: {\n defaultValue: 443,\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"httpsPort\",\n type: {\n name: \"Number\",\n },\n },\n originHostHeader: {\n serializedName: \"originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n priority: {\n constraints: {\n InclusiveMaximum: 5,\n InclusiveMinimum: 1,\n },\n serializedName: \"priority\",\n type: {\n name: \"Number\",\n },\n },\n weight: {\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 1,\n },\n serializedName: \"weight\",\n type: {\n name: \"Number\",\n },\n },\n sharedPrivateLinkResource: {\n serializedName: \"sharedPrivateLinkResource\",\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResourceProperties\",\n },\n },\n enabledState: {\n serializedName: \"enabledState\",\n type: {\n name: \"String\",\n },\n },\n enforceCertificateNameCheck: {\n defaultValue: true,\n serializedName: \"enforceCertificateNameCheck\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const SharedPrivateLinkResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResourceProperties\",\n modelProperties: {\n privateLink: {\n serializedName: \"privateLink\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n privateLinkLocation: {\n serializedName: \"privateLinkLocation\",\n type: {\n name: \"String\",\n },\n },\n groupId: {\n serializedName: \"groupId\",\n type: {\n name: \"String\",\n },\n },\n requestMessage: {\n serializedName: \"requestMessage\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Pending\",\n \"Approved\",\n \"Rejected\",\n \"Disconnected\",\n \"Timeout\",\n ],\n },\n },\n },\n },\n};\n\nexport const AFDOriginUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDOriginUpdateParameters\",\n modelProperties: {\n originGroupName: {\n serializedName: \"properties.originGroupName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n azureOrigin: {\n serializedName: \"properties.azureOrigin\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n hostName: {\n serializedName: \"properties.hostName\",\n type: {\n name: \"String\",\n },\n },\n httpPort: {\n defaultValue: 80,\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpPort\",\n type: {\n name: \"Number\",\n },\n },\n httpsPort: {\n defaultValue: 443,\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpsPort\",\n type: {\n name: \"Number\",\n },\n },\n originHostHeader: {\n serializedName: \"properties.originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n priority: {\n constraints: {\n InclusiveMaximum: 5,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.priority\",\n type: {\n name: \"Number\",\n },\n },\n weight: {\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.weight\",\n type: {\n name: \"Number\",\n },\n },\n sharedPrivateLinkResource: {\n serializedName: \"properties.sharedPrivateLinkResource\",\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResourceProperties\",\n },\n },\n enabledState: {\n serializedName: \"properties.enabledState\",\n type: {\n name: \"String\",\n },\n },\n enforceCertificateNameCheck: {\n defaultValue: true,\n serializedName: \"properties.enforceCertificateNameCheck\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const RouteListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RouteListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Route\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RouteUpdatePropertiesParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RouteUpdatePropertiesParameters\",\n modelProperties: {\n endpointName: {\n serializedName: \"endpointName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n customDomains: {\n serializedName: \"customDomains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActivatedResourceReference\",\n },\n },\n },\n },\n originGroup: {\n serializedName: \"originGroup\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n originPath: {\n serializedName: \"originPath\",\n type: {\n name: \"String\",\n },\n },\n ruleSets: {\n serializedName: \"ruleSets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n supportedProtocols: {\n defaultValue: [\"Http\", \"Https\"],\n serializedName: \"supportedProtocols\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n patternsToMatch: {\n serializedName: \"patternsToMatch\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n cacheConfiguration: {\n serializedName: \"cacheConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AfdRouteCacheConfiguration\",\n },\n },\n forwardingProtocol: {\n serializedName: \"forwardingProtocol\",\n type: {\n name: \"String\",\n },\n },\n linkToDefaultDomain: {\n defaultValue: \"Disabled\",\n serializedName: \"linkToDefaultDomain\",\n type: {\n name: \"String\",\n },\n },\n httpsRedirect: {\n defaultValue: \"Disabled\",\n serializedName: \"httpsRedirect\",\n type: {\n name: \"String\",\n },\n },\n enabledState: {\n serializedName: \"enabledState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ActivatedResourceReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActivatedResourceReference\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n isActive: {\n serializedName: \"isActive\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AfdRouteCacheConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdRouteCacheConfiguration\",\n modelProperties: {\n queryStringCachingBehavior: {\n serializedName: \"queryStringCachingBehavior\",\n type: {\n name: \"String\",\n },\n },\n queryParameters: {\n serializedName: \"queryParameters\",\n type: {\n name: \"String\",\n },\n },\n compressionSettings: {\n serializedName: \"compressionSettings\",\n type: {\n name: \"Composite\",\n className: \"CompressionSettings\",\n },\n },\n },\n },\n};\n\nexport const CompressionSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CompressionSettings\",\n modelProperties: {\n contentTypesToCompress: {\n serializedName: \"contentTypesToCompress\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n isCompressionEnabled: {\n serializedName: \"isCompressionEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const RouteUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RouteUpdateParameters\",\n modelProperties: {\n endpointName: {\n serializedName: \"properties.endpointName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n customDomains: {\n serializedName: \"properties.customDomains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActivatedResourceReference\",\n },\n },\n },\n },\n originGroup: {\n serializedName: \"properties.originGroup\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n originPath: {\n serializedName: \"properties.originPath\",\n type: {\n name: \"String\",\n },\n },\n ruleSets: {\n serializedName: \"properties.ruleSets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n supportedProtocols: {\n defaultValue: [\"Http\", \"Https\"],\n serializedName: \"properties.supportedProtocols\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n patternsToMatch: {\n serializedName: \"properties.patternsToMatch\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n cacheConfiguration: {\n serializedName: \"properties.cacheConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AfdRouteCacheConfiguration\",\n },\n },\n forwardingProtocol: {\n serializedName: \"properties.forwardingProtocol\",\n type: {\n name: \"String\",\n },\n },\n linkToDefaultDomain: {\n defaultValue: \"Disabled\",\n serializedName: \"properties.linkToDefaultDomain\",\n type: {\n name: \"String\",\n },\n },\n httpsRedirect: {\n defaultValue: \"Disabled\",\n serializedName: \"properties.httpsRedirect\",\n type: {\n name: \"String\",\n },\n },\n enabledState: {\n serializedName: \"properties.enabledState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuleSetListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleSetListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RuleSet\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuleListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Rule\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuleUpdatePropertiesParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleUpdatePropertiesParameters\",\n modelProperties: {\n ruleSetName: {\n serializedName: \"ruleSetName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n order: {\n serializedName: \"order\",\n type: {\n name: \"Number\",\n },\n },\n conditions: {\n serializedName: \"conditions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleCondition\",\n },\n },\n },\n },\n actions: {\n serializedName: \"actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleActionAutoGenerated\",\n },\n },\n },\n },\n matchProcessingBehavior: {\n defaultValue: \"Continue\",\n serializedName: \"matchProcessingBehavior\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator: {\n serializedName: \"name\",\n clientName: \"name\",\n },\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleActionAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleActionAutoGenerated\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator: {\n serializedName: \"name\",\n clientName: \"name\",\n },\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuleUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleUpdateParameters\",\n modelProperties: {\n ruleSetName: {\n serializedName: \"properties.ruleSetName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n order: {\n serializedName: \"properties.order\",\n type: {\n name: \"Number\",\n },\n },\n conditions: {\n serializedName: \"properties.conditions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleCondition\",\n },\n },\n },\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleActionAutoGenerated\",\n },\n },\n },\n },\n matchProcessingBehavior: {\n defaultValue: \"Continue\",\n serializedName: \"properties.matchProcessingBehavior\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityPolicyListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecurityPolicy\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityPolicyPropertiesParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyPropertiesParameters\",\n uberParent: \"SecurityPolicyPropertiesParameters\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityPolicyUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyUpdateParameters\",\n modelProperties: {\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyPropertiesParameters\",\n },\n },\n },\n },\n};\n\nexport const SecretListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Secret\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecretParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretParameters\",\n uberParent: \"SecretParameters\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetricsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricsResponse\",\n modelProperties: {\n dateTimeBegin: {\n serializedName: \"dateTimeBegin\",\n type: {\n name: \"DateTime\",\n },\n },\n dateTimeEnd: {\n serializedName: \"dateTimeEnd\",\n type: {\n name: \"DateTime\",\n },\n },\n granularity: {\n serializedName: \"granularity\",\n type: {\n name: \"String\",\n },\n },\n series: {\n serializedName: \"series\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricsResponseSeriesItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetricsResponseSeriesItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricsResponseSeriesItem\",\n modelProperties: {\n metric: {\n serializedName: \"metric\",\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n groups: {\n serializedName: \"groups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricsResponseSeriesPropertiesItemsItem\",\n },\n },\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"Components1Gs0LlpSchemasMetricsresponsePropertiesSeriesItemsPropertiesDataItems\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetricsResponseSeriesPropertiesItemsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MetricsResponseSeriesPropertiesItemsItem\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const Components1Gs0LlpSchemasMetricsresponsePropertiesSeriesItemsPropertiesDataItems: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"Components1Gs0LlpSchemasMetricsresponsePropertiesSeriesItemsPropertiesDataItems\",\n modelProperties: {\n dateTime: {\n serializedName: \"dateTime\",\n type: {\n name: \"DateTime\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const RankingsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RankingsResponse\",\n modelProperties: {\n dateTimeBegin: {\n serializedName: \"dateTimeBegin\",\n type: {\n name: \"DateTime\",\n },\n },\n dateTimeEnd: {\n serializedName: \"dateTimeEnd\",\n type: {\n name: \"DateTime\",\n },\n },\n tables: {\n serializedName: \"tables\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RankingsResponseTablesItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RankingsResponseTablesItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RankingsResponseTablesItem\",\n modelProperties: {\n ranking: {\n serializedName: \"ranking\",\n type: {\n name: \"String\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RankingsResponseTablesPropertiesItemsItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RankingsResponseTablesPropertiesItemsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RankingsResponseTablesPropertiesItemsItem\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n metrics: {\n serializedName: \"metrics\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RankingsResponseTablesPropertiesItemsMetricsItem\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const RankingsResponseTablesPropertiesItemsMetricsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RankingsResponseTablesPropertiesItemsMetricsItem\",\n modelProperties: {\n metric: {\n serializedName: \"metric\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\",\n },\n },\n percentage: {\n serializedName: \"percentage\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const ContinentsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContinentsResponse\",\n modelProperties: {\n continents: {\n serializedName: \"continents\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContinentsResponseContinentsItem\",\n },\n },\n },\n },\n countryOrRegions: {\n serializedName: \"countryOrRegions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContinentsResponseCountryOrRegionsItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ContinentsResponseContinentsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContinentsResponseContinentsItem\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContinentsResponseCountryOrRegionsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ContinentsResponseCountryOrRegionsItem\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n continentId: {\n serializedName: \"continentId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ResourcesResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourcesResponse\",\n modelProperties: {\n endpoints: {\n serializedName: \"endpoints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourcesResponseEndpointsItem\",\n },\n },\n },\n },\n customDomains: {\n serializedName: \"customDomains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourcesResponseCustomDomainsItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ResourcesResponseEndpointsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourcesResponseEndpointsItem\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n history: {\n serializedName: \"history\",\n type: {\n name: \"Boolean\",\n },\n },\n customDomains: {\n serializedName: \"customDomains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourcesResponseEndpointsPropertiesItemsItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ResourcesResponseEndpointsPropertiesItemsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ResourcesResponseEndpointsPropertiesItemsItem\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n endpointId: {\n serializedName: \"endpointId\",\n type: {\n name: \"String\",\n },\n },\n history: {\n serializedName: \"history\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const ResourcesResponseCustomDomainsItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourcesResponseCustomDomainsItem\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n endpointId: {\n serializedName: \"endpointId\",\n type: {\n name: \"String\",\n },\n },\n history: {\n serializedName: \"history\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const WafMetricsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WafMetricsResponse\",\n modelProperties: {\n dateTimeBegin: {\n serializedName: \"dateTimeBegin\",\n type: {\n name: \"DateTime\",\n },\n },\n dateTimeEnd: {\n serializedName: \"dateTimeEnd\",\n type: {\n name: \"DateTime\",\n },\n },\n granularity: {\n serializedName: \"granularity\",\n type: {\n name: \"String\",\n },\n },\n series: {\n serializedName: \"series\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WafMetricsResponseSeriesItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WafMetricsResponseSeriesItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WafMetricsResponseSeriesItem\",\n modelProperties: {\n metric: {\n serializedName: \"metric\",\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n groups: {\n serializedName: \"groups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WafMetricsResponseSeriesPropertiesItemsItem\",\n },\n },\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WafMetricsResponseSeriesPropertiesItemsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"WafMetricsResponseSeriesPropertiesItemsItem\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"Components18OrqelSchemasWafmetricsresponsePropertiesSeriesItemsPropertiesDataItems\",\n modelProperties: {\n dateTime: {\n serializedName: \"dateTime\",\n type: {\n name: \"DateTime\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const WafRankingsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WafRankingsResponse\",\n modelProperties: {\n dateTimeBegin: {\n serializedName: \"dateTimeBegin\",\n type: {\n name: \"DateTime\",\n },\n },\n dateTimeEnd: {\n serializedName: \"dateTimeEnd\",\n type: {\n name: \"DateTime\",\n },\n },\n groups: {\n serializedName: \"groups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"WafRankingsResponseDataItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WafRankingsResponseDataItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WafRankingsResponseDataItem\",\n modelProperties: {\n groupValues: {\n serializedName: \"groupValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n metrics: {\n serializedName: \"metrics\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"ComponentsKpo1PjSchemasWafrankingsresponsePropertiesDataItemsPropertiesMetricsItems\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ComponentsKpo1PjSchemasWafrankingsresponsePropertiesDataItemsPropertiesMetricsItems: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"ComponentsKpo1PjSchemasWafrankingsresponsePropertiesDataItemsPropertiesMetricsItems\",\n modelProperties: {\n metric: {\n serializedName: \"metric\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\",\n },\n },\n percentage: {\n serializedName: \"percentage\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const ProfileListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfileListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Profile\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ProfileUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfileUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n originResponseTimeoutSeconds: {\n constraints: {\n InclusiveMinimum: 16,\n },\n serializedName: \"properties.originResponseTimeoutSeconds\",\n type: {\n name: \"Number\",\n },\n },\n logScrubbing: {\n serializedName: \"properties.logScrubbing\",\n type: {\n name: \"Composite\",\n className: \"ProfileLogScrubbing\",\n },\n },\n },\n },\n};\n\nexport const CanMigrateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CanMigrateParameters\",\n modelProperties: {\n classicResourceReference: {\n serializedName: \"classicResourceReference\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n};\n\nexport const CanMigrateResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CanMigrateResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n canMigrate: {\n serializedName: \"properties.canMigrate\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n defaultSku: {\n serializedName: \"properties.defaultSku\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errors: {\n serializedName: \"properties.errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrationErrorType\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MigrationErrorType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationErrorType\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resourceName: {\n serializedName: \"resourceName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errorMessage: {\n serializedName: \"errorMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n nextSteps: {\n serializedName: \"nextSteps\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationParameters\",\n modelProperties: {\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n classicResourceReference: {\n serializedName: \"classicResourceReference\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n profileName: {\n serializedName: \"profileName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n migrationWebApplicationFirewallMappings: {\n serializedName: \"migrationWebApplicationFirewallMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrationWebApplicationFirewallMapping\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MigrationWebApplicationFirewallMapping: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrationWebApplicationFirewallMapping\",\n modelProperties: {\n migratedFrom: {\n serializedName: \"migratedFrom\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n migratedTo: {\n serializedName: \"migratedTo\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n };\n\nexport const MigrateResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migratedProfileResourceId: {\n serializedName: \"properties.migratedProfileResourceId\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n};\n\nexport const SsoUri: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SsoUri\",\n modelProperties: {\n ssoUriValue: {\n serializedName: \"ssoUriValue\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SupportedOptimizationTypesListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SupportedOptimizationTypesListResult\",\n modelProperties: {\n supportedOptimizationTypes: {\n serializedName: \"supportedOptimizationTypes\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ResourceUsageListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceUsageListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceUsage\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceUsage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceUsage\",\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n currentValue: {\n serializedName: \"currentValue\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n limit: {\n serializedName: \"limit\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const EndpointListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Endpoint\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeepCreatedOrigin: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeepCreatedOrigin\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n hostName: {\n serializedName: \"properties.hostName\",\n type: {\n name: \"String\",\n },\n },\n httpPort: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpPort\",\n type: {\n name: \"Number\",\n },\n },\n httpsPort: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpsPort\",\n type: {\n name: \"Number\",\n },\n },\n originHostHeader: {\n serializedName: \"properties.originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n priority: {\n constraints: {\n InclusiveMaximum: 5,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.priority\",\n type: {\n name: \"Number\",\n },\n },\n weight: {\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.weight\",\n type: {\n name: \"Number\",\n },\n },\n enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n privateLinkAlias: {\n serializedName: \"properties.privateLinkAlias\",\n type: {\n name: \"String\",\n },\n },\n privateLinkResourceId: {\n serializedName: \"properties.privateLinkResourceId\",\n type: {\n name: \"String\",\n },\n },\n privateLinkLocation: {\n serializedName: \"properties.privateLinkLocation\",\n type: {\n name: \"String\",\n },\n },\n privateLinkApprovalMessage: {\n serializedName: \"properties.privateLinkApprovalMessage\",\n type: {\n name: \"String\",\n },\n },\n privateEndpointStatus: {\n serializedName: \"properties.privateEndpointStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeepCreatedOriginGroup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeepCreatedOriginGroup\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n healthProbeSettings: {\n serializedName: \"properties.healthProbeSettings\",\n type: {\n name: \"Composite\",\n className: \"HealthProbeParameters\",\n },\n },\n origins: {\n serializedName: \"properties.origins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes: {\n constraints: {\n InclusiveMaximum: 50,\n InclusiveMinimum: 0,\n },\n serializedName:\n \"properties.trafficRestorationTimeToHealedOrNewEndpointsInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n responseBasedOriginErrorDetectionSettings: {\n serializedName: \"properties.responseBasedOriginErrorDetectionSettings\",\n type: {\n name: \"Composite\",\n className: \"ResponseBasedOriginErrorDetectionParameters\",\n },\n },\n },\n },\n};\n\nexport const ResponseBasedOriginErrorDetectionParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ResponseBasedOriginErrorDetectionParameters\",\n modelProperties: {\n responseBasedDetectedErrorTypes: {\n serializedName: \"responseBasedDetectedErrorTypes\",\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"TcpErrorsOnly\", \"TcpAndHttpErrors\"],\n },\n },\n responseBasedFailoverThresholdPercentage: {\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 0,\n },\n serializedName: \"responseBasedFailoverThresholdPercentage\",\n type: {\n name: \"Number\",\n },\n },\n httpErrorRanges: {\n serializedName: \"httpErrorRanges\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HttpErrorRangeParameters\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const HttpErrorRangeParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpErrorRangeParameters\",\n modelProperties: {\n begin: {\n constraints: {\n InclusiveMaximum: 999,\n InclusiveMinimum: 100,\n },\n serializedName: \"begin\",\n type: {\n name: \"Number\",\n },\n },\n end: {\n constraints: {\n InclusiveMaximum: 999,\n InclusiveMinimum: 100,\n },\n serializedName: \"end\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DeepCreatedCustomDomain: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeepCreatedCustomDomain\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n hostName: {\n serializedName: \"properties.hostName\",\n type: {\n name: \"String\",\n },\n },\n validationData: {\n serializedName: \"properties.validationData\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EndpointPropertiesUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointPropertiesUpdateParameters\",\n modelProperties: {\n originPath: {\n serializedName: \"originPath\",\n type: {\n name: \"String\",\n },\n },\n contentTypesToCompress: {\n serializedName: \"contentTypesToCompress\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n originHostHeader: {\n serializedName: \"originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n isCompressionEnabled: {\n serializedName: \"isCompressionEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n isHttpAllowed: {\n defaultValue: true,\n serializedName: \"isHttpAllowed\",\n type: {\n name: \"Boolean\",\n },\n },\n isHttpsAllowed: {\n defaultValue: true,\n serializedName: \"isHttpsAllowed\",\n type: {\n name: \"Boolean\",\n },\n },\n queryStringCachingBehavior: {\n serializedName: \"queryStringCachingBehavior\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"IgnoreQueryString\",\n \"BypassCaching\",\n \"UseQueryString\",\n \"NotSet\",\n ],\n },\n },\n optimizationType: {\n serializedName: \"optimizationType\",\n type: {\n name: \"String\",\n },\n },\n probePath: {\n serializedName: \"probePath\",\n type: {\n name: \"String\",\n },\n },\n geoFilters: {\n serializedName: \"geoFilters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GeoFilter\",\n },\n },\n },\n },\n defaultOriginGroup: {\n serializedName: \"defaultOriginGroup\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n urlSigningKeys: {\n serializedName: \"urlSigningKeys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UrlSigningKey\",\n },\n },\n },\n },\n deliveryPolicy: {\n serializedName: \"deliveryPolicy\",\n type: {\n name: \"Composite\",\n className: \"EndpointPropertiesUpdateParametersDeliveryPolicy\",\n },\n },\n webApplicationFirewallPolicyLink: {\n serializedName: \"webApplicationFirewallPolicyLink\",\n type: {\n name: \"Composite\",\n className:\n \"EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink\",\n },\n },\n },\n },\n};\n\nexport const GeoFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GeoFilter\",\n modelProperties: {\n relativePath: {\n serializedName: \"relativePath\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n action: {\n serializedName: \"action\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Block\", \"Allow\"],\n },\n },\n countryCodes: {\n serializedName: \"countryCodes\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const UrlSigningKey: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UrlSigningKey\",\n modelProperties: {\n keyId: {\n serializedName: \"keyId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n keySourceParameters: {\n serializedName: \"keySourceParameters\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultSigningKeyParameters\",\n },\n },\n },\n },\n};\n\nexport const KeyVaultSigningKeyParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KeyVaultSigningKeyParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"KeyVaultSigningKeyParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n resourceGroupName: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n vaultName: {\n serializedName: \"vaultName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n secretName: {\n serializedName: \"secretName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n secretVersion: {\n serializedName: \"secretVersion\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EndpointPropertiesUpdateParametersDeliveryPolicy: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"EndpointPropertiesUpdateParametersDeliveryPolicy\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n rules: {\n serializedName: \"rules\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryRule\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const DeliveryRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeliveryRule\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n order: {\n serializedName: \"order\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n conditions: {\n serializedName: \"conditions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleCondition\",\n },\n },\n },\n },\n actions: {\n serializedName: \"actions\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleActionAutoGenerated\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const EndpointUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n originPath: {\n serializedName: \"properties.originPath\",\n type: {\n name: \"String\",\n },\n },\n contentTypesToCompress: {\n serializedName: \"properties.contentTypesToCompress\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n originHostHeader: {\n serializedName: \"properties.originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n isCompressionEnabled: {\n serializedName: \"properties.isCompressionEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n isHttpAllowed: {\n defaultValue: true,\n serializedName: \"properties.isHttpAllowed\",\n type: {\n name: \"Boolean\",\n },\n },\n isHttpsAllowed: {\n defaultValue: true,\n serializedName: \"properties.isHttpsAllowed\",\n type: {\n name: \"Boolean\",\n },\n },\n queryStringCachingBehavior: {\n serializedName: \"properties.queryStringCachingBehavior\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"IgnoreQueryString\",\n \"BypassCaching\",\n \"UseQueryString\",\n \"NotSet\",\n ],\n },\n },\n optimizationType: {\n serializedName: \"properties.optimizationType\",\n type: {\n name: \"String\",\n },\n },\n probePath: {\n serializedName: \"properties.probePath\",\n type: {\n name: \"String\",\n },\n },\n geoFilters: {\n serializedName: \"properties.geoFilters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GeoFilter\",\n },\n },\n },\n },\n defaultOriginGroup: {\n serializedName: \"properties.defaultOriginGroup\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n urlSigningKeys: {\n serializedName: \"properties.urlSigningKeys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UrlSigningKey\",\n },\n },\n },\n },\n deliveryPolicy: {\n serializedName: \"properties.deliveryPolicy\",\n type: {\n name: \"Composite\",\n className: \"EndpointPropertiesUpdateParametersDeliveryPolicy\",\n },\n },\n webApplicationFirewallPolicyLink: {\n serializedName: \"properties.webApplicationFirewallPolicyLink\",\n type: {\n name: \"Composite\",\n className:\n \"EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink\",\n },\n },\n },\n },\n};\n\nexport const PurgeParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PurgeParameters\",\n modelProperties: {\n contentPaths: {\n serializedName: \"contentPaths\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LoadParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoadParameters\",\n modelProperties: {\n contentPaths: {\n serializedName: \"contentPaths\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const OriginListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Origin\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginUpdatePropertiesParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginUpdatePropertiesParameters\",\n modelProperties: {\n hostName: {\n serializedName: \"hostName\",\n type: {\n name: \"String\",\n },\n },\n httpPort: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"httpPort\",\n type: {\n name: \"Number\",\n },\n },\n httpsPort: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"httpsPort\",\n type: {\n name: \"Number\",\n },\n },\n originHostHeader: {\n serializedName: \"originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n priority: {\n constraints: {\n InclusiveMaximum: 5,\n InclusiveMinimum: 1,\n },\n serializedName: \"priority\",\n type: {\n name: \"Number\",\n },\n },\n weight: {\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 1,\n },\n serializedName: \"weight\",\n type: {\n name: \"Number\",\n },\n },\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n privateLinkAlias: {\n serializedName: \"privateLinkAlias\",\n type: {\n name: \"String\",\n },\n },\n privateLinkResourceId: {\n serializedName: \"privateLinkResourceId\",\n type: {\n name: \"String\",\n },\n },\n privateLinkLocation: {\n serializedName: \"privateLinkLocation\",\n type: {\n name: \"String\",\n },\n },\n privateLinkApprovalMessage: {\n serializedName: \"privateLinkApprovalMessage\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginUpdateParameters\",\n modelProperties: {\n hostName: {\n serializedName: \"properties.hostName\",\n type: {\n name: \"String\",\n },\n },\n httpPort: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpPort\",\n type: {\n name: \"Number\",\n },\n },\n httpsPort: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpsPort\",\n type: {\n name: \"Number\",\n },\n },\n originHostHeader: {\n serializedName: \"properties.originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n priority: {\n constraints: {\n InclusiveMaximum: 5,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.priority\",\n type: {\n name: \"Number\",\n },\n },\n weight: {\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.weight\",\n type: {\n name: \"Number\",\n },\n },\n enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n privateLinkAlias: {\n serializedName: \"properties.privateLinkAlias\",\n type: {\n name: \"String\",\n },\n },\n privateLinkResourceId: {\n serializedName: \"properties.privateLinkResourceId\",\n type: {\n name: \"String\",\n },\n },\n privateLinkLocation: {\n serializedName: \"properties.privateLinkLocation\",\n type: {\n name: \"String\",\n },\n },\n privateLinkApprovalMessage: {\n serializedName: \"properties.privateLinkApprovalMessage\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginGroupListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginGroupListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OriginGroup\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginGroupUpdatePropertiesParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"OriginGroupUpdatePropertiesParameters\",\n modelProperties: {\n healthProbeSettings: {\n serializedName: \"healthProbeSettings\",\n type: {\n name: \"Composite\",\n className: \"HealthProbeParameters\",\n },\n },\n origins: {\n serializedName: \"origins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes: {\n constraints: {\n InclusiveMaximum: 50,\n InclusiveMinimum: 0,\n },\n serializedName:\n \"trafficRestorationTimeToHealedOrNewEndpointsInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n responseBasedOriginErrorDetectionSettings: {\n serializedName: \"responseBasedOriginErrorDetectionSettings\",\n type: {\n name: \"Composite\",\n className: \"ResponseBasedOriginErrorDetectionParameters\",\n },\n },\n },\n },\n };\n\nexport const OriginGroupUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginGroupUpdateParameters\",\n modelProperties: {\n healthProbeSettings: {\n serializedName: \"properties.healthProbeSettings\",\n type: {\n name: \"Composite\",\n className: \"HealthProbeParameters\",\n },\n },\n origins: {\n serializedName: \"properties.origins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes: {\n constraints: {\n InclusiveMaximum: 50,\n InclusiveMinimum: 0,\n },\n serializedName:\n \"properties.trafficRestorationTimeToHealedOrNewEndpointsInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n responseBasedOriginErrorDetectionSettings: {\n serializedName: \"properties.responseBasedOriginErrorDetectionSettings\",\n type: {\n name: \"Composite\",\n className: \"ResponseBasedOriginErrorDetectionParameters\",\n },\n },\n },\n },\n};\n\nexport const CustomDomainListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomDomainListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomDomain\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomDomainHttpsParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomDomainHttpsParameters\",\n uberParent: \"CustomDomainHttpsParameters\",\n polymorphicDiscriminator: {\n serializedName: \"certificateSource\",\n clientName: \"certificateSource\",\n },\n modelProperties: {\n certificateSource: {\n serializedName: \"certificateSource\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n protocolType: {\n serializedName: \"protocolType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n minimumTlsVersion: {\n serializedName: \"minimumTlsVersion\",\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"TLS10\", \"TLS12\"],\n },\n },\n },\n },\n};\n\nexport const CustomDomainParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomDomainParameters\",\n modelProperties: {\n hostName: {\n serializedName: \"properties.hostName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckNameAvailabilityInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ValidateProbeInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateProbeInput\",\n modelProperties: {\n probeURL: {\n serializedName: \"probeURL\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ValidateProbeOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidateProbeOutput\",\n modelProperties: {\n isValid: {\n serializedName: \"isValid\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n errorCode: {\n serializedName: \"errorCode\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serviceSpecification: {\n serializedName: \"properties.serviceSpecification\",\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServiceSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\",\n modelProperties: {\n logSpecifications: {\n serializedName: \"logSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LogSpecification\",\n },\n },\n },\n },\n metricSpecifications: {\n serializedName: \"metricSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricSpecification\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LogSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogSpecification\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n blobDuration: {\n serializedName: \"blobDuration\",\n type: {\n name: \"String\",\n },\n },\n logFilterPattern: {\n serializedName: \"logFilterPattern\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetricSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricSpecification\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n displayDescription: {\n serializedName: \"displayDescription\",\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n aggregationType: {\n serializedName: \"aggregationType\",\n type: {\n name: \"String\",\n },\n },\n availabilities: {\n serializedName: \"availabilities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricAvailability\",\n },\n },\n },\n },\n supportedTimeGrainTypes: {\n serializedName: \"supportedTimeGrainTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n dimensions: {\n serializedName: \"dimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DimensionProperties\",\n },\n },\n },\n },\n fillGapWithZero: {\n serializedName: \"fillGapWithZero\",\n type: {\n name: \"Boolean\",\n },\n },\n metricFilterPattern: {\n serializedName: \"metricFilterPattern\",\n type: {\n name: \"String\",\n },\n },\n isInternal: {\n serializedName: \"isInternal\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MetricAvailability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricAvailability\",\n modelProperties: {\n timeGrain: {\n serializedName: \"timeGrain\",\n type: {\n name: \"String\",\n },\n },\n blobDuration: {\n serializedName: \"blobDuration\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DimensionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DimensionProperties\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n internalName: {\n serializedName: \"internalName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EdgenodeResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EdgenodeResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EdgeNode\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IpAddressGroup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IpAddressGroup\",\n modelProperties: {\n deliveryRegion: {\n serializedName: \"deliveryRegion\",\n type: {\n name: \"String\",\n },\n },\n ipv4Addresses: {\n serializedName: \"ipv4Addresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CidrIpAddress\",\n },\n },\n },\n },\n ipv6Addresses: {\n serializedName: \"ipv6Addresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CidrIpAddress\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CidrIpAddress: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CidrIpAddress\",\n modelProperties: {\n baseIpAddress: {\n serializedName: \"baseIpAddress\",\n type: {\n name: \"String\",\n },\n },\n prefixLength: {\n serializedName: \"prefixLength\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CdnWebApplicationFirewallPolicyList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CdnWebApplicationFirewallPolicyList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CdnWebApplicationFirewallPolicy\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PolicySettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PolicySettings\",\n modelProperties: {\n enabledState: {\n serializedName: \"enabledState\",\n type: {\n name: \"String\",\n },\n },\n mode: {\n serializedName: \"mode\",\n type: {\n name: \"String\",\n },\n },\n defaultRedirectUrl: {\n serializedName: \"defaultRedirectUrl\",\n type: {\n name: \"String\",\n },\n },\n defaultCustomBlockResponseStatusCode: {\n serializedName: \"defaultCustomBlockResponseStatusCode\",\n type: {\n name: \"Number\",\n },\n },\n defaultCustomBlockResponseBody: {\n constraints: {\n Pattern: new RegExp(\n \"^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$\",\n ),\n },\n serializedName: \"defaultCustomBlockResponseBody\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RateLimitRuleList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RateLimitRuleList\",\n modelProperties: {\n rules: {\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RateLimitRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CustomRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomRule\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n enabledState: {\n serializedName: \"enabledState\",\n type: {\n name: \"String\",\n },\n },\n priority: {\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 0,\n },\n serializedName: \"priority\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n matchConditions: {\n serializedName: \"matchConditions\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MatchCondition\",\n },\n },\n },\n },\n action: {\n serializedName: \"action\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MatchCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MatchCondition\",\n modelProperties: {\n matchVariable: {\n serializedName: \"matchVariable\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n selector: {\n serializedName: \"selector\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValue: {\n serializedName: \"matchValue\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CustomRuleList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomRuleList\",\n modelProperties: {\n rules: {\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedRuleSetList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleSetList\",\n modelProperties: {\n managedRuleSets: {\n serializedName: \"managedRuleSets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleSet\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedRuleSet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleSet\",\n modelProperties: {\n ruleSetType: {\n serializedName: \"ruleSetType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n ruleSetVersion: {\n serializedName: \"ruleSetVersion\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n anomalyScore: {\n constraints: {\n InclusiveMaximum: 20,\n InclusiveMinimum: 0,\n },\n serializedName: \"anomalyScore\",\n type: {\n name: \"Number\",\n },\n },\n ruleGroupOverrides: {\n serializedName: \"ruleGroupOverrides\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleGroupOverride\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedRuleGroupOverride: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleGroupOverride\",\n modelProperties: {\n ruleGroupName: {\n serializedName: \"ruleGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n rules: {\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleOverride\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedRuleOverride: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleOverride\",\n modelProperties: {\n ruleId: {\n serializedName: \"ruleId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n enabledState: {\n serializedName: \"enabledState\",\n type: {\n name: \"String\",\n },\n },\n action: {\n serializedName: \"action\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CdnEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CdnEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CdnWebApplicationFirewallPolicyPatchParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CdnWebApplicationFirewallPolicyPatchParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n };\n\nexport const ManagedRuleSetDefinitionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleSetDefinitionList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleSetDefinition\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedRuleGroupDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleGroupDefinition\",\n modelProperties: {\n ruleGroupName: {\n serializedName: \"ruleGroupName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n rules: {\n serializedName: \"rules\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleDefinition\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedRuleDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleDefinition\",\n modelProperties: {\n ruleId: {\n serializedName: \"ruleId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Certificate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Certificate\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n subject: {\n serializedName: \"subject\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n expirationDate: {\n serializedName: \"expirationDate\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityPolicyWebApplicationFirewallAssociation: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyWebApplicationFirewallAssociation\",\n modelProperties: {\n domains: {\n serializedName: \"domains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActivatedResourceReference\",\n },\n },\n },\n },\n patternsToMatch: {\n serializedName: \"patternsToMatch\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ValidationToken: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationToken\",\n modelProperties: {\n token: {\n serializedName: \"token\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RemoteAddressMatchConditionParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RemoteAddressMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleRemoteAddressConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const RequestMethodMatchConditionParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RequestMethodMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleRequestMethodConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const QueryStringMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryStringMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleQueryStringConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PostArgsMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PostArgsMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRulePostArgsConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n selector: {\n serializedName: \"selector\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RequestUriMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RequestUriMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleRequestUriConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RequestHeaderMatchConditionParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RequestHeaderMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleRequestHeaderConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n selector: {\n serializedName: \"selector\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const RequestBodyMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RequestBodyMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleRequestBodyConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RequestSchemeMatchConditionParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RequestSchemeMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleRequestSchemeConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n defaultValue: \"Equal\",\n isConstant: true,\n serializedName: \"operator\",\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const UrlPathMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UrlPathMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleUrlPathMatchConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const UrlFileExtensionMatchConditionParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"UrlFileExtensionMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleUrlFileExtensionMatchConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const UrlFileNameMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UrlFileNameMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleUrlFilenameConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const HttpVersionMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpVersionMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleHttpVersionConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CookiesMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CookiesMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleCookiesConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n selector: {\n serializedName: \"selector\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IsDeviceMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IsDeviceMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleIsDeviceConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SocketAddrMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SocketAddrMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleSocketAddrConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ClientPortMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientPortMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleClientPortConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ServerPortMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerPortMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleServerPortConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const HostNameMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HostNameMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleHostNameConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SslProtocolMatchConditionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SslProtocolMatchConditionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleSslProtocolConditionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n operator: {\n serializedName: \"operator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n negateCondition: {\n defaultValue: false,\n serializedName: \"negateCondition\",\n type: {\n name: \"Boolean\",\n },\n },\n matchValues: {\n serializedName: \"matchValues\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n transforms: {\n serializedName: \"transforms\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const UrlRedirectActionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UrlRedirectActionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleUrlRedirectActionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n redirectType: {\n serializedName: \"redirectType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n destinationProtocol: {\n serializedName: \"destinationProtocol\",\n type: {\n name: \"String\",\n },\n },\n customPath: {\n serializedName: \"customPath\",\n type: {\n name: \"String\",\n },\n },\n customHostname: {\n serializedName: \"customHostname\",\n type: {\n name: \"String\",\n },\n },\n customQueryString: {\n serializedName: \"customQueryString\",\n type: {\n name: \"String\",\n },\n },\n customFragment: {\n serializedName: \"customFragment\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UrlSigningActionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UrlSigningActionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleUrlSigningActionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n algorithm: {\n serializedName: \"algorithm\",\n type: {\n name: \"String\",\n },\n },\n parameterNameOverride: {\n serializedName: \"parameterNameOverride\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UrlSigningParamIdentifier\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const UrlSigningParamIdentifier: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UrlSigningParamIdentifier\",\n modelProperties: {\n paramIndicator: {\n serializedName: \"paramIndicator\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n paramName: {\n serializedName: \"paramName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginGroupOverrideActionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginGroupOverrideActionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleOriginGroupOverrideActionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n originGroup: {\n serializedName: \"originGroup\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n};\n\nexport const UrlRewriteActionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UrlRewriteActionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleUrlRewriteActionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n sourcePattern: {\n serializedName: \"sourcePattern\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n destination: {\n serializedName: \"destination\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n preserveUnmatchedPath: {\n serializedName: \"preserveUnmatchedPath\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const HeaderActionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HeaderActionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleHeaderActionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n headerAction: {\n serializedName: \"headerAction\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n headerName: {\n serializedName: \"headerName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CacheExpirationActionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CacheExpirationActionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleCacheExpirationActionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n cacheBehavior: {\n serializedName: \"cacheBehavior\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n cacheType: {\n serializedName: \"cacheType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n cacheDuration: {\n serializedName: \"cacheDuration\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CacheKeyQueryStringActionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CacheKeyQueryStringActionParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"DeliveryRuleCacheKeyQueryStringBehaviorActionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n queryStringBehavior: {\n serializedName: \"queryStringBehavior\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n queryParameters: {\n serializedName: \"queryParameters\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RouteConfigurationOverrideActionParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RouteConfigurationOverrideActionParameters\",\n modelProperties: {\n typeName: {\n defaultValue:\n \"DeliveryRuleRouteConfigurationOverrideActionParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n originGroupOverride: {\n serializedName: \"originGroupOverride\",\n type: {\n name: \"Composite\",\n className: \"OriginGroupOverride\",\n },\n },\n cacheConfiguration: {\n serializedName: \"cacheConfiguration\",\n type: {\n name: \"Composite\",\n className: \"CacheConfiguration\",\n },\n },\n },\n },\n };\n\nexport const OriginGroupOverride: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginGroupOverride\",\n modelProperties: {\n originGroup: {\n serializedName: \"originGroup\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n forwardingProtocol: {\n serializedName: \"forwardingProtocol\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CacheConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CacheConfiguration\",\n modelProperties: {\n queryStringCachingBehavior: {\n serializedName: \"queryStringCachingBehavior\",\n type: {\n name: \"String\",\n },\n },\n queryParameters: {\n serializedName: \"queryParameters\",\n type: {\n name: \"String\",\n },\n },\n isCompressionEnabled: {\n serializedName: \"isCompressionEnabled\",\n type: {\n name: \"String\",\n },\n },\n cacheBehavior: {\n serializedName: \"cacheBehavior\",\n type: {\n name: \"String\",\n },\n },\n cacheDuration: {\n serializedName: \"cacheDuration\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CdnCertificateSourceParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CdnCertificateSourceParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"CdnCertificateSourceParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n certificateType: {\n serializedName: \"certificateType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KeyVaultCertificateSourceParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KeyVaultCertificateSourceParameters\",\n modelProperties: {\n typeName: {\n defaultValue: \"KeyVaultCertificateSourceParameters\",\n isConstant: true,\n serializedName: \"typeName\",\n type: {\n name: \"String\",\n },\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n resourceGroupName: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n vaultName: {\n serializedName: \"vaultName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n secretName: {\n serializedName: \"secretName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n secretVersion: {\n serializedName: \"secretVersion\",\n type: {\n name: \"String\",\n },\n },\n updateRule: {\n serializedName: \"updateRule\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n deleteRule: {\n serializedName: \"deleteRule\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const ManagedRuleSetDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleSetDefinition\",\n modelProperties: {\n ...Resource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ruleSetType: {\n serializedName: \"properties.ruleSetType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ruleSetVersion: {\n serializedName: \"properties.ruleSetVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ruleGroups: {\n serializedName: \"properties.ruleGroups\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedRuleGroupDefinition\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AFDDomainProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDDomainProperties\",\n modelProperties: {\n ...AFDDomainUpdatePropertiesParameters.type.modelProperties,\n ...AFDStateProperties.type.modelProperties,\n domainValidationState: {\n serializedName: \"domainValidationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n hostName: {\n serializedName: \"hostName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n extendedProperties: {\n serializedName: \"extendedProperties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n validationProperties: {\n serializedName: \"validationProperties\",\n type: {\n name: \"Composite\",\n className: \"DomainValidationProperties\",\n },\n },\n },\n },\n};\n\nexport const AFDEndpointProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDEndpointProperties\",\n modelProperties: {\n ...AFDEndpointPropertiesUpdateParameters.type.modelProperties,\n ...AFDStateProperties.type.modelProperties,\n hostName: {\n serializedName: \"hostName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n autoGeneratedDomainNameLabelScope: {\n serializedName: \"autoGeneratedDomainNameLabelScope\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AFDOriginGroupProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDOriginGroupProperties\",\n modelProperties: {\n ...AFDOriginGroupUpdatePropertiesParameters.type.modelProperties,\n ...AFDStateProperties.type.modelProperties,\n },\n },\n};\n\nexport const AFDOriginProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDOriginProperties\",\n modelProperties: {\n ...AFDOriginUpdatePropertiesParameters.type.modelProperties,\n ...AFDStateProperties.type.modelProperties,\n },\n },\n};\n\nexport const RouteProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RouteProperties\",\n modelProperties: {\n ...RouteUpdatePropertiesParameters.type.modelProperties,\n ...AFDStateProperties.type.modelProperties,\n },\n },\n};\n\nexport const RuleSetProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleSetProperties\",\n modelProperties: {\n ...AFDStateProperties.type.modelProperties,\n profileName: {\n serializedName: \"profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuleProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleProperties\",\n modelProperties: {\n ...RuleUpdatePropertiesParameters.type.modelProperties,\n ...AFDStateProperties.type.modelProperties,\n },\n },\n};\n\nexport const SecurityPolicyProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyProperties\",\n modelProperties: {\n ...AFDStateProperties.type.modelProperties,\n profileName: {\n serializedName: \"profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyPropertiesParameters\",\n },\n },\n },\n },\n};\n\nexport const SecretProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretProperties\",\n modelProperties: {\n ...AFDStateProperties.type.modelProperties,\n profileName: {\n serializedName: \"profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"SecretParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleRemoteAddressCondition: coreClient.CompositeMapper = {\n serializedName: \"RemoteAddress\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleRemoteAddressCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"RemoteAddressMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleRequestMethodCondition: coreClient.CompositeMapper = {\n serializedName: \"RequestMethod\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleRequestMethodCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"RequestMethodMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleQueryStringCondition: coreClient.CompositeMapper = {\n serializedName: \"QueryString\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleQueryStringCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"QueryStringMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRulePostArgsCondition: coreClient.CompositeMapper = {\n serializedName: \"PostArgs\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRulePostArgsCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"PostArgsMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleRequestUriCondition: coreClient.CompositeMapper = {\n serializedName: \"RequestUri\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleRequestUriCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"RequestUriMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleRequestHeaderCondition: coreClient.CompositeMapper = {\n serializedName: \"RequestHeader\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleRequestHeaderCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"RequestHeaderMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleRequestBodyCondition: coreClient.CompositeMapper = {\n serializedName: \"RequestBody\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleRequestBodyCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"RequestBodyMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleRequestSchemeCondition: coreClient.CompositeMapper = {\n serializedName: \"RequestScheme\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleRequestSchemeCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"RequestSchemeMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleUrlPathCondition: coreClient.CompositeMapper = {\n serializedName: \"UrlPath\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleUrlPathCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"UrlPathMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleUrlFileExtensionCondition: coreClient.CompositeMapper =\n {\n serializedName: \"UrlFileExtension\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleUrlFileExtensionCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"UrlFileExtensionMatchConditionParameters\",\n },\n },\n },\n },\n };\n\nexport const DeliveryRuleUrlFileNameCondition: coreClient.CompositeMapper = {\n serializedName: \"UrlFileName\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleUrlFileNameCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"UrlFileNameMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleHttpVersionCondition: coreClient.CompositeMapper = {\n serializedName: \"HttpVersion\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleHttpVersionCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"HttpVersionMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleCookiesCondition: coreClient.CompositeMapper = {\n serializedName: \"Cookies\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleCookiesCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"CookiesMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleIsDeviceCondition: coreClient.CompositeMapper = {\n serializedName: \"IsDevice\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleIsDeviceCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"IsDeviceMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleSocketAddrCondition: coreClient.CompositeMapper = {\n serializedName: \"SocketAddr\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleSocketAddrCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"SocketAddrMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleClientPortCondition: coreClient.CompositeMapper = {\n serializedName: \"ClientPort\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleClientPortCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"ClientPortMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleServerPortCondition: coreClient.CompositeMapper = {\n serializedName: \"ServerPort\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleServerPortCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"ServerPortMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleHostNameCondition: coreClient.CompositeMapper = {\n serializedName: \"HostName\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleHostNameCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"HostNameMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleSslProtocolCondition: coreClient.CompositeMapper = {\n serializedName: \"SslProtocol\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleSslProtocolCondition\",\n uberParent: \"DeliveryRuleCondition\",\n polymorphicDiscriminator:\n DeliveryRuleCondition.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleCondition.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"SslProtocolMatchConditionParameters\",\n },\n },\n },\n },\n};\n\nexport const UrlRedirectAction: coreClient.CompositeMapper = {\n serializedName: \"UrlRedirect\",\n type: {\n name: \"Composite\",\n className: \"UrlRedirectAction\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator:\n DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleActionAutoGenerated.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"UrlRedirectActionParameters\",\n },\n },\n },\n },\n};\n\nexport const UrlSigningAction: coreClient.CompositeMapper = {\n serializedName: \"UrlSigning\",\n type: {\n name: \"Composite\",\n className: \"UrlSigningAction\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator:\n DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleActionAutoGenerated.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"UrlSigningActionParameters\",\n },\n },\n },\n },\n};\n\nexport const OriginGroupOverrideAction: coreClient.CompositeMapper = {\n serializedName: \"OriginGroupOverride\",\n type: {\n name: \"Composite\",\n className: \"OriginGroupOverrideAction\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator:\n DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleActionAutoGenerated.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"OriginGroupOverrideActionParameters\",\n },\n },\n },\n },\n};\n\nexport const UrlRewriteAction: coreClient.CompositeMapper = {\n serializedName: \"UrlRewrite\",\n type: {\n name: \"Composite\",\n className: \"UrlRewriteAction\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator:\n DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleActionAutoGenerated.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"UrlRewriteActionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleRequestHeaderAction: coreClient.CompositeMapper = {\n serializedName: \"ModifyRequestHeader\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleRequestHeaderAction\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator:\n DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleActionAutoGenerated.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"HeaderActionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleResponseHeaderAction: coreClient.CompositeMapper = {\n serializedName: \"ModifyResponseHeader\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleResponseHeaderAction\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator:\n DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleActionAutoGenerated.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"HeaderActionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleCacheExpirationAction: coreClient.CompositeMapper = {\n serializedName: \"CacheExpiration\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleCacheExpirationAction\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator:\n DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleActionAutoGenerated.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"CacheExpirationActionParameters\",\n },\n },\n },\n },\n};\n\nexport const DeliveryRuleCacheKeyQueryStringAction: coreClient.CompositeMapper =\n {\n serializedName: \"CacheKeyQueryString\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleCacheKeyQueryStringAction\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator:\n DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleActionAutoGenerated.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"CacheKeyQueryStringActionParameters\",\n },\n },\n },\n },\n };\n\nexport const DeliveryRuleRouteConfigurationOverrideAction: coreClient.CompositeMapper =\n {\n serializedName: \"RouteConfigurationOverride\",\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleRouteConfigurationOverrideAction\",\n uberParent: \"DeliveryRuleActionAutoGenerated\",\n polymorphicDiscriminator:\n DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryRuleActionAutoGenerated.type.modelProperties,\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Composite\",\n className: \"RouteConfigurationOverrideActionParameters\",\n },\n },\n },\n },\n };\n\nexport const SecurityPolicyWebApplicationFirewallParameters: coreClient.CompositeMapper =\n {\n serializedName: \"WebApplicationFirewall\",\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyWebApplicationFirewallParameters\",\n uberParent: \"SecurityPolicyPropertiesParameters\",\n polymorphicDiscriminator:\n SecurityPolicyPropertiesParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...SecurityPolicyPropertiesParameters.type.modelProperties,\n wafPolicy: {\n serializedName: \"wafPolicy\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n associations: {\n serializedName: \"associations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyWebApplicationFirewallAssociation\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const UrlSigningKeyParameters: coreClient.CompositeMapper = {\n serializedName: \"UrlSigningKey\",\n type: {\n name: \"Composite\",\n className: \"UrlSigningKeyParameters\",\n uberParent: \"SecretParameters\",\n polymorphicDiscriminator: SecretParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...SecretParameters.type.modelProperties,\n keyId: {\n serializedName: \"keyId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n secretSource: {\n serializedName: \"secretSource\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n secretVersion: {\n serializedName: \"secretVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedCertificateParameters: coreClient.CompositeMapper = {\n serializedName: \"ManagedCertificate\",\n type: {\n name: \"Composite\",\n className: \"ManagedCertificateParameters\",\n uberParent: \"SecretParameters\",\n polymorphicDiscriminator: SecretParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...SecretParameters.type.modelProperties,\n subject: {\n serializedName: \"subject\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n expirationDate: {\n serializedName: \"expirationDate\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomerCertificateParameters: coreClient.CompositeMapper = {\n serializedName: \"CustomerCertificate\",\n type: {\n name: \"Composite\",\n className: \"CustomerCertificateParameters\",\n uberParent: \"SecretParameters\",\n polymorphicDiscriminator: SecretParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...SecretParameters.type.modelProperties,\n secretSource: {\n serializedName: \"secretSource\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n secretVersion: {\n serializedName: \"secretVersion\",\n type: {\n name: \"String\",\n },\n },\n useLatestVersion: {\n serializedName: \"useLatestVersion\",\n type: {\n name: \"Boolean\",\n },\n },\n subject: {\n serializedName: \"subject\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n expirationDate: {\n serializedName: \"expirationDate\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n certificateAuthority: {\n serializedName: \"certificateAuthority\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subjectAlternativeNames: {\n serializedName: \"subjectAlternativeNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n thumbprint: {\n serializedName: \"thumbprint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureFirstPartyManagedCertificateParameters: coreClient.CompositeMapper =\n {\n serializedName: \"AzureFirstPartyManagedCertificate\",\n type: {\n name: \"Composite\",\n className: \"AzureFirstPartyManagedCertificateParameters\",\n uberParent: \"SecretParameters\",\n polymorphicDiscriminator: SecretParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...SecretParameters.type.modelProperties,\n secretSource: {\n serializedName: \"secretSource\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n subject: {\n serializedName: \"subject\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n expirationDate: {\n serializedName: \"expirationDate\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n certificateAuthority: {\n serializedName: \"certificateAuthority\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subjectAlternativeNames: {\n serializedName: \"subjectAlternativeNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n thumbprint: {\n serializedName: \"thumbprint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const EndpointProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointProperties\",\n modelProperties: {\n ...EndpointPropertiesUpdateParameters.type.modelProperties,\n hostName: {\n serializedName: \"hostName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n origins: {\n serializedName: \"origins\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeepCreatedOrigin\",\n },\n },\n },\n },\n originGroups: {\n serializedName: \"originGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeepCreatedOriginGroup\",\n },\n },\n },\n },\n customDomains: {\n serializedName: \"customDomains\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeepCreatedCustomDomain\",\n },\n },\n },\n },\n resourceState: {\n serializedName: \"resourceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginProperties\",\n modelProperties: {\n ...OriginUpdatePropertiesParameters.type.modelProperties,\n resourceState: {\n serializedName: \"resourceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateEndpointStatus: {\n serializedName: \"privateEndpointStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginGroupProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginGroupProperties\",\n modelProperties: {\n ...OriginGroupUpdatePropertiesParameters.type.modelProperties,\n resourceState: {\n serializedName: \"resourceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CdnManagedHttpsParameters: coreClient.CompositeMapper = {\n serializedName: \"Cdn\",\n type: {\n name: \"Composite\",\n className: \"CdnManagedHttpsParameters\",\n uberParent: \"CustomDomainHttpsParameters\",\n polymorphicDiscriminator:\n CustomDomainHttpsParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...CustomDomainHttpsParameters.type.modelProperties,\n certificateSourceParameters: {\n serializedName: \"certificateSourceParameters\",\n type: {\n name: \"Composite\",\n className: \"CdnCertificateSourceParameters\",\n },\n },\n },\n },\n};\n\nexport const UserManagedHttpsParameters: coreClient.CompositeMapper = {\n serializedName: \"AzureKeyVault\",\n type: {\n name: \"Composite\",\n className: \"UserManagedHttpsParameters\",\n uberParent: \"CustomDomainHttpsParameters\",\n polymorphicDiscriminator:\n CustomDomainHttpsParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...CustomDomainHttpsParameters.type.modelProperties,\n certificateSourceParameters: {\n serializedName: \"certificateSourceParameters\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultCertificateSourceParameters\",\n },\n },\n },\n },\n};\n\nexport const RateLimitRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RateLimitRule\",\n modelProperties: {\n ...CustomRule.type.modelProperties,\n rateLimitThreshold: {\n constraints: {\n InclusiveMinimum: 0,\n },\n serializedName: \"rateLimitThreshold\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n rateLimitDurationInMinutes: {\n constraints: {\n InclusiveMaximum: 60,\n InclusiveMinimum: 0,\n },\n serializedName: \"rateLimitDurationInMinutes\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ManagedCertificate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedCertificate\",\n modelProperties: {\n ...Certificate.type.modelProperties,\n },\n },\n};\n\nexport const CustomerCertificate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomerCertificate\",\n modelProperties: {\n ...Certificate.type.modelProperties,\n secretSource: {\n serializedName: \"secretSource\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n secretVersion: {\n serializedName: \"secretVersion\",\n type: {\n name: \"String\",\n },\n },\n certificateAuthority: {\n serializedName: \"certificateAuthority\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n useLatestVersion: {\n serializedName: \"useLatestVersion\",\n type: {\n name: \"Boolean\",\n },\n },\n subjectAlternativeNames: {\n serializedName: \"subjectAlternativeNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n thumbprint: {\n serializedName: \"thumbprint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureFirstPartyManagedCertificate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureFirstPartyManagedCertificate\",\n modelProperties: {\n ...Certificate.type.modelProperties,\n },\n },\n};\n\nexport const Profile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Profile\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n kind: {\n serializedName: \"kind\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n resourceState: {\n serializedName: \"properties.resourceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n extendedProperties: {\n serializedName: \"properties.extendedProperties\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n frontDoorId: {\n serializedName: \"properties.frontDoorId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n originResponseTimeoutSeconds: {\n constraints: {\n InclusiveMinimum: 16,\n },\n serializedName: \"properties.originResponseTimeoutSeconds\",\n type: {\n name: \"Number\",\n },\n },\n logScrubbing: {\n serializedName: \"properties.logScrubbing\",\n type: {\n name: \"Composite\",\n className: \"ProfileLogScrubbing\",\n },\n },\n },\n },\n};\n\nexport const AFDEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDEndpoint\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n profileName: {\n serializedName: \"properties.profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n enabledState: {\n serializedName: \"properties.enabledState\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"properties.deploymentStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n hostName: {\n serializedName: \"properties.hostName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n autoGeneratedDomainNameLabelScope: {\n serializedName: \"properties.autoGeneratedDomainNameLabelScope\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Endpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Endpoint\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n originPath: {\n serializedName: \"properties.originPath\",\n type: {\n name: \"String\",\n },\n },\n contentTypesToCompress: {\n serializedName: \"properties.contentTypesToCompress\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n originHostHeader: {\n serializedName: \"properties.originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n isCompressionEnabled: {\n serializedName: \"properties.isCompressionEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n isHttpAllowed: {\n defaultValue: true,\n serializedName: \"properties.isHttpAllowed\",\n type: {\n name: \"Boolean\",\n },\n },\n isHttpsAllowed: {\n defaultValue: true,\n serializedName: \"properties.isHttpsAllowed\",\n type: {\n name: \"Boolean\",\n },\n },\n queryStringCachingBehavior: {\n serializedName: \"properties.queryStringCachingBehavior\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"IgnoreQueryString\",\n \"BypassCaching\",\n \"UseQueryString\",\n \"NotSet\",\n ],\n },\n },\n optimizationType: {\n serializedName: \"properties.optimizationType\",\n type: {\n name: \"String\",\n },\n },\n probePath: {\n serializedName: \"properties.probePath\",\n type: {\n name: \"String\",\n },\n },\n geoFilters: {\n serializedName: \"properties.geoFilters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GeoFilter\",\n },\n },\n },\n },\n defaultOriginGroup: {\n serializedName: \"properties.defaultOriginGroup\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n urlSigningKeys: {\n serializedName: \"properties.urlSigningKeys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UrlSigningKey\",\n },\n },\n },\n },\n deliveryPolicy: {\n serializedName: \"properties.deliveryPolicy\",\n type: {\n name: \"Composite\",\n className: \"EndpointPropertiesUpdateParametersDeliveryPolicy\",\n },\n },\n webApplicationFirewallPolicyLink: {\n serializedName: \"properties.webApplicationFirewallPolicyLink\",\n type: {\n name: \"Composite\",\n className:\n \"EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink\",\n },\n },\n hostName: {\n serializedName: \"properties.hostName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n origins: {\n serializedName: \"properties.origins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeepCreatedOrigin\",\n },\n },\n },\n },\n originGroups: {\n serializedName: \"properties.originGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeepCreatedOriginGroup\",\n },\n },\n },\n },\n customDomains: {\n serializedName: \"properties.customDomains\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeepCreatedCustomDomain\",\n },\n },\n },\n },\n resourceState: {\n serializedName: \"properties.resourceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CdnWebApplicationFirewallPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CdnWebApplicationFirewallPolicy\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n policySettings: {\n serializedName: \"properties.policySettings\",\n type: {\n name: \"Composite\",\n className: \"PolicySettings\",\n },\n },\n rateLimitRules: {\n serializedName: \"properties.rateLimitRules\",\n type: {\n name: \"Composite\",\n className: \"RateLimitRuleList\",\n },\n },\n customRules: {\n serializedName: \"properties.customRules\",\n type: {\n name: \"Composite\",\n className: \"CustomRuleList\",\n },\n },\n managedRules: {\n serializedName: \"properties.managedRules\",\n type: {\n name: \"Composite\",\n className: \"ManagedRuleSetList\",\n },\n },\n endpointLinks: {\n serializedName: \"properties.endpointLinks\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CdnEndpoint\",\n },\n },\n },\n },\n extendedProperties: {\n serializedName: \"properties.extendedProperties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resourceState: {\n serializedName: \"properties.resourceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AFDDomain: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDDomain\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n profileName: {\n serializedName: \"properties.profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tlsSettings: {\n serializedName: \"properties.tlsSettings\",\n type: {\n name: \"Composite\",\n className: \"AFDDomainHttpsParameters\",\n },\n },\n azureDnsZone: {\n serializedName: \"properties.azureDnsZone\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n preValidatedCustomDomainResourceId: {\n serializedName: \"properties.preValidatedCustomDomainResourceId\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"properties.deploymentStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n domainValidationState: {\n serializedName: \"properties.domainValidationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n hostName: {\n serializedName: \"properties.hostName\",\n type: {\n name: \"String\",\n },\n },\n extendedProperties: {\n serializedName: \"properties.extendedProperties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n validationProperties: {\n serializedName: \"properties.validationProperties\",\n type: {\n name: \"Composite\",\n className: \"DomainValidationProperties\",\n },\n },\n },\n },\n};\n\nexport const AFDOriginGroup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDOriginGroup\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n profileName: {\n serializedName: \"properties.profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n loadBalancingSettings: {\n serializedName: \"properties.loadBalancingSettings\",\n type: {\n name: \"Composite\",\n className: \"LoadBalancingSettingsParameters\",\n },\n },\n healthProbeSettings: {\n serializedName: \"properties.healthProbeSettings\",\n type: {\n name: \"Composite\",\n className: \"HealthProbeParameters\",\n },\n },\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes: {\n constraints: {\n InclusiveMaximum: 50,\n InclusiveMinimum: 0,\n },\n serializedName:\n \"properties.trafficRestorationTimeToHealedOrNewEndpointsInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n sessionAffinityState: {\n serializedName: \"properties.sessionAffinityState\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"properties.deploymentStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AFDOrigin: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AFDOrigin\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n originGroupName: {\n serializedName: \"properties.originGroupName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n azureOrigin: {\n serializedName: \"properties.azureOrigin\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n hostName: {\n serializedName: \"properties.hostName\",\n type: {\n name: \"String\",\n },\n },\n httpPort: {\n defaultValue: 80,\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpPort\",\n type: {\n name: \"Number\",\n },\n },\n httpsPort: {\n defaultValue: 443,\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpsPort\",\n type: {\n name: \"Number\",\n },\n },\n originHostHeader: {\n serializedName: \"properties.originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n priority: {\n constraints: {\n InclusiveMaximum: 5,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.priority\",\n type: {\n name: \"Number\",\n },\n },\n weight: {\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.weight\",\n type: {\n name: \"Number\",\n },\n },\n sharedPrivateLinkResource: {\n serializedName: \"properties.sharedPrivateLinkResource\",\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResourceProperties\",\n },\n },\n enabledState: {\n serializedName: \"properties.enabledState\",\n type: {\n name: \"String\",\n },\n },\n enforceCertificateNameCheck: {\n defaultValue: true,\n serializedName: \"properties.enforceCertificateNameCheck\",\n type: {\n name: \"Boolean\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"properties.deploymentStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Route: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Route\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n endpointName: {\n serializedName: \"properties.endpointName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n customDomains: {\n serializedName: \"properties.customDomains\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActivatedResourceReference\",\n },\n },\n },\n },\n originGroup: {\n serializedName: \"properties.originGroup\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n originPath: {\n serializedName: \"properties.originPath\",\n type: {\n name: \"String\",\n },\n },\n ruleSets: {\n serializedName: \"properties.ruleSets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n supportedProtocols: {\n defaultValue: [\"Http\", \"Https\"],\n serializedName: \"properties.supportedProtocols\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n patternsToMatch: {\n serializedName: \"properties.patternsToMatch\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n cacheConfiguration: {\n serializedName: \"properties.cacheConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AfdRouteCacheConfiguration\",\n },\n },\n forwardingProtocol: {\n serializedName: \"properties.forwardingProtocol\",\n type: {\n name: \"String\",\n },\n },\n linkToDefaultDomain: {\n defaultValue: \"Disabled\",\n serializedName: \"properties.linkToDefaultDomain\",\n type: {\n name: \"String\",\n },\n },\n httpsRedirect: {\n defaultValue: \"Disabled\",\n serializedName: \"properties.httpsRedirect\",\n type: {\n name: \"String\",\n },\n },\n enabledState: {\n serializedName: \"properties.enabledState\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"properties.deploymentStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuleSet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleSet\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"properties.deploymentStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n profileName: {\n serializedName: \"properties.profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Rule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Rule\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n ruleSetName: {\n serializedName: \"properties.ruleSetName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n order: {\n serializedName: \"properties.order\",\n type: {\n name: \"Number\",\n },\n },\n conditions: {\n serializedName: \"properties.conditions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleCondition\",\n },\n },\n },\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryRuleActionAutoGenerated\",\n },\n },\n },\n },\n matchProcessingBehavior: {\n defaultValue: \"Continue\",\n serializedName: \"properties.matchProcessingBehavior\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"properties.deploymentStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityPolicy\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"properties.deploymentStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n profileName: {\n serializedName: \"properties.profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Composite\",\n className: \"SecurityPolicyPropertiesParameters\",\n },\n },\n },\n },\n};\n\nexport const Secret: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Secret\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentStatus: {\n serializedName: \"properties.deploymentStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n profileName: {\n serializedName: \"properties.profileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Composite\",\n className: \"SecretParameters\",\n },\n },\n },\n },\n};\n\nexport const Origin: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Origin\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n hostName: {\n serializedName: \"properties.hostName\",\n type: {\n name: \"String\",\n },\n },\n httpPort: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpPort\",\n type: {\n name: \"Number\",\n },\n },\n httpsPort: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.httpsPort\",\n type: {\n name: \"Number\",\n },\n },\n originHostHeader: {\n serializedName: \"properties.originHostHeader\",\n type: {\n name: \"String\",\n },\n },\n priority: {\n constraints: {\n InclusiveMaximum: 5,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.priority\",\n type: {\n name: \"Number\",\n },\n },\n weight: {\n constraints: {\n InclusiveMaximum: 1000,\n InclusiveMinimum: 1,\n },\n serializedName: \"properties.weight\",\n type: {\n name: \"Number\",\n },\n },\n enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n privateLinkAlias: {\n serializedName: \"properties.privateLinkAlias\",\n type: {\n name: \"String\",\n },\n },\n privateLinkResourceId: {\n serializedName: \"properties.privateLinkResourceId\",\n type: {\n name: \"String\",\n },\n },\n privateLinkLocation: {\n serializedName: \"properties.privateLinkLocation\",\n type: {\n name: \"String\",\n },\n },\n privateLinkApprovalMessage: {\n serializedName: \"properties.privateLinkApprovalMessage\",\n type: {\n name: \"String\",\n },\n },\n resourceState: {\n serializedName: \"properties.resourceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateEndpointStatus: {\n serializedName: \"properties.privateEndpointStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginGroup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginGroup\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n healthProbeSettings: {\n serializedName: \"properties.healthProbeSettings\",\n type: {\n name: \"Composite\",\n className: \"HealthProbeParameters\",\n },\n },\n origins: {\n serializedName: \"properties.origins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n },\n },\n },\n },\n trafficRestorationTimeToHealedOrNewEndpointsInMinutes: {\n constraints: {\n InclusiveMaximum: 50,\n InclusiveMinimum: 0,\n },\n serializedName:\n \"properties.trafficRestorationTimeToHealedOrNewEndpointsInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n responseBasedOriginErrorDetectionSettings: {\n serializedName: \"properties.responseBasedOriginErrorDetectionSettings\",\n type: {\n name: \"Composite\",\n className: \"ResponseBasedOriginErrorDetectionParameters\",\n },\n },\n resourceState: {\n serializedName: \"properties.resourceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomDomain: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomDomain\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n hostName: {\n serializedName: \"properties.hostName\",\n type: {\n name: \"String\",\n },\n },\n resourceState: {\n serializedName: \"properties.resourceState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n customHttpsProvisioningState: {\n serializedName: \"properties.customHttpsProvisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n customHttpsProvisioningSubstate: {\n serializedName: \"properties.customHttpsProvisioningSubstate\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n customHttpsParameters: {\n serializedName: \"properties.customHttpsParameters\",\n type: {\n name: \"Composite\",\n className: \"CustomDomainHttpsParameters\",\n },\n },\n validationData: {\n serializedName: \"properties.validationData\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EdgeNode: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EdgeNode\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n ipAddressGroups: {\n serializedName: \"properties.ipAddressGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IpAddressGroup\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AfdProfilesUpgradeHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdProfilesUpgradeHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdCustomDomainsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdCustomDomainsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdCustomDomainsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdCustomDomainsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdCustomDomainsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdCustomDomainsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdCustomDomainsRefreshValidationTokenHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AfdCustomDomainsRefreshValidationTokenHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const AfdEndpointsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdEndpointsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdEndpointsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdEndpointsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdEndpointsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdEndpointsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdEndpointsPurgeContentHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdEndpointsPurgeContentHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdOriginGroupsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdOriginGroupsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdOriginGroupsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdOriginGroupsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdOriginGroupsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdOriginGroupsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdOriginsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdOriginsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdOriginsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdOriginsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AfdOriginsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AfdOriginsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RoutesCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoutesCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RoutesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoutesUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RoutesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RoutesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RuleSetsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RuleSetsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RulesCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RulesCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RulesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RulesUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RulesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RulesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityPoliciesCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityPoliciesCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityPoliciesPatchHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityPoliciesPatchHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecurityPoliciesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecurityPoliciesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecretsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecretsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProfilesCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfilesCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProfilesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfilesUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProfilesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfilesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProfilesCanMigrateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfilesCanMigrateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProfilesMigrateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfilesMigrateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProfilesMigrationCommitHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfilesMigrationCommitHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EndpointsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EndpointsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EndpointsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EndpointsStartHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointsStartHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EndpointsStopHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointsStopHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EndpointsPurgeContentHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointsPurgeContentHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EndpointsLoadContentHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointsLoadContentHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginGroupsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginGroupsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginGroupsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginGroupsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OriginGroupsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OriginGroupsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomDomainsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomDomainsCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomDomainsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomDomainsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomDomainsDisableCustomHttpsHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CustomDomainsDisableCustomHttpsHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CustomDomainsEnableCustomHttpsHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CustomDomainsEnableCustomHttpsHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const PoliciesCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PoliciesCreateOrUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PoliciesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PoliciesUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport let discriminators = {\n DeliveryRuleCondition: DeliveryRuleCondition,\n DeliveryRuleActionAutoGenerated: DeliveryRuleActionAutoGenerated,\n SecurityPolicyPropertiesParameters: SecurityPolicyPropertiesParameters,\n SecretParameters: SecretParameters,\n CustomDomainHttpsParameters: CustomDomainHttpsParameters,\n \"DeliveryRuleCondition.RemoteAddress\": DeliveryRuleRemoteAddressCondition,\n \"DeliveryRuleCondition.RequestMethod\": DeliveryRuleRequestMethodCondition,\n \"DeliveryRuleCondition.QueryString\": DeliveryRuleQueryStringCondition,\n \"DeliveryRuleCondition.PostArgs\": DeliveryRulePostArgsCondition,\n \"DeliveryRuleCondition.RequestUri\": DeliveryRuleRequestUriCondition,\n \"DeliveryRuleCondition.RequestHeader\": DeliveryRuleRequestHeaderCondition,\n \"DeliveryRuleCondition.RequestBody\": DeliveryRuleRequestBodyCondition,\n \"DeliveryRuleCondition.RequestScheme\": DeliveryRuleRequestSchemeCondition,\n \"DeliveryRuleCondition.UrlPath\": DeliveryRuleUrlPathCondition,\n \"DeliveryRuleCondition.UrlFileExtension\":\n DeliveryRuleUrlFileExtensionCondition,\n \"DeliveryRuleCondition.UrlFileName\": DeliveryRuleUrlFileNameCondition,\n \"DeliveryRuleCondition.HttpVersion\": DeliveryRuleHttpVersionCondition,\n \"DeliveryRuleCondition.Cookies\": DeliveryRuleCookiesCondition,\n \"DeliveryRuleCondition.IsDevice\": DeliveryRuleIsDeviceCondition,\n \"DeliveryRuleCondition.SocketAddr\": DeliveryRuleSocketAddrCondition,\n \"DeliveryRuleCondition.ClientPort\": DeliveryRuleClientPortCondition,\n \"DeliveryRuleCondition.ServerPort\": DeliveryRuleServerPortCondition,\n \"DeliveryRuleCondition.HostName\": DeliveryRuleHostNameCondition,\n \"DeliveryRuleCondition.SslProtocol\": DeliveryRuleSslProtocolCondition,\n \"DeliveryRuleActionAutoGenerated.UrlRedirect\": UrlRedirectAction,\n \"DeliveryRuleActionAutoGenerated.UrlSigning\": UrlSigningAction,\n \"DeliveryRuleActionAutoGenerated.OriginGroupOverride\":\n OriginGroupOverrideAction,\n \"DeliveryRuleActionAutoGenerated.UrlRewrite\": UrlRewriteAction,\n \"DeliveryRuleActionAutoGenerated.ModifyRequestHeader\":\n DeliveryRuleRequestHeaderAction,\n \"DeliveryRuleActionAutoGenerated.ModifyResponseHeader\":\n DeliveryRuleResponseHeaderAction,\n \"DeliveryRuleActionAutoGenerated.CacheExpiration\":\n DeliveryRuleCacheExpirationAction,\n \"DeliveryRuleActionAutoGenerated.CacheKeyQueryString\":\n DeliveryRuleCacheKeyQueryStringAction,\n \"DeliveryRuleActionAutoGenerated.RouteConfigurationOverride\":\n DeliveryRuleRouteConfigurationOverrideAction,\n \"SecurityPolicyPropertiesParameters.WebApplicationFirewall\":\n SecurityPolicyWebApplicationFirewallParameters,\n \"SecretParameters.UrlSigningKey\": UrlSigningKeyParameters,\n \"SecretParameters.ManagedCertificate\": ManagedCertificateParameters,\n \"SecretParameters.CustomerCertificate\": CustomerCertificateParameters,\n \"SecretParameters.AzureFirstPartyManagedCertificate\":\n AzureFirstPartyManagedCertificateParameters,\n \"CustomDomainHttpsParameters.Cdn\": CdnManagedHttpsParameters,\n \"CustomDomainHttpsParameters.AzureKeyVault\": UserManagedHttpsParameters,\n};\n"]}
|