@azure/arm-paloaltonetworksngfw 1.1.1-alpha.20250218.1 → 1.1.1-alpha.20250220.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":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n GlobalRulestackResource as GlobalRulestackResourceMapper,\n GlobalRulestackResourceUpdate as GlobalRulestackResourceUpdateMapper,\n CertificateObjectGlobalRulestackResource as CertificateObjectGlobalRulestackResourceMapper,\n FqdnListGlobalRulestackResource as FqdnListGlobalRulestackResourceMapper,\n PostRulesResource as PostRulesResourceMapper,\n PrefixListGlobalRulestackResource as PrefixListGlobalRulestackResourceMapper,\n PreRulesResource as PreRulesResourceMapper,\n FirewallResource as FirewallResourceMapper,\n FirewallResourceUpdate as FirewallResourceUpdateMapper,\n LogSettings as LogSettingsMapper,\n LocalRulestackResource as LocalRulestackResourceMapper,\n LocalRulestackResourceUpdate as LocalRulestackResourceUpdateMapper,\n CertificateObjectLocalRulestackResource as CertificateObjectLocalRulestackResourceMapper,\n FqdnListLocalRulestackResource as FqdnListLocalRulestackResourceMapper,\n LocalRulesResource as LocalRulesResourceMapper,\n PrefixListResource as PrefixListResourceMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-09-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const globalRulestackName: OperationURLParameter = {\n parameterPath: \"globalRulestackName\",\n mapper: {\n serializedName: \"globalRulestackName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resource: OperationParameter = {\n parameterPath: \"resource\",\n mapper: GlobalRulestackResourceMapper\n};\n\nexport const properties: OperationParameter = {\n parameterPath: \"properties\",\n mapper: GlobalRulestackResourceUpdateMapper\n};\n\nexport const skip: OperationQueryParameter = {\n parameterPath: [\"options\", \"skip\"],\n mapper: {\n serializedName: \"skip\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const top: OperationQueryParameter = {\n parameterPath: [\"options\", \"top\"],\n mapper: {\n serializedName: \"top\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const typeParam: OperationQueryParameter = {\n parameterPath: \"typeParam\",\n mapper: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const appIdVersion: OperationQueryParameter = {\n parameterPath: [\"options\", \"appIdVersion\"],\n mapper: {\n serializedName: \"appIdVersion\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const appPrefix: OperationQueryParameter = {\n parameterPath: [\"options\", \"appPrefix\"],\n mapper: {\n serializedName: \"appPrefix\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const typeParam1: OperationQueryParameter = {\n parameterPath: \"typeParam\",\n mapper: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const name: OperationURLParameter = {\n parameterPath: \"name\",\n mapper: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resource1: OperationParameter = {\n parameterPath: \"resource\",\n mapper: CertificateObjectGlobalRulestackResourceMapper\n};\n\nexport const resource2: OperationParameter = {\n parameterPath: \"resource\",\n mapper: FqdnListGlobalRulestackResourceMapper\n};\n\nexport const priority: OperationURLParameter = {\n parameterPath: \"priority\",\n mapper: {\n serializedName: \"priority\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resource3: OperationParameter = {\n parameterPath: \"resource\",\n mapper: PostRulesResourceMapper\n};\n\nexport const firewallName: OperationQueryParameter = {\n parameterPath: [\"options\", \"firewallName\"],\n mapper: {\n serializedName: \"firewallName\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resource4: OperationParameter = {\n parameterPath: \"resource\",\n mapper: PrefixListGlobalRulestackResourceMapper\n};\n\nexport const resource5: OperationParameter = {\n parameterPath: \"resource\",\n mapper: PreRulesResourceMapper\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const firewallName1: OperationURLParameter = {\n parameterPath: \"firewallName\",\n mapper: {\n serializedName: \"firewallName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resource6: OperationParameter = {\n parameterPath: \"resource\",\n mapper: FirewallResourceMapper\n};\n\nexport const properties1: OperationParameter = {\n parameterPath: \"properties\",\n mapper: FirewallResourceUpdateMapper\n};\n\nexport const email: OperationQueryParameter = {\n parameterPath: [\"options\", \"email\"],\n mapper: {\n serializedName: \"email\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const logSettings: OperationParameter = {\n parameterPath: [\"options\", \"logSettings\"],\n mapper: LogSettingsMapper\n};\n\nexport const localRulestackName: OperationURLParameter = {\n parameterPath: \"localRulestackName\",\n mapper: {\n serializedName: \"localRulestackName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resource7: OperationParameter = {\n parameterPath: \"resource\",\n mapper: LocalRulestackResourceMapper\n};\n\nexport const properties2: OperationParameter = {\n parameterPath: \"properties\",\n mapper: LocalRulestackResourceUpdateMapper\n};\n\nexport const resource8: OperationParameter = {\n parameterPath: \"resource\",\n mapper: CertificateObjectLocalRulestackResourceMapper\n};\n\nexport const resource9: OperationParameter = {\n parameterPath: \"resource\",\n mapper: FqdnListLocalRulestackResourceMapper\n};\n\nexport const resource10: OperationParameter = {\n parameterPath: \"resource\",\n mapper: LocalRulesResourceMapper\n};\n\nexport const resource11: OperationParameter = {\n parameterPath: \"resource\",\n mapper: PrefixListResourceMapper\n};\n"]}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { CertificateObjectGlobalRulestack } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { PaloAltoNetworksCloudngfw } from "../paloAltoNetworksCloudngfw.js";
|
|
4
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
import { CertificateObjectGlobalRulestackResource, CertificateObjectGlobalRulestackListOptionalParams, CertificateObjectGlobalRulestackGetOptionalParams, CertificateObjectGlobalRulestackGetResponse, CertificateObjectGlobalRulestackCreateOrUpdateOptionalParams, CertificateObjectGlobalRulestackCreateOrUpdateResponse, CertificateObjectGlobalRulestackDeleteOptionalParams } from "../models/index.js";
|
|
6
|
+
/** Class containing CertificateObjectGlobalRulestack operations. */
|
|
7
|
+
export declare class CertificateObjectGlobalRulestackImpl implements CertificateObjectGlobalRulestack {
|
|
8
|
+
private readonly client;
|
|
9
|
+
/**
|
|
10
|
+
* Initialize a new instance of the class CertificateObjectGlobalRulestack class.
|
|
11
|
+
* @param client Reference to the service client
|
|
12
|
+
*/
|
|
13
|
+
constructor(client: PaloAltoNetworksCloudngfw);
|
|
14
|
+
/**
|
|
15
|
+
* List CertificateObjectGlobalRulestackResource resources by Tenant
|
|
16
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
list(globalRulestackName: string, options?: CertificateObjectGlobalRulestackListOptionalParams): PagedAsyncIterableIterator<CertificateObjectGlobalRulestackResource>;
|
|
20
|
+
private listPagingPage;
|
|
21
|
+
private listPagingAll;
|
|
22
|
+
/**
|
|
23
|
+
* List CertificateObjectGlobalRulestackResource resources by Tenant
|
|
24
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
private _list;
|
|
28
|
+
/**
|
|
29
|
+
* Get a CertificateObjectGlobalRulestackResource
|
|
30
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
31
|
+
* @param name certificate name
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
get(globalRulestackName: string, name: string, options?: CertificateObjectGlobalRulestackGetOptionalParams): Promise<CertificateObjectGlobalRulestackGetResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* Create a CertificateObjectGlobalRulestackResource
|
|
37
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
38
|
+
* @param name certificate name
|
|
39
|
+
* @param resource Resource create parameters.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
beginCreateOrUpdate(globalRulestackName: string, name: string, resource: CertificateObjectGlobalRulestackResource, options?: CertificateObjectGlobalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CertificateObjectGlobalRulestackCreateOrUpdateResponse>, CertificateObjectGlobalRulestackCreateOrUpdateResponse>>;
|
|
43
|
+
/**
|
|
44
|
+
* Create a CertificateObjectGlobalRulestackResource
|
|
45
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
46
|
+
* @param name certificate name
|
|
47
|
+
* @param resource Resource create parameters.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: CertificateObjectGlobalRulestackResource, options?: CertificateObjectGlobalRulestackCreateOrUpdateOptionalParams): Promise<CertificateObjectGlobalRulestackCreateOrUpdateResponse>;
|
|
51
|
+
/**
|
|
52
|
+
* Delete a CertificateObjectGlobalRulestackResource
|
|
53
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
54
|
+
* @param name certificate name
|
|
55
|
+
* @param options The options parameters.
|
|
56
|
+
*/
|
|
57
|
+
beginDelete(globalRulestackName: string, name: string, options?: CertificateObjectGlobalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
58
|
+
/**
|
|
59
|
+
* Delete a CertificateObjectGlobalRulestackResource
|
|
60
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
61
|
+
* @param name certificate name
|
|
62
|
+
* @param options The options parameters.
|
|
63
|
+
*/
|
|
64
|
+
beginDeleteAndWait(globalRulestackName: string, name: string, options?: CertificateObjectGlobalRulestackDeleteOptionalParams): Promise<void>;
|
|
65
|
+
/**
|
|
66
|
+
* ListNext
|
|
67
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
68
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
69
|
+
* @param options The options parameters.
|
|
70
|
+
*/
|
|
71
|
+
private _listNext;
|
|
72
|
+
}
|
|
73
|
+
//# sourceMappingURL=certificateObjectGlobalRulestack.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"certificateObjectGlobalRulestack.d.ts","sourceRoot":"","sources":["../../../src/operations/certificateObjectGlobalRulestack.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,gCAAgC,EAAE,MAAM,kCAAkC,CAAC;AAIpF,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,wCAAwC,EAExC,kDAAkD,EAElD,iDAAiD,EACjD,2CAA2C,EAC3C,4DAA4D,EAC5D,sDAAsD,EACtD,oDAAoD,EAErD,MAAM,oBAAoB,CAAC;AAG5B,oEAAoE;AACpE,qBAAa,oCACX,YAAW,gCAAgC;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;;OAIG;IACI,IAAI,CACT,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,kDAAkD,GAC3D,0BAA0B,CAAC,wCAAwC,CAAC;YAkBxD,cAAc;YA2Bd,aAAa;IAY5B;;;;OAIG;IACH,OAAO,CAAC,KAAK;IAUb;;;;;OAKG;IACH,GAAG,CACD,mBAAmB,EAAE,MAAM,EAC3B,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,2CAA2C,CAAC;IAOvD;;;;;;OAMG;IACG,mBAAmB,CACvB,mBAAmB,EAAE,MAAM,EAC3B,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,wCAAwC,EAClD,OAAO,CAAC,EAAE,4DAA4D,GACrE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sDAAsD,CAAC,EACtE,sDAAsD,CACvD,CACF;IAyDD;;;;;;OAMG;IACG,0BAA0B,CAC9B,mBAAmB,EAAE,MAAM,EAC3B,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,wCAAwC,EAClD,OAAO,CAAC,EAAE,4DAA4D,GACrE,OAAO,CAAC,sDAAsD,CAAC;IAUlE;;;;;OAKG;IACG,WAAW,CACf,mBAAmB,EAAE,MAAM,EAC3B,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAsDxD;;;;;OAKG;IACG,kBAAkB,CACtB,mBAAmB,EAAE,MAAM,EAC3B,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,IAAI,CAAC;IAKhB;;;;;OAKG;IACH,OAAO,CAAC,SAAS;CAUlB"}
|
|
@@ -0,0 +1,329 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers.js";
|
|
12
|
+
import * as Parameters from "../models/parameters.js";
|
|
13
|
+
import { createHttpPoller } from "@azure/core-lro";
|
|
14
|
+
import { createLroSpec } from "../lroImpl.js";
|
|
15
|
+
/// <reference lib="esnext.asynciterable" />
|
|
16
|
+
/** Class containing CertificateObjectGlobalRulestack operations. */
|
|
17
|
+
export class CertificateObjectGlobalRulestackImpl {
|
|
18
|
+
/**
|
|
19
|
+
* Initialize a new instance of the class CertificateObjectGlobalRulestack class.
|
|
20
|
+
* @param client Reference to the service client
|
|
21
|
+
*/
|
|
22
|
+
constructor(client) {
|
|
23
|
+
this.client = client;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* List CertificateObjectGlobalRulestackResource resources by Tenant
|
|
27
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
list(globalRulestackName, options) {
|
|
31
|
+
const iter = this.listPagingAll(globalRulestackName, 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(globalRulestackName, options, settings);
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
listPagingPage(globalRulestackName, options, settings) {
|
|
48
|
+
return __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 __await(this._list(globalRulestackName, options));
|
|
53
|
+
let page = result.value || [];
|
|
54
|
+
continuationToken = result.nextLink;
|
|
55
|
+
setContinuationToken(page, continuationToken);
|
|
56
|
+
yield yield __await(page);
|
|
57
|
+
}
|
|
58
|
+
while (continuationToken) {
|
|
59
|
+
result = yield __await(this._listNext(globalRulestackName, continuationToken, options));
|
|
60
|
+
continuationToken = result.nextLink;
|
|
61
|
+
let page = result.value || [];
|
|
62
|
+
setContinuationToken(page, continuationToken);
|
|
63
|
+
yield yield __await(page);
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
listPagingAll(globalRulestackName, options) {
|
|
68
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
69
|
+
var _a, e_1, _b, _c;
|
|
70
|
+
try {
|
|
71
|
+
for (var _d = true, _e = __asyncValues(this.listPagingPage(globalRulestackName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
72
|
+
_c = _f.value;
|
|
73
|
+
_d = false;
|
|
74
|
+
const page = _c;
|
|
75
|
+
yield __await(yield* __asyncDelegator(__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 __await(_b.call(_e));
|
|
82
|
+
}
|
|
83
|
+
finally { if (e_1) throw e_1.error; }
|
|
84
|
+
}
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* List CertificateObjectGlobalRulestackResource resources by Tenant
|
|
89
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
90
|
+
* @param options The options parameters.
|
|
91
|
+
*/
|
|
92
|
+
_list(globalRulestackName, options) {
|
|
93
|
+
return this.client.sendOperationRequest({ globalRulestackName, options }, listOperationSpec);
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* Get a CertificateObjectGlobalRulestackResource
|
|
97
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
98
|
+
* @param name certificate name
|
|
99
|
+
* @param options The options parameters.
|
|
100
|
+
*/
|
|
101
|
+
get(globalRulestackName, name, options) {
|
|
102
|
+
return this.client.sendOperationRequest({ globalRulestackName, name, options }, getOperationSpec);
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Create a CertificateObjectGlobalRulestackResource
|
|
106
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
107
|
+
* @param name certificate name
|
|
108
|
+
* @param resource Resource create parameters.
|
|
109
|
+
* @param options The options parameters.
|
|
110
|
+
*/
|
|
111
|
+
async beginCreateOrUpdate(globalRulestackName, name, resource, options) {
|
|
112
|
+
const directSendOperation = async (args, spec) => {
|
|
113
|
+
return this.client.sendOperationRequest(args, spec);
|
|
114
|
+
};
|
|
115
|
+
const sendOperationFn = async (args, spec) => {
|
|
116
|
+
var _a;
|
|
117
|
+
let currentRawResponse = undefined;
|
|
118
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
119
|
+
const callback = (rawResponse, flatResponse) => {
|
|
120
|
+
currentRawResponse = rawResponse;
|
|
121
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
122
|
+
};
|
|
123
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
124
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
125
|
+
return {
|
|
126
|
+
flatResponse,
|
|
127
|
+
rawResponse: {
|
|
128
|
+
statusCode: currentRawResponse.status,
|
|
129
|
+
body: currentRawResponse.parsedBody,
|
|
130
|
+
headers: currentRawResponse.headers.toJSON()
|
|
131
|
+
}
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
const lro = createLroSpec({
|
|
135
|
+
sendOperationFn,
|
|
136
|
+
args: { globalRulestackName, name, resource, options },
|
|
137
|
+
spec: createOrUpdateOperationSpec
|
|
138
|
+
});
|
|
139
|
+
const poller = await createHttpPoller(lro, {
|
|
140
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
141
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
142
|
+
resourceLocationConfig: "azure-async-operation"
|
|
143
|
+
});
|
|
144
|
+
await poller.poll();
|
|
145
|
+
return poller;
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* Create a CertificateObjectGlobalRulestackResource
|
|
149
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
150
|
+
* @param name certificate name
|
|
151
|
+
* @param resource Resource create parameters.
|
|
152
|
+
* @param options The options parameters.
|
|
153
|
+
*/
|
|
154
|
+
async beginCreateOrUpdateAndWait(globalRulestackName, name, resource, options) {
|
|
155
|
+
const poller = await this.beginCreateOrUpdate(globalRulestackName, name, resource, options);
|
|
156
|
+
return poller.pollUntilDone();
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* Delete a CertificateObjectGlobalRulestackResource
|
|
160
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
161
|
+
* @param name certificate name
|
|
162
|
+
* @param options The options parameters.
|
|
163
|
+
*/
|
|
164
|
+
async beginDelete(globalRulestackName, name, options) {
|
|
165
|
+
const directSendOperation = async (args, spec) => {
|
|
166
|
+
return this.client.sendOperationRequest(args, spec);
|
|
167
|
+
};
|
|
168
|
+
const sendOperationFn = async (args, spec) => {
|
|
169
|
+
var _a;
|
|
170
|
+
let currentRawResponse = undefined;
|
|
171
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
172
|
+
const callback = (rawResponse, flatResponse) => {
|
|
173
|
+
currentRawResponse = rawResponse;
|
|
174
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
175
|
+
};
|
|
176
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
177
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
178
|
+
return {
|
|
179
|
+
flatResponse,
|
|
180
|
+
rawResponse: {
|
|
181
|
+
statusCode: currentRawResponse.status,
|
|
182
|
+
body: currentRawResponse.parsedBody,
|
|
183
|
+
headers: currentRawResponse.headers.toJSON()
|
|
184
|
+
}
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
const lro = createLroSpec({
|
|
188
|
+
sendOperationFn,
|
|
189
|
+
args: { globalRulestackName, name, options },
|
|
190
|
+
spec: deleteOperationSpec
|
|
191
|
+
});
|
|
192
|
+
const poller = await createHttpPoller(lro, {
|
|
193
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
194
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
195
|
+
resourceLocationConfig: "azure-async-operation"
|
|
196
|
+
});
|
|
197
|
+
await poller.poll();
|
|
198
|
+
return poller;
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* Delete a CertificateObjectGlobalRulestackResource
|
|
202
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
203
|
+
* @param name certificate name
|
|
204
|
+
* @param options The options parameters.
|
|
205
|
+
*/
|
|
206
|
+
async beginDeleteAndWait(globalRulestackName, name, options) {
|
|
207
|
+
const poller = await this.beginDelete(globalRulestackName, name, options);
|
|
208
|
+
return poller.pollUntilDone();
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* ListNext
|
|
212
|
+
* @param globalRulestackName GlobalRulestack resource name
|
|
213
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
214
|
+
* @param options The options parameters.
|
|
215
|
+
*/
|
|
216
|
+
_listNext(globalRulestackName, nextLink, options) {
|
|
217
|
+
return this.client.sendOperationRequest({ globalRulestackName, nextLink, options }, listNextOperationSpec);
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
// Operation Specifications
|
|
221
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
222
|
+
const listOperationSpec = {
|
|
223
|
+
path: "/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/certificates",
|
|
224
|
+
httpMethod: "GET",
|
|
225
|
+
responses: {
|
|
226
|
+
200: {
|
|
227
|
+
bodyMapper: Mappers.CertificateObjectGlobalRulestackResourceListResult
|
|
228
|
+
},
|
|
229
|
+
default: {
|
|
230
|
+
bodyMapper: Mappers.ErrorResponse
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
queryParameters: [Parameters.apiVersion],
|
|
234
|
+
urlParameters: [Parameters.$host, Parameters.globalRulestackName],
|
|
235
|
+
headerParameters: [Parameters.accept],
|
|
236
|
+
serializer
|
|
237
|
+
};
|
|
238
|
+
const getOperationSpec = {
|
|
239
|
+
path: "/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/certificates/{name}",
|
|
240
|
+
httpMethod: "GET",
|
|
241
|
+
responses: {
|
|
242
|
+
200: {
|
|
243
|
+
bodyMapper: Mappers.CertificateObjectGlobalRulestackResource
|
|
244
|
+
},
|
|
245
|
+
default: {
|
|
246
|
+
bodyMapper: Mappers.ErrorResponse
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
queryParameters: [Parameters.apiVersion],
|
|
250
|
+
urlParameters: [
|
|
251
|
+
Parameters.$host,
|
|
252
|
+
Parameters.globalRulestackName,
|
|
253
|
+
Parameters.name
|
|
254
|
+
],
|
|
255
|
+
headerParameters: [Parameters.accept],
|
|
256
|
+
serializer
|
|
257
|
+
};
|
|
258
|
+
const createOrUpdateOperationSpec = {
|
|
259
|
+
path: "/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/certificates/{name}",
|
|
260
|
+
httpMethod: "PUT",
|
|
261
|
+
responses: {
|
|
262
|
+
200: {
|
|
263
|
+
bodyMapper: Mappers.CertificateObjectGlobalRulestackResource
|
|
264
|
+
},
|
|
265
|
+
201: {
|
|
266
|
+
bodyMapper: Mappers.CertificateObjectGlobalRulestackResource
|
|
267
|
+
},
|
|
268
|
+
202: {
|
|
269
|
+
bodyMapper: Mappers.CertificateObjectGlobalRulestackResource
|
|
270
|
+
},
|
|
271
|
+
204: {
|
|
272
|
+
bodyMapper: Mappers.CertificateObjectGlobalRulestackResource
|
|
273
|
+
},
|
|
274
|
+
default: {
|
|
275
|
+
bodyMapper: Mappers.ErrorResponse
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
requestBody: Parameters.resource1,
|
|
279
|
+
queryParameters: [Parameters.apiVersion],
|
|
280
|
+
urlParameters: [
|
|
281
|
+
Parameters.$host,
|
|
282
|
+
Parameters.globalRulestackName,
|
|
283
|
+
Parameters.name
|
|
284
|
+
],
|
|
285
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
286
|
+
mediaType: "json",
|
|
287
|
+
serializer
|
|
288
|
+
};
|
|
289
|
+
const deleteOperationSpec = {
|
|
290
|
+
path: "/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/certificates/{name}",
|
|
291
|
+
httpMethod: "DELETE",
|
|
292
|
+
responses: {
|
|
293
|
+
200: {},
|
|
294
|
+
201: {},
|
|
295
|
+
202: {},
|
|
296
|
+
204: {},
|
|
297
|
+
default: {
|
|
298
|
+
bodyMapper: Mappers.ErrorResponse
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
queryParameters: [Parameters.apiVersion],
|
|
302
|
+
urlParameters: [
|
|
303
|
+
Parameters.$host,
|
|
304
|
+
Parameters.globalRulestackName,
|
|
305
|
+
Parameters.name
|
|
306
|
+
],
|
|
307
|
+
headerParameters: [Parameters.accept],
|
|
308
|
+
serializer
|
|
309
|
+
};
|
|
310
|
+
const listNextOperationSpec = {
|
|
311
|
+
path: "{nextLink}",
|
|
312
|
+
httpMethod: "GET",
|
|
313
|
+
responses: {
|
|
314
|
+
200: {
|
|
315
|
+
bodyMapper: Mappers.CertificateObjectGlobalRulestackResourceListResult
|
|
316
|
+
},
|
|
317
|
+
default: {
|
|
318
|
+
bodyMapper: Mappers.ErrorResponse
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
urlParameters: [
|
|
322
|
+
Parameters.$host,
|
|
323
|
+
Parameters.globalRulestackName,
|
|
324
|
+
Parameters.nextLink
|
|
325
|
+
],
|
|
326
|
+
headerParameters: [Parameters.accept],
|
|
327
|
+
serializer
|
|
328
|
+
};
|
|
329
|
+
//# sourceMappingURL=certificateObjectGlobalRulestack.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"certificateObjectGlobalRulestack.js","sourceRoot":"","sources":["../../../src/operations/certificateObjectGlobalRulestack.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 { CertificateObjectGlobalRulestack } 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 CertificateObjectGlobalRulestackResource,\n CertificateObjectGlobalRulestackListNextOptionalParams,\n CertificateObjectGlobalRulestackListOptionalParams,\n CertificateObjectGlobalRulestackListResponse,\n CertificateObjectGlobalRulestackGetOptionalParams,\n CertificateObjectGlobalRulestackGetResponse,\n CertificateObjectGlobalRulestackCreateOrUpdateOptionalParams,\n CertificateObjectGlobalRulestackCreateOrUpdateResponse,\n CertificateObjectGlobalRulestackDeleteOptionalParams,\n CertificateObjectGlobalRulestackListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing CertificateObjectGlobalRulestack operations. */\nexport class CertificateObjectGlobalRulestackImpl\n implements CertificateObjectGlobalRulestack {\n private readonly client: PaloAltoNetworksCloudngfw;\n\n /**\n * Initialize a new instance of the class CertificateObjectGlobalRulestack class.\n * @param client Reference to the service client\n */\n constructor(client: PaloAltoNetworksCloudngfw) {\n this.client = client;\n }\n\n /**\n * List CertificateObjectGlobalRulestackResource resources by Tenant\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n public list(\n globalRulestackName: string,\n options?: CertificateObjectGlobalRulestackListOptionalParams\n ): PagedAsyncIterableIterator<CertificateObjectGlobalRulestackResource> {\n const iter = this.listPagingAll(globalRulestackName, 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(globalRulestackName, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n globalRulestackName: string,\n options?: CertificateObjectGlobalRulestackListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<CertificateObjectGlobalRulestackResource[]> {\n let result: CertificateObjectGlobalRulestackListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(globalRulestackName, 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(\n globalRulestackName,\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 *listPagingAll(\n globalRulestackName: string,\n options?: CertificateObjectGlobalRulestackListOptionalParams\n ): AsyncIterableIterator<CertificateObjectGlobalRulestackResource> {\n for await (const page of this.listPagingPage(\n globalRulestackName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List CertificateObjectGlobalRulestackResource resources by Tenant\n * @param globalRulestackName GlobalRulestack resource name\n * @param options The options parameters.\n */\n private _list(\n globalRulestackName: string,\n options?: CertificateObjectGlobalRulestackListOptionalParams\n ): Promise<CertificateObjectGlobalRulestackListResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get a CertificateObjectGlobalRulestackResource\n * @param globalRulestackName GlobalRulestack resource name\n * @param name certificate name\n * @param options The options parameters.\n */\n get(\n globalRulestackName: string,\n name: string,\n options?: CertificateObjectGlobalRulestackGetOptionalParams\n ): Promise<CertificateObjectGlobalRulestackGetResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Create a CertificateObjectGlobalRulestackResource\n * @param globalRulestackName GlobalRulestack resource name\n * @param name certificate name\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n globalRulestackName: string,\n name: string,\n resource: CertificateObjectGlobalRulestackResource,\n options?: CertificateObjectGlobalRulestackCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<CertificateObjectGlobalRulestackCreateOrUpdateResponse>,\n CertificateObjectGlobalRulestackCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<CertificateObjectGlobalRulestackCreateOrUpdateResponse> => {\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: { globalRulestackName, name, resource, options },\n spec: createOrUpdateOperationSpec\n });\n const poller = await createHttpPoller<\n CertificateObjectGlobalRulestackCreateOrUpdateResponse,\n OperationState<CertificateObjectGlobalRulestackCreateOrUpdateResponse>\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 CertificateObjectGlobalRulestackResource\n * @param globalRulestackName GlobalRulestack resource name\n * @param name certificate name\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n globalRulestackName: string,\n name: string,\n resource: CertificateObjectGlobalRulestackResource,\n options?: CertificateObjectGlobalRulestackCreateOrUpdateOptionalParams\n ): Promise<CertificateObjectGlobalRulestackCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n globalRulestackName,\n name,\n resource,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete a CertificateObjectGlobalRulestackResource\n * @param globalRulestackName GlobalRulestack resource name\n * @param name certificate name\n * @param options The options parameters.\n */\n async beginDelete(\n globalRulestackName: string,\n name: string,\n options?: CertificateObjectGlobalRulestackDeleteOptionalParams\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: { globalRulestackName, name, 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 CertificateObjectGlobalRulestackResource\n * @param globalRulestackName GlobalRulestack resource name\n * @param name certificate name\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n globalRulestackName: string,\n name: string,\n options?: CertificateObjectGlobalRulestackDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(globalRulestackName, name, options);\n return poller.pollUntilDone();\n }\n\n /**\n * ListNext\n * @param globalRulestackName GlobalRulestack resource name\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 globalRulestackName: string,\n nextLink: string,\n options?: CertificateObjectGlobalRulestackListNextOptionalParams\n ): Promise<CertificateObjectGlobalRulestackListNextResponse> {\n return this.client.sendOperationRequest(\n { globalRulestackName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/certificates\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateObjectGlobalRulestackResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.globalRulestackName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/certificates/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateObjectGlobalRulestackResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.globalRulestackName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/certificates/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateObjectGlobalRulestackResource\n },\n 201: {\n bodyMapper: Mappers.CertificateObjectGlobalRulestackResource\n },\n 202: {\n bodyMapper: Mappers.CertificateObjectGlobalRulestackResource\n },\n 204: {\n bodyMapper: Mappers.CertificateObjectGlobalRulestackResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.resource1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.globalRulestackName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/certificates/{name}\",\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.globalRulestackName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateObjectGlobalRulestackResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.globalRulestackName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { CertificateObjectLocalRulestack } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { PaloAltoNetworksCloudngfw } from "../paloAltoNetworksCloudngfw.js";
|
|
4
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
import { CertificateObjectLocalRulestackResource, CertificateObjectLocalRulestackListByLocalRulestacksOptionalParams, CertificateObjectLocalRulestackGetOptionalParams, CertificateObjectLocalRulestackGetResponse, CertificateObjectLocalRulestackCreateOrUpdateOptionalParams, CertificateObjectLocalRulestackCreateOrUpdateResponse, CertificateObjectLocalRulestackDeleteOptionalParams } from "../models/index.js";
|
|
6
|
+
/** Class containing CertificateObjectLocalRulestack operations. */
|
|
7
|
+
export declare class CertificateObjectLocalRulestackImpl implements CertificateObjectLocalRulestack {
|
|
8
|
+
private readonly client;
|
|
9
|
+
/**
|
|
10
|
+
* Initialize a new instance of the class CertificateObjectLocalRulestack class.
|
|
11
|
+
* @param client Reference to the service client
|
|
12
|
+
*/
|
|
13
|
+
constructor(client: PaloAltoNetworksCloudngfw);
|
|
14
|
+
/**
|
|
15
|
+
* List CertificateObjectLocalRulestackResource resources by LocalRulestacks
|
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
+
* @param localRulestackName LocalRulestack resource name
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: CertificateObjectLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<CertificateObjectLocalRulestackResource>;
|
|
21
|
+
private listByLocalRulestacksPagingPage;
|
|
22
|
+
private listByLocalRulestacksPagingAll;
|
|
23
|
+
/**
|
|
24
|
+
* List CertificateObjectLocalRulestackResource resources by LocalRulestacks
|
|
25
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
|
+
* @param localRulestackName LocalRulestack resource name
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
private _listByLocalRulestacks;
|
|
30
|
+
/**
|
|
31
|
+
* Get a CertificateObjectLocalRulestackResource
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
|
+
* @param localRulestackName LocalRulestack resource name
|
|
34
|
+
* @param name certificate name
|
|
35
|
+
* @param options The options parameters.
|
|
36
|
+
*/
|
|
37
|
+
get(resourceGroupName: string, localRulestackName: string, name: string, options?: CertificateObjectLocalRulestackGetOptionalParams): Promise<CertificateObjectLocalRulestackGetResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* Create a CertificateObjectLocalRulestackResource
|
|
40
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
41
|
+
* @param localRulestackName LocalRulestack resource name
|
|
42
|
+
* @param name certificate name
|
|
43
|
+
* @param resource Resource create parameters.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, name: string, resource: CertificateObjectLocalRulestackResource, options?: CertificateObjectLocalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CertificateObjectLocalRulestackCreateOrUpdateResponse>, CertificateObjectLocalRulestackCreateOrUpdateResponse>>;
|
|
47
|
+
/**
|
|
48
|
+
* Create a CertificateObjectLocalRulestackResource
|
|
49
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
50
|
+
* @param localRulestackName LocalRulestack resource name
|
|
51
|
+
* @param name certificate name
|
|
52
|
+
* @param resource Resource create parameters.
|
|
53
|
+
* @param options The options parameters.
|
|
54
|
+
*/
|
|
55
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, name: string, resource: CertificateObjectLocalRulestackResource, options?: CertificateObjectLocalRulestackCreateOrUpdateOptionalParams): Promise<CertificateObjectLocalRulestackCreateOrUpdateResponse>;
|
|
56
|
+
/**
|
|
57
|
+
* Delete a CertificateObjectLocalRulestackResource
|
|
58
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
59
|
+
* @param localRulestackName LocalRulestack resource name
|
|
60
|
+
* @param name certificate name
|
|
61
|
+
* @param options The options parameters.
|
|
62
|
+
*/
|
|
63
|
+
beginDelete(resourceGroupName: string, localRulestackName: string, name: string, options?: CertificateObjectLocalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
64
|
+
/**
|
|
65
|
+
* Delete a CertificateObjectLocalRulestackResource
|
|
66
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
67
|
+
* @param localRulestackName LocalRulestack resource name
|
|
68
|
+
* @param name certificate name
|
|
69
|
+
* @param options The options parameters.
|
|
70
|
+
*/
|
|
71
|
+
beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, name: string, options?: CertificateObjectLocalRulestackDeleteOptionalParams): Promise<void>;
|
|
72
|
+
/**
|
|
73
|
+
* ListByLocalRulestacksNext
|
|
74
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
75
|
+
* @param localRulestackName LocalRulestack resource name
|
|
76
|
+
* @param nextLink The nextLink from the previous successful call to the ListByLocalRulestacks method.
|
|
77
|
+
* @param options The options parameters.
|
|
78
|
+
*/
|
|
79
|
+
private _listByLocalRulestacksNext;
|
|
80
|
+
}
|
|
81
|
+
//# sourceMappingURL=certificateObjectLocalRulestack.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"certificateObjectLocalRulestack.d.ts","sourceRoot":"","sources":["../../../src/operations/certificateObjectLocalRulestack.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,+BAA+B,EAAE,MAAM,kCAAkC,CAAC;AAInF,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,uCAAuC,EAEvC,kEAAkE,EAElE,gDAAgD,EAChD,0CAA0C,EAC1C,2DAA2D,EAC3D,qDAAqD,EACrD,mDAAmD,EAEpD,MAAM,oBAAoB,CAAC;AAG5B,mEAAmE;AACnE,qBAAa,mCACX,YAAW,+BAA+B;IAC1C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;;;OAKG;IACI,qBAAqB,CAC1B,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,kEAAkE,GAC3E,0BAA0B,CAAC,uCAAuC,CAAC;YA2BvD,+BAA+B;YAiC/B,8BAA8B;IAc7C;;;;;OAKG;IACH,OAAO,CAAC,sBAAsB;IAW9B;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC;IAOtD;;;;;;;OAOG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,uCAAuC,EACjD,OAAO,CAAC,EAAE,2DAA2D,GACpE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,qDAAqD,CAAC,EACrE,qDAAqD,CACtD,CACF;IAyDD;;;;;;;OAOG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,uCAAuC,EACjD,OAAO,CAAC,EAAE,2DAA2D,GACpE,OAAO,CAAC,qDAAqD,CAAC;IAWjE;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAsDxD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,IAAI,CAAC;IAUhB;;;;;;OAMG;IACH,OAAO,CAAC,0BAA0B;CAWnC"}
|