@azure/arm-paloaltonetworksngfw 1.1.1-alpha.20250218.1 → 1.1.1-alpha.20250219.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/README.md +21 -14
- 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 +279 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/certificateObjectGlobalRulestack.d.ts +73 -0
- package/dist/browser/operations/certificateObjectGlobalRulestack.d.ts.map +1 -0
- package/dist/browser/operations/certificateObjectGlobalRulestack.js +329 -0
- package/dist/browser/operations/certificateObjectGlobalRulestack.js.map +1 -0
- package/dist/browser/operations/certificateObjectLocalRulestack.d.ts +81 -0
- package/dist/browser/operations/certificateObjectLocalRulestack.d.ts.map +1 -0
- package/dist/browser/operations/certificateObjectLocalRulestack.js +350 -0
- package/dist/browser/operations/certificateObjectLocalRulestack.js.map +1 -0
- package/dist/browser/operations/firewallStatus.d.ts +45 -0
- package/dist/browser/operations/firewallStatus.d.ts.map +1 -0
- package/dist/browser/operations/firewallStatus.js +180 -0
- package/dist/browser/operations/firewallStatus.js.map +1 -0
- package/dist/browser/operations/firewalls.d.ts +127 -0
- package/dist/browser/operations/firewalls.d.ts.map +1 -0
- package/dist/browser/operations/firewalls.js +601 -0
- package/dist/browser/operations/firewalls.js.map +1 -0
- package/dist/browser/operations/fqdnListGlobalRulestack.d.ts +73 -0
- package/dist/browser/operations/fqdnListGlobalRulestack.d.ts.map +1 -0
- package/dist/browser/operations/fqdnListGlobalRulestack.js +329 -0
- package/dist/browser/operations/fqdnListGlobalRulestack.js.map +1 -0
- package/dist/browser/operations/fqdnListLocalRulestack.d.ts +81 -0
- package/dist/browser/operations/fqdnListLocalRulestack.d.ts.map +1 -0
- package/dist/browser/operations/fqdnListLocalRulestack.js +350 -0
- package/dist/browser/operations/fqdnListLocalRulestack.js.map +1 -0
- package/dist/browser/operations/globalRulestack.d.ts +134 -0
- package/dist/browser/operations/globalRulestack.d.ts.map +1 -0
- package/dist/browser/operations/globalRulestack.js +607 -0
- package/dist/browser/operations/globalRulestack.js.map +1 -0
- package/dist/browser/operations/index.d.ts +15 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +22 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/localRules.d.ts +105 -0
- package/dist/browser/operations/localRules.d.ts.map +1 -0
- package/dist/browser/operations/localRules.js +450 -0
- package/dist/browser/operations/localRules.js.map +1 -0
- package/dist/browser/operations/localRulestacks.d.ts +178 -0
- package/dist/browser/operations/localRulestacks.d.ts.map +1 -0
- package/dist/browser/operations/localRulestacks.js +841 -0
- package/dist/browser/operations/localRulestacks.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/postRules.d.ts +94 -0
- package/dist/browser/operations/postRules.d.ts.map +1 -0
- package/dist/browser/operations/postRules.js +414 -0
- package/dist/browser/operations/postRules.js.map +1 -0
- package/dist/browser/operations/preRules.d.ts +94 -0
- package/dist/browser/operations/preRules.d.ts.map +1 -0
- package/dist/browser/operations/preRules.js +414 -0
- package/dist/browser/operations/preRules.js.map +1 -0
- package/dist/browser/operations/prefixListGlobalRulestack.d.ts +73 -0
- package/dist/browser/operations/prefixListGlobalRulestack.d.ts.map +1 -0
- package/dist/browser/operations/prefixListGlobalRulestack.js +329 -0
- package/dist/browser/operations/prefixListGlobalRulestack.js.map +1 -0
- package/dist/browser/operations/prefixListLocalRulestack.d.ts +81 -0
- package/dist/browser/operations/prefixListLocalRulestack.d.ts.map +1 -0
- package/dist/browser/operations/prefixListLocalRulestack.js +350 -0
- package/dist/browser/operations/prefixListLocalRulestack.js.map +1 -0
- package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +50 -0
- package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -0
- package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.d.ts +56 -0
- package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -0
- package/dist/browser/operationsInterfaces/firewallStatus.d.ts +20 -0
- package/dist/browser/operationsInterfaces/firewallStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/firewallStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/firewalls.d.ts +91 -0
- package/dist/browser/operationsInterfaces/firewalls.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/firewalls.js.map +1 -0
- package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.d.ts +50 -0
- package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -0
- package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.d.ts +56 -0
- package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -0
- package/dist/browser/operationsInterfaces/globalRulestack.d.ts +113 -0
- package/dist/browser/operationsInterfaces/globalRulestack.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/globalRulestack.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +15 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +22 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/localRules.d.ts +80 -0
- package/dist/browser/operationsInterfaces/localRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/localRules.js.map +1 -0
- package/dist/browser/operationsInterfaces/localRulestacks.d.ts +142 -0
- package/dist/browser/operationsInterfaces/localRulestacks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/localRulestacks.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/postRules.d.ts +71 -0
- package/dist/browser/operationsInterfaces/postRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/postRules.js.map +1 -0
- package/dist/browser/operationsInterfaces/preRules.d.ts +71 -0
- package/dist/browser/operationsInterfaces/preRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/preRules.js.map +1 -0
- package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.d.ts +50 -0
- package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -0
- package/dist/browser/operationsInterfaces/prefixListLocalRulestack.d.ts +56 -0
- package/dist/browser/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/prefixListLocalRulestack.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/paloAltoNetworksCloudngfw.d.ts +34 -0
- package/dist/browser/paloAltoNetworksCloudngfw.d.ts.map +1 -0
- package/dist/browser/paloAltoNetworksCloudngfw.js +108 -0
- package/dist/browser/paloAltoNetworksCloudngfw.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2327 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +279 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +88 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3371 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +38 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +282 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/certificateObjectGlobalRulestack.d.ts +73 -0
- package/dist/commonjs/operations/certificateObjectGlobalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operations/certificateObjectGlobalRulestack.js +333 -0
- package/dist/commonjs/operations/certificateObjectGlobalRulestack.js.map +1 -0
- package/dist/commonjs/operations/certificateObjectLocalRulestack.d.ts +81 -0
- package/dist/commonjs/operations/certificateObjectLocalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operations/certificateObjectLocalRulestack.js +354 -0
- package/dist/commonjs/operations/certificateObjectLocalRulestack.js.map +1 -0
- package/dist/commonjs/operations/firewallStatus.d.ts +45 -0
- package/dist/commonjs/operations/firewallStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/firewallStatus.js +184 -0
- package/dist/commonjs/operations/firewallStatus.js.map +1 -0
- package/dist/commonjs/operations/firewalls.d.ts +127 -0
- package/dist/commonjs/operations/firewalls.d.ts.map +1 -0
- package/dist/commonjs/operations/firewalls.js +605 -0
- package/dist/commonjs/operations/firewalls.js.map +1 -0
- package/dist/commonjs/operations/fqdnListGlobalRulestack.d.ts +73 -0
- package/dist/commonjs/operations/fqdnListGlobalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operations/fqdnListGlobalRulestack.js +333 -0
- package/dist/commonjs/operations/fqdnListGlobalRulestack.js.map +1 -0
- package/dist/commonjs/operations/fqdnListLocalRulestack.d.ts +81 -0
- package/dist/commonjs/operations/fqdnListLocalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operations/fqdnListLocalRulestack.js +354 -0
- package/dist/commonjs/operations/fqdnListLocalRulestack.js.map +1 -0
- package/dist/commonjs/operations/globalRulestack.d.ts +134 -0
- package/dist/commonjs/operations/globalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operations/globalRulestack.js +611 -0
- package/dist/commonjs/operations/globalRulestack.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +15 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +25 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/localRules.d.ts +105 -0
- package/dist/commonjs/operations/localRules.d.ts.map +1 -0
- package/dist/commonjs/operations/localRules.js +454 -0
- package/dist/commonjs/operations/localRules.js.map +1 -0
- package/dist/commonjs/operations/localRulestacks.d.ts +178 -0
- package/dist/commonjs/operations/localRulestacks.d.ts.map +1 -0
- package/dist/commonjs/operations/localRulestacks.js +845 -0
- package/dist/commonjs/operations/localRulestacks.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/postRules.d.ts +94 -0
- package/dist/commonjs/operations/postRules.d.ts.map +1 -0
- package/dist/commonjs/operations/postRules.js +418 -0
- package/dist/commonjs/operations/postRules.js.map +1 -0
- package/dist/commonjs/operations/preRules.d.ts +94 -0
- package/dist/commonjs/operations/preRules.d.ts.map +1 -0
- package/dist/commonjs/operations/preRules.js +418 -0
- package/dist/commonjs/operations/preRules.js.map +1 -0
- package/dist/commonjs/operations/prefixListGlobalRulestack.d.ts +73 -0
- package/dist/commonjs/operations/prefixListGlobalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operations/prefixListGlobalRulestack.js +333 -0
- package/dist/commonjs/operations/prefixListGlobalRulestack.js.map +1 -0
- package/dist/commonjs/operations/prefixListLocalRulestack.d.ts +81 -0
- package/dist/commonjs/operations/prefixListLocalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operations/prefixListLocalRulestack.js +354 -0
- package/dist/commonjs/operations/prefixListLocalRulestack.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.js +10 -0
- package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.js +10 -0
- package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallStatus.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/firewallStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/firewallStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewalls.d.ts +91 -0
- package/dist/commonjs/operationsInterfaces/firewalls.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewalls.js +10 -0
- package/dist/commonjs/operationsInterfaces/firewalls.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.js +10 -0
- package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.js +10 -0
- package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/globalRulestack.d.ts +113 -0
- package/dist/commonjs/operationsInterfaces/globalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/globalRulestack.js +10 -0
- package/dist/commonjs/operationsInterfaces/globalRulestack.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +25 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/localRules.d.ts +80 -0
- package/dist/commonjs/operationsInterfaces/localRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/localRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/localRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/localRulestacks.d.ts +142 -0
- package/dist/commonjs/operationsInterfaces/localRulestacks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/localRulestacks.js +10 -0
- package/dist/commonjs/operationsInterfaces/localRulestacks.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/postRules.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/postRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/postRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/postRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/preRules.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/preRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/preRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/preRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.js +10 -0
- package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.js +10 -0
- package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.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/commonjs/paloAltoNetworksCloudngfw.d.ts +34 -0
- package/dist/commonjs/paloAltoNetworksCloudngfw.d.ts.map +1 -0
- package/dist/commonjs/paloAltoNetworksCloudngfw.js +113 -0
- package/dist/commonjs/paloAltoNetworksCloudngfw.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2327 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +276 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +88 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3367 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +38 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +279 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/certificateObjectGlobalRulestack.d.ts +73 -0
- package/dist/esm/operations/certificateObjectGlobalRulestack.d.ts.map +1 -0
- package/dist/esm/operations/certificateObjectGlobalRulestack.js +329 -0
- package/dist/esm/operations/certificateObjectGlobalRulestack.js.map +1 -0
- package/dist/esm/operations/certificateObjectLocalRulestack.d.ts +81 -0
- package/dist/esm/operations/certificateObjectLocalRulestack.d.ts.map +1 -0
- package/dist/esm/operations/certificateObjectLocalRulestack.js +350 -0
- package/dist/esm/operations/certificateObjectLocalRulestack.js.map +1 -0
- package/dist/esm/operations/firewallStatus.d.ts +45 -0
- package/dist/esm/operations/firewallStatus.d.ts.map +1 -0
- package/dist/esm/operations/firewallStatus.js +180 -0
- package/dist/esm/operations/firewallStatus.js.map +1 -0
- package/dist/esm/operations/firewalls.d.ts +127 -0
- package/dist/esm/operations/firewalls.d.ts.map +1 -0
- package/dist/esm/operations/firewalls.js +601 -0
- package/dist/esm/operations/firewalls.js.map +1 -0
- package/dist/esm/operations/fqdnListGlobalRulestack.d.ts +73 -0
- package/dist/esm/operations/fqdnListGlobalRulestack.d.ts.map +1 -0
- package/dist/esm/operations/fqdnListGlobalRulestack.js +329 -0
- package/dist/esm/operations/fqdnListGlobalRulestack.js.map +1 -0
- package/dist/esm/operations/fqdnListLocalRulestack.d.ts +81 -0
- package/dist/esm/operations/fqdnListLocalRulestack.d.ts.map +1 -0
- package/dist/esm/operations/fqdnListLocalRulestack.js +350 -0
- package/dist/esm/operations/fqdnListLocalRulestack.js.map +1 -0
- package/dist/esm/operations/globalRulestack.d.ts +134 -0
- package/dist/esm/operations/globalRulestack.d.ts.map +1 -0
- package/dist/esm/operations/globalRulestack.js +607 -0
- package/dist/esm/operations/globalRulestack.js.map +1 -0
- package/dist/esm/operations/index.d.ts +15 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +22 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/localRules.d.ts +105 -0
- package/dist/esm/operations/localRules.d.ts.map +1 -0
- package/dist/esm/operations/localRules.js +450 -0
- package/dist/esm/operations/localRules.js.map +1 -0
- package/dist/esm/operations/localRulestacks.d.ts +178 -0
- package/dist/esm/operations/localRulestacks.d.ts.map +1 -0
- package/dist/esm/operations/localRulestacks.js +841 -0
- package/dist/esm/operations/localRulestacks.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/postRules.d.ts +94 -0
- package/dist/esm/operations/postRules.d.ts.map +1 -0
- package/dist/esm/operations/postRules.js +414 -0
- package/dist/esm/operations/postRules.js.map +1 -0
- package/dist/esm/operations/preRules.d.ts +94 -0
- package/dist/esm/operations/preRules.d.ts.map +1 -0
- package/dist/esm/operations/preRules.js +414 -0
- package/dist/esm/operations/preRules.js.map +1 -0
- package/dist/esm/operations/prefixListGlobalRulestack.d.ts +73 -0
- package/dist/esm/operations/prefixListGlobalRulestack.d.ts.map +1 -0
- package/dist/esm/operations/prefixListGlobalRulestack.js +329 -0
- package/dist/esm/operations/prefixListGlobalRulestack.js.map +1 -0
- package/dist/esm/operations/prefixListLocalRulestack.d.ts +81 -0
- package/dist/esm/operations/prefixListLocalRulestack.d.ts.map +1 -0
- package/dist/esm/operations/prefixListLocalRulestack.js +350 -0
- package/dist/esm/operations/prefixListLocalRulestack.js.map +1 -0
- package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +50 -0
- package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.js +9 -0
- package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -0
- package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.d.ts +56 -0
- package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.js +9 -0
- package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -0
- package/dist/esm/operationsInterfaces/firewallStatus.d.ts +20 -0
- package/dist/esm/operationsInterfaces/firewallStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/firewallStatus.js +9 -0
- package/dist/esm/operationsInterfaces/firewallStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/firewalls.d.ts +91 -0
- package/dist/esm/operationsInterfaces/firewalls.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/firewalls.js +9 -0
- package/dist/esm/operationsInterfaces/firewalls.js.map +1 -0
- package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.d.ts +50 -0
- package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.js +9 -0
- package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -0
- package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.d.ts +56 -0
- package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.js +9 -0
- package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -0
- package/dist/esm/operationsInterfaces/globalRulestack.d.ts +113 -0
- package/dist/esm/operationsInterfaces/globalRulestack.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/globalRulestack.js +9 -0
- package/dist/esm/operationsInterfaces/globalRulestack.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +15 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +22 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/localRules.d.ts +80 -0
- package/dist/esm/operationsInterfaces/localRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/localRules.js +9 -0
- package/dist/esm/operationsInterfaces/localRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/localRulestacks.d.ts +142 -0
- package/dist/esm/operationsInterfaces/localRulestacks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/localRulestacks.js +9 -0
- package/dist/esm/operationsInterfaces/localRulestacks.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/postRules.d.ts +71 -0
- package/dist/esm/operationsInterfaces/postRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/postRules.js +9 -0
- package/dist/esm/operationsInterfaces/postRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/preRules.d.ts +71 -0
- package/dist/esm/operationsInterfaces/preRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/preRules.js +9 -0
- package/dist/esm/operationsInterfaces/preRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.d.ts +50 -0
- package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.js +9 -0
- package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -0
- package/dist/esm/operationsInterfaces/prefixListLocalRulestack.d.ts +56 -0
- package/dist/esm/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/prefixListLocalRulestack.js +9 -0
- package/dist/esm/operationsInterfaces/prefixListLocalRulestack.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/esm/paloAltoNetworksCloudngfw.d.ts +34 -0
- package/dist/esm/paloAltoNetworksCloudngfw.d.ts.map +1 -0
- package/dist/esm/paloAltoNetworksCloudngfw.js +108 -0
- package/dist/esm/paloAltoNetworksCloudngfw.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2327 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +276 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +88 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3367 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +38 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +279 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/certificateObjectGlobalRulestack.d.ts +73 -0
- package/dist/react-native/operations/certificateObjectGlobalRulestack.d.ts.map +1 -0
- package/dist/react-native/operations/certificateObjectGlobalRulestack.js +329 -0
- package/dist/react-native/operations/certificateObjectGlobalRulestack.js.map +1 -0
- package/dist/react-native/operations/certificateObjectLocalRulestack.d.ts +81 -0
- package/dist/react-native/operations/certificateObjectLocalRulestack.d.ts.map +1 -0
- package/dist/react-native/operations/certificateObjectLocalRulestack.js +350 -0
- package/dist/react-native/operations/certificateObjectLocalRulestack.js.map +1 -0
- package/dist/react-native/operations/firewallStatus.d.ts +45 -0
- package/dist/react-native/operations/firewallStatus.d.ts.map +1 -0
- package/dist/react-native/operations/firewallStatus.js +180 -0
- package/dist/react-native/operations/firewallStatus.js.map +1 -0
- package/dist/react-native/operations/firewalls.d.ts +127 -0
- package/dist/react-native/operations/firewalls.d.ts.map +1 -0
- package/dist/react-native/operations/firewalls.js +601 -0
- package/dist/react-native/operations/firewalls.js.map +1 -0
- package/dist/react-native/operations/fqdnListGlobalRulestack.d.ts +73 -0
- package/dist/react-native/operations/fqdnListGlobalRulestack.d.ts.map +1 -0
- package/dist/react-native/operations/fqdnListGlobalRulestack.js +329 -0
- package/dist/react-native/operations/fqdnListGlobalRulestack.js.map +1 -0
- package/dist/react-native/operations/fqdnListLocalRulestack.d.ts +81 -0
- package/dist/react-native/operations/fqdnListLocalRulestack.d.ts.map +1 -0
- package/dist/react-native/operations/fqdnListLocalRulestack.js +350 -0
- package/dist/react-native/operations/fqdnListLocalRulestack.js.map +1 -0
- package/dist/react-native/operations/globalRulestack.d.ts +134 -0
- package/dist/react-native/operations/globalRulestack.d.ts.map +1 -0
- package/dist/react-native/operations/globalRulestack.js +607 -0
- package/dist/react-native/operations/globalRulestack.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +15 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +22 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/localRules.d.ts +105 -0
- package/dist/react-native/operations/localRules.d.ts.map +1 -0
- package/dist/react-native/operations/localRules.js +450 -0
- package/dist/react-native/operations/localRules.js.map +1 -0
- package/dist/react-native/operations/localRulestacks.d.ts +178 -0
- package/dist/react-native/operations/localRulestacks.d.ts.map +1 -0
- package/dist/react-native/operations/localRulestacks.js +841 -0
- package/dist/react-native/operations/localRulestacks.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/postRules.d.ts +94 -0
- package/dist/react-native/operations/postRules.d.ts.map +1 -0
- package/dist/react-native/operations/postRules.js +414 -0
- package/dist/react-native/operations/postRules.js.map +1 -0
- package/dist/react-native/operations/preRules.d.ts +94 -0
- package/dist/react-native/operations/preRules.d.ts.map +1 -0
- package/dist/react-native/operations/preRules.js +414 -0
- package/dist/react-native/operations/preRules.js.map +1 -0
- package/dist/react-native/operations/prefixListGlobalRulestack.d.ts +73 -0
- package/dist/react-native/operations/prefixListGlobalRulestack.d.ts.map +1 -0
- package/dist/react-native/operations/prefixListGlobalRulestack.js +329 -0
- package/dist/react-native/operations/prefixListGlobalRulestack.js.map +1 -0
- package/dist/react-native/operations/prefixListLocalRulestack.d.ts +81 -0
- package/dist/react-native/operations/prefixListLocalRulestack.d.ts.map +1 -0
- package/dist/react-native/operations/prefixListLocalRulestack.js +350 -0
- package/dist/react-native/operations/prefixListLocalRulestack.js.map +1 -0
- package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.js +9 -0
- package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -0
- package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.js +9 -0
- package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallStatus.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/firewallStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/firewallStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/firewalls.d.ts +91 -0
- package/dist/react-native/operationsInterfaces/firewalls.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/firewalls.js +9 -0
- package/dist/react-native/operationsInterfaces/firewalls.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.js +9 -0
- package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.js +9 -0
- package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -0
- package/dist/react-native/operationsInterfaces/globalRulestack.d.ts +113 -0
- package/dist/react-native/operationsInterfaces/globalRulestack.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/globalRulestack.js +9 -0
- package/dist/react-native/operationsInterfaces/globalRulestack.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +22 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/localRules.d.ts +80 -0
- package/dist/react-native/operationsInterfaces/localRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/localRules.js +9 -0
- package/dist/react-native/operationsInterfaces/localRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/localRulestacks.d.ts +142 -0
- package/dist/react-native/operationsInterfaces/localRulestacks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/localRulestacks.js +9 -0
- package/dist/react-native/operationsInterfaces/localRulestacks.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/postRules.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/postRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/postRules.js +9 -0
- package/dist/react-native/operationsInterfaces/postRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/preRules.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/preRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/preRules.js +9 -0
- package/dist/react-native/operationsInterfaces/preRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.js +9 -0
- package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -0
- package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.js +9 -0
- package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.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/dist/react-native/paloAltoNetworksCloudngfw.d.ts +34 -0
- package/dist/react-native/paloAltoNetworksCloudngfw.d.ts.map +1 -0
- package/dist/react-native/paloAltoNetworksCloudngfw.js +108 -0
- package/dist/react-native/paloAltoNetworksCloudngfw.js.map +1 -0
- package/package.json +70 -41
- package/dist/index.js +0 -9882
- 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/certificateObjectGlobalRulestackCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackCreateOrUpdateSample.js +0 -56
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackDeleteSample.js +0 -52
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackGetSample.js +0 -52
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackGetSample.js.map +0 -1
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackListSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackListSample.js +0 -82
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackListSample.js.map +0 -1
- package/dist-esm/samples-dev/certificateObjectLocalRulestackCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateObjectLocalRulestackCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateObjectLocalRulestackCreateOrUpdateSample.js +0 -60
- package/dist-esm/samples-dev/certificateObjectLocalRulestackCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/certificateObjectLocalRulestackDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateObjectLocalRulestackDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateObjectLocalRulestackDeleteSample.js +0 -56
- package/dist-esm/samples-dev/certificateObjectLocalRulestackDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/certificateObjectLocalRulestackGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateObjectLocalRulestackGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateObjectLocalRulestackGetSample.js +0 -56
- package/dist-esm/samples-dev/certificateObjectLocalRulestackGetSample.js.map +0 -1
- package/dist-esm/samples-dev/certificateObjectLocalRulestackListByLocalRulestacksSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateObjectLocalRulestackListByLocalRulestacksSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateObjectLocalRulestackListByLocalRulestacksSample.js +0 -86
- package/dist-esm/samples-dev/certificateObjectLocalRulestackListByLocalRulestacksSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallStatusGetSample.js +0 -54
- package/dist-esm/samples-dev/firewallStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallStatusListByFirewallsSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallStatusListByFirewallsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallStatusListByFirewallsSample.js +0 -86
- package/dist-esm/samples-dev/firewallStatusListByFirewallsSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsCreateOrUpdateSample.js +0 -179
- package/dist-esm/samples-dev/firewallsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsDeleteSample.js +0 -54
- package/dist-esm/samples-dev/firewallsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsGetGlobalRulestackSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsGetGlobalRulestackSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsGetGlobalRulestackSample.js +0 -54
- package/dist-esm/samples-dev/firewallsGetGlobalRulestackSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsGetLogProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsGetLogProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsGetLogProfileSample.js +0 -54
- package/dist-esm/samples-dev/firewallsGetLogProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsGetSample.js +0 -54
- package/dist-esm/samples-dev/firewallsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsGetSupportInfoSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsGetSupportInfoSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsGetSupportInfoSample.js +0 -49
- package/dist-esm/samples-dev/firewallsGetSupportInfoSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsListByResourceGroupSample.js +0 -84
- package/dist-esm/samples-dev/firewallsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsListBySubscriptionSample.js +0 -82
- package/dist-esm/samples-dev/firewallsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsSaveLogProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsSaveLogProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsSaveLogProfileSample.js +0 -137
- package/dist-esm/samples-dev/firewallsSaveLogProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsUpdateSample.js +0 -161
- package/dist-esm/samples-dev/firewallsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/fqdnListGlobalRulestackCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fqdnListGlobalRulestackCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fqdnListGlobalRulestackCreateOrUpdateSample.js +0 -55
- package/dist-esm/samples-dev/fqdnListGlobalRulestackCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/fqdnListGlobalRulestackDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/fqdnListGlobalRulestackDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fqdnListGlobalRulestackDeleteSample.js +0 -52
- package/dist-esm/samples-dev/fqdnListGlobalRulestackDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/fqdnListGlobalRulestackGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fqdnListGlobalRulestackGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fqdnListGlobalRulestackGetSample.js +0 -52
- package/dist-esm/samples-dev/fqdnListGlobalRulestackGetSample.js.map +0 -1
- package/dist-esm/samples-dev/fqdnListGlobalRulestackListSample.d.ts +0 -2
- package/dist-esm/samples-dev/fqdnListGlobalRulestackListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fqdnListGlobalRulestackListSample.js +0 -82
- package/dist-esm/samples-dev/fqdnListGlobalRulestackListSample.js.map +0 -1
- package/dist-esm/samples-dev/fqdnListLocalRulestackCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fqdnListLocalRulestackCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fqdnListLocalRulestackCreateOrUpdateSample.js +0 -59
- package/dist-esm/samples-dev/fqdnListLocalRulestackCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/fqdnListLocalRulestackDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/fqdnListLocalRulestackDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fqdnListLocalRulestackDeleteSample.js +0 -56
- package/dist-esm/samples-dev/fqdnListLocalRulestackDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/fqdnListLocalRulestackGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fqdnListLocalRulestackGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fqdnListLocalRulestackGetSample.js +0 -56
- package/dist-esm/samples-dev/fqdnListLocalRulestackGetSample.js.map +0 -1
- package/dist-esm/samples-dev/fqdnListLocalRulestackListByLocalRulestacksSample.d.ts +0 -2
- package/dist-esm/samples-dev/fqdnListLocalRulestackListByLocalRulestacksSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fqdnListLocalRulestackListByLocalRulestacksSample.js +0 -86
- package/dist-esm/samples-dev/fqdnListLocalRulestackListByLocalRulestacksSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackCommitSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackCommitSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackCommitSample.js +0 -50
- package/dist-esm/samples-dev/globalRulestackCommitSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackCreateOrUpdateSample.js +0 -71
- package/dist-esm/samples-dev/globalRulestackCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackDeleteSample.js +0 -50
- package/dist-esm/samples-dev/globalRulestackDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackGetChangeLogSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackGetChangeLogSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackGetChangeLogSample.js +0 -50
- package/dist-esm/samples-dev/globalRulestackGetChangeLogSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackGetSample.js +0 -50
- package/dist-esm/samples-dev/globalRulestackGetSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListAdvancedSecurityObjectsSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackListAdvancedSecurityObjectsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListAdvancedSecurityObjectsSample.js +0 -51
- package/dist-esm/samples-dev/globalRulestackListAdvancedSecurityObjectsSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListAppIdsSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackListAppIdsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListAppIdsSample.js +0 -53
- package/dist-esm/samples-dev/globalRulestackListAppIdsSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListCountriesSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackListCountriesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListCountriesSample.js +0 -46
- package/dist-esm/samples-dev/globalRulestackListCountriesSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListFirewallsSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackListFirewallsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListFirewallsSample.js +0 -50
- package/dist-esm/samples-dev/globalRulestackListFirewallsSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListPredefinedUrlCategoriesSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackListPredefinedUrlCategoriesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListPredefinedUrlCategoriesSample.js +0 -49
- package/dist-esm/samples-dev/globalRulestackListPredefinedUrlCategoriesSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListSample.js +0 -80
- package/dist-esm/samples-dev/globalRulestackListSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListSecurityServicesSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackListSecurityServicesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListSecurityServicesSample.js +0 -51
- package/dist-esm/samples-dev/globalRulestackListSecurityServicesSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackRevertSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackRevertSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackRevertSample.js +0 -50
- package/dist-esm/samples-dev/globalRulestackRevertSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackUpdateSample.js +0 -72
- package/dist-esm/samples-dev/globalRulestackUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulesCreateOrUpdateSample.js +0 -82
- package/dist-esm/samples-dev/localRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulesDeleteSample.js +0 -56
- package/dist-esm/samples-dev/localRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulesGetCountersSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulesGetCountersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulesGetCountersSample.js +0 -51
- package/dist-esm/samples-dev/localRulesGetCountersSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulesGetSample.js +0 -56
- package/dist-esm/samples-dev/localRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulesListByLocalRulestacksSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulesListByLocalRulestacksSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulesListByLocalRulestacksSample.js +0 -86
- package/dist-esm/samples-dev/localRulesListByLocalRulestacksSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulesRefreshCountersSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulesRefreshCountersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulesRefreshCountersSample.js +0 -51
- package/dist-esm/samples-dev/localRulesRefreshCountersSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulesResetCountersSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulesResetCountersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulesResetCountersSample.js +0 -51
- package/dist-esm/samples-dev/localRulesResetCountersSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksCommitSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksCommitSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksCommitSample.js +0 -54
- package/dist-esm/samples-dev/localRulestacksCommitSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksCreateOrUpdateSample.js +0 -76
- package/dist-esm/samples-dev/localRulestacksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksDeleteSample.js +0 -54
- package/dist-esm/samples-dev/localRulestacksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksGetChangeLogSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksGetChangeLogSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksGetChangeLogSample.js +0 -54
- package/dist-esm/samples-dev/localRulestacksGetChangeLogSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksGetSample.js +0 -54
- package/dist-esm/samples-dev/localRulestacksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksGetSupportInfoSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksGetSupportInfoSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksGetSupportInfoSample.js +0 -49
- package/dist-esm/samples-dev/localRulestacksGetSupportInfoSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListAdvancedSecurityObjectsSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksListAdvancedSecurityObjectsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListAdvancedSecurityObjectsSample.js +0 -55
- package/dist-esm/samples-dev/localRulestacksListAdvancedSecurityObjectsSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListAppIdsSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksListAppIdsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListAppIdsSample.js +0 -57
- package/dist-esm/samples-dev/localRulestacksListAppIdsSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListByResourceGroupSample.js +0 -84
- package/dist-esm/samples-dev/localRulestacksListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListBySubscriptionSample.js +0 -82
- package/dist-esm/samples-dev/localRulestacksListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListCountriesSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksListCountriesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListCountriesSample.js +0 -50
- package/dist-esm/samples-dev/localRulestacksListCountriesSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListFirewallsSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksListFirewallsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListFirewallsSample.js +0 -54
- package/dist-esm/samples-dev/localRulestacksListFirewallsSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListPredefinedUrlCategoriesSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksListPredefinedUrlCategoriesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListPredefinedUrlCategoriesSample.js +0 -53
- package/dist-esm/samples-dev/localRulestacksListPredefinedUrlCategoriesSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListSecurityServicesSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksListSecurityServicesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListSecurityServicesSample.js +0 -55
- package/dist-esm/samples-dev/localRulestacksListSecurityServicesSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksRevertSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksRevertSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksRevertSample.js +0 -54
- package/dist-esm/samples-dev/localRulestacksRevertSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksUpdateSample.js +0 -76
- package/dist-esm/samples-dev/localRulestacksUpdateSample.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 -82
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/postRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/postRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/postRulesCreateOrUpdateSample.js +0 -78
- package/dist-esm/samples-dev/postRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/postRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/postRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/postRulesDeleteSample.js +0 -52
- package/dist-esm/samples-dev/postRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/postRulesGetCountersSample.d.ts +0 -2
- package/dist-esm/samples-dev/postRulesGetCountersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/postRulesGetCountersSample.js +0 -47
- package/dist-esm/samples-dev/postRulesGetCountersSample.js.map +0 -1
- package/dist-esm/samples-dev/postRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/postRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/postRulesGetSample.js +0 -52
- package/dist-esm/samples-dev/postRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/postRulesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/postRulesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/postRulesListSample.js +0 -82
- package/dist-esm/samples-dev/postRulesListSample.js.map +0 -1
- package/dist-esm/samples-dev/postRulesRefreshCountersSample.d.ts +0 -2
- package/dist-esm/samples-dev/postRulesRefreshCountersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/postRulesRefreshCountersSample.js +0 -47
- package/dist-esm/samples-dev/postRulesRefreshCountersSample.js.map +0 -1
- package/dist-esm/samples-dev/postRulesResetCountersSample.d.ts +0 -2
- package/dist-esm/samples-dev/postRulesResetCountersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/postRulesResetCountersSample.js +0 -47
- package/dist-esm/samples-dev/postRulesResetCountersSample.js.map +0 -1
- package/dist-esm/samples-dev/preRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/preRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/preRulesCreateOrUpdateSample.js +0 -78
- package/dist-esm/samples-dev/preRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/preRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/preRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/preRulesDeleteSample.js +0 -52
- package/dist-esm/samples-dev/preRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/preRulesGetCountersSample.d.ts +0 -2
- package/dist-esm/samples-dev/preRulesGetCountersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/preRulesGetCountersSample.js +0 -47
- package/dist-esm/samples-dev/preRulesGetCountersSample.js.map +0 -1
- package/dist-esm/samples-dev/preRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/preRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/preRulesGetSample.js +0 -52
- package/dist-esm/samples-dev/preRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/preRulesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/preRulesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/preRulesListSample.js +0 -82
- package/dist-esm/samples-dev/preRulesListSample.js.map +0 -1
- package/dist-esm/samples-dev/preRulesRefreshCountersSample.d.ts +0 -2
- package/dist-esm/samples-dev/preRulesRefreshCountersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/preRulesRefreshCountersSample.js +0 -47
- package/dist-esm/samples-dev/preRulesRefreshCountersSample.js.map +0 -1
- package/dist-esm/samples-dev/preRulesResetCountersSample.d.ts +0 -2
- package/dist-esm/samples-dev/preRulesResetCountersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/preRulesResetCountersSample.js +0 -47
- package/dist-esm/samples-dev/preRulesResetCountersSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixListGlobalRulestackCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixListGlobalRulestackCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixListGlobalRulestackCreateOrUpdateSample.js +0 -55
- package/dist-esm/samples-dev/prefixListGlobalRulestackCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixListGlobalRulestackDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixListGlobalRulestackDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixListGlobalRulestackDeleteSample.js +0 -52
- package/dist-esm/samples-dev/prefixListGlobalRulestackDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixListGlobalRulestackGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixListGlobalRulestackGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixListGlobalRulestackGetSample.js +0 -52
- package/dist-esm/samples-dev/prefixListGlobalRulestackGetSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixListGlobalRulestackListSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixListGlobalRulestackListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixListGlobalRulestackListSample.js +0 -82
- package/dist-esm/samples-dev/prefixListGlobalRulestackListSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixListLocalRulestackCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixListLocalRulestackCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixListLocalRulestackCreateOrUpdateSample.js +0 -57
- package/dist-esm/samples-dev/prefixListLocalRulestackCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixListLocalRulestackDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixListLocalRulestackDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixListLocalRulestackDeleteSample.js +0 -56
- package/dist-esm/samples-dev/prefixListLocalRulestackDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixListLocalRulestackGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixListLocalRulestackGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixListLocalRulestackGetSample.js +0 -56
- package/dist-esm/samples-dev/prefixListLocalRulestackGetSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixListLocalRulestackListByLocalRulestacksSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixListLocalRulestackListByLocalRulestacksSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixListLocalRulestackListByLocalRulestacksSample.js +0 -86
- package/dist-esm/samples-dev/prefixListLocalRulestackListByLocalRulestacksSample.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 -279
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/certificateObjectGlobalRulestack.d.ts +0 -73
- package/dist-esm/src/operations/certificateObjectGlobalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operations/certificateObjectGlobalRulestack.js +0 -337
- package/dist-esm/src/operations/certificateObjectGlobalRulestack.js.map +0 -1
- package/dist-esm/src/operations/certificateObjectLocalRulestack.d.ts +0 -81
- package/dist-esm/src/operations/certificateObjectLocalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operations/certificateObjectLocalRulestack.js +0 -358
- package/dist-esm/src/operations/certificateObjectLocalRulestack.js.map +0 -1
- package/dist-esm/src/operations/firewallStatus.d.ts +0 -45
- package/dist-esm/src/operations/firewallStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/firewallStatus.js +0 -180
- package/dist-esm/src/operations/firewallStatus.js.map +0 -1
- package/dist-esm/src/operations/firewalls.d.ts +0 -127
- package/dist-esm/src/operations/firewalls.d.ts.map +0 -1
- package/dist-esm/src/operations/firewalls.js +0 -609
- package/dist-esm/src/operations/firewalls.js.map +0 -1
- package/dist-esm/src/operations/fqdnListGlobalRulestack.d.ts +0 -73
- package/dist-esm/src/operations/fqdnListGlobalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operations/fqdnListGlobalRulestack.js +0 -337
- package/dist-esm/src/operations/fqdnListGlobalRulestack.js.map +0 -1
- package/dist-esm/src/operations/fqdnListLocalRulestack.d.ts +0 -81
- package/dist-esm/src/operations/fqdnListLocalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operations/fqdnListLocalRulestack.js +0 -358
- package/dist-esm/src/operations/fqdnListLocalRulestack.js.map +0 -1
- package/dist-esm/src/operations/globalRulestack.d.ts +0 -134
- package/dist-esm/src/operations/globalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operations/globalRulestack.js +0 -619
- package/dist-esm/src/operations/globalRulestack.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -15
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -22
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/localRules.d.ts +0 -105
- package/dist-esm/src/operations/localRules.d.ts.map +0 -1
- package/dist-esm/src/operations/localRules.js +0 -458
- package/dist-esm/src/operations/localRules.js.map +0 -1
- package/dist-esm/src/operations/localRulestacks.d.ts +0 -178
- package/dist-esm/src/operations/localRulestacks.d.ts.map +0 -1
- package/dist-esm/src/operations/localRulestacks.js +0 -853
- package/dist-esm/src/operations/localRulestacks.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/postRules.d.ts +0 -94
- package/dist-esm/src/operations/postRules.d.ts.map +0 -1
- package/dist-esm/src/operations/postRules.js +0 -422
- package/dist-esm/src/operations/postRules.js.map +0 -1
- package/dist-esm/src/operations/preRules.d.ts +0 -94
- package/dist-esm/src/operations/preRules.d.ts.map +0 -1
- package/dist-esm/src/operations/preRules.js +0 -422
- package/dist-esm/src/operations/preRules.js.map +0 -1
- package/dist-esm/src/operations/prefixListGlobalRulestack.d.ts +0 -73
- package/dist-esm/src/operations/prefixListGlobalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operations/prefixListGlobalRulestack.js +0 -337
- package/dist-esm/src/operations/prefixListGlobalRulestack.js.map +0 -1
- package/dist-esm/src/operations/prefixListLocalRulestack.d.ts +0 -81
- package/dist-esm/src/operations/prefixListLocalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operations/prefixListLocalRulestack.js +0 -358
- package/dist-esm/src/operations/prefixListLocalRulestack.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +0 -50
- package/dist-esm/src/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificateObjectGlobalRulestack.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificateObjectLocalRulestack.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificateObjectLocalRulestack.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallStatus.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/firewallStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewalls.d.ts +0 -91
- package/dist-esm/src/operationsInterfaces/firewalls.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewalls.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fqdnListGlobalRulestack.d.ts +0 -50
- package/dist-esm/src/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fqdnListGlobalRulestack.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fqdnListLocalRulestack.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fqdnListLocalRulestack.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/globalRulestack.d.ts +0 -113
- package/dist-esm/src/operationsInterfaces/globalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/globalRulestack.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -22
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/localRules.d.ts +0 -80
- package/dist-esm/src/operationsInterfaces/localRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/localRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/localRulestacks.d.ts +0 -142
- package/dist-esm/src/operationsInterfaces/localRulestacks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/localRulestacks.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/postRules.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/postRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/postRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/preRules.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/preRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/preRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/prefixListGlobalRulestack.d.ts +0 -50
- package/dist-esm/src/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/prefixListGlobalRulestack.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/prefixListLocalRulestack.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/prefixListLocalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/prefixListLocalRulestack.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/paloAltoNetworksCloudngfw.d.ts +0 -34
- package/dist-esm/src/paloAltoNetworksCloudngfw.d.ts.map +0 -1
- package/dist-esm/src/paloAltoNetworksCloudngfw.js +0 -111
- package/dist-esm/src/paloAltoNetworksCloudngfw.js.map +0 -1
- package/dist-esm/test/paloaltonetworksngfw_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/paloaltonetworksngfw_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/paloaltonetworksngfw_operations_test.spec.js +0 -115
- package/dist-esm/test/paloaltonetworksngfw_operations_test.spec.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -2704
- package/src/models/mappers.ts +0 -3615
- package/src/models/parameters.ts +0 -337
- package/src/operations/certificateObjectGlobalRulestack.ts +0 -451
- package/src/operations/certificateObjectLocalRulestack.ts +0 -503
- package/src/operations/firewallStatus.ts +0 -243
- package/src/operations/firewalls.ts +0 -797
- package/src/operations/fqdnListGlobalRulestack.ts +0 -450
- package/src/operations/fqdnListLocalRulestack.ts +0 -502
- package/src/operations/globalRulestack.ts +0 -828
- package/src/operations/index.ts +0 -22
- package/src/operations/localRules.ts +0 -637
- package/src/operations/localRulestacks.ts +0 -1129
- package/src/operations/operations.ts +0 -149
- package/src/operations/postRules.ts +0 -571
- package/src/operations/preRules.ts +0 -571
- package/src/operations/prefixListGlobalRulestack.ts +0 -451
- package/src/operations/prefixListLocalRulestack.ts +0 -502
- package/src/operationsInterfaces/certificateObjectGlobalRulestack.ts +0 -97
- package/src/operationsInterfaces/certificateObjectLocalRulestack.ts +0 -109
- package/src/operationsInterfaces/firewallStatus.ts +0 -42
- package/src/operationsInterfaces/firewalls.ts +0 -172
- package/src/operationsInterfaces/fqdnListGlobalRulestack.ts +0 -97
- package/src/operationsInterfaces/fqdnListLocalRulestack.ts +0 -109
- package/src/operationsInterfaces/globalRulestack.ts +0 -211
- package/src/operationsInterfaces/index.ts +0 -22
- package/src/operationsInterfaces/localRules.ts +0 -153
- package/src/operationsInterfaces/localRulestacks.ts +0 -266
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/postRules.ts +0 -135
- package/src/operationsInterfaces/preRules.ts +0 -135
- package/src/operationsInterfaces/prefixListGlobalRulestack.ts +0 -97
- package/src/operationsInterfaces/prefixListLocalRulestack.ts +0 -109
- package/src/pagingHelper.ts +0 -39
- package/src/paloAltoNetworksCloudngfw.ts +0 -214
- package/tsconfig.json +0 -33
- package/types/arm-paloaltonetworksngfw.d.ts +0 -3575
- package/types/tsdoc-metadata.json +0 -11
- /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/certificateObjectGlobalRulestack.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/certificateObjectLocalRulestack.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewalls.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fqdnListGlobalRulestack.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fqdnListLocalRulestack.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/globalRulestack.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/localRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/localRulestacks.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/postRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/preRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/prefixListGlobalRulestack.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/prefixListLocalRulestack.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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"localRulestacks.js","sourceRoot":"","sources":["../../../src/operations/localRulestacks.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { LocalRulestacks } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { PaloAltoNetworksCloudngfw } from \"../paloAltoNetworksCloudngfw.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n LocalRulestackResource,\n LocalRulestacksListBySubscriptionNextOptionalParams,\n LocalRulestacksListBySubscriptionOptionalParams,\n LocalRulestacksListBySubscriptionResponse,\n LocalRulestacksListByResourceGroupNextOptionalParams,\n LocalRulestacksListByResourceGroupOptionalParams,\n LocalRulestacksListByResourceGroupResponse,\n LocalRulestacksGetOptionalParams,\n LocalRulestacksGetResponse,\n LocalRulestacksCreateOrUpdateOptionalParams,\n LocalRulestacksCreateOrUpdateResponse,\n LocalRulestackResourceUpdate,\n LocalRulestacksUpdateOptionalParams,\n LocalRulestacksUpdateResponse,\n LocalRulestacksDeleteOptionalParams,\n LocalRulestacksCommitOptionalParams,\n LocalRulestacksGetChangeLogOptionalParams,\n LocalRulestacksGetChangeLogResponse,\n LocalRulestacksGetSupportInfoOptionalParams,\n LocalRulestacksGetSupportInfoResponse,\n AdvSecurityObjectTypeEnum,\n LocalRulestacksListAdvancedSecurityObjectsOptionalParams,\n LocalRulestacksListAdvancedSecurityObjectsResponse,\n LocalRulestacksListAppIdsOptionalParams,\n LocalRulestacksListAppIdsResponse,\n LocalRulestacksListCountriesOptionalParams,\n LocalRulestacksListCountriesResponse,\n LocalRulestacksListFirewallsOptionalParams,\n LocalRulestacksListFirewallsResponse,\n LocalRulestacksListPredefinedUrlCategoriesOptionalParams,\n LocalRulestacksListPredefinedUrlCategoriesResponse,\n SecurityServicesTypeEnum,\n LocalRulestacksListSecurityServicesOptionalParams,\n LocalRulestacksListSecurityServicesResponse,\n LocalRulestacksRevertOptionalParams,\n LocalRulestacksListBySubscriptionNextResponse,\n LocalRulestacksListByResourceGroupNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing LocalRulestacks operations. */\nexport class LocalRulestacksImpl implements LocalRulestacks {\n private readonly client: PaloAltoNetworksCloudngfw;\n\n /**\n * Initialize a new instance of the class LocalRulestacks class.\n * @param client Reference to the service client\n */\n constructor(client: PaloAltoNetworksCloudngfw) {\n this.client = client;\n }\n\n /**\n * List LocalRulestackResource resources by subscription ID\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: LocalRulestacksListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<LocalRulestackResource> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: LocalRulestacksListBySubscriptionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<LocalRulestackResource[]> {\n let result: LocalRulestacksListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: LocalRulestacksListBySubscriptionOptionalParams\n ): AsyncIterableIterator<LocalRulestackResource> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List LocalRulestackResource resources by resource group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: LocalRulestacksListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<LocalRulestackResource> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: LocalRulestacksListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<LocalRulestackResource[]> {\n let result: LocalRulestacksListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: LocalRulestacksListByResourceGroupOptionalParams\n ): AsyncIterableIterator<LocalRulestackResource> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List LocalRulestackResource resources by subscription ID\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: LocalRulestacksListBySubscriptionOptionalParams\n ): Promise<LocalRulestacksListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * List LocalRulestackResource resources by resource group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: LocalRulestacksListByResourceGroupOptionalParams\n ): Promise<LocalRulestacksListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Get a LocalRulestackResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksGetOptionalParams\n ): Promise<LocalRulestacksGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create a LocalRulestackResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n localRulestackName: string,\n resource: LocalRulestackResource,\n options?: LocalRulestacksCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<LocalRulestacksCreateOrUpdateResponse>,\n LocalRulestacksCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<LocalRulestacksCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, localRulestackName, resource, options },\n spec: createOrUpdateOperationSpec\n });\n const poller = await createHttpPoller<\n LocalRulestacksCreateOrUpdateResponse,\n OperationState<LocalRulestacksCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create a LocalRulestackResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n localRulestackName: string,\n resource: LocalRulestackResource,\n options?: LocalRulestacksCreateOrUpdateOptionalParams\n ): Promise<LocalRulestacksCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n localRulestackName,\n resource,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Update a LocalRulestackResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param properties The resource properties to be updated.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n localRulestackName: string,\n properties: LocalRulestackResourceUpdate,\n options?: LocalRulestacksUpdateOptionalParams\n ): Promise<LocalRulestacksUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, properties, options },\n updateOperationSpec\n );\n }\n\n /**\n * Delete a LocalRulestackResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, localRulestackName, options },\n spec: deleteOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete a LocalRulestackResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n localRulestackName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Commit rulestack configuration\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n async beginCommit(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksCommitOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, localRulestackName, options },\n spec: commitOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Commit rulestack configuration\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n async beginCommitAndWait(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksCommitOptionalParams\n ): Promise<void> {\n const poller = await this.beginCommit(\n resourceGroupName,\n localRulestackName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Get changelog\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n getChangeLog(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksGetChangeLogOptionalParams\n ): Promise<LocalRulestacksGetChangeLogResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, options },\n getChangeLogOperationSpec\n );\n }\n\n /**\n * support info for rulestack.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n getSupportInfo(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksGetSupportInfoOptionalParams\n ): Promise<LocalRulestacksGetSupportInfoResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, options },\n getSupportInfoOperationSpec\n );\n }\n\n /**\n * Get the list of advanced security objects\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param typeParam\n * @param options The options parameters.\n */\n listAdvancedSecurityObjects(\n resourceGroupName: string,\n localRulestackName: string,\n typeParam: AdvSecurityObjectTypeEnum,\n options?: LocalRulestacksListAdvancedSecurityObjectsOptionalParams\n ): Promise<LocalRulestacksListAdvancedSecurityObjectsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, typeParam, options },\n listAdvancedSecurityObjectsOperationSpec\n );\n }\n\n /**\n * List of AppIds for LocalRulestack ApiVersion\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n listAppIds(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksListAppIdsOptionalParams\n ): Promise<LocalRulestacksListAppIdsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, options },\n listAppIdsOperationSpec\n );\n }\n\n /**\n * List of countries for Rulestack\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n listCountries(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksListCountriesOptionalParams\n ): Promise<LocalRulestacksListCountriesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, options },\n listCountriesOperationSpec\n );\n }\n\n /**\n * List of Firewalls associated with Rulestack\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n listFirewalls(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksListFirewallsOptionalParams\n ): Promise<LocalRulestacksListFirewallsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, options },\n listFirewallsOperationSpec\n );\n }\n\n /**\n * List predefined URL categories for rulestack\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n listPredefinedUrlCategories(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksListPredefinedUrlCategoriesOptionalParams\n ): Promise<LocalRulestacksListPredefinedUrlCategoriesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, options },\n listPredefinedUrlCategoriesOperationSpec\n );\n }\n\n /**\n * List the security services for rulestack\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param typeParam\n * @param options The options parameters.\n */\n listSecurityServices(\n resourceGroupName: string,\n localRulestackName: string,\n typeParam: SecurityServicesTypeEnum,\n options?: LocalRulestacksListSecurityServicesOptionalParams\n ): Promise<LocalRulestacksListSecurityServicesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, typeParam, options },\n listSecurityServicesOperationSpec\n );\n }\n\n /**\n * Revert rulestack configuration\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param localRulestackName LocalRulestack resource name\n * @param options The options parameters.\n */\n revert(\n resourceGroupName: string,\n localRulestackName: string,\n options?: LocalRulestacksRevertOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, localRulestackName, options },\n revertOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: LocalRulestacksListBySubscriptionNextOptionalParams\n ): Promise<LocalRulestacksListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: LocalRulestacksListByResourceGroupNextOptionalParams\n ): Promise<LocalRulestacksListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulestackResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulestackResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulestackResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulestackResource\n },\n 201: {\n bodyMapper: Mappers.LocalRulestackResource\n },\n 202: {\n bodyMapper: Mappers.LocalRulestackResource\n },\n 204: {\n bodyMapper: Mappers.LocalRulestackResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.resource7,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulestackResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.properties2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst commitOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/commit\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getChangeLogOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/getChangeLog\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.Changelog\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getSupportInfoOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/getSupportInfo\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.SupportInfo\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.email],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listAdvancedSecurityObjectsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/listAdvancedSecurityObjects\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AdvSecurityObjectListResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skip,\n Parameters.top,\n Parameters.typeParam\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listAppIdsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/listAppIds\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ListAppIdResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skip,\n Parameters.top,\n Parameters.appIdVersion,\n Parameters.appPrefix\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listCountriesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/listCountries\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CountriesResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skip, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listFirewallsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/listFirewalls\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ListFirewallsResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listPredefinedUrlCategoriesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/listPredefinedUrlCategories\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PredefinedUrlCategoriesResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.skip, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listSecurityServicesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/listSecurityServices\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecurityServicesResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skip,\n Parameters.top,\n Parameters.typeParam1\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst revertOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/revert\",\n httpMethod: \"POST\",\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.localRulestackName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulestackResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LocalRulestackResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Operations } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { PaloAltoNetworksCloudngfw } from "../paloAltoNetworksCloudngfw.js";
|
|
4
|
+
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
5
|
+
/** Class containing Operations operations. */
|
|
6
|
+
export declare class OperationsImpl implements Operations {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class Operations class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: PaloAltoNetworksCloudngfw);
|
|
13
|
+
/**
|
|
14
|
+
* List the operations for the provider
|
|
15
|
+
* @param options The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
18
|
+
private listPagingPage;
|
|
19
|
+
private listPagingAll;
|
|
20
|
+
/**
|
|
21
|
+
* List the operations for the provider
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
private _list;
|
|
25
|
+
/**
|
|
26
|
+
* ListNext
|
|
27
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
private _listNext;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,SAAS,EAET,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.OperationsImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const pagingHelper_js_1 = require("../pagingHelper.js");
|
|
13
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
14
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
15
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
16
|
+
/// <reference lib="esnext.asynciterable" />
|
|
17
|
+
/** Class containing Operations operations. */
|
|
18
|
+
class OperationsImpl {
|
|
19
|
+
/**
|
|
20
|
+
* Initialize a new instance of the class Operations class.
|
|
21
|
+
* @param client Reference to the service client
|
|
22
|
+
*/
|
|
23
|
+
constructor(client) {
|
|
24
|
+
this.client = client;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* List the operations for the provider
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
list(options) {
|
|
31
|
+
const iter = this.listPagingAll(options);
|
|
32
|
+
return {
|
|
33
|
+
next() {
|
|
34
|
+
return iter.next();
|
|
35
|
+
},
|
|
36
|
+
[Symbol.asyncIterator]() {
|
|
37
|
+
return this;
|
|
38
|
+
},
|
|
39
|
+
byPage: (settings) => {
|
|
40
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
41
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
42
|
+
}
|
|
43
|
+
return this.listPagingPage(options, settings);
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
listPagingPage(options, settings) {
|
|
48
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
49
|
+
let result;
|
|
50
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
51
|
+
if (!continuationToken) {
|
|
52
|
+
result = yield tslib_1.__await(this._list(options));
|
|
53
|
+
let page = result.value || [];
|
|
54
|
+
continuationToken = result.nextLink;
|
|
55
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
56
|
+
yield yield tslib_1.__await(page);
|
|
57
|
+
}
|
|
58
|
+
while (continuationToken) {
|
|
59
|
+
result = yield tslib_1.__await(this._listNext(continuationToken, options));
|
|
60
|
+
continuationToken = result.nextLink;
|
|
61
|
+
let page = result.value || [];
|
|
62
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
63
|
+
yield yield tslib_1.__await(page);
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
listPagingAll(options) {
|
|
68
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
69
|
+
var _a, e_1, _b, _c;
|
|
70
|
+
try {
|
|
71
|
+
for (var _d = true, _e = tslib_1.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
72
|
+
_c = _f.value;
|
|
73
|
+
_d = false;
|
|
74
|
+
const page = _c;
|
|
75
|
+
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
79
|
+
finally {
|
|
80
|
+
try {
|
|
81
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
82
|
+
}
|
|
83
|
+
finally { if (e_1) throw e_1.error; }
|
|
84
|
+
}
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* List the operations for the provider
|
|
89
|
+
* @param options The options parameters.
|
|
90
|
+
*/
|
|
91
|
+
_list(options) {
|
|
92
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* ListNext
|
|
96
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
97
|
+
* @param options The options parameters.
|
|
98
|
+
*/
|
|
99
|
+
_listNext(nextLink, options) {
|
|
100
|
+
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
exports.OperationsImpl = OperationsImpl;
|
|
104
|
+
// Operation Specifications
|
|
105
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
106
|
+
const listOperationSpec = {
|
|
107
|
+
path: "/providers/PaloAltoNetworks.Cloudngfw/operations",
|
|
108
|
+
httpMethod: "GET",
|
|
109
|
+
responses: {
|
|
110
|
+
200: {
|
|
111
|
+
bodyMapper: Mappers.OperationListResult
|
|
112
|
+
},
|
|
113
|
+
default: {
|
|
114
|
+
bodyMapper: Mappers.ErrorResponse
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
queryParameters: [Parameters.apiVersion],
|
|
118
|
+
urlParameters: [Parameters.$host],
|
|
119
|
+
headerParameters: [Parameters.accept],
|
|
120
|
+
serializer
|
|
121
|
+
};
|
|
122
|
+
const listNextOperationSpec = {
|
|
123
|
+
path: "{nextLink}",
|
|
124
|
+
httpMethod: "GET",
|
|
125
|
+
responses: {
|
|
126
|
+
200: {
|
|
127
|
+
bodyMapper: Mappers.OperationListResult
|
|
128
|
+
},
|
|
129
|
+
default: {
|
|
130
|
+
bodyMapper: Mappers.ErrorResponse
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
urlParameters: [Parameters.$host, Parameters.nextLink],
|
|
134
|
+
headerParameters: [Parameters.accept],
|
|
135
|
+
serializer
|
|
136
|
+
};
|
|
137
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Operations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { PaloAltoNetworksCloudngfw } from \"../paloAltoNetworksCloudngfw.js\";\nimport {\n Operation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: PaloAltoNetworksCloudngfw;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: PaloAltoNetworksCloudngfw) {\n this.client = client;\n }\n\n /**\n * List the operations for the provider\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Operation[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List the operations for the provider\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/PaloAltoNetworks.Cloudngfw/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { PostRules } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { PaloAltoNetworksCloudngfw } from "../paloAltoNetworksCloudngfw.js";
|
|
4
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
import { PostRulesResource, PostRulesListOptionalParams, PostRulesGetOptionalParams, PostRulesGetResponse, PostRulesCreateOrUpdateOptionalParams, PostRulesCreateOrUpdateResponse, PostRulesDeleteOptionalParams, PostRulesGetCountersOptionalParams, PostRulesGetCountersResponse, PostRulesRefreshCountersOptionalParams, PostRulesResetCountersOptionalParams, PostRulesResetCountersResponse } from "../models/index.js";
|
|
6
|
+
/** Class containing PostRules operations. */
|
|
7
|
+
export declare class PostRulesImpl implements PostRules {
|
|
8
|
+
private readonly client;
|
|
9
|
+
/**
|
|
10
|
+
* Initialize a new instance of the class PostRules class.
|
|
11
|
+
* @param client Reference to the service client
|
|
12
|
+
*/
|
|
13
|
+
constructor(client: PaloAltoNetworksCloudngfw);
|
|
14
|
+
/**
|
|
15
|
+
* List PostRulesResource resources by Tenant
|
|
16
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
list(globalRulestackName: string, options?: PostRulesListOptionalParams): PagedAsyncIterableIterator<PostRulesResource>;
|
|
20
|
+
private listPagingPage;
|
|
21
|
+
private listPagingAll;
|
|
22
|
+
/**
|
|
23
|
+
* List PostRulesResource resources by Tenant
|
|
24
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
private _list;
|
|
28
|
+
/**
|
|
29
|
+
* Get a PostRulesResource
|
|
30
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
31
|
+
* @param priority Post Rule priority
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
get(globalRulestackName: string, priority: string, options?: PostRulesGetOptionalParams): Promise<PostRulesGetResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* Create a PostRulesResource
|
|
37
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
38
|
+
* @param priority Post Rule priority
|
|
39
|
+
* @param resource Resource create parameters.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
beginCreateOrUpdate(globalRulestackName: string, priority: string, resource: PostRulesResource, options?: PostRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PostRulesCreateOrUpdateResponse>, PostRulesCreateOrUpdateResponse>>;
|
|
43
|
+
/**
|
|
44
|
+
* Create a PostRulesResource
|
|
45
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
46
|
+
* @param priority Post Rule priority
|
|
47
|
+
* @param resource Resource create parameters.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
beginCreateOrUpdateAndWait(globalRulestackName: string, priority: string, resource: PostRulesResource, options?: PostRulesCreateOrUpdateOptionalParams): Promise<PostRulesCreateOrUpdateResponse>;
|
|
51
|
+
/**
|
|
52
|
+
* Delete a PostRulesResource
|
|
53
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
54
|
+
* @param priority Post Rule priority
|
|
55
|
+
* @param options The options parameters.
|
|
56
|
+
*/
|
|
57
|
+
beginDelete(globalRulestackName: string, priority: string, options?: PostRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
58
|
+
/**
|
|
59
|
+
* Delete a PostRulesResource
|
|
60
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
61
|
+
* @param priority Post Rule priority
|
|
62
|
+
* @param options The options parameters.
|
|
63
|
+
*/
|
|
64
|
+
beginDeleteAndWait(globalRulestackName: string, priority: string, options?: PostRulesDeleteOptionalParams): Promise<void>;
|
|
65
|
+
/**
|
|
66
|
+
* Get counters
|
|
67
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
68
|
+
* @param priority Post Rule priority
|
|
69
|
+
* @param options The options parameters.
|
|
70
|
+
*/
|
|
71
|
+
getCounters(globalRulestackName: string, priority: string, options?: PostRulesGetCountersOptionalParams): Promise<PostRulesGetCountersResponse>;
|
|
72
|
+
/**
|
|
73
|
+
* Refresh counters
|
|
74
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
75
|
+
* @param priority Post Rule priority
|
|
76
|
+
* @param options The options parameters.
|
|
77
|
+
*/
|
|
78
|
+
refreshCounters(globalRulestackName: string, priority: string, options?: PostRulesRefreshCountersOptionalParams): Promise<void>;
|
|
79
|
+
/**
|
|
80
|
+
* Reset counters
|
|
81
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
82
|
+
* @param priority Post Rule priority
|
|
83
|
+
* @param options The options parameters.
|
|
84
|
+
*/
|
|
85
|
+
resetCounters(globalRulestackName: string, priority: string, options?: PostRulesResetCountersOptionalParams): Promise<PostRulesResetCountersResponse>;
|
|
86
|
+
/**
|
|
87
|
+
* ListNext
|
|
88
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
89
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
90
|
+
* @param options The options parameters.
|
|
91
|
+
*/
|
|
92
|
+
private _listNext;
|
|
93
|
+
}
|
|
94
|
+
//# sourceMappingURL=postRules.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postRules.d.ts","sourceRoot":"","sources":["../../../src/operations/postRules.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAI7D,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,iBAAiB,EAEjB,2BAA2B,EAE3B,0BAA0B,EAC1B,oBAAoB,EACpB,qCAAqC,EACrC,+BAA+B,EAC/B,6BAA6B,EAC7B,kCAAkC,EAClC,4BAA4B,EAC5B,sCAAsC,EACtC,oCAAoC,EACpC,8BAA8B,EAE/B,MAAM,oBAAoB,CAAC;AAG5B,6CAA6C;AAC7C,qBAAa,aAAc,YAAW,SAAS;IAC7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;;OAIG;IACI,IAAI,CACT,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,2BAA2B,GACpC,0BAA0B,CAAC,iBAAiB,CAAC;YAkBjC,cAAc;YA2Bd,aAAa;IAY5B;;;;OAIG;IACH,OAAO,CAAC,KAAK;IAUb;;;;;OAKG;IACH,GAAG,CACD,mBAAmB,EAAE,MAAM,EAC3B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC;IAOhC;;;;;;OAMG;IACG,mBAAmB,CACvB,mBAAmB,EAAE,MAAM,EAC3B,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,iBAAiB,EAC3B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,+BAA+B,CAAC,EAC/C,+BAA+B,CAChC,CACF;IAyDD;;;;;;OAMG;IACG,0BAA0B,CAC9B,mBAAmB,EAAE,MAAM,EAC3B,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,iBAAiB,EAC3B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;IAU3C;;;;;OAKG;IACG,WAAW,CACf,mBAAmB,EAAE,MAAM,EAC3B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAsDxD;;;;;OAKG;IACG,kBAAkB,CACtB,mBAAmB,EAAE,MAAM,EAC3B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC;IAShB;;;;;OAKG;IACH,WAAW,CACT,mBAAmB,EAAE,MAAM,EAC3B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;IAOxC;;;;;OAKG;IACH,eAAe,CACb,mBAAmB,EAAE,MAAM,EAC3B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;OAKG;IACH,aAAa,CACX,mBAAmB,EAAE,MAAM,EAC3B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC;IAO1C;;;;;OAKG;IACH,OAAO,CAAC,SAAS;CAUlB"}
|