@azure/arm-cdn 9.1.1-alpha.20250102.1 → 9.1.1-alpha.20250106.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":"afdProfiles.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/afdProfiles.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,KAAK,EACL,0CAA0C,EAC1C,kCAAkC,EAClC,sDAAsD,EACtD,gDAAgD,EAChD,8BAA8B,EAC9B,kDAAkD,EAClD,4CAA4C,EAC5C,mBAAmB,EACnB,uCAAuC,EACvC,iCAAiC,EACjC,wBAAwB,EACxB,gCAAgC,EAChC,0BAA0B,EAC3B,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,MAAM,WAAW,WAAW;IAC1B;;;;;;OAMG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,0CAA0C,GACnD,0BAA0B,CAAC,KAAK,CAAC,CAAC;IACrC;;;;;;;OAOG;IACH,6BAA6B,CAC3B,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,kCAAkC,EAAE,kCAAkC,EACtE,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC,CAAC;IAC7D;;;;;;;;OAQG;IACH,yBAAyB,CACvB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,8BAA8B,EAAE,8BAA8B,EAC9D,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,mBAAmB,EACxC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;;OAOG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,wBAAwB,EAAE,wBAAwB,EAClD,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0BAA0B,CAAC,EAC1C,0BAA0B,CAC3B,CACF,CAAC;IACF;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,wBAAwB,EAAE,wBAAwB,EAClD,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;CACxC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"afdProfiles.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/afdProfiles.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Usage,\n AfdProfilesListResourceUsageOptionalParams,\n CheckEndpointNameAvailabilityInput,\n AfdProfilesCheckEndpointNameAvailabilityOptionalParams,\n AfdProfilesCheckEndpointNameAvailabilityResponse,\n CheckHostNameAvailabilityInput,\n AfdProfilesCheckHostNameAvailabilityOptionalParams,\n AfdProfilesCheckHostNameAvailabilityResponse,\n ValidateSecretInput,\n AfdProfilesValidateSecretOptionalParams,\n AfdProfilesValidateSecretResponse,\n ProfileUpgradeParameters,\n AfdProfilesUpgradeOptionalParams,\n AfdProfilesUpgradeResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a AfdProfiles. */\nexport interface AfdProfiles {\n /**\n * Checks the quota and actual usage of endpoints under the given Azure Front Door profile.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which\n * is unique within the resource group.\n * @param options The options parameters.\n */\n listResourceUsage(\n resourceGroupName: string,\n profileName: string,\n options?: AfdProfilesListResourceUsageOptionalParams,\n ): PagedAsyncIterableIterator<Usage>;\n /**\n * Check the availability of an afdx endpoint name, and return the globally unique endpoint host name.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium which is unique\n * within the resource group.\n * @param checkEndpointNameAvailabilityInput Input to check.\n * @param options The options parameters.\n */\n checkEndpointNameAvailability(\n resourceGroupName: string,\n profileName: string,\n checkEndpointNameAvailabilityInput: CheckEndpointNameAvailabilityInput,\n options?: AfdProfilesCheckEndpointNameAvailabilityOptionalParams,\n ): Promise<AfdProfilesCheckEndpointNameAvailabilityResponse>;\n /**\n * Validates the custom domain mapping to ensure it maps to the correct Azure Front Door endpoint in\n * DNS.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which\n * is unique within the resource group.\n * @param checkHostNameAvailabilityInput Custom domain to be validated.\n * @param options The options parameters.\n */\n checkHostNameAvailability(\n resourceGroupName: string,\n profileName: string,\n checkHostNameAvailabilityInput: CheckHostNameAvailabilityInput,\n options?: AfdProfilesCheckHostNameAvailabilityOptionalParams,\n ): Promise<AfdProfilesCheckHostNameAvailabilityResponse>;\n /**\n * Validate a Secret in the profile.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium which is unique\n * within the resource group.\n * @param validateSecretInput The Secret source.\n * @param options The options parameters.\n */\n validateSecret(\n resourceGroupName: string,\n profileName: string,\n validateSecretInput: ValidateSecretInput,\n options?: AfdProfilesValidateSecretOptionalParams,\n ): Promise<AfdProfilesValidateSecretResponse>;\n /**\n * Upgrade a profile from Standard_AzureFrontDoor to Premium_AzureFrontDoor.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium which is unique\n * within the resource group.\n * @param profileUpgradeParameters Profile upgrade input parameter.\n * @param options The options parameters.\n */\n beginUpgrade(\n resourceGroupName: string,\n profileName: string,\n profileUpgradeParameters: ProfileUpgradeParameters,\n options?: AfdProfilesUpgradeOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AfdProfilesUpgradeResponse>,\n AfdProfilesUpgradeResponse\n >\n >;\n /**\n * Upgrade a profile from Standard_AzureFrontDoor to Premium_AzureFrontDoor.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium which is unique\n * within the resource group.\n * @param profileUpgradeParameters Profile upgrade input parameter.\n * @param options The options parameters.\n */\n beginUpgradeAndWait(\n resourceGroupName: string,\n profileName: string,\n profileUpgradeParameters: ProfileUpgradeParameters,\n options?: AfdProfilesUpgradeOptionalParams,\n ): Promise<AfdProfilesUpgradeResponse>;\n}\n"]}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { CustomDomain, CustomDomainsListByEndpointOptionalParams, CustomDomainsGetOptionalParams, CustomDomainsGetResponse, CustomDomainParameters, CustomDomainsCreateOptionalParams, CustomDomainsCreateResponse, CustomDomainsDeleteOptionalParams, CustomDomainsDisableCustomHttpsOptionalParams, CustomDomainsDisableCustomHttpsResponse, CustomDomainsEnableCustomHttpsOptionalParams, CustomDomainsEnableCustomHttpsResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a CustomDomains. */
|
|
5
|
+
export interface CustomDomains {
|
|
6
|
+
/**
|
|
7
|
+
* Lists all of the existing custom domains within an endpoint.
|
|
8
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
9
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
10
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
listByEndpoint(resourceGroupName: string, profileName: string, endpointName: string, options?: CustomDomainsListByEndpointOptionalParams): PagedAsyncIterableIterator<CustomDomain>;
|
|
14
|
+
/**
|
|
15
|
+
* Gets an existing custom domain within an endpoint.
|
|
16
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
17
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
18
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
19
|
+
* @param customDomainName Name of the custom domain within an endpoint.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
get(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsGetOptionalParams): Promise<CustomDomainsGetResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* Creates a new custom domain within an endpoint.
|
|
25
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
26
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
27
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
28
|
+
* @param customDomainName Name of the custom domain within an endpoint.
|
|
29
|
+
* @param customDomainProperties Properties required to create a new custom domain.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
beginCreate(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, customDomainProperties: CustomDomainParameters, options?: CustomDomainsCreateOptionalParams): Promise<SimplePollerLike<OperationState<CustomDomainsCreateResponse>, CustomDomainsCreateResponse>>;
|
|
33
|
+
/**
|
|
34
|
+
* Creates a new custom domain within an endpoint.
|
|
35
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
36
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
37
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
38
|
+
* @param customDomainName Name of the custom domain within an endpoint.
|
|
39
|
+
* @param customDomainProperties Properties required to create a new custom domain.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
beginCreateAndWait(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, customDomainProperties: CustomDomainParameters, options?: CustomDomainsCreateOptionalParams): Promise<CustomDomainsCreateResponse>;
|
|
43
|
+
/**
|
|
44
|
+
* Deletes an existing custom domain within an endpoint.
|
|
45
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
46
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
47
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
48
|
+
* @param customDomainName Name of the custom domain within an endpoint.
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
beginDelete(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
52
|
+
/**
|
|
53
|
+
* Deletes an existing custom domain within an endpoint.
|
|
54
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
55
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
56
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
57
|
+
* @param customDomainName Name of the custom domain within an endpoint.
|
|
58
|
+
* @param options The options parameters.
|
|
59
|
+
*/
|
|
60
|
+
beginDeleteAndWait(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDeleteOptionalParams): Promise<void>;
|
|
61
|
+
/**
|
|
62
|
+
* Disable https delivery of the custom domain.
|
|
63
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
64
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
65
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
66
|
+
* @param customDomainName Name of the custom domain within an endpoint.
|
|
67
|
+
* @param options The options parameters.
|
|
68
|
+
*/
|
|
69
|
+
beginDisableCustomHttps(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDisableCustomHttpsOptionalParams): Promise<SimplePollerLike<OperationState<CustomDomainsDisableCustomHttpsResponse>, CustomDomainsDisableCustomHttpsResponse>>;
|
|
70
|
+
/**
|
|
71
|
+
* Disable https delivery of the custom domain.
|
|
72
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
73
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
74
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
75
|
+
* @param customDomainName Name of the custom domain within an endpoint.
|
|
76
|
+
* @param options The options parameters.
|
|
77
|
+
*/
|
|
78
|
+
beginDisableCustomHttpsAndWait(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsDisableCustomHttpsOptionalParams): Promise<CustomDomainsDisableCustomHttpsResponse>;
|
|
79
|
+
/**
|
|
80
|
+
* Enable https delivery of the custom domain.
|
|
81
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
82
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
83
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
84
|
+
* @param customDomainName Name of the custom domain within an endpoint.
|
|
85
|
+
* @param options The options parameters.
|
|
86
|
+
*/
|
|
87
|
+
beginEnableCustomHttps(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsEnableCustomHttpsOptionalParams): Promise<SimplePollerLike<OperationState<CustomDomainsEnableCustomHttpsResponse>, CustomDomainsEnableCustomHttpsResponse>>;
|
|
88
|
+
/**
|
|
89
|
+
* Enable https delivery of the custom domain.
|
|
90
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
91
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
92
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
93
|
+
* @param customDomainName Name of the custom domain within an endpoint.
|
|
94
|
+
* @param options The options parameters.
|
|
95
|
+
*/
|
|
96
|
+
beginEnableCustomHttpsAndWait(resourceGroupName: string, profileName: string, endpointName: string, customDomainName: string, options?: CustomDomainsEnableCustomHttpsOptionalParams): Promise<CustomDomainsEnableCustomHttpsResponse>;
|
|
97
|
+
}
|
|
98
|
+
//# sourceMappingURL=customDomains.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customDomains.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/customDomains.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,YAAY,EACZ,yCAAyC,EACzC,8BAA8B,EAC9B,wBAAwB,EACxB,sBAAsB,EACtB,iCAAiC,EACjC,2BAA2B,EAC3B,iCAAiC,EACjC,6CAA6C,EAC7C,uCAAuC,EACvC,4CAA4C,EAC5C,sCAAsC,EACvC,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;;;OAMG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EACxB,sBAAsB,EAAE,sBAAsB,EAC9C,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,2BAA2B,CAAC,EAC3C,2BAA2B,CAC5B,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EACxB,sBAAsB,EAAE,sBAAsB,EAC9C,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,uBAAuB,CACrB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,uCAAuC,CAAC,EACvD,uCAAuC,CACxC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,8BAA8B,CAC5B,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;;;;OAOG;IACH,sBAAsB,CACpB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sCAAsC,CAAC,EACtD,sCAAsC,CACvC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,6BAA6B,CAC3B,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;CACpD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customDomains.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/customDomains.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n CustomDomain,\n CustomDomainsListByEndpointOptionalParams,\n CustomDomainsGetOptionalParams,\n CustomDomainsGetResponse,\n CustomDomainParameters,\n CustomDomainsCreateOptionalParams,\n CustomDomainsCreateResponse,\n CustomDomainsDeleteOptionalParams,\n CustomDomainsDisableCustomHttpsOptionalParams,\n CustomDomainsDisableCustomHttpsResponse,\n CustomDomainsEnableCustomHttpsOptionalParams,\n CustomDomainsEnableCustomHttpsResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a CustomDomains. */\nexport interface CustomDomains {\n /**\n * Lists all of the existing custom domains within an endpoint.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param options The options parameters.\n */\n listByEndpoint(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n options?: CustomDomainsListByEndpointOptionalParams,\n ): PagedAsyncIterableIterator<CustomDomain>;\n /**\n * Gets an existing custom domain within an endpoint.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param customDomainName Name of the custom domain within an endpoint.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n customDomainName: string,\n options?: CustomDomainsGetOptionalParams,\n ): Promise<CustomDomainsGetResponse>;\n /**\n * Creates a new custom domain within an endpoint.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param customDomainName Name of the custom domain within an endpoint.\n * @param customDomainProperties Properties required to create a new custom domain.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n customDomainName: string,\n customDomainProperties: CustomDomainParameters,\n options?: CustomDomainsCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<CustomDomainsCreateResponse>,\n CustomDomainsCreateResponse\n >\n >;\n /**\n * Creates a new custom domain within an endpoint.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param customDomainName Name of the custom domain within an endpoint.\n * @param customDomainProperties Properties required to create a new custom domain.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n customDomainName: string,\n customDomainProperties: CustomDomainParameters,\n options?: CustomDomainsCreateOptionalParams,\n ): Promise<CustomDomainsCreateResponse>;\n /**\n * Deletes an existing custom domain within an endpoint.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param customDomainName Name of the custom domain within an endpoint.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n customDomainName: string,\n options?: CustomDomainsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes an existing custom domain within an endpoint.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param customDomainName Name of the custom domain within an endpoint.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n customDomainName: string,\n options?: CustomDomainsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Disable https delivery of the custom domain.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param customDomainName Name of the custom domain within an endpoint.\n * @param options The options parameters.\n */\n beginDisableCustomHttps(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n customDomainName: string,\n options?: CustomDomainsDisableCustomHttpsOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<CustomDomainsDisableCustomHttpsResponse>,\n CustomDomainsDisableCustomHttpsResponse\n >\n >;\n /**\n * Disable https delivery of the custom domain.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param customDomainName Name of the custom domain within an endpoint.\n * @param options The options parameters.\n */\n beginDisableCustomHttpsAndWait(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n customDomainName: string,\n options?: CustomDomainsDisableCustomHttpsOptionalParams,\n ): Promise<CustomDomainsDisableCustomHttpsResponse>;\n /**\n * Enable https delivery of the custom domain.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param customDomainName Name of the custom domain within an endpoint.\n * @param options The options parameters.\n */\n beginEnableCustomHttps(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n customDomainName: string,\n options?: CustomDomainsEnableCustomHttpsOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<CustomDomainsEnableCustomHttpsResponse>,\n CustomDomainsEnableCustomHttpsResponse\n >\n >;\n /**\n * Enable https delivery of the custom domain.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param customDomainName Name of the custom domain within an endpoint.\n * @param options The options parameters.\n */\n beginEnableCustomHttpsAndWait(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n customDomainName: string,\n options?: CustomDomainsEnableCustomHttpsOptionalParams,\n ): Promise<CustomDomainsEnableCustomHttpsResponse>;\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { EdgeNode, EdgeNodesListOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a EdgeNodes. */
|
|
4
|
+
export interface EdgeNodes {
|
|
5
|
+
/**
|
|
6
|
+
* Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users.
|
|
7
|
+
* @param options The options parameters.
|
|
8
|
+
*/
|
|
9
|
+
list(options?: EdgeNodesListOptionalParams): PagedAsyncIterableIterator<EdgeNode>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=edgeNodes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edgeNodes.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/edgeNodes.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,QAAQ,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAG3E,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,2BAA2B,GACpC,0BAA0B,CAAC,QAAQ,CAAC,CAAC;CACzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edgeNodes.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/edgeNodes.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { EdgeNode, EdgeNodesListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a EdgeNodes. */\nexport interface EdgeNodes {\n /**\n * Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users.\n * @param options The options parameters.\n */\n list(\n options?: EdgeNodesListOptionalParams,\n ): PagedAsyncIterableIterator<EdgeNode>;\n}\n"]}
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { Endpoint, EndpointsListByProfileOptionalParams, ResourceUsage, EndpointsListResourceUsageOptionalParams, EndpointsGetOptionalParams, EndpointsGetResponse, EndpointsCreateOptionalParams, EndpointsCreateResponse, EndpointUpdateParameters, EndpointsUpdateOptionalParams, EndpointsUpdateResponse, EndpointsDeleteOptionalParams, EndpointsStartOptionalParams, EndpointsStartResponse, EndpointsStopOptionalParams, EndpointsStopResponse, PurgeParameters, EndpointsPurgeContentOptionalParams, LoadParameters, EndpointsLoadContentOptionalParams, ValidateCustomDomainInput, EndpointsValidateCustomDomainOptionalParams, EndpointsValidateCustomDomainResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Endpoints. */
|
|
5
|
+
export interface Endpoints {
|
|
6
|
+
/**
|
|
7
|
+
* Lists existing CDN endpoints.
|
|
8
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
9
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByProfile(resourceGroupName: string, profileName: string, options?: EndpointsListByProfileOptionalParams): PagedAsyncIterableIterator<Endpoint>;
|
|
13
|
+
/**
|
|
14
|
+
* Checks the quota and usage of geo filters and custom domains under the given endpoint.
|
|
15
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
16
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
17
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
listResourceUsage(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsListResourceUsageOptionalParams): PagedAsyncIterableIterator<ResourceUsage>;
|
|
21
|
+
/**
|
|
22
|
+
* Gets an existing CDN endpoint with the specified endpoint name under the specified subscription,
|
|
23
|
+
* resource group and profile.
|
|
24
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
25
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
26
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
get(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsGetOptionalParams): Promise<EndpointsGetResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Creates a new CDN endpoint with the specified endpoint name under the specified subscription,
|
|
32
|
+
* resource group and profile.
|
|
33
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
34
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
35
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
36
|
+
* @param endpoint Endpoint properties
|
|
37
|
+
* @param options The options parameters.
|
|
38
|
+
*/
|
|
39
|
+
beginCreate(resourceGroupName: string, profileName: string, endpointName: string, endpoint: Endpoint, options?: EndpointsCreateOptionalParams): Promise<SimplePollerLike<OperationState<EndpointsCreateResponse>, EndpointsCreateResponse>>;
|
|
40
|
+
/**
|
|
41
|
+
* Creates a new CDN endpoint with the specified endpoint name under the specified subscription,
|
|
42
|
+
* resource group and profile.
|
|
43
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
44
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
45
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
46
|
+
* @param endpoint Endpoint properties
|
|
47
|
+
* @param options The options parameters.
|
|
48
|
+
*/
|
|
49
|
+
beginCreateAndWait(resourceGroupName: string, profileName: string, endpointName: string, endpoint: Endpoint, options?: EndpointsCreateOptionalParams): Promise<EndpointsCreateResponse>;
|
|
50
|
+
/**
|
|
51
|
+
* Updates an existing CDN endpoint with the specified endpoint name under the specified subscription,
|
|
52
|
+
* resource group and profile. Only tags can be updated after creating an endpoint. To update origins,
|
|
53
|
+
* use the Update Origin operation. To update origin groups, use the Update Origin group operation. To
|
|
54
|
+
* update custom domains, use the Update Custom Domain operation.
|
|
55
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
56
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
57
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
58
|
+
* @param endpointUpdateProperties Endpoint update properties
|
|
59
|
+
* @param options The options parameters.
|
|
60
|
+
*/
|
|
61
|
+
beginUpdate(resourceGroupName: string, profileName: string, endpointName: string, endpointUpdateProperties: EndpointUpdateParameters, options?: EndpointsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<EndpointsUpdateResponse>, EndpointsUpdateResponse>>;
|
|
62
|
+
/**
|
|
63
|
+
* Updates an existing CDN endpoint with the specified endpoint name under the specified subscription,
|
|
64
|
+
* resource group and profile. Only tags can be updated after creating an endpoint. To update origins,
|
|
65
|
+
* use the Update Origin operation. To update origin groups, use the Update Origin group operation. To
|
|
66
|
+
* update custom domains, use the Update Custom Domain operation.
|
|
67
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
68
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
69
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
70
|
+
* @param endpointUpdateProperties Endpoint update properties
|
|
71
|
+
* @param options The options parameters.
|
|
72
|
+
*/
|
|
73
|
+
beginUpdateAndWait(resourceGroupName: string, profileName: string, endpointName: string, endpointUpdateProperties: EndpointUpdateParameters, options?: EndpointsUpdateOptionalParams): Promise<EndpointsUpdateResponse>;
|
|
74
|
+
/**
|
|
75
|
+
* Deletes an existing CDN endpoint with the specified endpoint name under the specified subscription,
|
|
76
|
+
* resource group and profile.
|
|
77
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
78
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
79
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
80
|
+
* @param options The options parameters.
|
|
81
|
+
*/
|
|
82
|
+
beginDelete(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
83
|
+
/**
|
|
84
|
+
* Deletes an existing CDN endpoint with the specified endpoint name under the specified subscription,
|
|
85
|
+
* resource group and profile.
|
|
86
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
87
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
88
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
89
|
+
* @param options The options parameters.
|
|
90
|
+
*/
|
|
91
|
+
beginDeleteAndWait(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsDeleteOptionalParams): Promise<void>;
|
|
92
|
+
/**
|
|
93
|
+
* Starts an existing CDN endpoint that is on a stopped state.
|
|
94
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
95
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
96
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
97
|
+
* @param options The options parameters.
|
|
98
|
+
*/
|
|
99
|
+
beginStart(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStartOptionalParams): Promise<SimplePollerLike<OperationState<EndpointsStartResponse>, EndpointsStartResponse>>;
|
|
100
|
+
/**
|
|
101
|
+
* Starts an existing CDN endpoint that is on a stopped state.
|
|
102
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
103
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
104
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
105
|
+
* @param options The options parameters.
|
|
106
|
+
*/
|
|
107
|
+
beginStartAndWait(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStartOptionalParams): Promise<EndpointsStartResponse>;
|
|
108
|
+
/**
|
|
109
|
+
* Stops an existing running CDN endpoint.
|
|
110
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
111
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
112
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
113
|
+
* @param options The options parameters.
|
|
114
|
+
*/
|
|
115
|
+
beginStop(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStopOptionalParams): Promise<SimplePollerLike<OperationState<EndpointsStopResponse>, EndpointsStopResponse>>;
|
|
116
|
+
/**
|
|
117
|
+
* Stops an existing running CDN endpoint.
|
|
118
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
119
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
120
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
121
|
+
* @param options The options parameters.
|
|
122
|
+
*/
|
|
123
|
+
beginStopAndWait(resourceGroupName: string, profileName: string, endpointName: string, options?: EndpointsStopOptionalParams): Promise<EndpointsStopResponse>;
|
|
124
|
+
/**
|
|
125
|
+
* Removes a content from CDN.
|
|
126
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
127
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
128
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
129
|
+
* @param contentFilePaths The path to the content to be purged. Path can be a full URL, e.g.
|
|
130
|
+
* '/pictures/city.png' which removes a single file, or a directory with a wildcard, e.g. '/pictures/*'
|
|
131
|
+
* which removes all folders and files in the directory.
|
|
132
|
+
* @param options The options parameters.
|
|
133
|
+
*/
|
|
134
|
+
beginPurgeContent(resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: PurgeParameters, options?: EndpointsPurgeContentOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
135
|
+
/**
|
|
136
|
+
* Removes a content from CDN.
|
|
137
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
138
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
139
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
140
|
+
* @param contentFilePaths The path to the content to be purged. Path can be a full URL, e.g.
|
|
141
|
+
* '/pictures/city.png' which removes a single file, or a directory with a wildcard, e.g. '/pictures/*'
|
|
142
|
+
* which removes all folders and files in the directory.
|
|
143
|
+
* @param options The options parameters.
|
|
144
|
+
*/
|
|
145
|
+
beginPurgeContentAndWait(resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: PurgeParameters, options?: EndpointsPurgeContentOptionalParams): Promise<void>;
|
|
146
|
+
/**
|
|
147
|
+
* Pre-loads a content to CDN. Available for Verizon Profiles.
|
|
148
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
149
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
150
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
151
|
+
* @param contentFilePaths The path to the content to be loaded. Path should be a full URL, e.g.
|
|
152
|
+
* ‘/pictures/city.png' which loads a single file
|
|
153
|
+
* @param options The options parameters.
|
|
154
|
+
*/
|
|
155
|
+
beginLoadContent(resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: LoadParameters, options?: EndpointsLoadContentOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
156
|
+
/**
|
|
157
|
+
* Pre-loads a content to CDN. Available for Verizon Profiles.
|
|
158
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
159
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
160
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
161
|
+
* @param contentFilePaths The path to the content to be loaded. Path should be a full URL, e.g.
|
|
162
|
+
* ‘/pictures/city.png' which loads a single file
|
|
163
|
+
* @param options The options parameters.
|
|
164
|
+
*/
|
|
165
|
+
beginLoadContentAndWait(resourceGroupName: string, profileName: string, endpointName: string, contentFilePaths: LoadParameters, options?: EndpointsLoadContentOptionalParams): Promise<void>;
|
|
166
|
+
/**
|
|
167
|
+
* Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
|
|
168
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
169
|
+
* @param profileName Name of the CDN profile which is unique within the resource group.
|
|
170
|
+
* @param endpointName Name of the endpoint under the profile which is unique globally.
|
|
171
|
+
* @param customDomainProperties Custom domain to be validated.
|
|
172
|
+
* @param options The options parameters.
|
|
173
|
+
*/
|
|
174
|
+
validateCustomDomain(resourceGroupName: string, profileName: string, endpointName: string, customDomainProperties: ValidateCustomDomainInput, options?: EndpointsValidateCustomDomainOptionalParams): Promise<EndpointsValidateCustomDomainResponse>;
|
|
175
|
+
}
|
|
176
|
+
//# sourceMappingURL=endpoints.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"endpoints.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/endpoints.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,QAAQ,EACR,oCAAoC,EACpC,aAAa,EACb,wCAAwC,EACxC,0BAA0B,EAC1B,oBAAoB,EACpB,6BAA6B,EAC7B,uBAAuB,EACvB,wBAAwB,EACxB,6BAA6B,EAC7B,uBAAuB,EACvB,6BAA6B,EAC7B,4BAA4B,EAC5B,sBAAsB,EACtB,2BAA2B,EAC3B,qBAAqB,EACrB,eAAe,EACf,mCAAmC,EACnC,cAAc,EACd,kCAAkC,EAClC,yBAAyB,EACzB,2CAA2C,EAC3C,qCAAqC,EACtC,MAAM,oBAAoB,CAAC;AAG5B,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;;;OAKG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,0BAA0B,CAAC,QAAQ,CAAC,CAAC;IACxC;;;;;;OAMG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,aAAa,CAAC,CAAC;IAC7C;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,QAAQ,EAClB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,uBAAuB,CAAC,EACvC,uBAAuB,CACxB,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,QAAQ,EAAE,QAAQ,EAClB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;;;;;OAUG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,wBAAwB,EAAE,wBAAwB,EAClD,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,uBAAuB,CAAC,EACvC,uBAAuB,CACxB,CACF,CAAC;IACF;;;;;;;;;;OAUG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,wBAAwB,EAAE,wBAAwB,EAClD,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sBAAsB,CAAC,EACtC,sBAAsB,CACvB,CACF,CAAC;IACF;;;;;;OAMG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;OAMG;IACH,SAAS,CACP,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,qBAAqB,CAAC,EACrC,qBAAqB,CACtB,CACF,CAAC;IACF;;;;;;OAMG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;;;;OASG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,eAAe,EACjC,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;;OASG;IACH,wBAAwB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,eAAe,EACjC,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;OAQG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,cAAc,EAChC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;OAQG;IACH,uBAAuB,CACrB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,gBAAgB,EAAE,cAAc,EAChC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,oBAAoB,CAClB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,sBAAsB,EAAE,yBAAyB,EACjD,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;CACnD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/endpoints.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Endpoint,\n EndpointsListByProfileOptionalParams,\n ResourceUsage,\n EndpointsListResourceUsageOptionalParams,\n EndpointsGetOptionalParams,\n EndpointsGetResponse,\n EndpointsCreateOptionalParams,\n EndpointsCreateResponse,\n EndpointUpdateParameters,\n EndpointsUpdateOptionalParams,\n EndpointsUpdateResponse,\n EndpointsDeleteOptionalParams,\n EndpointsStartOptionalParams,\n EndpointsStartResponse,\n EndpointsStopOptionalParams,\n EndpointsStopResponse,\n PurgeParameters,\n EndpointsPurgeContentOptionalParams,\n LoadParameters,\n EndpointsLoadContentOptionalParams,\n ValidateCustomDomainInput,\n EndpointsValidateCustomDomainOptionalParams,\n EndpointsValidateCustomDomainResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Endpoints. */\nexport interface Endpoints {\n /**\n * Lists existing CDN endpoints.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param options The options parameters.\n */\n listByProfile(\n resourceGroupName: string,\n profileName: string,\n options?: EndpointsListByProfileOptionalParams,\n ): PagedAsyncIterableIterator<Endpoint>;\n /**\n * Checks the quota and usage of geo filters and custom domains under the given endpoint.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param options The options parameters.\n */\n listResourceUsage(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n options?: EndpointsListResourceUsageOptionalParams,\n ): PagedAsyncIterableIterator<ResourceUsage>;\n /**\n * Gets an existing CDN endpoint with the specified endpoint name under the specified subscription,\n * resource group and profile.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n options?: EndpointsGetOptionalParams,\n ): Promise<EndpointsGetResponse>;\n /**\n * Creates a new CDN endpoint with the specified endpoint name under the specified subscription,\n * resource group and profile.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param endpoint Endpoint properties\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n endpoint: Endpoint,\n options?: EndpointsCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<EndpointsCreateResponse>,\n EndpointsCreateResponse\n >\n >;\n /**\n * Creates a new CDN endpoint with the specified endpoint name under the specified subscription,\n * resource group and profile.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param endpoint Endpoint properties\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n endpoint: Endpoint,\n options?: EndpointsCreateOptionalParams,\n ): Promise<EndpointsCreateResponse>;\n /**\n * Updates an existing CDN endpoint with the specified endpoint name under the specified subscription,\n * resource group and profile. Only tags can be updated after creating an endpoint. To update origins,\n * use the Update Origin operation. To update origin groups, use the Update Origin group operation. To\n * update custom domains, use the Update Custom Domain operation.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param endpointUpdateProperties Endpoint update properties\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n endpointUpdateProperties: EndpointUpdateParameters,\n options?: EndpointsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<EndpointsUpdateResponse>,\n EndpointsUpdateResponse\n >\n >;\n /**\n * Updates an existing CDN endpoint with the specified endpoint name under the specified subscription,\n * resource group and profile. Only tags can be updated after creating an endpoint. To update origins,\n * use the Update Origin operation. To update origin groups, use the Update Origin group operation. To\n * update custom domains, use the Update Custom Domain operation.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param endpointUpdateProperties Endpoint update properties\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n endpointUpdateProperties: EndpointUpdateParameters,\n options?: EndpointsUpdateOptionalParams,\n ): Promise<EndpointsUpdateResponse>;\n /**\n * Deletes an existing CDN endpoint with the specified endpoint name under the specified subscription,\n * resource group and profile.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n options?: EndpointsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes an existing CDN endpoint with the specified endpoint name under the specified subscription,\n * resource group and profile.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n options?: EndpointsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Starts an existing CDN endpoint that is on a stopped state.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param options The options parameters.\n */\n beginStart(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n options?: EndpointsStartOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<EndpointsStartResponse>,\n EndpointsStartResponse\n >\n >;\n /**\n * Starts an existing CDN endpoint that is on a stopped state.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param options The options parameters.\n */\n beginStartAndWait(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n options?: EndpointsStartOptionalParams,\n ): Promise<EndpointsStartResponse>;\n /**\n * Stops an existing running CDN endpoint.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param options The options parameters.\n */\n beginStop(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n options?: EndpointsStopOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<EndpointsStopResponse>,\n EndpointsStopResponse\n >\n >;\n /**\n * Stops an existing running CDN endpoint.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param options The options parameters.\n */\n beginStopAndWait(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n options?: EndpointsStopOptionalParams,\n ): Promise<EndpointsStopResponse>;\n /**\n * Removes a content from CDN.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param contentFilePaths The path to the content to be purged. Path can be a full URL, e.g.\n * '/pictures/city.png' which removes a single file, or a directory with a wildcard, e.g. '/pictures/*'\n * which removes all folders and files in the directory.\n * @param options The options parameters.\n */\n beginPurgeContent(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n contentFilePaths: PurgeParameters,\n options?: EndpointsPurgeContentOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Removes a content from CDN.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param contentFilePaths The path to the content to be purged. Path can be a full URL, e.g.\n * '/pictures/city.png' which removes a single file, or a directory with a wildcard, e.g. '/pictures/*'\n * which removes all folders and files in the directory.\n * @param options The options parameters.\n */\n beginPurgeContentAndWait(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n contentFilePaths: PurgeParameters,\n options?: EndpointsPurgeContentOptionalParams,\n ): Promise<void>;\n /**\n * Pre-loads a content to CDN. Available for Verizon Profiles.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param contentFilePaths The path to the content to be loaded. Path should be a full URL, e.g.\n * ‘/pictures/city.png' which loads a single file\n * @param options The options parameters.\n */\n beginLoadContent(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n contentFilePaths: LoadParameters,\n options?: EndpointsLoadContentOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Pre-loads a content to CDN. Available for Verizon Profiles.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param contentFilePaths The path to the content to be loaded. Path should be a full URL, e.g.\n * ‘/pictures/city.png' which loads a single file\n * @param options The options parameters.\n */\n beginLoadContentAndWait(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n contentFilePaths: LoadParameters,\n options?: EndpointsLoadContentOptionalParams,\n ): Promise<void>;\n /**\n * Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the CDN profile which is unique within the resource group.\n * @param endpointName Name of the endpoint under the profile which is unique globally.\n * @param customDomainProperties Custom domain to be validated.\n * @param options The options parameters.\n */\n validateCustomDomain(\n resourceGroupName: string,\n profileName: string,\n endpointName: string,\n customDomainProperties: ValidateCustomDomainInput,\n options?: EndpointsValidateCustomDomainOptionalParams,\n ): Promise<EndpointsValidateCustomDomainResponse>;\n}\n"]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export * from "./afdProfiles.js";
|
|
2
|
+
export * from "./afdCustomDomains.js";
|
|
3
|
+
export * from "./afdEndpoints.js";
|
|
4
|
+
export * from "./afdOriginGroups.js";
|
|
5
|
+
export * from "./afdOrigins.js";
|
|
6
|
+
export * from "./routes.js";
|
|
7
|
+
export * from "./ruleSets.js";
|
|
8
|
+
export * from "./rules.js";
|
|
9
|
+
export * from "./securityPolicies.js";
|
|
10
|
+
export * from "./secrets.js";
|
|
11
|
+
export * from "./logAnalytics.js";
|
|
12
|
+
export * from "./profiles.js";
|
|
13
|
+
export * from "./endpoints.js";
|
|
14
|
+
export * from "./origins.js";
|
|
15
|
+
export * from "./originGroups.js";
|
|
16
|
+
export * from "./customDomains.js";
|
|
17
|
+
export * from "./resourceUsageOperations.js";
|
|
18
|
+
export * from "./operations.js";
|
|
19
|
+
export * from "./edgeNodes.js";
|
|
20
|
+
export * from "./policies.js";
|
|
21
|
+
export * from "./managedRuleSets.js";
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export * from "./afdProfiles.js";
|
|
9
|
+
export * from "./afdCustomDomains.js";
|
|
10
|
+
export * from "./afdEndpoints.js";
|
|
11
|
+
export * from "./afdOriginGroups.js";
|
|
12
|
+
export * from "./afdOrigins.js";
|
|
13
|
+
export * from "./routes.js";
|
|
14
|
+
export * from "./ruleSets.js";
|
|
15
|
+
export * from "./rules.js";
|
|
16
|
+
export * from "./securityPolicies.js";
|
|
17
|
+
export * from "./secrets.js";
|
|
18
|
+
export * from "./logAnalytics.js";
|
|
19
|
+
export * from "./profiles.js";
|
|
20
|
+
export * from "./endpoints.js";
|
|
21
|
+
export * from "./origins.js";
|
|
22
|
+
export * from "./originGroups.js";
|
|
23
|
+
export * from "./customDomains.js";
|
|
24
|
+
export * from "./resourceUsageOperations.js";
|
|
25
|
+
export * from "./operations.js";
|
|
26
|
+
export * from "./edgeNodes.js";
|
|
27
|
+
export * from "./policies.js";
|
|
28
|
+
export * from "./managedRuleSets.js";
|
|
29
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC","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\nexport * from \"./afdProfiles.js\";\nexport * from \"./afdCustomDomains.js\";\nexport * from \"./afdEndpoints.js\";\nexport * from \"./afdOriginGroups.js\";\nexport * from \"./afdOrigins.js\";\nexport * from \"./routes.js\";\nexport * from \"./ruleSets.js\";\nexport * from \"./rules.js\";\nexport * from \"./securityPolicies.js\";\nexport * from \"./secrets.js\";\nexport * from \"./logAnalytics.js\";\nexport * from \"./profiles.js\";\nexport * from \"./endpoints.js\";\nexport * from \"./origins.js\";\nexport * from \"./originGroups.js\";\nexport * from \"./customDomains.js\";\nexport * from \"./resourceUsageOperations.js\";\nexport * from \"./operations.js\";\nexport * from \"./edgeNodes.js\";\nexport * from \"./policies.js\";\nexport * from \"./managedRuleSets.js\";\n"]}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { LogMetric, LogMetricsGranularity, LogAnalyticsGetLogAnalyticsMetricsOptionalParams, LogAnalyticsGetLogAnalyticsMetricsResponse, LogRanking, LogRankingMetric, LogAnalyticsGetLogAnalyticsRankingsOptionalParams, LogAnalyticsGetLogAnalyticsRankingsResponse, LogAnalyticsGetLogAnalyticsLocationsOptionalParams, LogAnalyticsGetLogAnalyticsLocationsResponse, LogAnalyticsGetLogAnalyticsResourcesOptionalParams, LogAnalyticsGetLogAnalyticsResourcesResponse, WafMetric, WafGranularity, LogAnalyticsGetWafLogAnalyticsMetricsOptionalParams, LogAnalyticsGetWafLogAnalyticsMetricsResponse, WafRankingType, LogAnalyticsGetWafLogAnalyticsRankingsOptionalParams, LogAnalyticsGetWafLogAnalyticsRankingsResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a LogAnalytics. */
|
|
3
|
+
export interface LogAnalytics {
|
|
4
|
+
/**
|
|
5
|
+
* Get log report for AFD profile
|
|
6
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
7
|
+
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which
|
|
8
|
+
* is unique within the resource group. which is unique within the resource group.
|
|
9
|
+
* @param metrics Array of LogMetric
|
|
10
|
+
* @param dateTimeBegin
|
|
11
|
+
* @param dateTimeEnd
|
|
12
|
+
* @param granularity
|
|
13
|
+
* @param customDomains Array of Get11ItemsItem
|
|
14
|
+
* @param protocols Array of Get12ItemsItem
|
|
15
|
+
* @param options The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
getLogAnalyticsMetrics(resourceGroupName: string, profileName: string, metrics: LogMetric[], dateTimeBegin: Date, dateTimeEnd: Date, granularity: LogMetricsGranularity, customDomains: string[], protocols: string[], options?: LogAnalyticsGetLogAnalyticsMetricsOptionalParams): Promise<LogAnalyticsGetLogAnalyticsMetricsResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* Get log analytics ranking report for AFD profile
|
|
20
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
21
|
+
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which
|
|
22
|
+
* is unique within the resource group. which is unique within the resource group.
|
|
23
|
+
* @param rankings Array of LogRanking
|
|
24
|
+
* @param metrics Array of LogRankingMetric
|
|
25
|
+
* @param maxRanking
|
|
26
|
+
* @param dateTimeBegin
|
|
27
|
+
* @param dateTimeEnd
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
getLogAnalyticsRankings(resourceGroupName: string, profileName: string, rankings: LogRanking[], metrics: LogRankingMetric[], maxRanking: number, dateTimeBegin: Date, dateTimeEnd: Date, options?: LogAnalyticsGetLogAnalyticsRankingsOptionalParams): Promise<LogAnalyticsGetLogAnalyticsRankingsResponse>;
|
|
31
|
+
/**
|
|
32
|
+
* Get all available location names for AFD log analytics report.
|
|
33
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
34
|
+
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which
|
|
35
|
+
* is unique within the resource group. which is unique within the resource group.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
getLogAnalyticsLocations(resourceGroupName: string, profileName: string, options?: LogAnalyticsGetLogAnalyticsLocationsOptionalParams): Promise<LogAnalyticsGetLogAnalyticsLocationsResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* Get all endpoints and custom domains available for AFD log report
|
|
41
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
42
|
+
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which
|
|
43
|
+
* is unique within the resource group. which is unique within the resource group.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
getLogAnalyticsResources(resourceGroupName: string, profileName: string, options?: LogAnalyticsGetLogAnalyticsResourcesOptionalParams): Promise<LogAnalyticsGetLogAnalyticsResourcesResponse>;
|
|
47
|
+
/**
|
|
48
|
+
* Get Waf related log analytics report for AFD profile.
|
|
49
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
50
|
+
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which
|
|
51
|
+
* is unique within the resource group. which is unique within the resource group.
|
|
52
|
+
* @param metrics Array of WafMetric
|
|
53
|
+
* @param dateTimeBegin
|
|
54
|
+
* @param dateTimeEnd
|
|
55
|
+
* @param granularity
|
|
56
|
+
* @param options The options parameters.
|
|
57
|
+
*/
|
|
58
|
+
getWafLogAnalyticsMetrics(resourceGroupName: string, profileName: string, metrics: WafMetric[], dateTimeBegin: Date, dateTimeEnd: Date, granularity: WafGranularity, options?: LogAnalyticsGetWafLogAnalyticsMetricsOptionalParams): Promise<LogAnalyticsGetWafLogAnalyticsMetricsResponse>;
|
|
59
|
+
/**
|
|
60
|
+
* Get WAF log analytics charts for AFD profile
|
|
61
|
+
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
62
|
+
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which
|
|
63
|
+
* is unique within the resource group. which is unique within the resource group.
|
|
64
|
+
* @param metrics Array of WafMetric
|
|
65
|
+
* @param dateTimeBegin
|
|
66
|
+
* @param dateTimeEnd
|
|
67
|
+
* @param maxRanking
|
|
68
|
+
* @param rankings Array of WafRankingType
|
|
69
|
+
* @param options The options parameters.
|
|
70
|
+
*/
|
|
71
|
+
getWafLogAnalyticsRankings(resourceGroupName: string, profileName: string, metrics: WafMetric[], dateTimeBegin: Date, dateTimeEnd: Date, maxRanking: number, rankings: WafRankingType[], options?: LogAnalyticsGetWafLogAnalyticsRankingsOptionalParams): Promise<LogAnalyticsGetWafLogAnalyticsRankingsResponse>;
|
|
72
|
+
}
|
|
73
|
+
//# sourceMappingURL=logAnalytics.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logAnalytics.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/logAnalytics.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,SAAS,EACT,qBAAqB,EACrB,gDAAgD,EAChD,0CAA0C,EAC1C,UAAU,EACV,gBAAgB,EAChB,iDAAiD,EACjD,2CAA2C,EAC3C,kDAAkD,EAClD,4CAA4C,EAC5C,kDAAkD,EAClD,4CAA4C,EAC5C,SAAS,EACT,cAAc,EACd,mDAAmD,EACnD,6CAA6C,EAC7C,cAAc,EACd,oDAAoD,EACpD,8CAA8C,EAC/C,MAAM,oBAAoB,CAAC;AAE5B,6CAA6C;AAC7C,MAAM,WAAW,YAAY;IAC3B;;;;;;;;;;;;OAYG;IACH,sBAAsB,CACpB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,SAAS,EAAE,EACpB,aAAa,EAAE,IAAI,EACnB,WAAW,EAAE,IAAI,EACjB,WAAW,EAAE,qBAAqB,EAClC,aAAa,EAAE,MAAM,EAAE,EACvB,SAAS,EAAE,MAAM,EAAE,EACnB,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC,CAAC;IACvD;;;;;;;;;;;OAWG;IACH,uBAAuB,CACrB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,UAAU,EAAE,EACtB,OAAO,EAAE,gBAAgB,EAAE,EAC3B,UAAU,EAAE,MAAM,EAClB,aAAa,EAAE,IAAI,EACnB,WAAW,EAAE,IAAI,EACjB,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,2CAA2C,CAAC,CAAC;IACxD;;;;;;OAMG;IACH,wBAAwB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,wBAAwB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC,CAAC;IACzD;;;;;;;;;;OAUG;IACH,yBAAyB,CACvB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,SAAS,EAAE,EACpB,aAAa,EAAE,IAAI,EACnB,WAAW,EAAE,IAAI,EACjB,WAAW,EAAE,cAAc,EAC3B,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC,CAAC;IAC1D;;;;;;;;;;;OAWG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,SAAS,EAAE,EACpB,aAAa,EAAE,IAAI,EACnB,WAAW,EAAE,IAAI,EACjB,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,cAAc,EAAE,EAC1B,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,8CAA8C,CAAC,CAAC;CAC5D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logAnalytics.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/logAnalytics.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 {\n LogMetric,\n LogMetricsGranularity,\n LogAnalyticsGetLogAnalyticsMetricsOptionalParams,\n LogAnalyticsGetLogAnalyticsMetricsResponse,\n LogRanking,\n LogRankingMetric,\n LogAnalyticsGetLogAnalyticsRankingsOptionalParams,\n LogAnalyticsGetLogAnalyticsRankingsResponse,\n LogAnalyticsGetLogAnalyticsLocationsOptionalParams,\n LogAnalyticsGetLogAnalyticsLocationsResponse,\n LogAnalyticsGetLogAnalyticsResourcesOptionalParams,\n LogAnalyticsGetLogAnalyticsResourcesResponse,\n WafMetric,\n WafGranularity,\n LogAnalyticsGetWafLogAnalyticsMetricsOptionalParams,\n LogAnalyticsGetWafLogAnalyticsMetricsResponse,\n WafRankingType,\n LogAnalyticsGetWafLogAnalyticsRankingsOptionalParams,\n LogAnalyticsGetWafLogAnalyticsRankingsResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a LogAnalytics. */\nexport interface LogAnalytics {\n /**\n * Get log report for AFD profile\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which\n * is unique within the resource group. which is unique within the resource group.\n * @param metrics Array of LogMetric\n * @param dateTimeBegin\n * @param dateTimeEnd\n * @param granularity\n * @param customDomains Array of Get11ItemsItem\n * @param protocols Array of Get12ItemsItem\n * @param options The options parameters.\n */\n getLogAnalyticsMetrics(\n resourceGroupName: string,\n profileName: string,\n metrics: LogMetric[],\n dateTimeBegin: Date,\n dateTimeEnd: Date,\n granularity: LogMetricsGranularity,\n customDomains: string[],\n protocols: string[],\n options?: LogAnalyticsGetLogAnalyticsMetricsOptionalParams,\n ): Promise<LogAnalyticsGetLogAnalyticsMetricsResponse>;\n /**\n * Get log analytics ranking report for AFD profile\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which\n * is unique within the resource group. which is unique within the resource group.\n * @param rankings Array of LogRanking\n * @param metrics Array of LogRankingMetric\n * @param maxRanking\n * @param dateTimeBegin\n * @param dateTimeEnd\n * @param options The options parameters.\n */\n getLogAnalyticsRankings(\n resourceGroupName: string,\n profileName: string,\n rankings: LogRanking[],\n metrics: LogRankingMetric[],\n maxRanking: number,\n dateTimeBegin: Date,\n dateTimeEnd: Date,\n options?: LogAnalyticsGetLogAnalyticsRankingsOptionalParams,\n ): Promise<LogAnalyticsGetLogAnalyticsRankingsResponse>;\n /**\n * Get all available location names for AFD log analytics report.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which\n * is unique within the resource group. which is unique within the resource group.\n * @param options The options parameters.\n */\n getLogAnalyticsLocations(\n resourceGroupName: string,\n profileName: string,\n options?: LogAnalyticsGetLogAnalyticsLocationsOptionalParams,\n ): Promise<LogAnalyticsGetLogAnalyticsLocationsResponse>;\n /**\n * Get all endpoints and custom domains available for AFD log report\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which\n * is unique within the resource group. which is unique within the resource group.\n * @param options The options parameters.\n */\n getLogAnalyticsResources(\n resourceGroupName: string,\n profileName: string,\n options?: LogAnalyticsGetLogAnalyticsResourcesOptionalParams,\n ): Promise<LogAnalyticsGetLogAnalyticsResourcesResponse>;\n /**\n * Get Waf related log analytics report for AFD profile.\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which\n * is unique within the resource group. which is unique within the resource group.\n * @param metrics Array of WafMetric\n * @param dateTimeBegin\n * @param dateTimeEnd\n * @param granularity\n * @param options The options parameters.\n */\n getWafLogAnalyticsMetrics(\n resourceGroupName: string,\n profileName: string,\n metrics: WafMetric[],\n dateTimeBegin: Date,\n dateTimeEnd: Date,\n granularity: WafGranularity,\n options?: LogAnalyticsGetWafLogAnalyticsMetricsOptionalParams,\n ): Promise<LogAnalyticsGetWafLogAnalyticsMetricsResponse>;\n /**\n * Get WAF log analytics charts for AFD profile\n * @param resourceGroupName Name of the Resource group within the Azure subscription.\n * @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which\n * is unique within the resource group. which is unique within the resource group.\n * @param metrics Array of WafMetric\n * @param dateTimeBegin\n * @param dateTimeEnd\n * @param maxRanking\n * @param rankings Array of WafRankingType\n * @param options The options parameters.\n */\n getWafLogAnalyticsRankings(\n resourceGroupName: string,\n profileName: string,\n metrics: WafMetric[],\n dateTimeBegin: Date,\n dateTimeEnd: Date,\n maxRanking: number,\n rankings: WafRankingType[],\n options?: LogAnalyticsGetWafLogAnalyticsRankingsOptionalParams,\n ): Promise<LogAnalyticsGetWafLogAnalyticsRankingsResponse>;\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { ManagedRuleSetDefinition, ManagedRuleSetsListOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a ManagedRuleSets. */
|
|
4
|
+
export interface ManagedRuleSets {
|
|
5
|
+
/**
|
|
6
|
+
* Lists all available managed rule sets.
|
|
7
|
+
* @param options The options parameters.
|
|
8
|
+
*/
|
|
9
|
+
list(options?: ManagedRuleSetsListOptionalParams): PagedAsyncIterableIterator<ManagedRuleSetDefinition>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=managedRuleSets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managedRuleSets.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/managedRuleSets.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,wBAAwB,EACxB,iCAAiC,EAClC,MAAM,oBAAoB,CAAC;AAG5B,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,wBAAwB,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managedRuleSets.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/managedRuleSets.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n ManagedRuleSetDefinition,\n ManagedRuleSetsListOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ManagedRuleSets. */\nexport interface ManagedRuleSets {\n /**\n * Lists all available managed rule sets.\n * @param options The options parameters.\n */\n list(\n options?: ManagedRuleSetsListOptionalParams,\n ): PagedAsyncIterableIterator<ManagedRuleSetDefinition>;\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a Operations. */
|
|
4
|
+
export interface Operations {
|
|
5
|
+
/**
|
|
6
|
+
* Lists all of the available CDN REST API operations.
|
|
7
|
+
* @param options The options parameters.
|
|
8
|
+
*/
|
|
9
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAG7E,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available CDN REST API operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}
|