@azure/arm-paloaltonetworksngfw 1.1.1-alpha.20250217.1 → 1.1.1-alpha.20250219.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -14
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +279 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/certificateObjectGlobalRulestack.d.ts +73 -0
- package/dist/browser/operations/certificateObjectGlobalRulestack.d.ts.map +1 -0
- package/dist/browser/operations/certificateObjectGlobalRulestack.js +329 -0
- package/dist/browser/operations/certificateObjectGlobalRulestack.js.map +1 -0
- package/dist/browser/operations/certificateObjectLocalRulestack.d.ts +81 -0
- package/dist/browser/operations/certificateObjectLocalRulestack.d.ts.map +1 -0
- package/dist/browser/operations/certificateObjectLocalRulestack.js +350 -0
- package/dist/browser/operations/certificateObjectLocalRulestack.js.map +1 -0
- package/dist/browser/operations/firewallStatus.d.ts +45 -0
- package/dist/browser/operations/firewallStatus.d.ts.map +1 -0
- package/dist/browser/operations/firewallStatus.js +180 -0
- package/dist/browser/operations/firewallStatus.js.map +1 -0
- package/dist/browser/operations/firewalls.d.ts +127 -0
- package/dist/browser/operations/firewalls.d.ts.map +1 -0
- package/dist/browser/operations/firewalls.js +601 -0
- package/dist/browser/operations/firewalls.js.map +1 -0
- package/dist/browser/operations/fqdnListGlobalRulestack.d.ts +73 -0
- package/dist/browser/operations/fqdnListGlobalRulestack.d.ts.map +1 -0
- package/dist/browser/operations/fqdnListGlobalRulestack.js +329 -0
- package/dist/browser/operations/fqdnListGlobalRulestack.js.map +1 -0
- package/dist/browser/operations/fqdnListLocalRulestack.d.ts +81 -0
- package/dist/browser/operations/fqdnListLocalRulestack.d.ts.map +1 -0
- package/dist/browser/operations/fqdnListLocalRulestack.js +350 -0
- package/dist/browser/operations/fqdnListLocalRulestack.js.map +1 -0
- package/dist/browser/operations/globalRulestack.d.ts +134 -0
- package/dist/browser/operations/globalRulestack.d.ts.map +1 -0
- package/dist/browser/operations/globalRulestack.js +607 -0
- package/dist/browser/operations/globalRulestack.js.map +1 -0
- package/dist/browser/operations/index.d.ts +15 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +22 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/localRules.d.ts +105 -0
- package/dist/browser/operations/localRules.d.ts.map +1 -0
- package/dist/browser/operations/localRules.js +450 -0
- package/dist/browser/operations/localRules.js.map +1 -0
- package/dist/browser/operations/localRulestacks.d.ts +178 -0
- package/dist/browser/operations/localRulestacks.d.ts.map +1 -0
- package/dist/browser/operations/localRulestacks.js +841 -0
- package/dist/browser/operations/localRulestacks.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/postRules.d.ts +94 -0
- package/dist/browser/operations/postRules.d.ts.map +1 -0
- package/dist/browser/operations/postRules.js +414 -0
- package/dist/browser/operations/postRules.js.map +1 -0
- package/dist/browser/operations/preRules.d.ts +94 -0
- package/dist/browser/operations/preRules.d.ts.map +1 -0
- package/dist/browser/operations/preRules.js +414 -0
- package/dist/browser/operations/preRules.js.map +1 -0
- package/dist/browser/operations/prefixListGlobalRulestack.d.ts +73 -0
- package/dist/browser/operations/prefixListGlobalRulestack.d.ts.map +1 -0
- package/dist/browser/operations/prefixListGlobalRulestack.js +329 -0
- package/dist/browser/operations/prefixListGlobalRulestack.js.map +1 -0
- package/dist/browser/operations/prefixListLocalRulestack.d.ts +81 -0
- package/dist/browser/operations/prefixListLocalRulestack.d.ts.map +1 -0
- package/dist/browser/operations/prefixListLocalRulestack.js +350 -0
- package/dist/browser/operations/prefixListLocalRulestack.js.map +1 -0
- package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +50 -0
- package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -0
- package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.d.ts +56 -0
- package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -0
- package/dist/browser/operationsInterfaces/firewallStatus.d.ts +20 -0
- package/dist/browser/operationsInterfaces/firewallStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/firewallStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/firewalls.d.ts +91 -0
- package/dist/browser/operationsInterfaces/firewalls.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/firewalls.js.map +1 -0
- package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.d.ts +50 -0
- package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -0
- package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.d.ts +56 -0
- package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -0
- package/dist/browser/operationsInterfaces/globalRulestack.d.ts +113 -0
- package/dist/browser/operationsInterfaces/globalRulestack.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/globalRulestack.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +15 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +22 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/localRules.d.ts +80 -0
- package/dist/browser/operationsInterfaces/localRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/localRules.js.map +1 -0
- package/dist/browser/operationsInterfaces/localRulestacks.d.ts +142 -0
- package/dist/browser/operationsInterfaces/localRulestacks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/localRulestacks.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/postRules.d.ts +71 -0
- package/dist/browser/operationsInterfaces/postRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/postRules.js.map +1 -0
- package/dist/browser/operationsInterfaces/preRules.d.ts +71 -0
- package/dist/browser/operationsInterfaces/preRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/preRules.js.map +1 -0
- package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.d.ts +50 -0
- package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -0
- package/dist/browser/operationsInterfaces/prefixListLocalRulestack.d.ts +56 -0
- package/dist/browser/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/prefixListLocalRulestack.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/paloAltoNetworksCloudngfw.d.ts +34 -0
- package/dist/browser/paloAltoNetworksCloudngfw.d.ts.map +1 -0
- package/dist/browser/paloAltoNetworksCloudngfw.js +108 -0
- package/dist/browser/paloAltoNetworksCloudngfw.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2327 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +279 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +88 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3371 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +38 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +282 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/certificateObjectGlobalRulestack.d.ts +73 -0
- package/dist/commonjs/operations/certificateObjectGlobalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operations/certificateObjectGlobalRulestack.js +333 -0
- package/dist/commonjs/operations/certificateObjectGlobalRulestack.js.map +1 -0
- package/dist/commonjs/operations/certificateObjectLocalRulestack.d.ts +81 -0
- package/dist/commonjs/operations/certificateObjectLocalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operations/certificateObjectLocalRulestack.js +354 -0
- package/dist/commonjs/operations/certificateObjectLocalRulestack.js.map +1 -0
- package/dist/commonjs/operations/firewallStatus.d.ts +45 -0
- package/dist/commonjs/operations/firewallStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/firewallStatus.js +184 -0
- package/dist/commonjs/operations/firewallStatus.js.map +1 -0
- package/dist/commonjs/operations/firewalls.d.ts +127 -0
- package/dist/commonjs/operations/firewalls.d.ts.map +1 -0
- package/dist/commonjs/operations/firewalls.js +605 -0
- package/dist/commonjs/operations/firewalls.js.map +1 -0
- package/dist/commonjs/operations/fqdnListGlobalRulestack.d.ts +73 -0
- package/dist/commonjs/operations/fqdnListGlobalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operations/fqdnListGlobalRulestack.js +333 -0
- package/dist/commonjs/operations/fqdnListGlobalRulestack.js.map +1 -0
- package/dist/commonjs/operations/fqdnListLocalRulestack.d.ts +81 -0
- package/dist/commonjs/operations/fqdnListLocalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operations/fqdnListLocalRulestack.js +354 -0
- package/dist/commonjs/operations/fqdnListLocalRulestack.js.map +1 -0
- package/dist/commonjs/operations/globalRulestack.d.ts +134 -0
- package/dist/commonjs/operations/globalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operations/globalRulestack.js +611 -0
- package/dist/commonjs/operations/globalRulestack.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +15 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +25 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/localRules.d.ts +105 -0
- package/dist/commonjs/operations/localRules.d.ts.map +1 -0
- package/dist/commonjs/operations/localRules.js +454 -0
- package/dist/commonjs/operations/localRules.js.map +1 -0
- package/dist/commonjs/operations/localRulestacks.d.ts +178 -0
- package/dist/commonjs/operations/localRulestacks.d.ts.map +1 -0
- package/dist/commonjs/operations/localRulestacks.js +845 -0
- package/dist/commonjs/operations/localRulestacks.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/postRules.d.ts +94 -0
- package/dist/commonjs/operations/postRules.d.ts.map +1 -0
- package/dist/commonjs/operations/postRules.js +418 -0
- package/dist/commonjs/operations/postRules.js.map +1 -0
- package/dist/commonjs/operations/preRules.d.ts +94 -0
- package/dist/commonjs/operations/preRules.d.ts.map +1 -0
- package/dist/commonjs/operations/preRules.js +418 -0
- package/dist/commonjs/operations/preRules.js.map +1 -0
- package/dist/commonjs/operations/prefixListGlobalRulestack.d.ts +73 -0
- package/dist/commonjs/operations/prefixListGlobalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operations/prefixListGlobalRulestack.js +333 -0
- package/dist/commonjs/operations/prefixListGlobalRulestack.js.map +1 -0
- package/dist/commonjs/operations/prefixListLocalRulestack.d.ts +81 -0
- package/dist/commonjs/operations/prefixListLocalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operations/prefixListLocalRulestack.js +354 -0
- package/dist/commonjs/operations/prefixListLocalRulestack.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.js +10 -0
- package/dist/commonjs/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.js +10 -0
- package/dist/commonjs/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallStatus.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/firewallStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/firewallStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewalls.d.ts +91 -0
- package/dist/commonjs/operationsInterfaces/firewalls.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewalls.js +10 -0
- package/dist/commonjs/operationsInterfaces/firewalls.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.js +10 -0
- package/dist/commonjs/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.js +10 -0
- package/dist/commonjs/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/globalRulestack.d.ts +113 -0
- package/dist/commonjs/operationsInterfaces/globalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/globalRulestack.js +10 -0
- package/dist/commonjs/operationsInterfaces/globalRulestack.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +25 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/localRules.d.ts +80 -0
- package/dist/commonjs/operationsInterfaces/localRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/localRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/localRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/localRulestacks.d.ts +142 -0
- package/dist/commonjs/operationsInterfaces/localRulestacks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/localRulestacks.js +10 -0
- package/dist/commonjs/operationsInterfaces/localRulestacks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/postRules.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/postRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/postRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/postRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/preRules.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/preRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/preRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/preRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.js +10 -0
- package/dist/commonjs/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.js +10 -0
- package/dist/commonjs/operationsInterfaces/prefixListLocalRulestack.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/paloAltoNetworksCloudngfw.d.ts +34 -0
- package/dist/commonjs/paloAltoNetworksCloudngfw.d.ts.map +1 -0
- package/dist/commonjs/paloAltoNetworksCloudngfw.js +113 -0
- package/dist/commonjs/paloAltoNetworksCloudngfw.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2327 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +276 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +88 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3367 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +38 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +279 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/certificateObjectGlobalRulestack.d.ts +73 -0
- package/dist/esm/operations/certificateObjectGlobalRulestack.d.ts.map +1 -0
- package/dist/esm/operations/certificateObjectGlobalRulestack.js +329 -0
- package/dist/esm/operations/certificateObjectGlobalRulestack.js.map +1 -0
- package/dist/esm/operations/certificateObjectLocalRulestack.d.ts +81 -0
- package/dist/esm/operations/certificateObjectLocalRulestack.d.ts.map +1 -0
- package/dist/esm/operations/certificateObjectLocalRulestack.js +350 -0
- package/dist/esm/operations/certificateObjectLocalRulestack.js.map +1 -0
- package/dist/esm/operations/firewallStatus.d.ts +45 -0
- package/dist/esm/operations/firewallStatus.d.ts.map +1 -0
- package/dist/esm/operations/firewallStatus.js +180 -0
- package/dist/esm/operations/firewallStatus.js.map +1 -0
- package/dist/esm/operations/firewalls.d.ts +127 -0
- package/dist/esm/operations/firewalls.d.ts.map +1 -0
- package/dist/esm/operations/firewalls.js +601 -0
- package/dist/esm/operations/firewalls.js.map +1 -0
- package/dist/esm/operations/fqdnListGlobalRulestack.d.ts +73 -0
- package/dist/esm/operations/fqdnListGlobalRulestack.d.ts.map +1 -0
- package/dist/esm/operations/fqdnListGlobalRulestack.js +329 -0
- package/dist/esm/operations/fqdnListGlobalRulestack.js.map +1 -0
- package/dist/esm/operations/fqdnListLocalRulestack.d.ts +81 -0
- package/dist/esm/operations/fqdnListLocalRulestack.d.ts.map +1 -0
- package/dist/esm/operations/fqdnListLocalRulestack.js +350 -0
- package/dist/esm/operations/fqdnListLocalRulestack.js.map +1 -0
- package/dist/esm/operations/globalRulestack.d.ts +134 -0
- package/dist/esm/operations/globalRulestack.d.ts.map +1 -0
- package/dist/esm/operations/globalRulestack.js +607 -0
- package/dist/esm/operations/globalRulestack.js.map +1 -0
- package/dist/esm/operations/index.d.ts +15 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +22 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/localRules.d.ts +105 -0
- package/dist/esm/operations/localRules.d.ts.map +1 -0
- package/dist/esm/operations/localRules.js +450 -0
- package/dist/esm/operations/localRules.js.map +1 -0
- package/dist/esm/operations/localRulestacks.d.ts +178 -0
- package/dist/esm/operations/localRulestacks.d.ts.map +1 -0
- package/dist/esm/operations/localRulestacks.js +841 -0
- package/dist/esm/operations/localRulestacks.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/postRules.d.ts +94 -0
- package/dist/esm/operations/postRules.d.ts.map +1 -0
- package/dist/esm/operations/postRules.js +414 -0
- package/dist/esm/operations/postRules.js.map +1 -0
- package/dist/esm/operations/preRules.d.ts +94 -0
- package/dist/esm/operations/preRules.d.ts.map +1 -0
- package/dist/esm/operations/preRules.js +414 -0
- package/dist/esm/operations/preRules.js.map +1 -0
- package/dist/esm/operations/prefixListGlobalRulestack.d.ts +73 -0
- package/dist/esm/operations/prefixListGlobalRulestack.d.ts.map +1 -0
- package/dist/esm/operations/prefixListGlobalRulestack.js +329 -0
- package/dist/esm/operations/prefixListGlobalRulestack.js.map +1 -0
- package/dist/esm/operations/prefixListLocalRulestack.d.ts +81 -0
- package/dist/esm/operations/prefixListLocalRulestack.d.ts.map +1 -0
- package/dist/esm/operations/prefixListLocalRulestack.js +350 -0
- package/dist/esm/operations/prefixListLocalRulestack.js.map +1 -0
- package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +50 -0
- package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.js +9 -0
- package/dist/esm/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -0
- package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.d.ts +56 -0
- package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.js +9 -0
- package/dist/esm/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -0
- package/dist/esm/operationsInterfaces/firewallStatus.d.ts +20 -0
- package/dist/esm/operationsInterfaces/firewallStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/firewallStatus.js +9 -0
- package/dist/esm/operationsInterfaces/firewallStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/firewalls.d.ts +91 -0
- package/dist/esm/operationsInterfaces/firewalls.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/firewalls.js +9 -0
- package/dist/esm/operationsInterfaces/firewalls.js.map +1 -0
- package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.d.ts +50 -0
- package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.js +9 -0
- package/dist/esm/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -0
- package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.d.ts +56 -0
- package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.js +9 -0
- package/dist/esm/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -0
- package/dist/esm/operationsInterfaces/globalRulestack.d.ts +113 -0
- package/dist/esm/operationsInterfaces/globalRulestack.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/globalRulestack.js +9 -0
- package/dist/esm/operationsInterfaces/globalRulestack.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +15 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +22 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/localRules.d.ts +80 -0
- package/dist/esm/operationsInterfaces/localRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/localRules.js +9 -0
- package/dist/esm/operationsInterfaces/localRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/localRulestacks.d.ts +142 -0
- package/dist/esm/operationsInterfaces/localRulestacks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/localRulestacks.js +9 -0
- package/dist/esm/operationsInterfaces/localRulestacks.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/postRules.d.ts +71 -0
- package/dist/esm/operationsInterfaces/postRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/postRules.js +9 -0
- package/dist/esm/operationsInterfaces/postRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/preRules.d.ts +71 -0
- package/dist/esm/operationsInterfaces/preRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/preRules.js +9 -0
- package/dist/esm/operationsInterfaces/preRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.d.ts +50 -0
- package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.js +9 -0
- package/dist/esm/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -0
- package/dist/esm/operationsInterfaces/prefixListLocalRulestack.d.ts +56 -0
- package/dist/esm/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/prefixListLocalRulestack.js +9 -0
- package/dist/esm/operationsInterfaces/prefixListLocalRulestack.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/paloAltoNetworksCloudngfw.d.ts +34 -0
- package/dist/esm/paloAltoNetworksCloudngfw.d.ts.map +1 -0
- package/dist/esm/paloAltoNetworksCloudngfw.js +108 -0
- package/dist/esm/paloAltoNetworksCloudngfw.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2327 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +276 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +88 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3367 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +38 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +279 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/certificateObjectGlobalRulestack.d.ts +73 -0
- package/dist/react-native/operations/certificateObjectGlobalRulestack.d.ts.map +1 -0
- package/dist/react-native/operations/certificateObjectGlobalRulestack.js +329 -0
- package/dist/react-native/operations/certificateObjectGlobalRulestack.js.map +1 -0
- package/dist/react-native/operations/certificateObjectLocalRulestack.d.ts +81 -0
- package/dist/react-native/operations/certificateObjectLocalRulestack.d.ts.map +1 -0
- package/dist/react-native/operations/certificateObjectLocalRulestack.js +350 -0
- package/dist/react-native/operations/certificateObjectLocalRulestack.js.map +1 -0
- package/dist/react-native/operations/firewallStatus.d.ts +45 -0
- package/dist/react-native/operations/firewallStatus.d.ts.map +1 -0
- package/dist/react-native/operations/firewallStatus.js +180 -0
- package/dist/react-native/operations/firewallStatus.js.map +1 -0
- package/dist/react-native/operations/firewalls.d.ts +127 -0
- package/dist/react-native/operations/firewalls.d.ts.map +1 -0
- package/dist/react-native/operations/firewalls.js +601 -0
- package/dist/react-native/operations/firewalls.js.map +1 -0
- package/dist/react-native/operations/fqdnListGlobalRulestack.d.ts +73 -0
- package/dist/react-native/operations/fqdnListGlobalRulestack.d.ts.map +1 -0
- package/dist/react-native/operations/fqdnListGlobalRulestack.js +329 -0
- package/dist/react-native/operations/fqdnListGlobalRulestack.js.map +1 -0
- package/dist/react-native/operations/fqdnListLocalRulestack.d.ts +81 -0
- package/dist/react-native/operations/fqdnListLocalRulestack.d.ts.map +1 -0
- package/dist/react-native/operations/fqdnListLocalRulestack.js +350 -0
- package/dist/react-native/operations/fqdnListLocalRulestack.js.map +1 -0
- package/dist/react-native/operations/globalRulestack.d.ts +134 -0
- package/dist/react-native/operations/globalRulestack.d.ts.map +1 -0
- package/dist/react-native/operations/globalRulestack.js +607 -0
- package/dist/react-native/operations/globalRulestack.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +15 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +22 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/localRules.d.ts +105 -0
- package/dist/react-native/operations/localRules.d.ts.map +1 -0
- package/dist/react-native/operations/localRules.js +450 -0
- package/dist/react-native/operations/localRules.js.map +1 -0
- package/dist/react-native/operations/localRulestacks.d.ts +178 -0
- package/dist/react-native/operations/localRulestacks.d.ts.map +1 -0
- package/dist/react-native/operations/localRulestacks.js +841 -0
- package/dist/react-native/operations/localRulestacks.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/postRules.d.ts +94 -0
- package/dist/react-native/operations/postRules.d.ts.map +1 -0
- package/dist/react-native/operations/postRules.js +414 -0
- package/dist/react-native/operations/postRules.js.map +1 -0
- package/dist/react-native/operations/preRules.d.ts +94 -0
- package/dist/react-native/operations/preRules.d.ts.map +1 -0
- package/dist/react-native/operations/preRules.js +414 -0
- package/dist/react-native/operations/preRules.js.map +1 -0
- package/dist/react-native/operations/prefixListGlobalRulestack.d.ts +73 -0
- package/dist/react-native/operations/prefixListGlobalRulestack.d.ts.map +1 -0
- package/dist/react-native/operations/prefixListGlobalRulestack.js +329 -0
- package/dist/react-native/operations/prefixListGlobalRulestack.js.map +1 -0
- package/dist/react-native/operations/prefixListLocalRulestack.d.ts +81 -0
- package/dist/react-native/operations/prefixListLocalRulestack.d.ts.map +1 -0
- package/dist/react-native/operations/prefixListLocalRulestack.js +350 -0
- package/dist/react-native/operations/prefixListLocalRulestack.js.map +1 -0
- package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.js +9 -0
- package/dist/react-native/operationsInterfaces/certificateObjectGlobalRulestack.js.map +1 -0
- package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.js +9 -0
- package/dist/react-native/operationsInterfaces/certificateObjectLocalRulestack.js.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallStatus.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/firewallStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/firewallStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/firewalls.d.ts +91 -0
- package/dist/react-native/operationsInterfaces/firewalls.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/firewalls.js +9 -0
- package/dist/react-native/operationsInterfaces/firewalls.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.js +9 -0
- package/dist/react-native/operationsInterfaces/fqdnListGlobalRulestack.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.js +9 -0
- package/dist/react-native/operationsInterfaces/fqdnListLocalRulestack.js.map +1 -0
- package/dist/react-native/operationsInterfaces/globalRulestack.d.ts +113 -0
- package/dist/react-native/operationsInterfaces/globalRulestack.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/globalRulestack.js +9 -0
- package/dist/react-native/operationsInterfaces/globalRulestack.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +22 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/localRules.d.ts +80 -0
- package/dist/react-native/operationsInterfaces/localRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/localRules.js +9 -0
- package/dist/react-native/operationsInterfaces/localRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/localRulestacks.d.ts +142 -0
- package/dist/react-native/operationsInterfaces/localRulestacks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/localRulestacks.js +9 -0
- package/dist/react-native/operationsInterfaces/localRulestacks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/postRules.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/postRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/postRules.js +9 -0
- package/dist/react-native/operationsInterfaces/postRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/preRules.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/preRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/preRules.js +9 -0
- package/dist/react-native/operationsInterfaces/preRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.js +9 -0
- package/dist/react-native/operationsInterfaces/prefixListGlobalRulestack.js.map +1 -0
- package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.js +9 -0
- package/dist/react-native/operationsInterfaces/prefixListLocalRulestack.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/paloAltoNetworksCloudngfw.d.ts +34 -0
- package/dist/react-native/paloAltoNetworksCloudngfw.d.ts.map +1 -0
- package/dist/react-native/paloAltoNetworksCloudngfw.js +108 -0
- package/dist/react-native/paloAltoNetworksCloudngfw.js.map +1 -0
- package/package.json +70 -41
- package/dist/index.js +0 -9882
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackCreateOrUpdateSample.js +0 -56
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackDeleteSample.js +0 -52
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackGetSample.js +0 -52
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackGetSample.js.map +0 -1
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackListSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackListSample.js +0 -82
- package/dist-esm/samples-dev/certificateObjectGlobalRulestackListSample.js.map +0 -1
- package/dist-esm/samples-dev/certificateObjectLocalRulestackCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateObjectLocalRulestackCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateObjectLocalRulestackCreateOrUpdateSample.js +0 -60
- package/dist-esm/samples-dev/certificateObjectLocalRulestackCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/certificateObjectLocalRulestackDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateObjectLocalRulestackDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateObjectLocalRulestackDeleteSample.js +0 -56
- package/dist-esm/samples-dev/certificateObjectLocalRulestackDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/certificateObjectLocalRulestackGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateObjectLocalRulestackGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateObjectLocalRulestackGetSample.js +0 -56
- package/dist-esm/samples-dev/certificateObjectLocalRulestackGetSample.js.map +0 -1
- package/dist-esm/samples-dev/certificateObjectLocalRulestackListByLocalRulestacksSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateObjectLocalRulestackListByLocalRulestacksSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateObjectLocalRulestackListByLocalRulestacksSample.js +0 -86
- package/dist-esm/samples-dev/certificateObjectLocalRulestackListByLocalRulestacksSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallStatusGetSample.js +0 -54
- package/dist-esm/samples-dev/firewallStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallStatusListByFirewallsSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallStatusListByFirewallsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallStatusListByFirewallsSample.js +0 -86
- package/dist-esm/samples-dev/firewallStatusListByFirewallsSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsCreateOrUpdateSample.js +0 -179
- package/dist-esm/samples-dev/firewallsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsDeleteSample.js +0 -54
- package/dist-esm/samples-dev/firewallsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsGetGlobalRulestackSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsGetGlobalRulestackSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsGetGlobalRulestackSample.js +0 -54
- package/dist-esm/samples-dev/firewallsGetGlobalRulestackSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsGetLogProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsGetLogProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsGetLogProfileSample.js +0 -54
- package/dist-esm/samples-dev/firewallsGetLogProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsGetSample.js +0 -54
- package/dist-esm/samples-dev/firewallsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsGetSupportInfoSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsGetSupportInfoSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsGetSupportInfoSample.js +0 -49
- package/dist-esm/samples-dev/firewallsGetSupportInfoSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsListByResourceGroupSample.js +0 -84
- package/dist-esm/samples-dev/firewallsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsListBySubscriptionSample.js +0 -82
- package/dist-esm/samples-dev/firewallsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsSaveLogProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsSaveLogProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsSaveLogProfileSample.js +0 -137
- package/dist-esm/samples-dev/firewallsSaveLogProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallsUpdateSample.js +0 -161
- package/dist-esm/samples-dev/firewallsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/fqdnListGlobalRulestackCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fqdnListGlobalRulestackCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fqdnListGlobalRulestackCreateOrUpdateSample.js +0 -55
- package/dist-esm/samples-dev/fqdnListGlobalRulestackCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/fqdnListGlobalRulestackDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/fqdnListGlobalRulestackDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fqdnListGlobalRulestackDeleteSample.js +0 -52
- package/dist-esm/samples-dev/fqdnListGlobalRulestackDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/fqdnListGlobalRulestackGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fqdnListGlobalRulestackGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fqdnListGlobalRulestackGetSample.js +0 -52
- package/dist-esm/samples-dev/fqdnListGlobalRulestackGetSample.js.map +0 -1
- package/dist-esm/samples-dev/fqdnListGlobalRulestackListSample.d.ts +0 -2
- package/dist-esm/samples-dev/fqdnListGlobalRulestackListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fqdnListGlobalRulestackListSample.js +0 -82
- package/dist-esm/samples-dev/fqdnListGlobalRulestackListSample.js.map +0 -1
- package/dist-esm/samples-dev/fqdnListLocalRulestackCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fqdnListLocalRulestackCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fqdnListLocalRulestackCreateOrUpdateSample.js +0 -59
- package/dist-esm/samples-dev/fqdnListLocalRulestackCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/fqdnListLocalRulestackDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/fqdnListLocalRulestackDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fqdnListLocalRulestackDeleteSample.js +0 -56
- package/dist-esm/samples-dev/fqdnListLocalRulestackDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/fqdnListLocalRulestackGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fqdnListLocalRulestackGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fqdnListLocalRulestackGetSample.js +0 -56
- package/dist-esm/samples-dev/fqdnListLocalRulestackGetSample.js.map +0 -1
- package/dist-esm/samples-dev/fqdnListLocalRulestackListByLocalRulestacksSample.d.ts +0 -2
- package/dist-esm/samples-dev/fqdnListLocalRulestackListByLocalRulestacksSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fqdnListLocalRulestackListByLocalRulestacksSample.js +0 -86
- package/dist-esm/samples-dev/fqdnListLocalRulestackListByLocalRulestacksSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackCommitSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackCommitSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackCommitSample.js +0 -50
- package/dist-esm/samples-dev/globalRulestackCommitSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackCreateOrUpdateSample.js +0 -71
- package/dist-esm/samples-dev/globalRulestackCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackDeleteSample.js +0 -50
- package/dist-esm/samples-dev/globalRulestackDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackGetChangeLogSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackGetChangeLogSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackGetChangeLogSample.js +0 -50
- package/dist-esm/samples-dev/globalRulestackGetChangeLogSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackGetSample.js +0 -50
- package/dist-esm/samples-dev/globalRulestackGetSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListAdvancedSecurityObjectsSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackListAdvancedSecurityObjectsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListAdvancedSecurityObjectsSample.js +0 -51
- package/dist-esm/samples-dev/globalRulestackListAdvancedSecurityObjectsSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListAppIdsSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackListAppIdsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListAppIdsSample.js +0 -53
- package/dist-esm/samples-dev/globalRulestackListAppIdsSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListCountriesSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackListCountriesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListCountriesSample.js +0 -46
- package/dist-esm/samples-dev/globalRulestackListCountriesSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListFirewallsSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackListFirewallsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListFirewallsSample.js +0 -50
- package/dist-esm/samples-dev/globalRulestackListFirewallsSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListPredefinedUrlCategoriesSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackListPredefinedUrlCategoriesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListPredefinedUrlCategoriesSample.js +0 -49
- package/dist-esm/samples-dev/globalRulestackListPredefinedUrlCategoriesSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListSample.js +0 -80
- package/dist-esm/samples-dev/globalRulestackListSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListSecurityServicesSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackListSecurityServicesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackListSecurityServicesSample.js +0 -51
- package/dist-esm/samples-dev/globalRulestackListSecurityServicesSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackRevertSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackRevertSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackRevertSample.js +0 -50
- package/dist-esm/samples-dev/globalRulestackRevertSample.js.map +0 -1
- package/dist-esm/samples-dev/globalRulestackUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/globalRulestackUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/globalRulestackUpdateSample.js +0 -72
- package/dist-esm/samples-dev/globalRulestackUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulesCreateOrUpdateSample.js +0 -82
- package/dist-esm/samples-dev/localRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulesDeleteSample.js +0 -56
- package/dist-esm/samples-dev/localRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulesGetCountersSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulesGetCountersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulesGetCountersSample.js +0 -51
- package/dist-esm/samples-dev/localRulesGetCountersSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulesGetSample.js +0 -56
- package/dist-esm/samples-dev/localRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulesListByLocalRulestacksSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulesListByLocalRulestacksSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulesListByLocalRulestacksSample.js +0 -86
- package/dist-esm/samples-dev/localRulesListByLocalRulestacksSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulesRefreshCountersSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulesRefreshCountersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulesRefreshCountersSample.js +0 -51
- package/dist-esm/samples-dev/localRulesRefreshCountersSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulesResetCountersSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulesResetCountersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulesResetCountersSample.js +0 -51
- package/dist-esm/samples-dev/localRulesResetCountersSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksCommitSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksCommitSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksCommitSample.js +0 -54
- package/dist-esm/samples-dev/localRulestacksCommitSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksCreateOrUpdateSample.js +0 -76
- package/dist-esm/samples-dev/localRulestacksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksDeleteSample.js +0 -54
- package/dist-esm/samples-dev/localRulestacksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksGetChangeLogSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksGetChangeLogSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksGetChangeLogSample.js +0 -54
- package/dist-esm/samples-dev/localRulestacksGetChangeLogSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksGetSample.js +0 -54
- package/dist-esm/samples-dev/localRulestacksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksGetSupportInfoSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksGetSupportInfoSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksGetSupportInfoSample.js +0 -49
- package/dist-esm/samples-dev/localRulestacksGetSupportInfoSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListAdvancedSecurityObjectsSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksListAdvancedSecurityObjectsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListAdvancedSecurityObjectsSample.js +0 -55
- package/dist-esm/samples-dev/localRulestacksListAdvancedSecurityObjectsSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListAppIdsSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksListAppIdsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListAppIdsSample.js +0 -57
- package/dist-esm/samples-dev/localRulestacksListAppIdsSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListByResourceGroupSample.js +0 -84
- package/dist-esm/samples-dev/localRulestacksListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListBySubscriptionSample.js +0 -82
- package/dist-esm/samples-dev/localRulestacksListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListCountriesSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksListCountriesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListCountriesSample.js +0 -50
- package/dist-esm/samples-dev/localRulestacksListCountriesSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListFirewallsSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksListFirewallsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListFirewallsSample.js +0 -54
- package/dist-esm/samples-dev/localRulestacksListFirewallsSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListPredefinedUrlCategoriesSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksListPredefinedUrlCategoriesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListPredefinedUrlCategoriesSample.js +0 -53
- package/dist-esm/samples-dev/localRulestacksListPredefinedUrlCategoriesSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListSecurityServicesSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksListSecurityServicesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksListSecurityServicesSample.js +0 -55
- package/dist-esm/samples-dev/localRulestacksListSecurityServicesSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksRevertSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksRevertSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksRevertSample.js +0 -54
- package/dist-esm/samples-dev/localRulestacksRevertSample.js.map +0 -1
- package/dist-esm/samples-dev/localRulestacksUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/localRulestacksUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/localRulestacksUpdateSample.js +0 -76
- package/dist-esm/samples-dev/localRulestacksUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -82
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/postRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/postRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/postRulesCreateOrUpdateSample.js +0 -78
- package/dist-esm/samples-dev/postRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/postRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/postRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/postRulesDeleteSample.js +0 -52
- package/dist-esm/samples-dev/postRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/postRulesGetCountersSample.d.ts +0 -2
- package/dist-esm/samples-dev/postRulesGetCountersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/postRulesGetCountersSample.js +0 -47
- package/dist-esm/samples-dev/postRulesGetCountersSample.js.map +0 -1
- package/dist-esm/samples-dev/postRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/postRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/postRulesGetSample.js +0 -52
- package/dist-esm/samples-dev/postRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/postRulesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/postRulesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/postRulesListSample.js +0 -82
- package/dist-esm/samples-dev/postRulesListSample.js.map +0 -1
- package/dist-esm/samples-dev/postRulesRefreshCountersSample.d.ts +0 -2
- package/dist-esm/samples-dev/postRulesRefreshCountersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/postRulesRefreshCountersSample.js +0 -47
- package/dist-esm/samples-dev/postRulesRefreshCountersSample.js.map +0 -1
- package/dist-esm/samples-dev/postRulesResetCountersSample.d.ts +0 -2
- package/dist-esm/samples-dev/postRulesResetCountersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/postRulesResetCountersSample.js +0 -47
- package/dist-esm/samples-dev/postRulesResetCountersSample.js.map +0 -1
- package/dist-esm/samples-dev/preRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/preRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/preRulesCreateOrUpdateSample.js +0 -78
- package/dist-esm/samples-dev/preRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/preRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/preRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/preRulesDeleteSample.js +0 -52
- package/dist-esm/samples-dev/preRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/preRulesGetCountersSample.d.ts +0 -2
- package/dist-esm/samples-dev/preRulesGetCountersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/preRulesGetCountersSample.js +0 -47
- package/dist-esm/samples-dev/preRulesGetCountersSample.js.map +0 -1
- package/dist-esm/samples-dev/preRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/preRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/preRulesGetSample.js +0 -52
- package/dist-esm/samples-dev/preRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/preRulesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/preRulesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/preRulesListSample.js +0 -82
- package/dist-esm/samples-dev/preRulesListSample.js.map +0 -1
- package/dist-esm/samples-dev/preRulesRefreshCountersSample.d.ts +0 -2
- package/dist-esm/samples-dev/preRulesRefreshCountersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/preRulesRefreshCountersSample.js +0 -47
- package/dist-esm/samples-dev/preRulesRefreshCountersSample.js.map +0 -1
- package/dist-esm/samples-dev/preRulesResetCountersSample.d.ts +0 -2
- package/dist-esm/samples-dev/preRulesResetCountersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/preRulesResetCountersSample.js +0 -47
- package/dist-esm/samples-dev/preRulesResetCountersSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixListGlobalRulestackCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixListGlobalRulestackCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixListGlobalRulestackCreateOrUpdateSample.js +0 -55
- package/dist-esm/samples-dev/prefixListGlobalRulestackCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixListGlobalRulestackDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixListGlobalRulestackDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixListGlobalRulestackDeleteSample.js +0 -52
- package/dist-esm/samples-dev/prefixListGlobalRulestackDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixListGlobalRulestackGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixListGlobalRulestackGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixListGlobalRulestackGetSample.js +0 -52
- package/dist-esm/samples-dev/prefixListGlobalRulestackGetSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixListGlobalRulestackListSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixListGlobalRulestackListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixListGlobalRulestackListSample.js +0 -82
- package/dist-esm/samples-dev/prefixListGlobalRulestackListSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixListLocalRulestackCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixListLocalRulestackCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixListLocalRulestackCreateOrUpdateSample.js +0 -57
- package/dist-esm/samples-dev/prefixListLocalRulestackCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixListLocalRulestackDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixListLocalRulestackDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixListLocalRulestackDeleteSample.js +0 -56
- package/dist-esm/samples-dev/prefixListLocalRulestackDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixListLocalRulestackGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixListLocalRulestackGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixListLocalRulestackGetSample.js +0 -56
- package/dist-esm/samples-dev/prefixListLocalRulestackGetSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixListLocalRulestackListByLocalRulestacksSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixListLocalRulestackListByLocalRulestacksSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixListLocalRulestackListByLocalRulestacksSample.js +0 -86
- package/dist-esm/samples-dev/prefixListLocalRulestackListByLocalRulestacksSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -279
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/certificateObjectGlobalRulestack.d.ts +0 -73
- package/dist-esm/src/operations/certificateObjectGlobalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operations/certificateObjectGlobalRulestack.js +0 -337
- package/dist-esm/src/operations/certificateObjectGlobalRulestack.js.map +0 -1
- package/dist-esm/src/operations/certificateObjectLocalRulestack.d.ts +0 -81
- package/dist-esm/src/operations/certificateObjectLocalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operations/certificateObjectLocalRulestack.js +0 -358
- package/dist-esm/src/operations/certificateObjectLocalRulestack.js.map +0 -1
- package/dist-esm/src/operations/firewallStatus.d.ts +0 -45
- package/dist-esm/src/operations/firewallStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/firewallStatus.js +0 -180
- package/dist-esm/src/operations/firewallStatus.js.map +0 -1
- package/dist-esm/src/operations/firewalls.d.ts +0 -127
- package/dist-esm/src/operations/firewalls.d.ts.map +0 -1
- package/dist-esm/src/operations/firewalls.js +0 -609
- package/dist-esm/src/operations/firewalls.js.map +0 -1
- package/dist-esm/src/operations/fqdnListGlobalRulestack.d.ts +0 -73
- package/dist-esm/src/operations/fqdnListGlobalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operations/fqdnListGlobalRulestack.js +0 -337
- package/dist-esm/src/operations/fqdnListGlobalRulestack.js.map +0 -1
- package/dist-esm/src/operations/fqdnListLocalRulestack.d.ts +0 -81
- package/dist-esm/src/operations/fqdnListLocalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operations/fqdnListLocalRulestack.js +0 -358
- package/dist-esm/src/operations/fqdnListLocalRulestack.js.map +0 -1
- package/dist-esm/src/operations/globalRulestack.d.ts +0 -134
- package/dist-esm/src/operations/globalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operations/globalRulestack.js +0 -619
- package/dist-esm/src/operations/globalRulestack.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -15
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -22
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/localRules.d.ts +0 -105
- package/dist-esm/src/operations/localRules.d.ts.map +0 -1
- package/dist-esm/src/operations/localRules.js +0 -458
- package/dist-esm/src/operations/localRules.js.map +0 -1
- package/dist-esm/src/operations/localRulestacks.d.ts +0 -178
- package/dist-esm/src/operations/localRulestacks.d.ts.map +0 -1
- package/dist-esm/src/operations/localRulestacks.js +0 -853
- package/dist-esm/src/operations/localRulestacks.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/postRules.d.ts +0 -94
- package/dist-esm/src/operations/postRules.d.ts.map +0 -1
- package/dist-esm/src/operations/postRules.js +0 -422
- package/dist-esm/src/operations/postRules.js.map +0 -1
- package/dist-esm/src/operations/preRules.d.ts +0 -94
- package/dist-esm/src/operations/preRules.d.ts.map +0 -1
- package/dist-esm/src/operations/preRules.js +0 -422
- package/dist-esm/src/operations/preRules.js.map +0 -1
- package/dist-esm/src/operations/prefixListGlobalRulestack.d.ts +0 -73
- package/dist-esm/src/operations/prefixListGlobalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operations/prefixListGlobalRulestack.js +0 -337
- package/dist-esm/src/operations/prefixListGlobalRulestack.js.map +0 -1
- package/dist-esm/src/operations/prefixListLocalRulestack.d.ts +0 -81
- package/dist-esm/src/operations/prefixListLocalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operations/prefixListLocalRulestack.js +0 -358
- package/dist-esm/src/operations/prefixListLocalRulestack.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificateObjectGlobalRulestack.d.ts +0 -50
- package/dist-esm/src/operationsInterfaces/certificateObjectGlobalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificateObjectGlobalRulestack.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificateObjectLocalRulestack.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/certificateObjectLocalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificateObjectLocalRulestack.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallStatus.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/firewallStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewalls.d.ts +0 -91
- package/dist-esm/src/operationsInterfaces/firewalls.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewalls.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fqdnListGlobalRulestack.d.ts +0 -50
- package/dist-esm/src/operationsInterfaces/fqdnListGlobalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fqdnListGlobalRulestack.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fqdnListLocalRulestack.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/fqdnListLocalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fqdnListLocalRulestack.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/globalRulestack.d.ts +0 -113
- package/dist-esm/src/operationsInterfaces/globalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/globalRulestack.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -22
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/localRules.d.ts +0 -80
- package/dist-esm/src/operationsInterfaces/localRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/localRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/localRulestacks.d.ts +0 -142
- package/dist-esm/src/operationsInterfaces/localRulestacks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/localRulestacks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/postRules.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/postRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/postRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/preRules.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/preRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/preRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/prefixListGlobalRulestack.d.ts +0 -50
- package/dist-esm/src/operationsInterfaces/prefixListGlobalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/prefixListGlobalRulestack.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/prefixListLocalRulestack.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/prefixListLocalRulestack.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/prefixListLocalRulestack.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/paloAltoNetworksCloudngfw.d.ts +0 -34
- package/dist-esm/src/paloAltoNetworksCloudngfw.d.ts.map +0 -1
- package/dist-esm/src/paloAltoNetworksCloudngfw.js +0 -111
- package/dist-esm/src/paloAltoNetworksCloudngfw.js.map +0 -1
- package/dist-esm/test/paloaltonetworksngfw_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/paloaltonetworksngfw_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/paloaltonetworksngfw_operations_test.spec.js +0 -115
- package/dist-esm/test/paloaltonetworksngfw_operations_test.spec.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -2704
- package/src/models/mappers.ts +0 -3615
- package/src/models/parameters.ts +0 -337
- package/src/operations/certificateObjectGlobalRulestack.ts +0 -451
- package/src/operations/certificateObjectLocalRulestack.ts +0 -503
- package/src/operations/firewallStatus.ts +0 -243
- package/src/operations/firewalls.ts +0 -797
- package/src/operations/fqdnListGlobalRulestack.ts +0 -450
- package/src/operations/fqdnListLocalRulestack.ts +0 -502
- package/src/operations/globalRulestack.ts +0 -828
- package/src/operations/index.ts +0 -22
- package/src/operations/localRules.ts +0 -637
- package/src/operations/localRulestacks.ts +0 -1129
- package/src/operations/operations.ts +0 -149
- package/src/operations/postRules.ts +0 -571
- package/src/operations/preRules.ts +0 -571
- package/src/operations/prefixListGlobalRulestack.ts +0 -451
- package/src/operations/prefixListLocalRulestack.ts +0 -502
- package/src/operationsInterfaces/certificateObjectGlobalRulestack.ts +0 -97
- package/src/operationsInterfaces/certificateObjectLocalRulestack.ts +0 -109
- package/src/operationsInterfaces/firewallStatus.ts +0 -42
- package/src/operationsInterfaces/firewalls.ts +0 -172
- package/src/operationsInterfaces/fqdnListGlobalRulestack.ts +0 -97
- package/src/operationsInterfaces/fqdnListLocalRulestack.ts +0 -109
- package/src/operationsInterfaces/globalRulestack.ts +0 -211
- package/src/operationsInterfaces/index.ts +0 -22
- package/src/operationsInterfaces/localRules.ts +0 -153
- package/src/operationsInterfaces/localRulestacks.ts +0 -266
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/postRules.ts +0 -135
- package/src/operationsInterfaces/preRules.ts +0 -135
- package/src/operationsInterfaces/prefixListGlobalRulestack.ts +0 -97
- package/src/operationsInterfaces/prefixListLocalRulestack.ts +0 -109
- package/src/pagingHelper.ts +0 -39
- package/src/paloAltoNetworksCloudngfw.ts +0 -214
- package/tsconfig.json +0 -33
- package/types/arm-paloaltonetworksngfw.d.ts +0 -3575
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/certificateObjectGlobalRulestack.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/certificateObjectLocalRulestack.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewalls.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fqdnListGlobalRulestack.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fqdnListLocalRulestack.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/globalRulestack.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/localRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/localRulestacks.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/postRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/preRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/prefixListGlobalRulestack.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/prefixListLocalRulestack.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -1,3575 +0,0 @@
|
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
|
2
|
-
import * as coreClient from '@azure/core-client';
|
|
3
|
-
import { OperationState } from '@azure/core-lro';
|
|
4
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
5
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* Defines values for ActionEnum. \
|
|
9
|
-
* {@link KnownActionEnum} can be used interchangeably with ActionEnum,
|
|
10
|
-
* this enum contains the known values that the service supports.
|
|
11
|
-
* ### Known values supported by the service
|
|
12
|
-
* **Allow** \
|
|
13
|
-
* **DenySilent** \
|
|
14
|
-
* **DenyResetServer** \
|
|
15
|
-
* **DenyResetBoth**
|
|
16
|
-
*/
|
|
17
|
-
export declare type ActionEnum = string;
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* Defines values for ActionType. \
|
|
21
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
22
|
-
* this enum contains the known values that the service supports.
|
|
23
|
-
* ### Known values supported by the service
|
|
24
|
-
* **Internal**
|
|
25
|
-
*/
|
|
26
|
-
export declare type ActionType = string;
|
|
27
|
-
|
|
28
|
-
/** advanced security object */
|
|
29
|
-
export declare interface AdvSecurityObjectListResponse {
|
|
30
|
-
/** response value */
|
|
31
|
-
value: AdvSecurityObjectModel;
|
|
32
|
-
/** next link */
|
|
33
|
-
nextLink?: string;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/** List of custom and predefined url category */
|
|
37
|
-
export declare interface AdvSecurityObjectModel {
|
|
38
|
-
/** type of object */
|
|
39
|
-
type?: string;
|
|
40
|
-
/** URL entry */
|
|
41
|
-
entry: NameDescriptionObject[];
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* Defines values for AdvSecurityObjectTypeEnum. \
|
|
46
|
-
* {@link KnownAdvSecurityObjectTypeEnum} can be used interchangeably with AdvSecurityObjectTypeEnum,
|
|
47
|
-
* this enum contains the known values that the service supports.
|
|
48
|
-
* ### Known values supported by the service
|
|
49
|
-
* **urlCustom** \
|
|
50
|
-
* **feeds**
|
|
51
|
-
*/
|
|
52
|
-
export declare type AdvSecurityObjectTypeEnum = string;
|
|
53
|
-
|
|
54
|
-
/** Application Insights key */
|
|
55
|
-
export declare interface ApplicationInsights {
|
|
56
|
-
/** Resource id for Application Insights */
|
|
57
|
-
id?: string;
|
|
58
|
-
/** Application Insights key */
|
|
59
|
-
key?: string;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
/** Data Type for App Seen */
|
|
63
|
-
export declare interface AppSeenData {
|
|
64
|
-
/** number of rows */
|
|
65
|
-
count: number;
|
|
66
|
-
/** array of appSeen */
|
|
67
|
-
appSeenList: AppSeenInfo[];
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
/** Definition for App Seen */
|
|
71
|
-
export declare interface AppSeenInfo {
|
|
72
|
-
/** title */
|
|
73
|
-
title: string;
|
|
74
|
-
/** category */
|
|
75
|
-
category: string;
|
|
76
|
-
/** subCategory */
|
|
77
|
-
subCategory: string;
|
|
78
|
-
/** risk */
|
|
79
|
-
risk: string;
|
|
80
|
-
/** tag */
|
|
81
|
-
tag: string;
|
|
82
|
-
/** technology */
|
|
83
|
-
technology: string;
|
|
84
|
-
/** standardPorts */
|
|
85
|
-
standardPorts: string;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
/** The properties of the managed service identities assigned to this resource. */
|
|
89
|
-
export declare interface AzureResourceManagerManagedIdentityProperties {
|
|
90
|
-
/**
|
|
91
|
-
* The Active Directory tenant id of the principal.
|
|
92
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
93
|
-
*/
|
|
94
|
-
readonly tenantId?: string;
|
|
95
|
-
/**
|
|
96
|
-
* The active directory identifier of this principal.
|
|
97
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
98
|
-
*/
|
|
99
|
-
readonly principalId?: string;
|
|
100
|
-
/** The type of managed identity assigned to this resource. */
|
|
101
|
-
type: ManagedIdentityType;
|
|
102
|
-
/** The identities assigned to this resource by the user. */
|
|
103
|
-
userAssignedIdentities?: {
|
|
104
|
-
[propertyName: string]: AzureResourceManagerUserAssignedIdentity;
|
|
105
|
-
};
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
/** A managed identity assigned by the user. */
|
|
109
|
-
export declare interface AzureResourceManagerUserAssignedIdentity {
|
|
110
|
-
/** The active directory client identifier for this principal. */
|
|
111
|
-
clientId?: string;
|
|
112
|
-
/** The active directory identifier for this principal. */
|
|
113
|
-
principalId?: string;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
/**
|
|
117
|
-
* Defines values for BillingCycle. \
|
|
118
|
-
* {@link KnownBillingCycle} can be used interchangeably with BillingCycle,
|
|
119
|
-
* this enum contains the known values that the service supports.
|
|
120
|
-
* ### Known values supported by the service
|
|
121
|
-
* **WEEKLY** \
|
|
122
|
-
* **MONTHLY**
|
|
123
|
-
*/
|
|
124
|
-
export declare type BillingCycle = string;
|
|
125
|
-
|
|
126
|
-
/**
|
|
127
|
-
* Defines values for BooleanEnum. \
|
|
128
|
-
* {@link KnownBooleanEnum} can be used interchangeably with BooleanEnum,
|
|
129
|
-
* this enum contains the known values that the service supports.
|
|
130
|
-
* ### Known values supported by the service
|
|
131
|
-
* **TRUE** \
|
|
132
|
-
* **FALSE**
|
|
133
|
-
*/
|
|
134
|
-
export declare type BooleanEnum = string;
|
|
135
|
-
|
|
136
|
-
/** URL/EDL to match */
|
|
137
|
-
export declare interface Category {
|
|
138
|
-
/** custom URL */
|
|
139
|
-
urlCustom: string[];
|
|
140
|
-
/** feed list */
|
|
141
|
-
feeds: string[];
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
/** Interface representing a CertificateObjectGlobalRulestack. */
|
|
145
|
-
export declare interface CertificateObjectGlobalRulestack {
|
|
146
|
-
/**
|
|
147
|
-
* List CertificateObjectGlobalRulestackResource resources by Tenant
|
|
148
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
149
|
-
* @param options The options parameters.
|
|
150
|
-
*/
|
|
151
|
-
list(globalRulestackName: string, options?: CertificateObjectGlobalRulestackListOptionalParams): PagedAsyncIterableIterator<CertificateObjectGlobalRulestackResource>;
|
|
152
|
-
/**
|
|
153
|
-
* Get a CertificateObjectGlobalRulestackResource
|
|
154
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
155
|
-
* @param name certificate name
|
|
156
|
-
* @param options The options parameters.
|
|
157
|
-
*/
|
|
158
|
-
get(globalRulestackName: string, name: string, options?: CertificateObjectGlobalRulestackGetOptionalParams): Promise<CertificateObjectGlobalRulestackGetResponse>;
|
|
159
|
-
/**
|
|
160
|
-
* Create a CertificateObjectGlobalRulestackResource
|
|
161
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
162
|
-
* @param name certificate name
|
|
163
|
-
* @param resource Resource create parameters.
|
|
164
|
-
* @param options The options parameters.
|
|
165
|
-
*/
|
|
166
|
-
beginCreateOrUpdate(globalRulestackName: string, name: string, resource: CertificateObjectGlobalRulestackResource, options?: CertificateObjectGlobalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CertificateObjectGlobalRulestackCreateOrUpdateResponse>, CertificateObjectGlobalRulestackCreateOrUpdateResponse>>;
|
|
167
|
-
/**
|
|
168
|
-
* Create a CertificateObjectGlobalRulestackResource
|
|
169
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
170
|
-
* @param name certificate name
|
|
171
|
-
* @param resource Resource create parameters.
|
|
172
|
-
* @param options The options parameters.
|
|
173
|
-
*/
|
|
174
|
-
beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: CertificateObjectGlobalRulestackResource, options?: CertificateObjectGlobalRulestackCreateOrUpdateOptionalParams): Promise<CertificateObjectGlobalRulestackCreateOrUpdateResponse>;
|
|
175
|
-
/**
|
|
176
|
-
* Delete a CertificateObjectGlobalRulestackResource
|
|
177
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
178
|
-
* @param name certificate name
|
|
179
|
-
* @param options The options parameters.
|
|
180
|
-
*/
|
|
181
|
-
beginDelete(globalRulestackName: string, name: string, options?: CertificateObjectGlobalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
182
|
-
/**
|
|
183
|
-
* Delete a CertificateObjectGlobalRulestackResource
|
|
184
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
185
|
-
* @param name certificate name
|
|
186
|
-
* @param options The options parameters.
|
|
187
|
-
*/
|
|
188
|
-
beginDeleteAndWait(globalRulestackName: string, name: string, options?: CertificateObjectGlobalRulestackDeleteOptionalParams): Promise<void>;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
/** Optional parameters. */
|
|
192
|
-
export declare interface CertificateObjectGlobalRulestackCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
193
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
194
|
-
updateIntervalInMs?: number;
|
|
195
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
196
|
-
resumeFrom?: string;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
200
|
-
export declare type CertificateObjectGlobalRulestackCreateOrUpdateResponse = CertificateObjectGlobalRulestackResource;
|
|
201
|
-
|
|
202
|
-
/** Optional parameters. */
|
|
203
|
-
export declare interface CertificateObjectGlobalRulestackDeleteOptionalParams extends coreClient.OperationOptions {
|
|
204
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
205
|
-
updateIntervalInMs?: number;
|
|
206
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
207
|
-
resumeFrom?: string;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
/** Optional parameters. */
|
|
211
|
-
export declare interface CertificateObjectGlobalRulestackGetOptionalParams extends coreClient.OperationOptions {
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
/** Contains response data for the get operation. */
|
|
215
|
-
export declare type CertificateObjectGlobalRulestackGetResponse = CertificateObjectGlobalRulestackResource;
|
|
216
|
-
|
|
217
|
-
/** Optional parameters. */
|
|
218
|
-
export declare interface CertificateObjectGlobalRulestackListNextOptionalParams extends coreClient.OperationOptions {
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
/** Contains response data for the listNext operation. */
|
|
222
|
-
export declare type CertificateObjectGlobalRulestackListNextResponse = CertificateObjectGlobalRulestackResourceListResult;
|
|
223
|
-
|
|
224
|
-
/** Optional parameters. */
|
|
225
|
-
export declare interface CertificateObjectGlobalRulestackListOptionalParams extends coreClient.OperationOptions {
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
/** Contains response data for the list operation. */
|
|
229
|
-
export declare type CertificateObjectGlobalRulestackListResponse = CertificateObjectGlobalRulestackResourceListResult;
|
|
230
|
-
|
|
231
|
-
/** GlobalRulestack Certificate Object */
|
|
232
|
-
export declare interface CertificateObjectGlobalRulestackResource extends ProxyResource {
|
|
233
|
-
/** Resource Id of certificate signer, to be populated only when certificateSelfSigned is false */
|
|
234
|
-
certificateSignerResourceId?: string;
|
|
235
|
-
/** use certificate self signed */
|
|
236
|
-
certificateSelfSigned: BooleanEnum;
|
|
237
|
-
/** comment for this object */
|
|
238
|
-
auditComment?: string;
|
|
239
|
-
/** user description for this object */
|
|
240
|
-
description?: string;
|
|
241
|
-
/** read only string representing last create or update */
|
|
242
|
-
etag?: string;
|
|
243
|
-
/**
|
|
244
|
-
* Provisioning state of the resource.
|
|
245
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
246
|
-
*/
|
|
247
|
-
readonly provisioningState?: ProvisioningState;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
/** The response of a CertificateObjectGlobalRulestackResource list operation. */
|
|
251
|
-
export declare interface CertificateObjectGlobalRulestackResourceListResult {
|
|
252
|
-
/** The items on this page */
|
|
253
|
-
value: CertificateObjectGlobalRulestackResource[];
|
|
254
|
-
/** The link to the next page of items */
|
|
255
|
-
nextLink?: string;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
/** Interface representing a CertificateObjectLocalRulestack. */
|
|
259
|
-
export declare interface CertificateObjectLocalRulestack {
|
|
260
|
-
/**
|
|
261
|
-
* List CertificateObjectLocalRulestackResource resources by LocalRulestacks
|
|
262
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
263
|
-
* @param localRulestackName LocalRulestack resource name
|
|
264
|
-
* @param options The options parameters.
|
|
265
|
-
*/
|
|
266
|
-
listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: CertificateObjectLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<CertificateObjectLocalRulestackResource>;
|
|
267
|
-
/**
|
|
268
|
-
* Get a CertificateObjectLocalRulestackResource
|
|
269
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
270
|
-
* @param localRulestackName LocalRulestack resource name
|
|
271
|
-
* @param name certificate name
|
|
272
|
-
* @param options The options parameters.
|
|
273
|
-
*/
|
|
274
|
-
get(resourceGroupName: string, localRulestackName: string, name: string, options?: CertificateObjectLocalRulestackGetOptionalParams): Promise<CertificateObjectLocalRulestackGetResponse>;
|
|
275
|
-
/**
|
|
276
|
-
* Create a CertificateObjectLocalRulestackResource
|
|
277
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
278
|
-
* @param localRulestackName LocalRulestack resource name
|
|
279
|
-
* @param name certificate name
|
|
280
|
-
* @param resource Resource create parameters.
|
|
281
|
-
* @param options The options parameters.
|
|
282
|
-
*/
|
|
283
|
-
beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, name: string, resource: CertificateObjectLocalRulestackResource, options?: CertificateObjectLocalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CertificateObjectLocalRulestackCreateOrUpdateResponse>, CertificateObjectLocalRulestackCreateOrUpdateResponse>>;
|
|
284
|
-
/**
|
|
285
|
-
* Create a CertificateObjectLocalRulestackResource
|
|
286
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
287
|
-
* @param localRulestackName LocalRulestack resource name
|
|
288
|
-
* @param name certificate name
|
|
289
|
-
* @param resource Resource create parameters.
|
|
290
|
-
* @param options The options parameters.
|
|
291
|
-
*/
|
|
292
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, name: string, resource: CertificateObjectLocalRulestackResource, options?: CertificateObjectLocalRulestackCreateOrUpdateOptionalParams): Promise<CertificateObjectLocalRulestackCreateOrUpdateResponse>;
|
|
293
|
-
/**
|
|
294
|
-
* Delete a CertificateObjectLocalRulestackResource
|
|
295
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
296
|
-
* @param localRulestackName LocalRulestack resource name
|
|
297
|
-
* @param name certificate name
|
|
298
|
-
* @param options The options parameters.
|
|
299
|
-
*/
|
|
300
|
-
beginDelete(resourceGroupName: string, localRulestackName: string, name: string, options?: CertificateObjectLocalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
301
|
-
/**
|
|
302
|
-
* Delete a CertificateObjectLocalRulestackResource
|
|
303
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
304
|
-
* @param localRulestackName LocalRulestack resource name
|
|
305
|
-
* @param name certificate name
|
|
306
|
-
* @param options The options parameters.
|
|
307
|
-
*/
|
|
308
|
-
beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, name: string, options?: CertificateObjectLocalRulestackDeleteOptionalParams): Promise<void>;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
/** Optional parameters. */
|
|
312
|
-
export declare interface CertificateObjectLocalRulestackCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
313
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
314
|
-
updateIntervalInMs?: number;
|
|
315
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
316
|
-
resumeFrom?: string;
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
320
|
-
export declare type CertificateObjectLocalRulestackCreateOrUpdateResponse = CertificateObjectLocalRulestackResource;
|
|
321
|
-
|
|
322
|
-
/** Optional parameters. */
|
|
323
|
-
export declare interface CertificateObjectLocalRulestackDeleteOptionalParams extends coreClient.OperationOptions {
|
|
324
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
325
|
-
updateIntervalInMs?: number;
|
|
326
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
327
|
-
resumeFrom?: string;
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
/** Optional parameters. */
|
|
331
|
-
export declare interface CertificateObjectLocalRulestackGetOptionalParams extends coreClient.OperationOptions {
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
/** Contains response data for the get operation. */
|
|
335
|
-
export declare type CertificateObjectLocalRulestackGetResponse = CertificateObjectLocalRulestackResource;
|
|
336
|
-
|
|
337
|
-
/** Optional parameters. */
|
|
338
|
-
export declare interface CertificateObjectLocalRulestackListByLocalRulestacksNextOptionalParams extends coreClient.OperationOptions {
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
/** Contains response data for the listByLocalRulestacksNext operation. */
|
|
342
|
-
export declare type CertificateObjectLocalRulestackListByLocalRulestacksNextResponse = CertificateObjectLocalRulestackResourceListResult;
|
|
343
|
-
|
|
344
|
-
/** Optional parameters. */
|
|
345
|
-
export declare interface CertificateObjectLocalRulestackListByLocalRulestacksOptionalParams extends coreClient.OperationOptions {
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
/** Contains response data for the listByLocalRulestacks operation. */
|
|
349
|
-
export declare type CertificateObjectLocalRulestackListByLocalRulestacksResponse = CertificateObjectLocalRulestackResourceListResult;
|
|
350
|
-
|
|
351
|
-
/** LocalRulestack Certificate Object */
|
|
352
|
-
export declare interface CertificateObjectLocalRulestackResource extends ProxyResource {
|
|
353
|
-
/** Resource Id of certificate signer, to be populated only when certificateSelfSigned is false */
|
|
354
|
-
certificateSignerResourceId?: string;
|
|
355
|
-
/** use certificate self signed */
|
|
356
|
-
certificateSelfSigned: BooleanEnum;
|
|
357
|
-
/** comment for this object */
|
|
358
|
-
auditComment?: string;
|
|
359
|
-
/** user description for this object */
|
|
360
|
-
description?: string;
|
|
361
|
-
/** read only string representing last create or update */
|
|
362
|
-
etag?: string;
|
|
363
|
-
/**
|
|
364
|
-
* Provisioning state of the resource.
|
|
365
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
366
|
-
*/
|
|
367
|
-
readonly provisioningState?: ProvisioningState;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
/** The response of a CertificateObjectLocalRulestackResource list operation. */
|
|
371
|
-
export declare interface CertificateObjectLocalRulestackResourceListResult {
|
|
372
|
-
/** The items on this page */
|
|
373
|
-
value: CertificateObjectLocalRulestackResource[];
|
|
374
|
-
/** The link to the next page of items */
|
|
375
|
-
nextLink?: string;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
/** Changelog list */
|
|
379
|
-
export declare interface Changelog {
|
|
380
|
-
/** list of changes */
|
|
381
|
-
changes: string[];
|
|
382
|
-
/** lastCommitted timestamp */
|
|
383
|
-
lastCommitted?: Date;
|
|
384
|
-
/** lastModified timestamp */
|
|
385
|
-
lastModified?: Date;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
/** Countries Response Object */
|
|
389
|
-
export declare interface CountriesResponse {
|
|
390
|
-
/** List of countries */
|
|
391
|
-
value: Country[];
|
|
392
|
-
/** next link */
|
|
393
|
-
nextLink?: string;
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
/** Country Description */
|
|
397
|
-
export declare interface Country {
|
|
398
|
-
/** country code */
|
|
399
|
-
code: string;
|
|
400
|
-
/** code description */
|
|
401
|
-
description?: string;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
/**
|
|
405
|
-
* Defines values for CreatedByType. \
|
|
406
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
407
|
-
* this enum contains the known values that the service supports.
|
|
408
|
-
* ### Known values supported by the service
|
|
409
|
-
* **User** \
|
|
410
|
-
* **Application** \
|
|
411
|
-
* **ManagedIdentity** \
|
|
412
|
-
* **Key**
|
|
413
|
-
*/
|
|
414
|
-
export declare type CreatedByType = string;
|
|
415
|
-
|
|
416
|
-
/**
|
|
417
|
-
* Defines values for DecryptionRuleTypeEnum. \
|
|
418
|
-
* {@link KnownDecryptionRuleTypeEnum} can be used interchangeably with DecryptionRuleTypeEnum,
|
|
419
|
-
* this enum contains the known values that the service supports.
|
|
420
|
-
* ### Known values supported by the service
|
|
421
|
-
* **SSLOutboundInspection** \
|
|
422
|
-
* **SSLInboundInspection** \
|
|
423
|
-
* **None**
|
|
424
|
-
*/
|
|
425
|
-
export declare type DecryptionRuleTypeEnum = string;
|
|
426
|
-
|
|
427
|
-
/**
|
|
428
|
-
* Defines values for DefaultMode. \
|
|
429
|
-
* {@link KnownDefaultMode} can be used interchangeably with DefaultMode,
|
|
430
|
-
* this enum contains the known values that the service supports.
|
|
431
|
-
* ### Known values supported by the service
|
|
432
|
-
* **IPS** \
|
|
433
|
-
* **FIREWALL** \
|
|
434
|
-
* **NONE**
|
|
435
|
-
*/
|
|
436
|
-
export declare type DefaultMode = string;
|
|
437
|
-
|
|
438
|
-
/** destination address */
|
|
439
|
-
export declare interface DestinationAddr {
|
|
440
|
-
/** special value 'any' */
|
|
441
|
-
cidrs?: string[];
|
|
442
|
-
/** list of countries */
|
|
443
|
-
countries?: string[];
|
|
444
|
-
/** list of feeds */
|
|
445
|
-
feeds?: string[];
|
|
446
|
-
/** prefix list */
|
|
447
|
-
prefixLists?: string[];
|
|
448
|
-
/** fqdn list */
|
|
449
|
-
fqdnLists?: string[];
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
/**
|
|
453
|
-
* Defines values for DNSProxy. \
|
|
454
|
-
* {@link KnownDNSProxy} can be used interchangeably with DNSProxy,
|
|
455
|
-
* this enum contains the known values that the service supports.
|
|
456
|
-
* ### Known values supported by the service
|
|
457
|
-
* **DISABLED** \
|
|
458
|
-
* **ENABLED**
|
|
459
|
-
*/
|
|
460
|
-
export declare type DNSProxy = string;
|
|
461
|
-
|
|
462
|
-
/** DNS Proxy settings for Firewall */
|
|
463
|
-
export declare interface DNSSettings {
|
|
464
|
-
/** Enable DNS proxy, disabled by default */
|
|
465
|
-
enableDnsProxy?: DNSProxy;
|
|
466
|
-
/** Enabled DNS proxy type, disabled by default */
|
|
467
|
-
enabledDnsType?: EnabledDNSType;
|
|
468
|
-
/** List of IPs associated with the Firewall */
|
|
469
|
-
dnsServers?: IPAddress[];
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
/**
|
|
473
|
-
* Defines values for EgressNat. \
|
|
474
|
-
* {@link KnownEgressNat} can be used interchangeably with EgressNat,
|
|
475
|
-
* this enum contains the known values that the service supports.
|
|
476
|
-
* ### Known values supported by the service
|
|
477
|
-
* **DISABLED** \
|
|
478
|
-
* **ENABLED**
|
|
479
|
-
*/
|
|
480
|
-
export declare type EgressNat = string;
|
|
481
|
-
|
|
482
|
-
/**
|
|
483
|
-
* Defines values for EnabledDNSType. \
|
|
484
|
-
* {@link KnownEnabledDNSType} can be used interchangeably with EnabledDNSType,
|
|
485
|
-
* this enum contains the known values that the service supports.
|
|
486
|
-
* ### Known values supported by the service
|
|
487
|
-
* **CUSTOM** \
|
|
488
|
-
* **AZURE**
|
|
489
|
-
*/
|
|
490
|
-
export declare type EnabledDNSType = string;
|
|
491
|
-
|
|
492
|
-
/** Endpoint Configuration for frontend and backend */
|
|
493
|
-
export declare interface EndpointConfiguration {
|
|
494
|
-
/** port ID */
|
|
495
|
-
port: string;
|
|
496
|
-
/** Address Space */
|
|
497
|
-
address: IPAddress;
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
/** The resource management error additional info. */
|
|
501
|
-
export declare interface ErrorAdditionalInfo {
|
|
502
|
-
/**
|
|
503
|
-
* The additional info type.
|
|
504
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
505
|
-
*/
|
|
506
|
-
readonly type?: string;
|
|
507
|
-
/**
|
|
508
|
-
* The additional info.
|
|
509
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
510
|
-
*/
|
|
511
|
-
readonly info?: Record<string, unknown>;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
/** The error detail. */
|
|
515
|
-
export declare interface ErrorDetail {
|
|
516
|
-
/**
|
|
517
|
-
* The error code.
|
|
518
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
519
|
-
*/
|
|
520
|
-
readonly code?: string;
|
|
521
|
-
/**
|
|
522
|
-
* The error message.
|
|
523
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
524
|
-
*/
|
|
525
|
-
readonly message?: string;
|
|
526
|
-
/**
|
|
527
|
-
* The error target.
|
|
528
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
529
|
-
*/
|
|
530
|
-
readonly target?: string;
|
|
531
|
-
/**
|
|
532
|
-
* The error details.
|
|
533
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
534
|
-
*/
|
|
535
|
-
readonly details?: ErrorDetail[];
|
|
536
|
-
/**
|
|
537
|
-
* The error additional info.
|
|
538
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
539
|
-
*/
|
|
540
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
544
|
-
export declare interface ErrorResponse {
|
|
545
|
-
/** The error object. */
|
|
546
|
-
error?: ErrorDetail;
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
/** EventHub configurations */
|
|
550
|
-
export declare interface EventHub {
|
|
551
|
-
/** Resource ID of EventHub */
|
|
552
|
-
id?: string;
|
|
553
|
-
/** Subscription Id */
|
|
554
|
-
subscriptionId?: string;
|
|
555
|
-
/** EventHub name */
|
|
556
|
-
name?: string;
|
|
557
|
-
/** EventHub namespace */
|
|
558
|
-
nameSpace?: string;
|
|
559
|
-
/** EventHub policy name */
|
|
560
|
-
policyName?: string;
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
/** PaloAltoNetworks Firewall */
|
|
564
|
-
export declare interface FirewallResource extends TrackedResource {
|
|
565
|
-
/** The managed service identities assigned to this resource. */
|
|
566
|
-
identity?: AzureResourceManagerManagedIdentityProperties;
|
|
567
|
-
/** panEtag info */
|
|
568
|
-
panEtag?: string;
|
|
569
|
-
/** Network settings */
|
|
570
|
-
networkProfile: NetworkProfile;
|
|
571
|
-
/** Panorama Managed: Default is False. Default will be CloudSec managed */
|
|
572
|
-
isPanoramaManaged?: BooleanEnum;
|
|
573
|
-
/** Panorama Configuration */
|
|
574
|
-
panoramaConfig?: PanoramaConfig;
|
|
575
|
-
/** Associated Rulestack */
|
|
576
|
-
associatedRulestack?: RulestackDetails;
|
|
577
|
-
/** DNS settings for Firewall */
|
|
578
|
-
dnsSettings: DNSSettings;
|
|
579
|
-
/** Frontend settings for Firewall */
|
|
580
|
-
frontEndSettings?: FrontendSetting[];
|
|
581
|
-
/**
|
|
582
|
-
* Provisioning state of the resource.
|
|
583
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
584
|
-
*/
|
|
585
|
-
readonly provisioningState?: ProvisioningState;
|
|
586
|
-
/** Billing plan information. */
|
|
587
|
-
planData: PlanData;
|
|
588
|
-
/** Marketplace details */
|
|
589
|
-
marketplaceDetails: MarketplaceDetails;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
/** The response of a FirewallResource list operation. */
|
|
593
|
-
export declare interface FirewallResourceListResult {
|
|
594
|
-
/** The items on this page */
|
|
595
|
-
value: FirewallResource[];
|
|
596
|
-
/** The link to the next page of items */
|
|
597
|
-
nextLink?: string;
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
/** The type used for update operations of the FirewallResource. */
|
|
601
|
-
export declare interface FirewallResourceUpdate {
|
|
602
|
-
/** The managed service identities assigned to this resource. */
|
|
603
|
-
identity?: AzureResourceManagerManagedIdentityProperties;
|
|
604
|
-
/** Resource tags. */
|
|
605
|
-
tags?: {
|
|
606
|
-
[propertyName: string]: string;
|
|
607
|
-
};
|
|
608
|
-
/** The updatable properties of the FirewallResource. */
|
|
609
|
-
properties?: FirewallResourceUpdateProperties;
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
/** The updatable properties of the FirewallResource. */
|
|
613
|
-
export declare interface FirewallResourceUpdateProperties {
|
|
614
|
-
/** panEtag info */
|
|
615
|
-
panEtag?: string;
|
|
616
|
-
/** Network settings */
|
|
617
|
-
networkProfile?: NetworkProfile;
|
|
618
|
-
/** Panorama Managed: Default is False. Default will be CloudSec managed */
|
|
619
|
-
isPanoramaManaged?: BooleanEnum;
|
|
620
|
-
/** Panorama Configuration */
|
|
621
|
-
panoramaConfig?: PanoramaConfig;
|
|
622
|
-
/** Associated Rulestack */
|
|
623
|
-
associatedRulestack?: RulestackDetails;
|
|
624
|
-
/** DNS settings for Firewall */
|
|
625
|
-
dnsSettings?: DNSSettings;
|
|
626
|
-
/** Frontend settings for Firewall */
|
|
627
|
-
frontEndSettings?: FrontendSetting[];
|
|
628
|
-
/** Billing plan information. */
|
|
629
|
-
planData?: PlanData;
|
|
630
|
-
/** Marketplace details */
|
|
631
|
-
marketplaceDetails?: MarketplaceDetails;
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
/** Interface representing a Firewalls. */
|
|
635
|
-
export declare interface Firewalls {
|
|
636
|
-
/**
|
|
637
|
-
* List FirewallResource resources by subscription ID
|
|
638
|
-
* @param options The options parameters.
|
|
639
|
-
*/
|
|
640
|
-
listBySubscription(options?: FirewallsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<FirewallResource>;
|
|
641
|
-
/**
|
|
642
|
-
* List FirewallResource resources by resource group
|
|
643
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
644
|
-
* @param options The options parameters.
|
|
645
|
-
*/
|
|
646
|
-
listByResourceGroup(resourceGroupName: string, options?: FirewallsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<FirewallResource>;
|
|
647
|
-
/**
|
|
648
|
-
* Get a FirewallResource
|
|
649
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
650
|
-
* @param firewallName Firewall resource name
|
|
651
|
-
* @param options The options parameters.
|
|
652
|
-
*/
|
|
653
|
-
get(resourceGroupName: string, firewallName: string, options?: FirewallsGetOptionalParams): Promise<FirewallsGetResponse>;
|
|
654
|
-
/**
|
|
655
|
-
* Create a FirewallResource
|
|
656
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
657
|
-
* @param firewallName Firewall resource name
|
|
658
|
-
* @param resource Resource create parameters.
|
|
659
|
-
* @param options The options parameters.
|
|
660
|
-
*/
|
|
661
|
-
beginCreateOrUpdate(resourceGroupName: string, firewallName: string, resource: FirewallResource, options?: FirewallsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FirewallsCreateOrUpdateResponse>, FirewallsCreateOrUpdateResponse>>;
|
|
662
|
-
/**
|
|
663
|
-
* Create a FirewallResource
|
|
664
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
665
|
-
* @param firewallName Firewall resource name
|
|
666
|
-
* @param resource Resource create parameters.
|
|
667
|
-
* @param options The options parameters.
|
|
668
|
-
*/
|
|
669
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, firewallName: string, resource: FirewallResource, options?: FirewallsCreateOrUpdateOptionalParams): Promise<FirewallsCreateOrUpdateResponse>;
|
|
670
|
-
/**
|
|
671
|
-
* Update a FirewallResource
|
|
672
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
673
|
-
* @param firewallName Firewall resource name
|
|
674
|
-
* @param properties The resource properties to be updated.
|
|
675
|
-
* @param options The options parameters.
|
|
676
|
-
*/
|
|
677
|
-
update(resourceGroupName: string, firewallName: string, properties: FirewallResourceUpdate, options?: FirewallsUpdateOptionalParams): Promise<FirewallsUpdateResponse>;
|
|
678
|
-
/**
|
|
679
|
-
* Delete a FirewallResource
|
|
680
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
681
|
-
* @param firewallName Firewall resource name
|
|
682
|
-
* @param options The options parameters.
|
|
683
|
-
*/
|
|
684
|
-
beginDelete(resourceGroupName: string, firewallName: string, options?: FirewallsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
685
|
-
/**
|
|
686
|
-
* Delete a FirewallResource
|
|
687
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
688
|
-
* @param firewallName Firewall resource name
|
|
689
|
-
* @param options The options parameters.
|
|
690
|
-
*/
|
|
691
|
-
beginDeleteAndWait(resourceGroupName: string, firewallName: string, options?: FirewallsDeleteOptionalParams): Promise<void>;
|
|
692
|
-
/**
|
|
693
|
-
* Get Global Rulestack associated with the Firewall
|
|
694
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
695
|
-
* @param firewallName Firewall resource name
|
|
696
|
-
* @param options The options parameters.
|
|
697
|
-
*/
|
|
698
|
-
getGlobalRulestack(resourceGroupName: string, firewallName: string, options?: FirewallsGetGlobalRulestackOptionalParams): Promise<FirewallsGetGlobalRulestackResponse>;
|
|
699
|
-
/**
|
|
700
|
-
* Log Profile for Firewall
|
|
701
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
702
|
-
* @param firewallName Firewall resource name
|
|
703
|
-
* @param options The options parameters.
|
|
704
|
-
*/
|
|
705
|
-
getLogProfile(resourceGroupName: string, firewallName: string, options?: FirewallsGetLogProfileOptionalParams): Promise<FirewallsGetLogProfileResponse>;
|
|
706
|
-
/**
|
|
707
|
-
* support info for firewall.
|
|
708
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
709
|
-
* @param firewallName Firewall resource name
|
|
710
|
-
* @param options The options parameters.
|
|
711
|
-
*/
|
|
712
|
-
getSupportInfo(resourceGroupName: string, firewallName: string, options?: FirewallsGetSupportInfoOptionalParams): Promise<FirewallsGetSupportInfoResponse>;
|
|
713
|
-
/**
|
|
714
|
-
* Log Profile for Firewall
|
|
715
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
716
|
-
* @param firewallName Firewall resource name
|
|
717
|
-
* @param options The options parameters.
|
|
718
|
-
*/
|
|
719
|
-
saveLogProfile(resourceGroupName: string, firewallName: string, options?: FirewallsSaveLogProfileOptionalParams): Promise<void>;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
/** Optional parameters. */
|
|
723
|
-
export declare interface FirewallsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
724
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
725
|
-
updateIntervalInMs?: number;
|
|
726
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
727
|
-
resumeFrom?: string;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
731
|
-
export declare type FirewallsCreateOrUpdateResponse = FirewallResource;
|
|
732
|
-
|
|
733
|
-
/** Optional parameters. */
|
|
734
|
-
export declare interface FirewallsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
735
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
736
|
-
updateIntervalInMs?: number;
|
|
737
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
738
|
-
resumeFrom?: string;
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
/** Optional parameters. */
|
|
742
|
-
export declare interface FirewallsGetGlobalRulestackOptionalParams extends coreClient.OperationOptions {
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
/** Contains response data for the getGlobalRulestack operation. */
|
|
746
|
-
export declare type FirewallsGetGlobalRulestackResponse = GlobalRulestackInfo;
|
|
747
|
-
|
|
748
|
-
/** Optional parameters. */
|
|
749
|
-
export declare interface FirewallsGetLogProfileOptionalParams extends coreClient.OperationOptions {
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
/** Contains response data for the getLogProfile operation. */
|
|
753
|
-
export declare type FirewallsGetLogProfileResponse = LogSettings;
|
|
754
|
-
|
|
755
|
-
/** Optional parameters. */
|
|
756
|
-
export declare interface FirewallsGetOptionalParams extends coreClient.OperationOptions {
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
/** Contains response data for the get operation. */
|
|
760
|
-
export declare type FirewallsGetResponse = FirewallResource;
|
|
761
|
-
|
|
762
|
-
/** Optional parameters. */
|
|
763
|
-
export declare interface FirewallsGetSupportInfoOptionalParams extends coreClient.OperationOptions {
|
|
764
|
-
/** email address on behalf of which this API called */
|
|
765
|
-
email?: string;
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
/** Contains response data for the getSupportInfo operation. */
|
|
769
|
-
export declare type FirewallsGetSupportInfoResponse = SupportInfo;
|
|
770
|
-
|
|
771
|
-
/** Optional parameters. */
|
|
772
|
-
export declare interface FirewallsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
776
|
-
export declare type FirewallsListByResourceGroupNextResponse = FirewallResourceListResult;
|
|
777
|
-
|
|
778
|
-
/** Optional parameters. */
|
|
779
|
-
export declare interface FirewallsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
783
|
-
export declare type FirewallsListByResourceGroupResponse = FirewallResourceListResult;
|
|
784
|
-
|
|
785
|
-
/** Optional parameters. */
|
|
786
|
-
export declare interface FirewallsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
790
|
-
export declare type FirewallsListBySubscriptionNextResponse = FirewallResourceListResult;
|
|
791
|
-
|
|
792
|
-
/** Optional parameters. */
|
|
793
|
-
export declare interface FirewallsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
/** Contains response data for the listBySubscription operation. */
|
|
797
|
-
export declare type FirewallsListBySubscriptionResponse = FirewallResourceListResult;
|
|
798
|
-
|
|
799
|
-
/** Optional parameters. */
|
|
800
|
-
export declare interface FirewallsSaveLogProfileOptionalParams extends coreClient.OperationOptions {
|
|
801
|
-
/** Log Settings for Firewall */
|
|
802
|
-
logSettings?: LogSettings;
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
/** Interface representing a FirewallStatus. */
|
|
806
|
-
export declare interface FirewallStatus {
|
|
807
|
-
/**
|
|
808
|
-
* List FirewallStatusResource resources by Firewalls
|
|
809
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
810
|
-
* @param firewallName Firewall resource name
|
|
811
|
-
* @param options The options parameters.
|
|
812
|
-
*/
|
|
813
|
-
listByFirewalls(resourceGroupName: string, firewallName: string, options?: FirewallStatusListByFirewallsOptionalParams): PagedAsyncIterableIterator<FirewallStatusResource>;
|
|
814
|
-
/**
|
|
815
|
-
* Get a FirewallStatusResource
|
|
816
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
817
|
-
* @param firewallName Firewall resource name
|
|
818
|
-
* @param options The options parameters.
|
|
819
|
-
*/
|
|
820
|
-
get(resourceGroupName: string, firewallName: string, options?: FirewallStatusGetOptionalParams): Promise<FirewallStatusGetResponse>;
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
/** Optional parameters. */
|
|
824
|
-
export declare interface FirewallStatusGetOptionalParams extends coreClient.OperationOptions {
|
|
825
|
-
}
|
|
826
|
-
|
|
827
|
-
/** Contains response data for the get operation. */
|
|
828
|
-
export declare type FirewallStatusGetResponse = FirewallStatusResource;
|
|
829
|
-
|
|
830
|
-
/** Optional parameters. */
|
|
831
|
-
export declare interface FirewallStatusListByFirewallsNextOptionalParams extends coreClient.OperationOptions {
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
/** Contains response data for the listByFirewallsNext operation. */
|
|
835
|
-
export declare type FirewallStatusListByFirewallsNextResponse = FirewallStatusResourceListResult;
|
|
836
|
-
|
|
837
|
-
/** Optional parameters. */
|
|
838
|
-
export declare interface FirewallStatusListByFirewallsOptionalParams extends coreClient.OperationOptions {
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
/** Contains response data for the listByFirewalls operation. */
|
|
842
|
-
export declare type FirewallStatusListByFirewallsResponse = FirewallStatusResourceListResult;
|
|
843
|
-
|
|
844
|
-
/** Firewall Status */
|
|
845
|
-
export declare interface FirewallStatusResource extends ProxyResource {
|
|
846
|
-
/**
|
|
847
|
-
* Panorama Managed: Default is False. Default will be CloudSec managed
|
|
848
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
849
|
-
*/
|
|
850
|
-
readonly isPanoramaManaged?: BooleanEnum;
|
|
851
|
-
/**
|
|
852
|
-
* Current status of the Firewall
|
|
853
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
854
|
-
*/
|
|
855
|
-
readonly healthStatus?: HealthStatus;
|
|
856
|
-
/**
|
|
857
|
-
* Detail description of current health of the Firewall
|
|
858
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
859
|
-
*/
|
|
860
|
-
readonly healthReason?: string;
|
|
861
|
-
/**
|
|
862
|
-
* Panorama Status
|
|
863
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
864
|
-
*/
|
|
865
|
-
readonly panoramaStatus?: PanoramaStatus;
|
|
866
|
-
/**
|
|
867
|
-
* Provisioning state of the resource.
|
|
868
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
869
|
-
*/
|
|
870
|
-
readonly provisioningState?: ReadOnlyProvisioningState;
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
/** The response of a FirewallStatusResource list operation. */
|
|
874
|
-
export declare interface FirewallStatusResourceListResult {
|
|
875
|
-
/** The items on this page */
|
|
876
|
-
value: FirewallStatusResource[];
|
|
877
|
-
/** The link to the next page of items */
|
|
878
|
-
nextLink?: string;
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
/** Optional parameters. */
|
|
882
|
-
export declare interface FirewallsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
883
|
-
}
|
|
884
|
-
|
|
885
|
-
/** Contains response data for the update operation. */
|
|
886
|
-
export declare type FirewallsUpdateResponse = FirewallResource;
|
|
887
|
-
|
|
888
|
-
/** Interface representing a FqdnListGlobalRulestack. */
|
|
889
|
-
export declare interface FqdnListGlobalRulestack {
|
|
890
|
-
/**
|
|
891
|
-
* List FqdnListGlobalRulestackResource resources by Tenant
|
|
892
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
893
|
-
* @param options The options parameters.
|
|
894
|
-
*/
|
|
895
|
-
list(globalRulestackName: string, options?: FqdnListGlobalRulestackListOptionalParams): PagedAsyncIterableIterator<FqdnListGlobalRulestackResource>;
|
|
896
|
-
/**
|
|
897
|
-
* Get a FqdnListGlobalRulestackResource
|
|
898
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
899
|
-
* @param name fqdn list name
|
|
900
|
-
* @param options The options parameters.
|
|
901
|
-
*/
|
|
902
|
-
get(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackGetOptionalParams): Promise<FqdnListGlobalRulestackGetResponse>;
|
|
903
|
-
/**
|
|
904
|
-
* Create a FqdnListGlobalRulestackResource
|
|
905
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
906
|
-
* @param name fqdn list name
|
|
907
|
-
* @param resource Resource create parameters.
|
|
908
|
-
* @param options The options parameters.
|
|
909
|
-
*/
|
|
910
|
-
beginCreateOrUpdate(globalRulestackName: string, name: string, resource: FqdnListGlobalRulestackResource, options?: FqdnListGlobalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FqdnListGlobalRulestackCreateOrUpdateResponse>, FqdnListGlobalRulestackCreateOrUpdateResponse>>;
|
|
911
|
-
/**
|
|
912
|
-
* Create a FqdnListGlobalRulestackResource
|
|
913
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
914
|
-
* @param name fqdn list name
|
|
915
|
-
* @param resource Resource create parameters.
|
|
916
|
-
* @param options The options parameters.
|
|
917
|
-
*/
|
|
918
|
-
beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: FqdnListGlobalRulestackResource, options?: FqdnListGlobalRulestackCreateOrUpdateOptionalParams): Promise<FqdnListGlobalRulestackCreateOrUpdateResponse>;
|
|
919
|
-
/**
|
|
920
|
-
* Delete a FqdnListGlobalRulestackResource
|
|
921
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
922
|
-
* @param name fqdn list name
|
|
923
|
-
* @param options The options parameters.
|
|
924
|
-
*/
|
|
925
|
-
beginDelete(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
926
|
-
/**
|
|
927
|
-
* Delete a FqdnListGlobalRulestackResource
|
|
928
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
929
|
-
* @param name fqdn list name
|
|
930
|
-
* @param options The options parameters.
|
|
931
|
-
*/
|
|
932
|
-
beginDeleteAndWait(globalRulestackName: string, name: string, options?: FqdnListGlobalRulestackDeleteOptionalParams): Promise<void>;
|
|
933
|
-
}
|
|
934
|
-
|
|
935
|
-
/** Optional parameters. */
|
|
936
|
-
export declare interface FqdnListGlobalRulestackCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
937
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
938
|
-
updateIntervalInMs?: number;
|
|
939
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
940
|
-
resumeFrom?: string;
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
944
|
-
export declare type FqdnListGlobalRulestackCreateOrUpdateResponse = FqdnListGlobalRulestackResource;
|
|
945
|
-
|
|
946
|
-
/** Optional parameters. */
|
|
947
|
-
export declare interface FqdnListGlobalRulestackDeleteOptionalParams extends coreClient.OperationOptions {
|
|
948
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
949
|
-
updateIntervalInMs?: number;
|
|
950
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
951
|
-
resumeFrom?: string;
|
|
952
|
-
}
|
|
953
|
-
|
|
954
|
-
/** Optional parameters. */
|
|
955
|
-
export declare interface FqdnListGlobalRulestackGetOptionalParams extends coreClient.OperationOptions {
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
/** Contains response data for the get operation. */
|
|
959
|
-
export declare type FqdnListGlobalRulestackGetResponse = FqdnListGlobalRulestackResource;
|
|
960
|
-
|
|
961
|
-
/** Optional parameters. */
|
|
962
|
-
export declare interface FqdnListGlobalRulestackListNextOptionalParams extends coreClient.OperationOptions {
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
/** Contains response data for the listNext operation. */
|
|
966
|
-
export declare type FqdnListGlobalRulestackListNextResponse = FqdnListGlobalRulestackResourceListResult;
|
|
967
|
-
|
|
968
|
-
/** Optional parameters. */
|
|
969
|
-
export declare interface FqdnListGlobalRulestackListOptionalParams extends coreClient.OperationOptions {
|
|
970
|
-
}
|
|
971
|
-
|
|
972
|
-
/** Contains response data for the list operation. */
|
|
973
|
-
export declare type FqdnListGlobalRulestackListResponse = FqdnListGlobalRulestackResourceListResult;
|
|
974
|
-
|
|
975
|
-
/** GlobalRulestack fqdnList */
|
|
976
|
-
export declare interface FqdnListGlobalRulestackResource extends ProxyResource {
|
|
977
|
-
/** fqdn object description */
|
|
978
|
-
description?: string;
|
|
979
|
-
/** fqdn list */
|
|
980
|
-
fqdnList: string[];
|
|
981
|
-
/** etag info */
|
|
982
|
-
etag?: string;
|
|
983
|
-
/** comment for this object */
|
|
984
|
-
auditComment?: string;
|
|
985
|
-
/**
|
|
986
|
-
* Provisioning state of the resource.
|
|
987
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
988
|
-
*/
|
|
989
|
-
readonly provisioningState?: ProvisioningState;
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
/** The response of a FqdnListGlobalRulestackResource list operation. */
|
|
993
|
-
export declare interface FqdnListGlobalRulestackResourceListResult {
|
|
994
|
-
/** The items on this page */
|
|
995
|
-
value: FqdnListGlobalRulestackResource[];
|
|
996
|
-
/** The link to the next page of items */
|
|
997
|
-
nextLink?: string;
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
|
-
/** Interface representing a FqdnListLocalRulestack. */
|
|
1001
|
-
export declare interface FqdnListLocalRulestack {
|
|
1002
|
-
/**
|
|
1003
|
-
* List FqdnListLocalRulestackResource resources by LocalRulestacks
|
|
1004
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1005
|
-
* @param localRulestackName LocalRulestack resource name
|
|
1006
|
-
* @param options The options parameters.
|
|
1007
|
-
*/
|
|
1008
|
-
listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: FqdnListLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<FqdnListLocalRulestackResource>;
|
|
1009
|
-
/**
|
|
1010
|
-
* Get a FqdnListLocalRulestackResource
|
|
1011
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1012
|
-
* @param localRulestackName LocalRulestack resource name
|
|
1013
|
-
* @param name fqdn list name
|
|
1014
|
-
* @param options The options parameters.
|
|
1015
|
-
*/
|
|
1016
|
-
get(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackGetOptionalParams): Promise<FqdnListLocalRulestackGetResponse>;
|
|
1017
|
-
/**
|
|
1018
|
-
* Create a FqdnListLocalRulestackResource
|
|
1019
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1020
|
-
* @param localRulestackName LocalRulestack resource name
|
|
1021
|
-
* @param name fqdn list name
|
|
1022
|
-
* @param resource Resource create parameters.
|
|
1023
|
-
* @param options The options parameters.
|
|
1024
|
-
*/
|
|
1025
|
-
beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, name: string, resource: FqdnListLocalRulestackResource, options?: FqdnListLocalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FqdnListLocalRulestackCreateOrUpdateResponse>, FqdnListLocalRulestackCreateOrUpdateResponse>>;
|
|
1026
|
-
/**
|
|
1027
|
-
* Create a FqdnListLocalRulestackResource
|
|
1028
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1029
|
-
* @param localRulestackName LocalRulestack resource name
|
|
1030
|
-
* @param name fqdn list name
|
|
1031
|
-
* @param resource Resource create parameters.
|
|
1032
|
-
* @param options The options parameters.
|
|
1033
|
-
*/
|
|
1034
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, name: string, resource: FqdnListLocalRulestackResource, options?: FqdnListLocalRulestackCreateOrUpdateOptionalParams): Promise<FqdnListLocalRulestackCreateOrUpdateResponse>;
|
|
1035
|
-
/**
|
|
1036
|
-
* Delete a FqdnListLocalRulestackResource
|
|
1037
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1038
|
-
* @param localRulestackName LocalRulestack resource name
|
|
1039
|
-
* @param name fqdn list name
|
|
1040
|
-
* @param options The options parameters.
|
|
1041
|
-
*/
|
|
1042
|
-
beginDelete(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1043
|
-
/**
|
|
1044
|
-
* Delete a FqdnListLocalRulestackResource
|
|
1045
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1046
|
-
* @param localRulestackName LocalRulestack resource name
|
|
1047
|
-
* @param name fqdn list name
|
|
1048
|
-
* @param options The options parameters.
|
|
1049
|
-
*/
|
|
1050
|
-
beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, name: string, options?: FqdnListLocalRulestackDeleteOptionalParams): Promise<void>;
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
/** Optional parameters. */
|
|
1054
|
-
export declare interface FqdnListLocalRulestackCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1055
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1056
|
-
updateIntervalInMs?: number;
|
|
1057
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1058
|
-
resumeFrom?: string;
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1062
|
-
export declare type FqdnListLocalRulestackCreateOrUpdateResponse = FqdnListLocalRulestackResource;
|
|
1063
|
-
|
|
1064
|
-
/** Optional parameters. */
|
|
1065
|
-
export declare interface FqdnListLocalRulestackDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1066
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1067
|
-
updateIntervalInMs?: number;
|
|
1068
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1069
|
-
resumeFrom?: string;
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
|
-
/** Optional parameters. */
|
|
1073
|
-
export declare interface FqdnListLocalRulestackGetOptionalParams extends coreClient.OperationOptions {
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
/** Contains response data for the get operation. */
|
|
1077
|
-
export declare type FqdnListLocalRulestackGetResponse = FqdnListLocalRulestackResource;
|
|
1078
|
-
|
|
1079
|
-
/** Optional parameters. */
|
|
1080
|
-
export declare interface FqdnListLocalRulestackListByLocalRulestacksNextOptionalParams extends coreClient.OperationOptions {
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
|
-
/** Contains response data for the listByLocalRulestacksNext operation. */
|
|
1084
|
-
export declare type FqdnListLocalRulestackListByLocalRulestacksNextResponse = FqdnListLocalRulestackResourceListResult;
|
|
1085
|
-
|
|
1086
|
-
/** Optional parameters. */
|
|
1087
|
-
export declare interface FqdnListLocalRulestackListByLocalRulestacksOptionalParams extends coreClient.OperationOptions {
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
/** Contains response data for the listByLocalRulestacks operation. */
|
|
1091
|
-
export declare type FqdnListLocalRulestackListByLocalRulestacksResponse = FqdnListLocalRulestackResourceListResult;
|
|
1092
|
-
|
|
1093
|
-
/** LocalRulestack fqdnList */
|
|
1094
|
-
export declare interface FqdnListLocalRulestackResource extends ProxyResource {
|
|
1095
|
-
/** fqdn object description */
|
|
1096
|
-
description?: string;
|
|
1097
|
-
/** fqdn list */
|
|
1098
|
-
fqdnList: string[];
|
|
1099
|
-
/** etag info */
|
|
1100
|
-
etag?: string;
|
|
1101
|
-
/** comment for this object */
|
|
1102
|
-
auditComment?: string;
|
|
1103
|
-
/**
|
|
1104
|
-
* Provisioning state of the resource.
|
|
1105
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1106
|
-
*/
|
|
1107
|
-
readonly provisioningState?: ProvisioningState;
|
|
1108
|
-
}
|
|
1109
|
-
|
|
1110
|
-
/** The response of a FqdnListLocalRulestackResource list operation. */
|
|
1111
|
-
export declare interface FqdnListLocalRulestackResourceListResult {
|
|
1112
|
-
/** The items on this page */
|
|
1113
|
-
value: FqdnListLocalRulestackResource[];
|
|
1114
|
-
/** The link to the next page of items */
|
|
1115
|
-
nextLink?: string;
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
|
-
/** Frontend setting for Firewall */
|
|
1119
|
-
export declare interface FrontendSetting {
|
|
1120
|
-
/** Settings name */
|
|
1121
|
-
name: string;
|
|
1122
|
-
/** Protocol Type */
|
|
1123
|
-
protocol: ProtocolType;
|
|
1124
|
-
/** Frontend configurations */
|
|
1125
|
-
frontendConfiguration: EndpointConfiguration;
|
|
1126
|
-
/** Backend configurations */
|
|
1127
|
-
backendConfiguration: EndpointConfiguration;
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
/**
|
|
1131
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
1132
|
-
* returns a continuation token that can be used to begin paging from
|
|
1133
|
-
* that point later.
|
|
1134
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
1135
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
1136
|
-
*/
|
|
1137
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
1138
|
-
|
|
1139
|
-
/** Interface representing a GlobalRulestack. */
|
|
1140
|
-
export declare interface GlobalRulestack {
|
|
1141
|
-
/**
|
|
1142
|
-
* List GlobalRulestackResource resources by Tenant
|
|
1143
|
-
* @param options The options parameters.
|
|
1144
|
-
*/
|
|
1145
|
-
list(options?: GlobalRulestackListOptionalParams): PagedAsyncIterableIterator<GlobalRulestackResource>;
|
|
1146
|
-
/**
|
|
1147
|
-
* Get a GlobalRulestackResource
|
|
1148
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
1149
|
-
* @param options The options parameters.
|
|
1150
|
-
*/
|
|
1151
|
-
get(globalRulestackName: string, options?: GlobalRulestackGetOptionalParams): Promise<GlobalRulestackGetResponse>;
|
|
1152
|
-
/**
|
|
1153
|
-
* Create a GlobalRulestackResource
|
|
1154
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
1155
|
-
* @param resource Resource create parameters.
|
|
1156
|
-
* @param options The options parameters.
|
|
1157
|
-
*/
|
|
1158
|
-
beginCreateOrUpdate(globalRulestackName: string, resource: GlobalRulestackResource, options?: GlobalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GlobalRulestackCreateOrUpdateResponse>, GlobalRulestackCreateOrUpdateResponse>>;
|
|
1159
|
-
/**
|
|
1160
|
-
* Create a GlobalRulestackResource
|
|
1161
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
1162
|
-
* @param resource Resource create parameters.
|
|
1163
|
-
* @param options The options parameters.
|
|
1164
|
-
*/
|
|
1165
|
-
beginCreateOrUpdateAndWait(globalRulestackName: string, resource: GlobalRulestackResource, options?: GlobalRulestackCreateOrUpdateOptionalParams): Promise<GlobalRulestackCreateOrUpdateResponse>;
|
|
1166
|
-
/**
|
|
1167
|
-
* Update a GlobalRulestackResource
|
|
1168
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
1169
|
-
* @param properties The resource properties to be updated.
|
|
1170
|
-
* @param options The options parameters.
|
|
1171
|
-
*/
|
|
1172
|
-
update(globalRulestackName: string, properties: GlobalRulestackResourceUpdate, options?: GlobalRulestackUpdateOptionalParams): Promise<GlobalRulestackUpdateResponse>;
|
|
1173
|
-
/**
|
|
1174
|
-
* Delete a GlobalRulestackResource
|
|
1175
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
1176
|
-
* @param options The options parameters.
|
|
1177
|
-
*/
|
|
1178
|
-
beginDelete(globalRulestackName: string, options?: GlobalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1179
|
-
/**
|
|
1180
|
-
* Delete a GlobalRulestackResource
|
|
1181
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
1182
|
-
* @param options The options parameters.
|
|
1183
|
-
*/
|
|
1184
|
-
beginDeleteAndWait(globalRulestackName: string, options?: GlobalRulestackDeleteOptionalParams): Promise<void>;
|
|
1185
|
-
/**
|
|
1186
|
-
* Commit rulestack configuration
|
|
1187
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
1188
|
-
* @param options The options parameters.
|
|
1189
|
-
*/
|
|
1190
|
-
beginCommit(globalRulestackName: string, options?: GlobalRulestackCommitOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1191
|
-
/**
|
|
1192
|
-
* Commit rulestack configuration
|
|
1193
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
1194
|
-
* @param options The options parameters.
|
|
1195
|
-
*/
|
|
1196
|
-
beginCommitAndWait(globalRulestackName: string, options?: GlobalRulestackCommitOptionalParams): Promise<void>;
|
|
1197
|
-
/**
|
|
1198
|
-
* Get changelog
|
|
1199
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
1200
|
-
* @param options The options parameters.
|
|
1201
|
-
*/
|
|
1202
|
-
getChangeLog(globalRulestackName: string, options?: GlobalRulestackGetChangeLogOptionalParams): Promise<GlobalRulestackGetChangeLogResponse>;
|
|
1203
|
-
/**
|
|
1204
|
-
* Get the list of advanced security objects
|
|
1205
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
1206
|
-
* @param typeParam
|
|
1207
|
-
* @param options The options parameters.
|
|
1208
|
-
*/
|
|
1209
|
-
listAdvancedSecurityObjects(globalRulestackName: string, typeParam: AdvSecurityObjectTypeEnum, options?: GlobalRulestackListAdvancedSecurityObjectsOptionalParams): Promise<GlobalRulestackListAdvancedSecurityObjectsResponse>;
|
|
1210
|
-
/**
|
|
1211
|
-
* List of AppIds for GlobalRulestack ApiVersion
|
|
1212
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
1213
|
-
* @param options The options parameters.
|
|
1214
|
-
*/
|
|
1215
|
-
listAppIds(globalRulestackName: string, options?: GlobalRulestackListAppIdsOptionalParams): Promise<GlobalRulestackListAppIdsResponse>;
|
|
1216
|
-
/**
|
|
1217
|
-
* List of countries for Rulestack
|
|
1218
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
1219
|
-
* @param options The options parameters.
|
|
1220
|
-
*/
|
|
1221
|
-
listCountries(globalRulestackName: string, options?: GlobalRulestackListCountriesOptionalParams): Promise<GlobalRulestackListCountriesResponse>;
|
|
1222
|
-
/**
|
|
1223
|
-
* List of Firewalls associated with Rulestack
|
|
1224
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
1225
|
-
* @param options The options parameters.
|
|
1226
|
-
*/
|
|
1227
|
-
listFirewalls(globalRulestackName: string, options?: GlobalRulestackListFirewallsOptionalParams): Promise<GlobalRulestackListFirewallsResponse>;
|
|
1228
|
-
/**
|
|
1229
|
-
* List predefined URL categories for rulestack
|
|
1230
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
1231
|
-
* @param options The options parameters.
|
|
1232
|
-
*/
|
|
1233
|
-
listPredefinedUrlCategories(globalRulestackName: string, options?: GlobalRulestackListPredefinedUrlCategoriesOptionalParams): Promise<GlobalRulestackListPredefinedUrlCategoriesResponse>;
|
|
1234
|
-
/**
|
|
1235
|
-
* List the security services for rulestack
|
|
1236
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
1237
|
-
* @param typeParam
|
|
1238
|
-
* @param options The options parameters.
|
|
1239
|
-
*/
|
|
1240
|
-
listSecurityServices(globalRulestackName: string, typeParam: SecurityServicesTypeEnum, options?: GlobalRulestackListSecurityServicesOptionalParams): Promise<GlobalRulestackListSecurityServicesResponse>;
|
|
1241
|
-
/**
|
|
1242
|
-
* Revert rulestack configuration
|
|
1243
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
1244
|
-
* @param options The options parameters.
|
|
1245
|
-
*/
|
|
1246
|
-
revert(globalRulestackName: string, options?: GlobalRulestackRevertOptionalParams): Promise<void>;
|
|
1247
|
-
}
|
|
1248
|
-
|
|
1249
|
-
/** Optional parameters. */
|
|
1250
|
-
export declare interface GlobalRulestackCommitOptionalParams extends coreClient.OperationOptions {
|
|
1251
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1252
|
-
updateIntervalInMs?: number;
|
|
1253
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1254
|
-
resumeFrom?: string;
|
|
1255
|
-
}
|
|
1256
|
-
|
|
1257
|
-
/** Optional parameters. */
|
|
1258
|
-
export declare interface GlobalRulestackCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1259
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1260
|
-
updateIntervalInMs?: number;
|
|
1261
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1262
|
-
resumeFrom?: string;
|
|
1263
|
-
}
|
|
1264
|
-
|
|
1265
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1266
|
-
export declare type GlobalRulestackCreateOrUpdateResponse = GlobalRulestackResource;
|
|
1267
|
-
|
|
1268
|
-
/** Optional parameters. */
|
|
1269
|
-
export declare interface GlobalRulestackDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1270
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1271
|
-
updateIntervalInMs?: number;
|
|
1272
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1273
|
-
resumeFrom?: string;
|
|
1274
|
-
}
|
|
1275
|
-
|
|
1276
|
-
/** Optional parameters. */
|
|
1277
|
-
export declare interface GlobalRulestackGetChangeLogOptionalParams extends coreClient.OperationOptions {
|
|
1278
|
-
}
|
|
1279
|
-
|
|
1280
|
-
/** Contains response data for the getChangeLog operation. */
|
|
1281
|
-
export declare type GlobalRulestackGetChangeLogResponse = Changelog;
|
|
1282
|
-
|
|
1283
|
-
/** Optional parameters. */
|
|
1284
|
-
export declare interface GlobalRulestackGetOptionalParams extends coreClient.OperationOptions {
|
|
1285
|
-
}
|
|
1286
|
-
|
|
1287
|
-
/** Contains response data for the get operation. */
|
|
1288
|
-
export declare type GlobalRulestackGetResponse = GlobalRulestackResource;
|
|
1289
|
-
|
|
1290
|
-
/** PAN Rulestack Describe Object */
|
|
1291
|
-
export declare interface GlobalRulestackInfo {
|
|
1292
|
-
/** rulestack description */
|
|
1293
|
-
azureId: string;
|
|
1294
|
-
}
|
|
1295
|
-
|
|
1296
|
-
/** Optional parameters. */
|
|
1297
|
-
export declare interface GlobalRulestackListAdvancedSecurityObjectsOptionalParams extends coreClient.OperationOptions {
|
|
1298
|
-
skip?: string;
|
|
1299
|
-
top?: number;
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
|
-
/** Contains response data for the listAdvancedSecurityObjects operation. */
|
|
1303
|
-
export declare type GlobalRulestackListAdvancedSecurityObjectsResponse = AdvSecurityObjectListResponse;
|
|
1304
|
-
|
|
1305
|
-
/** Optional parameters. */
|
|
1306
|
-
export declare interface GlobalRulestackListAppIdsOptionalParams extends coreClient.OperationOptions {
|
|
1307
|
-
skip?: string;
|
|
1308
|
-
top?: number;
|
|
1309
|
-
appIdVersion?: string;
|
|
1310
|
-
appPrefix?: string;
|
|
1311
|
-
}
|
|
1312
|
-
|
|
1313
|
-
/** Contains response data for the listAppIds operation. */
|
|
1314
|
-
export declare type GlobalRulestackListAppIdsResponse = ListAppIdResponse;
|
|
1315
|
-
|
|
1316
|
-
/** Optional parameters. */
|
|
1317
|
-
export declare interface GlobalRulestackListCountriesOptionalParams extends coreClient.OperationOptions {
|
|
1318
|
-
skip?: string;
|
|
1319
|
-
top?: number;
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1322
|
-
/** Contains response data for the listCountries operation. */
|
|
1323
|
-
export declare type GlobalRulestackListCountriesResponse = CountriesResponse;
|
|
1324
|
-
|
|
1325
|
-
/** Optional parameters. */
|
|
1326
|
-
export declare interface GlobalRulestackListFirewallsOptionalParams extends coreClient.OperationOptions {
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1329
|
-
/** Contains response data for the listFirewalls operation. */
|
|
1330
|
-
export declare type GlobalRulestackListFirewallsResponse = ListFirewallsResponse;
|
|
1331
|
-
|
|
1332
|
-
/** Optional parameters. */
|
|
1333
|
-
export declare interface GlobalRulestackListNextOptionalParams extends coreClient.OperationOptions {
|
|
1334
|
-
}
|
|
1335
|
-
|
|
1336
|
-
/** Contains response data for the listNext operation. */
|
|
1337
|
-
export declare type GlobalRulestackListNextResponse = GlobalRulestackResourceListResult;
|
|
1338
|
-
|
|
1339
|
-
/** Optional parameters. */
|
|
1340
|
-
export declare interface GlobalRulestackListOptionalParams extends coreClient.OperationOptions {
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
/** Optional parameters. */
|
|
1344
|
-
export declare interface GlobalRulestackListPredefinedUrlCategoriesOptionalParams extends coreClient.OperationOptions {
|
|
1345
|
-
skip?: string;
|
|
1346
|
-
top?: number;
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
/** Contains response data for the listPredefinedUrlCategories operation. */
|
|
1350
|
-
export declare type GlobalRulestackListPredefinedUrlCategoriesResponse = PredefinedUrlCategoriesResponse;
|
|
1351
|
-
|
|
1352
|
-
/** Contains response data for the list operation. */
|
|
1353
|
-
export declare type GlobalRulestackListResponse = GlobalRulestackResourceListResult;
|
|
1354
|
-
|
|
1355
|
-
/** Optional parameters. */
|
|
1356
|
-
export declare interface GlobalRulestackListSecurityServicesOptionalParams extends coreClient.OperationOptions {
|
|
1357
|
-
skip?: string;
|
|
1358
|
-
top?: number;
|
|
1359
|
-
}
|
|
1360
|
-
|
|
1361
|
-
/** Contains response data for the listSecurityServices operation. */
|
|
1362
|
-
export declare type GlobalRulestackListSecurityServicesResponse = SecurityServicesResponse;
|
|
1363
|
-
|
|
1364
|
-
/** PaloAltoNetworks GlobalRulestack */
|
|
1365
|
-
export declare interface GlobalRulestackResource extends ProxyResource {
|
|
1366
|
-
/** Global Location */
|
|
1367
|
-
location: string;
|
|
1368
|
-
/** The managed service identities assigned to this resource. */
|
|
1369
|
-
identity?: AzureResourceManagerManagedIdentityProperties;
|
|
1370
|
-
/** PanEtag info */
|
|
1371
|
-
panEtag?: string;
|
|
1372
|
-
/** Rulestack Location, Required for GlobalRulestacks, Not for LocalRulestacks */
|
|
1373
|
-
panLocation?: string;
|
|
1374
|
-
/** Rulestack Type */
|
|
1375
|
-
scope?: ScopeType;
|
|
1376
|
-
/** subscription scope of global rulestack */
|
|
1377
|
-
associatedSubscriptions?: string[];
|
|
1378
|
-
/** rulestack description */
|
|
1379
|
-
description?: string;
|
|
1380
|
-
/** Mode for default rules creation */
|
|
1381
|
-
defaultMode?: DefaultMode;
|
|
1382
|
-
/** minimum version */
|
|
1383
|
-
minAppIdVersion?: string;
|
|
1384
|
-
/**
|
|
1385
|
-
* Provisioning state of the resource.
|
|
1386
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1387
|
-
*/
|
|
1388
|
-
readonly provisioningState?: ProvisioningState;
|
|
1389
|
-
/** Security Profile */
|
|
1390
|
-
securityServices?: SecurityServices;
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
/** The response of a GlobalRulestackResource list operation. */
|
|
1394
|
-
export declare interface GlobalRulestackResourceListResult {
|
|
1395
|
-
/** The items on this page */
|
|
1396
|
-
value: GlobalRulestackResource[];
|
|
1397
|
-
/** The link to the next page of items */
|
|
1398
|
-
nextLink?: string;
|
|
1399
|
-
}
|
|
1400
|
-
|
|
1401
|
-
/** The type used for update operations of the GlobalRulestackResource. */
|
|
1402
|
-
export declare interface GlobalRulestackResourceUpdate {
|
|
1403
|
-
/** Global Location */
|
|
1404
|
-
location?: string;
|
|
1405
|
-
/** The managed service identities assigned to this resource. */
|
|
1406
|
-
identity?: AzureResourceManagerManagedIdentityProperties;
|
|
1407
|
-
/** The updatable properties of the GlobalRulestackResource. */
|
|
1408
|
-
properties?: GlobalRulestackResourceUpdateProperties;
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
/** The updatable properties of the GlobalRulestackResource. */
|
|
1412
|
-
export declare interface GlobalRulestackResourceUpdateProperties {
|
|
1413
|
-
/** PanEtag info */
|
|
1414
|
-
panEtag?: string;
|
|
1415
|
-
/** Rulestack Location, Required for GlobalRulestacks, Not for LocalRulestacks */
|
|
1416
|
-
panLocation?: string;
|
|
1417
|
-
/** Rulestack Type */
|
|
1418
|
-
scope?: ScopeType;
|
|
1419
|
-
/** subscription scope of global rulestack */
|
|
1420
|
-
associatedSubscriptions?: string[];
|
|
1421
|
-
/** rulestack description */
|
|
1422
|
-
description?: string;
|
|
1423
|
-
/** Mode for default rules creation */
|
|
1424
|
-
defaultMode?: DefaultMode;
|
|
1425
|
-
/** minimum version */
|
|
1426
|
-
minAppIdVersion?: string;
|
|
1427
|
-
/** Security Profile */
|
|
1428
|
-
securityServices?: SecurityServices;
|
|
1429
|
-
}
|
|
1430
|
-
|
|
1431
|
-
/** Optional parameters. */
|
|
1432
|
-
export declare interface GlobalRulestackRevertOptionalParams extends coreClient.OperationOptions {
|
|
1433
|
-
}
|
|
1434
|
-
|
|
1435
|
-
/** Optional parameters. */
|
|
1436
|
-
export declare interface GlobalRulestackUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1437
|
-
}
|
|
1438
|
-
|
|
1439
|
-
/** Contains response data for the update operation. */
|
|
1440
|
-
export declare type GlobalRulestackUpdateResponse = GlobalRulestackResource;
|
|
1441
|
-
|
|
1442
|
-
/**
|
|
1443
|
-
* Defines values for HealthStatus. \
|
|
1444
|
-
* {@link KnownHealthStatus} can be used interchangeably with HealthStatus,
|
|
1445
|
-
* this enum contains the known values that the service supports.
|
|
1446
|
-
* ### Known values supported by the service
|
|
1447
|
-
* **GREEN** \
|
|
1448
|
-
* **YELLOW** \
|
|
1449
|
-
* **RED** \
|
|
1450
|
-
* **INITIALIZING**
|
|
1451
|
-
*/
|
|
1452
|
-
export declare type HealthStatus = string;
|
|
1453
|
-
|
|
1454
|
-
/** IP Address */
|
|
1455
|
-
export declare interface IPAddress {
|
|
1456
|
-
/** Resource Id */
|
|
1457
|
-
resourceId?: string;
|
|
1458
|
-
/** Address value */
|
|
1459
|
-
address?: string;
|
|
1460
|
-
}
|
|
1461
|
-
|
|
1462
|
-
/** IP Address Space */
|
|
1463
|
-
export declare interface IPAddressSpace {
|
|
1464
|
-
/** Resource Id */
|
|
1465
|
-
resourceId?: string;
|
|
1466
|
-
/** Address Space */
|
|
1467
|
-
addressSpace?: string;
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
/** Known values of {@link ActionEnum} that the service accepts. */
|
|
1471
|
-
export declare enum KnownActionEnum {
|
|
1472
|
-
/** Allow */
|
|
1473
|
-
Allow = "Allow",
|
|
1474
|
-
/** DenySilent */
|
|
1475
|
-
DenySilent = "DenySilent",
|
|
1476
|
-
/** DenyResetServer */
|
|
1477
|
-
DenyResetServer = "DenyResetServer",
|
|
1478
|
-
/** DenyResetBoth */
|
|
1479
|
-
DenyResetBoth = "DenyResetBoth"
|
|
1480
|
-
}
|
|
1481
|
-
|
|
1482
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
1483
|
-
export declare enum KnownActionType {
|
|
1484
|
-
/** Internal */
|
|
1485
|
-
Internal = "Internal"
|
|
1486
|
-
}
|
|
1487
|
-
|
|
1488
|
-
/** Known values of {@link AdvSecurityObjectTypeEnum} that the service accepts. */
|
|
1489
|
-
export declare enum KnownAdvSecurityObjectTypeEnum {
|
|
1490
|
-
/** UrlCustom */
|
|
1491
|
-
UrlCustom = "urlCustom",
|
|
1492
|
-
/** Feeds */
|
|
1493
|
-
Feeds = "feeds"
|
|
1494
|
-
}
|
|
1495
|
-
|
|
1496
|
-
/** Known values of {@link BillingCycle} that the service accepts. */
|
|
1497
|
-
export declare enum KnownBillingCycle {
|
|
1498
|
-
/** Weekly */
|
|
1499
|
-
Weekly = "WEEKLY",
|
|
1500
|
-
/** Monthly */
|
|
1501
|
-
Monthly = "MONTHLY"
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
|
-
/** Known values of {@link BooleanEnum} that the service accepts. */
|
|
1505
|
-
export declare enum KnownBooleanEnum {
|
|
1506
|
-
/** True */
|
|
1507
|
-
True = "TRUE",
|
|
1508
|
-
/** False */
|
|
1509
|
-
False = "FALSE"
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1513
|
-
export declare enum KnownCreatedByType {
|
|
1514
|
-
/** User */
|
|
1515
|
-
User = "User",
|
|
1516
|
-
/** Application */
|
|
1517
|
-
Application = "Application",
|
|
1518
|
-
/** ManagedIdentity */
|
|
1519
|
-
ManagedIdentity = "ManagedIdentity",
|
|
1520
|
-
/** Key */
|
|
1521
|
-
Key = "Key"
|
|
1522
|
-
}
|
|
1523
|
-
|
|
1524
|
-
/** Known values of {@link DecryptionRuleTypeEnum} that the service accepts. */
|
|
1525
|
-
export declare enum KnownDecryptionRuleTypeEnum {
|
|
1526
|
-
/** SSLOutboundInspection */
|
|
1527
|
-
SSLOutboundInspection = "SSLOutboundInspection",
|
|
1528
|
-
/** SSLInboundInspection */
|
|
1529
|
-
SSLInboundInspection = "SSLInboundInspection",
|
|
1530
|
-
/** None */
|
|
1531
|
-
None = "None"
|
|
1532
|
-
}
|
|
1533
|
-
|
|
1534
|
-
/** Known values of {@link DefaultMode} that the service accepts. */
|
|
1535
|
-
export declare enum KnownDefaultMode {
|
|
1536
|
-
/** IPS */
|
|
1537
|
-
IPS = "IPS",
|
|
1538
|
-
/** Firewall */
|
|
1539
|
-
Firewall = "FIREWALL",
|
|
1540
|
-
/** None */
|
|
1541
|
-
None = "NONE"
|
|
1542
|
-
}
|
|
1543
|
-
|
|
1544
|
-
/** Known values of {@link DNSProxy} that the service accepts. */
|
|
1545
|
-
export declare enum KnownDNSProxy {
|
|
1546
|
-
/** Disabled */
|
|
1547
|
-
Disabled = "DISABLED",
|
|
1548
|
-
/** Enabled */
|
|
1549
|
-
Enabled = "ENABLED"
|
|
1550
|
-
}
|
|
1551
|
-
|
|
1552
|
-
/** Known values of {@link EgressNat} that the service accepts. */
|
|
1553
|
-
export declare enum KnownEgressNat {
|
|
1554
|
-
/** Disabled */
|
|
1555
|
-
Disabled = "DISABLED",
|
|
1556
|
-
/** Enabled */
|
|
1557
|
-
Enabled = "ENABLED"
|
|
1558
|
-
}
|
|
1559
|
-
|
|
1560
|
-
/** Known values of {@link EnabledDNSType} that the service accepts. */
|
|
1561
|
-
export declare enum KnownEnabledDNSType {
|
|
1562
|
-
/** Custom */
|
|
1563
|
-
Custom = "CUSTOM",
|
|
1564
|
-
/** Azure */
|
|
1565
|
-
Azure = "AZURE"
|
|
1566
|
-
}
|
|
1567
|
-
|
|
1568
|
-
/** Known values of {@link HealthStatus} that the service accepts. */
|
|
1569
|
-
export declare enum KnownHealthStatus {
|
|
1570
|
-
/** Green */
|
|
1571
|
-
Green = "GREEN",
|
|
1572
|
-
/** Yellow */
|
|
1573
|
-
Yellow = "YELLOW",
|
|
1574
|
-
/** RED */
|
|
1575
|
-
RED = "RED",
|
|
1576
|
-
/** Initializing */
|
|
1577
|
-
Initializing = "INITIALIZING"
|
|
1578
|
-
}
|
|
1579
|
-
|
|
1580
|
-
/** Known values of {@link LogOption} that the service accepts. */
|
|
1581
|
-
export declare enum KnownLogOption {
|
|
1582
|
-
/** SameDestination */
|
|
1583
|
-
SameDestination = "SAME_DESTINATION",
|
|
1584
|
-
/** IndividualDestination */
|
|
1585
|
-
IndividualDestination = "INDIVIDUAL_DESTINATION"
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
|
-
/** Known values of {@link LogType} that the service accepts. */
|
|
1589
|
-
export declare enum KnownLogType {
|
|
1590
|
-
/** Traffic */
|
|
1591
|
-
Traffic = "TRAFFIC",
|
|
1592
|
-
/** Threat */
|
|
1593
|
-
Threat = "THREAT",
|
|
1594
|
-
/** Decryption */
|
|
1595
|
-
Decryption = "DECRYPTION",
|
|
1596
|
-
/** Wildfire */
|
|
1597
|
-
Wildfire = "WILDFIRE",
|
|
1598
|
-
/** DLP */
|
|
1599
|
-
DLP = "DLP",
|
|
1600
|
-
/** Audit */
|
|
1601
|
-
Audit = "AUDIT"
|
|
1602
|
-
}
|
|
1603
|
-
|
|
1604
|
-
/** Known values of {@link ManagedIdentityType} that the service accepts. */
|
|
1605
|
-
export declare enum KnownManagedIdentityType {
|
|
1606
|
-
/** None */
|
|
1607
|
-
None = "None",
|
|
1608
|
-
/** SystemAssigned */
|
|
1609
|
-
SystemAssigned = "SystemAssigned",
|
|
1610
|
-
/** UserAssigned */
|
|
1611
|
-
UserAssigned = "UserAssigned",
|
|
1612
|
-
/** SystemAndUserAssigned */
|
|
1613
|
-
SystemAndUserAssigned = "SystemAssigned,UserAssigned"
|
|
1614
|
-
}
|
|
1615
|
-
|
|
1616
|
-
/** Known values of {@link MarketplaceSubscriptionStatus} that the service accepts. */
|
|
1617
|
-
export declare enum KnownMarketplaceSubscriptionStatus {
|
|
1618
|
-
/** PendingFulfillmentStart */
|
|
1619
|
-
PendingFulfillmentStart = "PendingFulfillmentStart",
|
|
1620
|
-
/** Subscribed */
|
|
1621
|
-
Subscribed = "Subscribed",
|
|
1622
|
-
/** Suspended */
|
|
1623
|
-
Suspended = "Suspended",
|
|
1624
|
-
/** Unsubscribed */
|
|
1625
|
-
Unsubscribed = "Unsubscribed",
|
|
1626
|
-
/** NotStarted */
|
|
1627
|
-
NotStarted = "NotStarted",
|
|
1628
|
-
/** FulfillmentRequested */
|
|
1629
|
-
FulfillmentRequested = "FulfillmentRequested"
|
|
1630
|
-
}
|
|
1631
|
-
|
|
1632
|
-
/** Known values of {@link NetworkType} that the service accepts. */
|
|
1633
|
-
export declare enum KnownNetworkType {
|
|
1634
|
-
/** Vnet */
|
|
1635
|
-
Vnet = "VNET",
|
|
1636
|
-
/** Vwan */
|
|
1637
|
-
Vwan = "VWAN"
|
|
1638
|
-
}
|
|
1639
|
-
|
|
1640
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
1641
|
-
export declare enum KnownOrigin {
|
|
1642
|
-
/** User */
|
|
1643
|
-
User = "user",
|
|
1644
|
-
/** System */
|
|
1645
|
-
System = "system",
|
|
1646
|
-
/** UserSystem */
|
|
1647
|
-
UserSystem = "user,system"
|
|
1648
|
-
}
|
|
1649
|
-
|
|
1650
|
-
/** Known values of {@link ProtocolType} that the service accepts. */
|
|
1651
|
-
export declare enum KnownProtocolType {
|
|
1652
|
-
/** TCP */
|
|
1653
|
-
TCP = "TCP",
|
|
1654
|
-
/** UDP */
|
|
1655
|
-
UDP = "UDP"
|
|
1656
|
-
}
|
|
1657
|
-
|
|
1658
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
1659
|
-
export declare enum KnownProvisioningState {
|
|
1660
|
-
/** Accepted */
|
|
1661
|
-
Accepted = "Accepted",
|
|
1662
|
-
/** Creating */
|
|
1663
|
-
Creating = "Creating",
|
|
1664
|
-
/** Updating */
|
|
1665
|
-
Updating = "Updating",
|
|
1666
|
-
/** Deleting */
|
|
1667
|
-
Deleting = "Deleting",
|
|
1668
|
-
/** Succeeded */
|
|
1669
|
-
Succeeded = "Succeeded",
|
|
1670
|
-
/** Failed */
|
|
1671
|
-
Failed = "Failed",
|
|
1672
|
-
/** Canceled */
|
|
1673
|
-
Canceled = "Canceled",
|
|
1674
|
-
/** Deleted */
|
|
1675
|
-
Deleted = "Deleted",
|
|
1676
|
-
/** NotSpecified */
|
|
1677
|
-
NotSpecified = "NotSpecified"
|
|
1678
|
-
}
|
|
1679
|
-
|
|
1680
|
-
/** Known values of {@link ReadOnlyProvisioningState} that the service accepts. */
|
|
1681
|
-
export declare enum KnownReadOnlyProvisioningState {
|
|
1682
|
-
/** Succeeded */
|
|
1683
|
-
Succeeded = "Succeeded",
|
|
1684
|
-
/** Failed */
|
|
1685
|
-
Failed = "Failed",
|
|
1686
|
-
/** Deleted */
|
|
1687
|
-
Deleted = "Deleted"
|
|
1688
|
-
}
|
|
1689
|
-
|
|
1690
|
-
/** Known values of {@link ScopeType} that the service accepts. */
|
|
1691
|
-
export declare enum KnownScopeType {
|
|
1692
|
-
/** Local */
|
|
1693
|
-
Local = "LOCAL",
|
|
1694
|
-
/** Global */
|
|
1695
|
-
Global = "GLOBAL"
|
|
1696
|
-
}
|
|
1697
|
-
|
|
1698
|
-
/** Known values of {@link SecurityServicesTypeEnum} that the service accepts. */
|
|
1699
|
-
export declare enum KnownSecurityServicesTypeEnum {
|
|
1700
|
-
/** AntiSpyware */
|
|
1701
|
-
AntiSpyware = "antiSpyware",
|
|
1702
|
-
/** AntiVirus */
|
|
1703
|
-
AntiVirus = "antiVirus",
|
|
1704
|
-
/** IpsVulnerability */
|
|
1705
|
-
IpsVulnerability = "ipsVulnerability",
|
|
1706
|
-
/** UrlFiltering */
|
|
1707
|
-
UrlFiltering = "urlFiltering",
|
|
1708
|
-
/** FileBlocking */
|
|
1709
|
-
FileBlocking = "fileBlocking",
|
|
1710
|
-
/** DnsSubscription */
|
|
1711
|
-
DnsSubscription = "dnsSubscription"
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
|
-
/** Known values of {@link ServerStatus} that the service accepts. */
|
|
1715
|
-
export declare enum KnownServerStatus {
|
|
1716
|
-
/** UP */
|
|
1717
|
-
UP = "UP",
|
|
1718
|
-
/** Down */
|
|
1719
|
-
Down = "DOWN"
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
|
-
/** Known values of {@link StateEnum} that the service accepts. */
|
|
1723
|
-
export declare enum KnownStateEnum {
|
|
1724
|
-
/** Disabled */
|
|
1725
|
-
Disabled = "DISABLED",
|
|
1726
|
-
/** Enabled */
|
|
1727
|
-
Enabled = "ENABLED"
|
|
1728
|
-
}
|
|
1729
|
-
|
|
1730
|
-
/** Known values of {@link UsageType} that the service accepts. */
|
|
1731
|
-
export declare enum KnownUsageType {
|
|
1732
|
-
/** Payg */
|
|
1733
|
-
Payg = "PAYG",
|
|
1734
|
-
/** Committed */
|
|
1735
|
-
Committed = "COMMITTED"
|
|
1736
|
-
}
|
|
1737
|
-
|
|
1738
|
-
export declare interface ListAppIdResponse {
|
|
1739
|
-
/** List of AppIds */
|
|
1740
|
-
value: string[];
|
|
1741
|
-
/** next Link */
|
|
1742
|
-
nextLink?: string;
|
|
1743
|
-
}
|
|
1744
|
-
|
|
1745
|
-
/** List firewalls response */
|
|
1746
|
-
export declare interface ListFirewallsResponse {
|
|
1747
|
-
/** firewalls list */
|
|
1748
|
-
value: string[];
|
|
1749
|
-
/** next link */
|
|
1750
|
-
nextLink?: string;
|
|
1751
|
-
}
|
|
1752
|
-
|
|
1753
|
-
/** Interface representing a LocalRules. */
|
|
1754
|
-
export declare interface LocalRules {
|
|
1755
|
-
/**
|
|
1756
|
-
* List LocalRulesResource resources by LocalRulestacks
|
|
1757
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1758
|
-
* @param localRulestackName LocalRulestack resource name
|
|
1759
|
-
* @param options The options parameters.
|
|
1760
|
-
*/
|
|
1761
|
-
listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: LocalRulesListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<LocalRulesResource>;
|
|
1762
|
-
/**
|
|
1763
|
-
* Get a LocalRulesResource
|
|
1764
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1765
|
-
* @param localRulestackName LocalRulestack resource name
|
|
1766
|
-
* @param priority Local Rule priority
|
|
1767
|
-
* @param options The options parameters.
|
|
1768
|
-
*/
|
|
1769
|
-
get(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesGetOptionalParams): Promise<LocalRulesGetResponse>;
|
|
1770
|
-
/**
|
|
1771
|
-
* Create a LocalRulesResource
|
|
1772
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1773
|
-
* @param localRulestackName LocalRulestack resource name
|
|
1774
|
-
* @param priority Local Rule priority
|
|
1775
|
-
* @param resource Resource create parameters.
|
|
1776
|
-
* @param options The options parameters.
|
|
1777
|
-
*/
|
|
1778
|
-
beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, priority: string, resource: LocalRulesResource, options?: LocalRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LocalRulesCreateOrUpdateResponse>, LocalRulesCreateOrUpdateResponse>>;
|
|
1779
|
-
/**
|
|
1780
|
-
* Create a LocalRulesResource
|
|
1781
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1782
|
-
* @param localRulestackName LocalRulestack resource name
|
|
1783
|
-
* @param priority Local Rule priority
|
|
1784
|
-
* @param resource Resource create parameters.
|
|
1785
|
-
* @param options The options parameters.
|
|
1786
|
-
*/
|
|
1787
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, priority: string, resource: LocalRulesResource, options?: LocalRulesCreateOrUpdateOptionalParams): Promise<LocalRulesCreateOrUpdateResponse>;
|
|
1788
|
-
/**
|
|
1789
|
-
* Delete a LocalRulesResource
|
|
1790
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1791
|
-
* @param localRulestackName LocalRulestack resource name
|
|
1792
|
-
* @param priority Local Rule priority
|
|
1793
|
-
* @param options The options parameters.
|
|
1794
|
-
*/
|
|
1795
|
-
beginDelete(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1796
|
-
/**
|
|
1797
|
-
* Delete a LocalRulesResource
|
|
1798
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1799
|
-
* @param localRulestackName LocalRulestack resource name
|
|
1800
|
-
* @param priority Local Rule priority
|
|
1801
|
-
* @param options The options parameters.
|
|
1802
|
-
*/
|
|
1803
|
-
beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesDeleteOptionalParams): Promise<void>;
|
|
1804
|
-
/**
|
|
1805
|
-
* Get counters
|
|
1806
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1807
|
-
* @param localRulestackName LocalRulestack resource name
|
|
1808
|
-
* @param priority Local Rule priority
|
|
1809
|
-
* @param options The options parameters.
|
|
1810
|
-
*/
|
|
1811
|
-
getCounters(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesGetCountersOptionalParams): Promise<LocalRulesGetCountersResponse>;
|
|
1812
|
-
/**
|
|
1813
|
-
* Refresh counters
|
|
1814
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1815
|
-
* @param localRulestackName LocalRulestack resource name
|
|
1816
|
-
* @param priority Local Rule priority
|
|
1817
|
-
* @param options The options parameters.
|
|
1818
|
-
*/
|
|
1819
|
-
refreshCounters(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesRefreshCountersOptionalParams): Promise<void>;
|
|
1820
|
-
/**
|
|
1821
|
-
* Reset counters
|
|
1822
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1823
|
-
* @param localRulestackName LocalRulestack resource name
|
|
1824
|
-
* @param priority Local Rule priority
|
|
1825
|
-
* @param options The options parameters.
|
|
1826
|
-
*/
|
|
1827
|
-
resetCounters(resourceGroupName: string, localRulestackName: string, priority: string, options?: LocalRulesResetCountersOptionalParams): Promise<LocalRulesResetCountersResponse>;
|
|
1828
|
-
}
|
|
1829
|
-
|
|
1830
|
-
/** Optional parameters. */
|
|
1831
|
-
export declare interface LocalRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1832
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1833
|
-
updateIntervalInMs?: number;
|
|
1834
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1835
|
-
resumeFrom?: string;
|
|
1836
|
-
}
|
|
1837
|
-
|
|
1838
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1839
|
-
export declare type LocalRulesCreateOrUpdateResponse = LocalRulesResource;
|
|
1840
|
-
|
|
1841
|
-
/** Optional parameters. */
|
|
1842
|
-
export declare interface LocalRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1843
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1844
|
-
updateIntervalInMs?: number;
|
|
1845
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1846
|
-
resumeFrom?: string;
|
|
1847
|
-
}
|
|
1848
|
-
|
|
1849
|
-
/** Optional parameters. */
|
|
1850
|
-
export declare interface LocalRulesGetCountersOptionalParams extends coreClient.OperationOptions {
|
|
1851
|
-
firewallName?: string;
|
|
1852
|
-
}
|
|
1853
|
-
|
|
1854
|
-
/** Contains response data for the getCounters operation. */
|
|
1855
|
-
export declare type LocalRulesGetCountersResponse = RuleCounter;
|
|
1856
|
-
|
|
1857
|
-
/** Optional parameters. */
|
|
1858
|
-
export declare interface LocalRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
1859
|
-
}
|
|
1860
|
-
|
|
1861
|
-
/** Contains response data for the get operation. */
|
|
1862
|
-
export declare type LocalRulesGetResponse = LocalRulesResource;
|
|
1863
|
-
|
|
1864
|
-
/** Optional parameters. */
|
|
1865
|
-
export declare interface LocalRulesListByLocalRulestacksNextOptionalParams extends coreClient.OperationOptions {
|
|
1866
|
-
}
|
|
1867
|
-
|
|
1868
|
-
/** Contains response data for the listByLocalRulestacksNext operation. */
|
|
1869
|
-
export declare type LocalRulesListByLocalRulestacksNextResponse = LocalRulesResourceListResult;
|
|
1870
|
-
|
|
1871
|
-
/** Optional parameters. */
|
|
1872
|
-
export declare interface LocalRulesListByLocalRulestacksOptionalParams extends coreClient.OperationOptions {
|
|
1873
|
-
}
|
|
1874
|
-
|
|
1875
|
-
/** Contains response data for the listByLocalRulestacks operation. */
|
|
1876
|
-
export declare type LocalRulesListByLocalRulestacksResponse = LocalRulesResourceListResult;
|
|
1877
|
-
|
|
1878
|
-
/** Optional parameters. */
|
|
1879
|
-
export declare interface LocalRulesRefreshCountersOptionalParams extends coreClient.OperationOptions {
|
|
1880
|
-
firewallName?: string;
|
|
1881
|
-
}
|
|
1882
|
-
|
|
1883
|
-
/** Optional parameters. */
|
|
1884
|
-
export declare interface LocalRulesResetCountersOptionalParams extends coreClient.OperationOptions {
|
|
1885
|
-
firewallName?: string;
|
|
1886
|
-
}
|
|
1887
|
-
|
|
1888
|
-
/** Contains response data for the resetCounters operation. */
|
|
1889
|
-
export declare type LocalRulesResetCountersResponse = RuleCounterReset;
|
|
1890
|
-
|
|
1891
|
-
/** LocalRulestack rule list */
|
|
1892
|
-
export declare interface LocalRulesResource extends ProxyResource {
|
|
1893
|
-
/** etag info */
|
|
1894
|
-
etag?: string;
|
|
1895
|
-
/** rule name */
|
|
1896
|
-
ruleName: string;
|
|
1897
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
1898
|
-
readonly priority?: number;
|
|
1899
|
-
/** rule description */
|
|
1900
|
-
description?: string;
|
|
1901
|
-
/** state of this rule */
|
|
1902
|
-
ruleState?: StateEnum;
|
|
1903
|
-
/** source address */
|
|
1904
|
-
source?: SourceAddr;
|
|
1905
|
-
/** cidr should not be 'any' */
|
|
1906
|
-
negateSource?: BooleanEnum;
|
|
1907
|
-
/** destination address */
|
|
1908
|
-
destination?: DestinationAddr;
|
|
1909
|
-
/** cidr should not be 'any' */
|
|
1910
|
-
negateDestination?: BooleanEnum;
|
|
1911
|
-
/** array of rule applications */
|
|
1912
|
-
applications?: string[];
|
|
1913
|
-
/** rule category */
|
|
1914
|
-
category?: Category;
|
|
1915
|
-
/** any, application-default, TCP:number, UDP:number */
|
|
1916
|
-
protocol?: string;
|
|
1917
|
-
/** prot port list */
|
|
1918
|
-
protocolPortList?: string[];
|
|
1919
|
-
/** inbound Inspection Certificate */
|
|
1920
|
-
inboundInspectionCertificate?: string;
|
|
1921
|
-
/** rule comment */
|
|
1922
|
-
auditComment?: string;
|
|
1923
|
-
/** rule action */
|
|
1924
|
-
actionType?: ActionEnum;
|
|
1925
|
-
/** enable or disable logging */
|
|
1926
|
-
enableLogging?: StateEnum;
|
|
1927
|
-
/** enable or disable decryption */
|
|
1928
|
-
decryptionRuleType?: DecryptionRuleTypeEnum;
|
|
1929
|
-
/** tag for rule */
|
|
1930
|
-
tags?: TagInfo[];
|
|
1931
|
-
/**
|
|
1932
|
-
* Provisioning state of the resource.
|
|
1933
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1934
|
-
*/
|
|
1935
|
-
readonly provisioningState?: ProvisioningState;
|
|
1936
|
-
}
|
|
1937
|
-
|
|
1938
|
-
/** The response of a LocalRulesResource list operation. */
|
|
1939
|
-
export declare interface LocalRulesResourceListResult {
|
|
1940
|
-
/** The items on this page */
|
|
1941
|
-
value: LocalRulesResource[];
|
|
1942
|
-
/** The link to the next page of items */
|
|
1943
|
-
nextLink?: string;
|
|
1944
|
-
}
|
|
1945
|
-
|
|
1946
|
-
/** PaloAltoNetworks LocalRulestack */
|
|
1947
|
-
export declare interface LocalRulestackResource extends TrackedResource {
|
|
1948
|
-
/** The managed service identities assigned to this resource. */
|
|
1949
|
-
identity?: AzureResourceManagerManagedIdentityProperties;
|
|
1950
|
-
/** PanEtag info */
|
|
1951
|
-
panEtag?: string;
|
|
1952
|
-
/** Rulestack Location, Required for GlobalRulestacks, Not for LocalRulestacks */
|
|
1953
|
-
panLocation?: string;
|
|
1954
|
-
/** Rulestack Type */
|
|
1955
|
-
scope?: ScopeType;
|
|
1956
|
-
/** subscription scope of global rulestack */
|
|
1957
|
-
associatedSubscriptions?: string[];
|
|
1958
|
-
/** rulestack description */
|
|
1959
|
-
description?: string;
|
|
1960
|
-
/** Mode for default rules creation */
|
|
1961
|
-
defaultMode?: DefaultMode;
|
|
1962
|
-
/** minimum version */
|
|
1963
|
-
minAppIdVersion?: string;
|
|
1964
|
-
/**
|
|
1965
|
-
* Provisioning state of the resource.
|
|
1966
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1967
|
-
*/
|
|
1968
|
-
readonly provisioningState?: ProvisioningState;
|
|
1969
|
-
/** Security Profile */
|
|
1970
|
-
securityServices?: SecurityServices;
|
|
1971
|
-
}
|
|
1972
|
-
|
|
1973
|
-
/** The response of a LocalRulestackResource list operation. */
|
|
1974
|
-
export declare interface LocalRulestackResourceListResult {
|
|
1975
|
-
/** The items on this page */
|
|
1976
|
-
value: LocalRulestackResource[];
|
|
1977
|
-
/** The link to the next page of items */
|
|
1978
|
-
nextLink?: string;
|
|
1979
|
-
}
|
|
1980
|
-
|
|
1981
|
-
/** The type used for update operations of the LocalRulestackResource. */
|
|
1982
|
-
export declare interface LocalRulestackResourceUpdate {
|
|
1983
|
-
/** The managed service identities assigned to this resource. */
|
|
1984
|
-
identity?: AzureResourceManagerManagedIdentityProperties;
|
|
1985
|
-
/** Resource tags. */
|
|
1986
|
-
tags?: {
|
|
1987
|
-
[propertyName: string]: string;
|
|
1988
|
-
};
|
|
1989
|
-
/** The updatable properties of the LocalRulestackResource. */
|
|
1990
|
-
properties?: LocalRulestackResourceUpdateProperties;
|
|
1991
|
-
}
|
|
1992
|
-
|
|
1993
|
-
/** The updatable properties of the LocalRulestackResource. */
|
|
1994
|
-
export declare interface LocalRulestackResourceUpdateProperties {
|
|
1995
|
-
/** PanEtag info */
|
|
1996
|
-
panEtag?: string;
|
|
1997
|
-
/** Rulestack Location, Required for GlobalRulestacks, Not for LocalRulestacks */
|
|
1998
|
-
panLocation?: string;
|
|
1999
|
-
/** Rulestack Type */
|
|
2000
|
-
scope?: ScopeType;
|
|
2001
|
-
/** subscription scope of global rulestack */
|
|
2002
|
-
associatedSubscriptions?: string[];
|
|
2003
|
-
/** rulestack description */
|
|
2004
|
-
description?: string;
|
|
2005
|
-
/** Mode for default rules creation */
|
|
2006
|
-
defaultMode?: DefaultMode;
|
|
2007
|
-
/** minimum version */
|
|
2008
|
-
minAppIdVersion?: string;
|
|
2009
|
-
/** Security Profile */
|
|
2010
|
-
securityServices?: SecurityServices;
|
|
2011
|
-
}
|
|
2012
|
-
|
|
2013
|
-
/** Interface representing a LocalRulestacks. */
|
|
2014
|
-
export declare interface LocalRulestacks {
|
|
2015
|
-
/**
|
|
2016
|
-
* List LocalRulestackResource resources by subscription ID
|
|
2017
|
-
* @param options The options parameters.
|
|
2018
|
-
*/
|
|
2019
|
-
listBySubscription(options?: LocalRulestacksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<LocalRulestackResource>;
|
|
2020
|
-
/**
|
|
2021
|
-
* List LocalRulestackResource resources by resource group
|
|
2022
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2023
|
-
* @param options The options parameters.
|
|
2024
|
-
*/
|
|
2025
|
-
listByResourceGroup(resourceGroupName: string, options?: LocalRulestacksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<LocalRulestackResource>;
|
|
2026
|
-
/**
|
|
2027
|
-
* Get a LocalRulestackResource
|
|
2028
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2029
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2030
|
-
* @param options The options parameters.
|
|
2031
|
-
*/
|
|
2032
|
-
get(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksGetOptionalParams): Promise<LocalRulestacksGetResponse>;
|
|
2033
|
-
/**
|
|
2034
|
-
* Create a LocalRulestackResource
|
|
2035
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2036
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2037
|
-
* @param resource Resource create parameters.
|
|
2038
|
-
* @param options The options parameters.
|
|
2039
|
-
*/
|
|
2040
|
-
beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, resource: LocalRulestackResource, options?: LocalRulestacksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LocalRulestacksCreateOrUpdateResponse>, LocalRulestacksCreateOrUpdateResponse>>;
|
|
2041
|
-
/**
|
|
2042
|
-
* Create a LocalRulestackResource
|
|
2043
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2044
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2045
|
-
* @param resource Resource create parameters.
|
|
2046
|
-
* @param options The options parameters.
|
|
2047
|
-
*/
|
|
2048
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, resource: LocalRulestackResource, options?: LocalRulestacksCreateOrUpdateOptionalParams): Promise<LocalRulestacksCreateOrUpdateResponse>;
|
|
2049
|
-
/**
|
|
2050
|
-
* Update a LocalRulestackResource
|
|
2051
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2052
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2053
|
-
* @param properties The resource properties to be updated.
|
|
2054
|
-
* @param options The options parameters.
|
|
2055
|
-
*/
|
|
2056
|
-
update(resourceGroupName: string, localRulestackName: string, properties: LocalRulestackResourceUpdate, options?: LocalRulestacksUpdateOptionalParams): Promise<LocalRulestacksUpdateResponse>;
|
|
2057
|
-
/**
|
|
2058
|
-
* Delete a LocalRulestackResource
|
|
2059
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2060
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2061
|
-
* @param options The options parameters.
|
|
2062
|
-
*/
|
|
2063
|
-
beginDelete(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2064
|
-
/**
|
|
2065
|
-
* Delete a LocalRulestackResource
|
|
2066
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2067
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2068
|
-
* @param options The options parameters.
|
|
2069
|
-
*/
|
|
2070
|
-
beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksDeleteOptionalParams): Promise<void>;
|
|
2071
|
-
/**
|
|
2072
|
-
* Commit rulestack configuration
|
|
2073
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2074
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2075
|
-
* @param options The options parameters.
|
|
2076
|
-
*/
|
|
2077
|
-
beginCommit(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksCommitOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2078
|
-
/**
|
|
2079
|
-
* Commit rulestack configuration
|
|
2080
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2081
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2082
|
-
* @param options The options parameters.
|
|
2083
|
-
*/
|
|
2084
|
-
beginCommitAndWait(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksCommitOptionalParams): Promise<void>;
|
|
2085
|
-
/**
|
|
2086
|
-
* Get changelog
|
|
2087
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2088
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2089
|
-
* @param options The options parameters.
|
|
2090
|
-
*/
|
|
2091
|
-
getChangeLog(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksGetChangeLogOptionalParams): Promise<LocalRulestacksGetChangeLogResponse>;
|
|
2092
|
-
/**
|
|
2093
|
-
* support info for rulestack.
|
|
2094
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2095
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2096
|
-
* @param options The options parameters.
|
|
2097
|
-
*/
|
|
2098
|
-
getSupportInfo(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksGetSupportInfoOptionalParams): Promise<LocalRulestacksGetSupportInfoResponse>;
|
|
2099
|
-
/**
|
|
2100
|
-
* Get the list of advanced security objects
|
|
2101
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2102
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2103
|
-
* @param typeParam
|
|
2104
|
-
* @param options The options parameters.
|
|
2105
|
-
*/
|
|
2106
|
-
listAdvancedSecurityObjects(resourceGroupName: string, localRulestackName: string, typeParam: AdvSecurityObjectTypeEnum, options?: LocalRulestacksListAdvancedSecurityObjectsOptionalParams): Promise<LocalRulestacksListAdvancedSecurityObjectsResponse>;
|
|
2107
|
-
/**
|
|
2108
|
-
* List of AppIds for LocalRulestack ApiVersion
|
|
2109
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2110
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2111
|
-
* @param options The options parameters.
|
|
2112
|
-
*/
|
|
2113
|
-
listAppIds(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListAppIdsOptionalParams): Promise<LocalRulestacksListAppIdsResponse>;
|
|
2114
|
-
/**
|
|
2115
|
-
* List of countries for Rulestack
|
|
2116
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2117
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2118
|
-
* @param options The options parameters.
|
|
2119
|
-
*/
|
|
2120
|
-
listCountries(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListCountriesOptionalParams): Promise<LocalRulestacksListCountriesResponse>;
|
|
2121
|
-
/**
|
|
2122
|
-
* List of Firewalls associated with Rulestack
|
|
2123
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2124
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2125
|
-
* @param options The options parameters.
|
|
2126
|
-
*/
|
|
2127
|
-
listFirewalls(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListFirewallsOptionalParams): Promise<LocalRulestacksListFirewallsResponse>;
|
|
2128
|
-
/**
|
|
2129
|
-
* List predefined URL categories for rulestack
|
|
2130
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2131
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2132
|
-
* @param options The options parameters.
|
|
2133
|
-
*/
|
|
2134
|
-
listPredefinedUrlCategories(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksListPredefinedUrlCategoriesOptionalParams): Promise<LocalRulestacksListPredefinedUrlCategoriesResponse>;
|
|
2135
|
-
/**
|
|
2136
|
-
* List the security services for rulestack
|
|
2137
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2138
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2139
|
-
* @param typeParam
|
|
2140
|
-
* @param options The options parameters.
|
|
2141
|
-
*/
|
|
2142
|
-
listSecurityServices(resourceGroupName: string, localRulestackName: string, typeParam: SecurityServicesTypeEnum, options?: LocalRulestacksListSecurityServicesOptionalParams): Promise<LocalRulestacksListSecurityServicesResponse>;
|
|
2143
|
-
/**
|
|
2144
|
-
* Revert rulestack configuration
|
|
2145
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2146
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2147
|
-
* @param options The options parameters.
|
|
2148
|
-
*/
|
|
2149
|
-
revert(resourceGroupName: string, localRulestackName: string, options?: LocalRulestacksRevertOptionalParams): Promise<void>;
|
|
2150
|
-
}
|
|
2151
|
-
|
|
2152
|
-
/** Optional parameters. */
|
|
2153
|
-
export declare interface LocalRulestacksCommitOptionalParams extends coreClient.OperationOptions {
|
|
2154
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2155
|
-
updateIntervalInMs?: number;
|
|
2156
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2157
|
-
resumeFrom?: string;
|
|
2158
|
-
}
|
|
2159
|
-
|
|
2160
|
-
/** Optional parameters. */
|
|
2161
|
-
export declare interface LocalRulestacksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2162
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2163
|
-
updateIntervalInMs?: number;
|
|
2164
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2165
|
-
resumeFrom?: string;
|
|
2166
|
-
}
|
|
2167
|
-
|
|
2168
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2169
|
-
export declare type LocalRulestacksCreateOrUpdateResponse = LocalRulestackResource;
|
|
2170
|
-
|
|
2171
|
-
/** Optional parameters. */
|
|
2172
|
-
export declare interface LocalRulestacksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2173
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2174
|
-
updateIntervalInMs?: number;
|
|
2175
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2176
|
-
resumeFrom?: string;
|
|
2177
|
-
}
|
|
2178
|
-
|
|
2179
|
-
/** Optional parameters. */
|
|
2180
|
-
export declare interface LocalRulestacksGetChangeLogOptionalParams extends coreClient.OperationOptions {
|
|
2181
|
-
}
|
|
2182
|
-
|
|
2183
|
-
/** Contains response data for the getChangeLog operation. */
|
|
2184
|
-
export declare type LocalRulestacksGetChangeLogResponse = Changelog;
|
|
2185
|
-
|
|
2186
|
-
/** Optional parameters. */
|
|
2187
|
-
export declare interface LocalRulestacksGetOptionalParams extends coreClient.OperationOptions {
|
|
2188
|
-
}
|
|
2189
|
-
|
|
2190
|
-
/** Contains response data for the get operation. */
|
|
2191
|
-
export declare type LocalRulestacksGetResponse = LocalRulestackResource;
|
|
2192
|
-
|
|
2193
|
-
/** Optional parameters. */
|
|
2194
|
-
export declare interface LocalRulestacksGetSupportInfoOptionalParams extends coreClient.OperationOptions {
|
|
2195
|
-
/** email address on behalf of which this API called */
|
|
2196
|
-
email?: string;
|
|
2197
|
-
}
|
|
2198
|
-
|
|
2199
|
-
/** Contains response data for the getSupportInfo operation. */
|
|
2200
|
-
export declare type LocalRulestacksGetSupportInfoResponse = SupportInfo;
|
|
2201
|
-
|
|
2202
|
-
/** Optional parameters. */
|
|
2203
|
-
export declare interface LocalRulestacksListAdvancedSecurityObjectsOptionalParams extends coreClient.OperationOptions {
|
|
2204
|
-
skip?: string;
|
|
2205
|
-
top?: number;
|
|
2206
|
-
}
|
|
2207
|
-
|
|
2208
|
-
/** Contains response data for the listAdvancedSecurityObjects operation. */
|
|
2209
|
-
export declare type LocalRulestacksListAdvancedSecurityObjectsResponse = AdvSecurityObjectListResponse;
|
|
2210
|
-
|
|
2211
|
-
/** Optional parameters. */
|
|
2212
|
-
export declare interface LocalRulestacksListAppIdsOptionalParams extends coreClient.OperationOptions {
|
|
2213
|
-
skip?: string;
|
|
2214
|
-
top?: number;
|
|
2215
|
-
appIdVersion?: string;
|
|
2216
|
-
appPrefix?: string;
|
|
2217
|
-
}
|
|
2218
|
-
|
|
2219
|
-
/** Contains response data for the listAppIds operation. */
|
|
2220
|
-
export declare type LocalRulestacksListAppIdsResponse = ListAppIdResponse;
|
|
2221
|
-
|
|
2222
|
-
/** Optional parameters. */
|
|
2223
|
-
export declare interface LocalRulestacksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2224
|
-
}
|
|
2225
|
-
|
|
2226
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2227
|
-
export declare type LocalRulestacksListByResourceGroupNextResponse = LocalRulestackResourceListResult;
|
|
2228
|
-
|
|
2229
|
-
/** Optional parameters. */
|
|
2230
|
-
export declare interface LocalRulestacksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2231
|
-
}
|
|
2232
|
-
|
|
2233
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
2234
|
-
export declare type LocalRulestacksListByResourceGroupResponse = LocalRulestackResourceListResult;
|
|
2235
|
-
|
|
2236
|
-
/** Optional parameters. */
|
|
2237
|
-
export declare interface LocalRulestacksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2238
|
-
}
|
|
2239
|
-
|
|
2240
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2241
|
-
export declare type LocalRulestacksListBySubscriptionNextResponse = LocalRulestackResourceListResult;
|
|
2242
|
-
|
|
2243
|
-
/** Optional parameters. */
|
|
2244
|
-
export declare interface LocalRulestacksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2245
|
-
}
|
|
2246
|
-
|
|
2247
|
-
/** Contains response data for the listBySubscription operation. */
|
|
2248
|
-
export declare type LocalRulestacksListBySubscriptionResponse = LocalRulestackResourceListResult;
|
|
2249
|
-
|
|
2250
|
-
/** Optional parameters. */
|
|
2251
|
-
export declare interface LocalRulestacksListCountriesOptionalParams extends coreClient.OperationOptions {
|
|
2252
|
-
skip?: string;
|
|
2253
|
-
top?: number;
|
|
2254
|
-
}
|
|
2255
|
-
|
|
2256
|
-
/** Contains response data for the listCountries operation. */
|
|
2257
|
-
export declare type LocalRulestacksListCountriesResponse = CountriesResponse;
|
|
2258
|
-
|
|
2259
|
-
/** Optional parameters. */
|
|
2260
|
-
export declare interface LocalRulestacksListFirewallsOptionalParams extends coreClient.OperationOptions {
|
|
2261
|
-
}
|
|
2262
|
-
|
|
2263
|
-
/** Contains response data for the listFirewalls operation. */
|
|
2264
|
-
export declare type LocalRulestacksListFirewallsResponse = ListFirewallsResponse;
|
|
2265
|
-
|
|
2266
|
-
/** Optional parameters. */
|
|
2267
|
-
export declare interface LocalRulestacksListPredefinedUrlCategoriesOptionalParams extends coreClient.OperationOptions {
|
|
2268
|
-
skip?: string;
|
|
2269
|
-
top?: number;
|
|
2270
|
-
}
|
|
2271
|
-
|
|
2272
|
-
/** Contains response data for the listPredefinedUrlCategories operation. */
|
|
2273
|
-
export declare type LocalRulestacksListPredefinedUrlCategoriesResponse = PredefinedUrlCategoriesResponse;
|
|
2274
|
-
|
|
2275
|
-
/** Optional parameters. */
|
|
2276
|
-
export declare interface LocalRulestacksListSecurityServicesOptionalParams extends coreClient.OperationOptions {
|
|
2277
|
-
skip?: string;
|
|
2278
|
-
top?: number;
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2281
|
-
/** Contains response data for the listSecurityServices operation. */
|
|
2282
|
-
export declare type LocalRulestacksListSecurityServicesResponse = SecurityServicesResponse;
|
|
2283
|
-
|
|
2284
|
-
/** Optional parameters. */
|
|
2285
|
-
export declare interface LocalRulestacksRevertOptionalParams extends coreClient.OperationOptions {
|
|
2286
|
-
}
|
|
2287
|
-
|
|
2288
|
-
/** Optional parameters. */
|
|
2289
|
-
export declare interface LocalRulestacksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2290
|
-
}
|
|
2291
|
-
|
|
2292
|
-
/** Contains response data for the update operation. */
|
|
2293
|
-
export declare type LocalRulestacksUpdateResponse = LocalRulestackResource;
|
|
2294
|
-
|
|
2295
|
-
/** Log Destination */
|
|
2296
|
-
export declare interface LogDestination {
|
|
2297
|
-
/** Storage account configurations */
|
|
2298
|
-
storageConfigurations?: StorageAccount;
|
|
2299
|
-
/** Event Hub configurations */
|
|
2300
|
-
eventHubConfigurations?: EventHub;
|
|
2301
|
-
/** Monitor Log configurations */
|
|
2302
|
-
monitorConfigurations?: MonitorLog;
|
|
2303
|
-
}
|
|
2304
|
-
|
|
2305
|
-
/**
|
|
2306
|
-
* Defines values for LogOption. \
|
|
2307
|
-
* {@link KnownLogOption} can be used interchangeably with LogOption,
|
|
2308
|
-
* this enum contains the known values that the service supports.
|
|
2309
|
-
* ### Known values supported by the service
|
|
2310
|
-
* **SAME_DESTINATION** \
|
|
2311
|
-
* **INDIVIDUAL_DESTINATION**
|
|
2312
|
-
*/
|
|
2313
|
-
export declare type LogOption = string;
|
|
2314
|
-
|
|
2315
|
-
/** Log Settings for Firewall */
|
|
2316
|
-
export declare interface LogSettings {
|
|
2317
|
-
/** One of possible log type */
|
|
2318
|
-
logType?: LogType;
|
|
2319
|
-
/** Log option SAME/INDIVIDUAL */
|
|
2320
|
-
logOption?: LogOption;
|
|
2321
|
-
/** Application Insight details */
|
|
2322
|
-
applicationInsights?: ApplicationInsights;
|
|
2323
|
-
/** Common destination configurations */
|
|
2324
|
-
commonDestination?: LogDestination;
|
|
2325
|
-
/** Traffic destination configurations */
|
|
2326
|
-
trafficLogDestination?: LogDestination;
|
|
2327
|
-
/** Threat destination configurations */
|
|
2328
|
-
threatLogDestination?: LogDestination;
|
|
2329
|
-
/** Decrypt destination configurations */
|
|
2330
|
-
decryptLogDestination?: LogDestination;
|
|
2331
|
-
}
|
|
2332
|
-
|
|
2333
|
-
/**
|
|
2334
|
-
* Defines values for LogType. \
|
|
2335
|
-
* {@link KnownLogType} can be used interchangeably with LogType,
|
|
2336
|
-
* this enum contains the known values that the service supports.
|
|
2337
|
-
* ### Known values supported by the service
|
|
2338
|
-
* **TRAFFIC** \
|
|
2339
|
-
* **THREAT** \
|
|
2340
|
-
* **DECRYPTION** \
|
|
2341
|
-
* **WILDFIRE** \
|
|
2342
|
-
* **DLP** \
|
|
2343
|
-
* **AUDIT**
|
|
2344
|
-
*/
|
|
2345
|
-
export declare type LogType = string;
|
|
2346
|
-
|
|
2347
|
-
/**
|
|
2348
|
-
* Defines values for ManagedIdentityType. \
|
|
2349
|
-
* {@link KnownManagedIdentityType} can be used interchangeably with ManagedIdentityType,
|
|
2350
|
-
* this enum contains the known values that the service supports.
|
|
2351
|
-
* ### Known values supported by the service
|
|
2352
|
-
* **None** \
|
|
2353
|
-
* **SystemAssigned** \
|
|
2354
|
-
* **UserAssigned** \
|
|
2355
|
-
* **SystemAssigned,UserAssigned**
|
|
2356
|
-
*/
|
|
2357
|
-
export declare type ManagedIdentityType = string;
|
|
2358
|
-
|
|
2359
|
-
/** MarketplaceDetails of PAN Firewall resource */
|
|
2360
|
-
export declare interface MarketplaceDetails {
|
|
2361
|
-
/**
|
|
2362
|
-
* Marketplace Subscription Id
|
|
2363
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2364
|
-
*/
|
|
2365
|
-
readonly marketplaceSubscriptionId?: string;
|
|
2366
|
-
/** Offer Id */
|
|
2367
|
-
offerId: string;
|
|
2368
|
-
/** Publisher Id */
|
|
2369
|
-
publisherId: string;
|
|
2370
|
-
/** Marketplace Subscription Status */
|
|
2371
|
-
marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
|
|
2372
|
-
}
|
|
2373
|
-
|
|
2374
|
-
/**
|
|
2375
|
-
* Defines values for MarketplaceSubscriptionStatus. \
|
|
2376
|
-
* {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,
|
|
2377
|
-
* this enum contains the known values that the service supports.
|
|
2378
|
-
* ### Known values supported by the service
|
|
2379
|
-
* **PendingFulfillmentStart** \
|
|
2380
|
-
* **Subscribed** \
|
|
2381
|
-
* **Suspended** \
|
|
2382
|
-
* **Unsubscribed** \
|
|
2383
|
-
* **NotStarted** \
|
|
2384
|
-
* **FulfillmentRequested**
|
|
2385
|
-
*/
|
|
2386
|
-
export declare type MarketplaceSubscriptionStatus = string;
|
|
2387
|
-
|
|
2388
|
-
/** MonitorLog configurations */
|
|
2389
|
-
export declare interface MonitorLog {
|
|
2390
|
-
/** Resource ID of MonitorLog */
|
|
2391
|
-
id?: string;
|
|
2392
|
-
/** Subscription Id */
|
|
2393
|
-
subscriptionId?: string;
|
|
2394
|
-
/** MonitorLog workspace */
|
|
2395
|
-
workspace?: string;
|
|
2396
|
-
/** Primary Key value for Monitor */
|
|
2397
|
-
primaryKey?: string;
|
|
2398
|
-
/** Secondary Key value for Monitor */
|
|
2399
|
-
secondaryKey?: string;
|
|
2400
|
-
}
|
|
2401
|
-
|
|
2402
|
-
/** object type info */
|
|
2403
|
-
export declare interface NameDescriptionObject {
|
|
2404
|
-
/** name value */
|
|
2405
|
-
name: string;
|
|
2406
|
-
/** description value */
|
|
2407
|
-
description?: string;
|
|
2408
|
-
}
|
|
2409
|
-
|
|
2410
|
-
/** Network settings for Firewall */
|
|
2411
|
-
export declare interface NetworkProfile {
|
|
2412
|
-
/** Vnet configurations */
|
|
2413
|
-
vnetConfiguration?: VnetConfiguration;
|
|
2414
|
-
/** Vwan configurations */
|
|
2415
|
-
vwanConfiguration?: VwanConfiguration;
|
|
2416
|
-
/** vnet or vwan, cannot be updated */
|
|
2417
|
-
networkType: NetworkType;
|
|
2418
|
-
/** List of IPs associated with the Firewall */
|
|
2419
|
-
publicIps: IPAddress[];
|
|
2420
|
-
/** Enable egress NAT, enabled by default */
|
|
2421
|
-
enableEgressNat: EgressNat;
|
|
2422
|
-
/** Egress nat IP to use */
|
|
2423
|
-
egressNatIp?: IPAddress[];
|
|
2424
|
-
/** Non-RFC 1918 address */
|
|
2425
|
-
trustedRanges?: string[];
|
|
2426
|
-
}
|
|
2427
|
-
|
|
2428
|
-
/**
|
|
2429
|
-
* Defines values for NetworkType. \
|
|
2430
|
-
* {@link KnownNetworkType} can be used interchangeably with NetworkType,
|
|
2431
|
-
* this enum contains the known values that the service supports.
|
|
2432
|
-
* ### Known values supported by the service
|
|
2433
|
-
* **VNET** \
|
|
2434
|
-
* **VWAN**
|
|
2435
|
-
*/
|
|
2436
|
-
export declare type NetworkType = string;
|
|
2437
|
-
|
|
2438
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
2439
|
-
export declare interface Operation {
|
|
2440
|
-
/**
|
|
2441
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
2442
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2443
|
-
*/
|
|
2444
|
-
readonly name?: string;
|
|
2445
|
-
/**
|
|
2446
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
2447
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2448
|
-
*/
|
|
2449
|
-
readonly isDataAction?: boolean;
|
|
2450
|
-
/** Localized display information for this particular operation. */
|
|
2451
|
-
display?: OperationDisplay;
|
|
2452
|
-
/**
|
|
2453
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
2454
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2455
|
-
*/
|
|
2456
|
-
readonly origin?: Origin;
|
|
2457
|
-
/**
|
|
2458
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
2459
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2460
|
-
*/
|
|
2461
|
-
readonly actionType?: ActionType;
|
|
2462
|
-
}
|
|
2463
|
-
|
|
2464
|
-
/** Localized display information for this particular operation. */
|
|
2465
|
-
export declare interface OperationDisplay {
|
|
2466
|
-
/**
|
|
2467
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
2468
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2469
|
-
*/
|
|
2470
|
-
readonly provider?: string;
|
|
2471
|
-
/**
|
|
2472
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
2473
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2474
|
-
*/
|
|
2475
|
-
readonly resource?: string;
|
|
2476
|
-
/**
|
|
2477
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
2478
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2479
|
-
*/
|
|
2480
|
-
readonly operation?: string;
|
|
2481
|
-
/**
|
|
2482
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
2483
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2484
|
-
*/
|
|
2485
|
-
readonly description?: string;
|
|
2486
|
-
}
|
|
2487
|
-
|
|
2488
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
2489
|
-
export declare interface OperationListResult {
|
|
2490
|
-
/**
|
|
2491
|
-
* List of operations supported by the resource provider
|
|
2492
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2493
|
-
*/
|
|
2494
|
-
readonly value?: Operation[];
|
|
2495
|
-
/**
|
|
2496
|
-
* URL to get the next set of operation list results (if there are any).
|
|
2497
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2498
|
-
*/
|
|
2499
|
-
readonly nextLink?: string;
|
|
2500
|
-
}
|
|
2501
|
-
|
|
2502
|
-
/** Interface representing a Operations. */
|
|
2503
|
-
export declare interface Operations {
|
|
2504
|
-
/**
|
|
2505
|
-
* List the operations for the provider
|
|
2506
|
-
* @param options The options parameters.
|
|
2507
|
-
*/
|
|
2508
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
2509
|
-
}
|
|
2510
|
-
|
|
2511
|
-
/** Optional parameters. */
|
|
2512
|
-
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2513
|
-
}
|
|
2514
|
-
|
|
2515
|
-
/** Contains response data for the listNext operation. */
|
|
2516
|
-
export declare type OperationsListNextResponse = OperationListResult;
|
|
2517
|
-
|
|
2518
|
-
/** Optional parameters. */
|
|
2519
|
-
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
2520
|
-
}
|
|
2521
|
-
|
|
2522
|
-
/** Contains response data for the list operation. */
|
|
2523
|
-
export declare type OperationsListResponse = OperationListResult;
|
|
2524
|
-
|
|
2525
|
-
/**
|
|
2526
|
-
* Defines values for Origin. \
|
|
2527
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
2528
|
-
* this enum contains the known values that the service supports.
|
|
2529
|
-
* ### Known values supported by the service
|
|
2530
|
-
* **user** \
|
|
2531
|
-
* **system** \
|
|
2532
|
-
* **user,system**
|
|
2533
|
-
*/
|
|
2534
|
-
export declare type Origin = string;
|
|
2535
|
-
|
|
2536
|
-
export declare class PaloAltoNetworksCloudngfw extends coreClient.ServiceClient {
|
|
2537
|
-
$host: string;
|
|
2538
|
-
apiVersion: string;
|
|
2539
|
-
subscriptionId?: string;
|
|
2540
|
-
/**
|
|
2541
|
-
* Initializes a new instance of the PaloAltoNetworksCloudngfw class.
|
|
2542
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
2543
|
-
* @param subscriptionId The ID of the target subscription.
|
|
2544
|
-
* @param options The parameter options
|
|
2545
|
-
*/
|
|
2546
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: PaloAltoNetworksCloudngfwOptionalParams);
|
|
2547
|
-
constructor(credentials: coreAuth.TokenCredential, options?: PaloAltoNetworksCloudngfwOptionalParams);
|
|
2548
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
2549
|
-
private addCustomApiVersionPolicy;
|
|
2550
|
-
globalRulestack: GlobalRulestack;
|
|
2551
|
-
certificateObjectGlobalRulestack: CertificateObjectGlobalRulestack;
|
|
2552
|
-
fqdnListGlobalRulestack: FqdnListGlobalRulestack;
|
|
2553
|
-
postRules: PostRules;
|
|
2554
|
-
prefixListGlobalRulestack: PrefixListGlobalRulestack;
|
|
2555
|
-
preRules: PreRules;
|
|
2556
|
-
operations: Operations;
|
|
2557
|
-
firewalls: Firewalls;
|
|
2558
|
-
localRulestacks: LocalRulestacks;
|
|
2559
|
-
firewallStatus: FirewallStatus;
|
|
2560
|
-
certificateObjectLocalRulestack: CertificateObjectLocalRulestack;
|
|
2561
|
-
fqdnListLocalRulestack: FqdnListLocalRulestack;
|
|
2562
|
-
localRules: LocalRules;
|
|
2563
|
-
prefixListLocalRulestack: PrefixListLocalRulestack;
|
|
2564
|
-
}
|
|
2565
|
-
|
|
2566
|
-
/** Optional parameters. */
|
|
2567
|
-
export declare interface PaloAltoNetworksCloudngfwOptionalParams extends coreClient.ServiceClientOptions {
|
|
2568
|
-
/** server parameter */
|
|
2569
|
-
$host?: string;
|
|
2570
|
-
/** Api Version */
|
|
2571
|
-
apiVersion?: string;
|
|
2572
|
-
/** Overrides client endpoint. */
|
|
2573
|
-
endpoint?: string;
|
|
2574
|
-
}
|
|
2575
|
-
|
|
2576
|
-
/** Panorama Config */
|
|
2577
|
-
export declare interface PanoramaConfig {
|
|
2578
|
-
/** Base64 encoded string representing Panorama parameters to be used by Firewall to connect to Panorama. This string is generated via azure plugin in Panorama */
|
|
2579
|
-
configString: string;
|
|
2580
|
-
/**
|
|
2581
|
-
* VM auth key for panorama connectivity
|
|
2582
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2583
|
-
*/
|
|
2584
|
-
readonly vmAuthKey?: string;
|
|
2585
|
-
/**
|
|
2586
|
-
* Primary Panorama Server IP address value in dotted format for IPv4
|
|
2587
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2588
|
-
*/
|
|
2589
|
-
readonly panoramaServer?: string;
|
|
2590
|
-
/**
|
|
2591
|
-
* Secondary Panorama Server IP address value in dotted format for IPv4
|
|
2592
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2593
|
-
*/
|
|
2594
|
-
readonly panoramaServer2?: string;
|
|
2595
|
-
/**
|
|
2596
|
-
* Panorama Device Group to join
|
|
2597
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2598
|
-
*/
|
|
2599
|
-
readonly dgName?: string;
|
|
2600
|
-
/**
|
|
2601
|
-
* Panorama Template Stack to join - (Once configured we can not edit the value)
|
|
2602
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2603
|
-
*/
|
|
2604
|
-
readonly tplName?: string;
|
|
2605
|
-
/**
|
|
2606
|
-
* Panorama Collector Group to join - (Once configured we can not edit the value)
|
|
2607
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2608
|
-
*/
|
|
2609
|
-
readonly cgName?: string;
|
|
2610
|
-
/**
|
|
2611
|
-
* Resource name(may be unique) for PN admin
|
|
2612
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2613
|
-
*/
|
|
2614
|
-
readonly hostName?: string;
|
|
2615
|
-
}
|
|
2616
|
-
|
|
2617
|
-
/** Panorama connectivity information */
|
|
2618
|
-
export declare interface PanoramaStatus {
|
|
2619
|
-
/**
|
|
2620
|
-
* Primary Panorama connection status
|
|
2621
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2622
|
-
*/
|
|
2623
|
-
readonly panoramaServerStatus?: ServerStatus;
|
|
2624
|
-
/**
|
|
2625
|
-
* Secondary Panorama connection status
|
|
2626
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2627
|
-
*/
|
|
2628
|
-
readonly panoramaServer2Status?: ServerStatus;
|
|
2629
|
-
}
|
|
2630
|
-
|
|
2631
|
-
/** Billing plan information. */
|
|
2632
|
-
export declare interface PlanData {
|
|
2633
|
-
/** different usage type like PAYG/COMMITTED */
|
|
2634
|
-
usageType?: UsageType;
|
|
2635
|
-
/** different billing cycles like MONTHLY/WEEKLY */
|
|
2636
|
-
billingCycle: BillingCycle;
|
|
2637
|
-
/** plan id as published by Liftr.PAN */
|
|
2638
|
-
planId: string;
|
|
2639
|
-
/**
|
|
2640
|
-
* date when plan was applied
|
|
2641
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2642
|
-
*/
|
|
2643
|
-
readonly effectiveDate?: Date;
|
|
2644
|
-
}
|
|
2645
|
-
|
|
2646
|
-
/** Interface representing a PostRules. */
|
|
2647
|
-
export declare interface PostRules {
|
|
2648
|
-
/**
|
|
2649
|
-
* List PostRulesResource resources by Tenant
|
|
2650
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
2651
|
-
* @param options The options parameters.
|
|
2652
|
-
*/
|
|
2653
|
-
list(globalRulestackName: string, options?: PostRulesListOptionalParams): PagedAsyncIterableIterator<PostRulesResource>;
|
|
2654
|
-
/**
|
|
2655
|
-
* Get a PostRulesResource
|
|
2656
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
2657
|
-
* @param priority Post Rule priority
|
|
2658
|
-
* @param options The options parameters.
|
|
2659
|
-
*/
|
|
2660
|
-
get(globalRulestackName: string, priority: string, options?: PostRulesGetOptionalParams): Promise<PostRulesGetResponse>;
|
|
2661
|
-
/**
|
|
2662
|
-
* Create a PostRulesResource
|
|
2663
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
2664
|
-
* @param priority Post Rule priority
|
|
2665
|
-
* @param resource Resource create parameters.
|
|
2666
|
-
* @param options The options parameters.
|
|
2667
|
-
*/
|
|
2668
|
-
beginCreateOrUpdate(globalRulestackName: string, priority: string, resource: PostRulesResource, options?: PostRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PostRulesCreateOrUpdateResponse>, PostRulesCreateOrUpdateResponse>>;
|
|
2669
|
-
/**
|
|
2670
|
-
* Create a PostRulesResource
|
|
2671
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
2672
|
-
* @param priority Post Rule priority
|
|
2673
|
-
* @param resource Resource create parameters.
|
|
2674
|
-
* @param options The options parameters.
|
|
2675
|
-
*/
|
|
2676
|
-
beginCreateOrUpdateAndWait(globalRulestackName: string, priority: string, resource: PostRulesResource, options?: PostRulesCreateOrUpdateOptionalParams): Promise<PostRulesCreateOrUpdateResponse>;
|
|
2677
|
-
/**
|
|
2678
|
-
* Delete a PostRulesResource
|
|
2679
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
2680
|
-
* @param priority Post Rule priority
|
|
2681
|
-
* @param options The options parameters.
|
|
2682
|
-
*/
|
|
2683
|
-
beginDelete(globalRulestackName: string, priority: string, options?: PostRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2684
|
-
/**
|
|
2685
|
-
* Delete a PostRulesResource
|
|
2686
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
2687
|
-
* @param priority Post Rule priority
|
|
2688
|
-
* @param options The options parameters.
|
|
2689
|
-
*/
|
|
2690
|
-
beginDeleteAndWait(globalRulestackName: string, priority: string, options?: PostRulesDeleteOptionalParams): Promise<void>;
|
|
2691
|
-
/**
|
|
2692
|
-
* Get counters
|
|
2693
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
2694
|
-
* @param priority Post Rule priority
|
|
2695
|
-
* @param options The options parameters.
|
|
2696
|
-
*/
|
|
2697
|
-
getCounters(globalRulestackName: string, priority: string, options?: PostRulesGetCountersOptionalParams): Promise<PostRulesGetCountersResponse>;
|
|
2698
|
-
/**
|
|
2699
|
-
* Refresh counters
|
|
2700
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
2701
|
-
* @param priority Post Rule priority
|
|
2702
|
-
* @param options The options parameters.
|
|
2703
|
-
*/
|
|
2704
|
-
refreshCounters(globalRulestackName: string, priority: string, options?: PostRulesRefreshCountersOptionalParams): Promise<void>;
|
|
2705
|
-
/**
|
|
2706
|
-
* Reset counters
|
|
2707
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
2708
|
-
* @param priority Post Rule priority
|
|
2709
|
-
* @param options The options parameters.
|
|
2710
|
-
*/
|
|
2711
|
-
resetCounters(globalRulestackName: string, priority: string, options?: PostRulesResetCountersOptionalParams): Promise<PostRulesResetCountersResponse>;
|
|
2712
|
-
}
|
|
2713
|
-
|
|
2714
|
-
/** Optional parameters. */
|
|
2715
|
-
export declare interface PostRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2716
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2717
|
-
updateIntervalInMs?: number;
|
|
2718
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2719
|
-
resumeFrom?: string;
|
|
2720
|
-
}
|
|
2721
|
-
|
|
2722
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2723
|
-
export declare type PostRulesCreateOrUpdateResponse = PostRulesResource;
|
|
2724
|
-
|
|
2725
|
-
/** Optional parameters. */
|
|
2726
|
-
export declare interface PostRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2727
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2728
|
-
updateIntervalInMs?: number;
|
|
2729
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2730
|
-
resumeFrom?: string;
|
|
2731
|
-
}
|
|
2732
|
-
|
|
2733
|
-
/** Optional parameters. */
|
|
2734
|
-
export declare interface PostRulesGetCountersOptionalParams extends coreClient.OperationOptions {
|
|
2735
|
-
firewallName?: string;
|
|
2736
|
-
}
|
|
2737
|
-
|
|
2738
|
-
/** Contains response data for the getCounters operation. */
|
|
2739
|
-
export declare type PostRulesGetCountersResponse = RuleCounter;
|
|
2740
|
-
|
|
2741
|
-
/** Optional parameters. */
|
|
2742
|
-
export declare interface PostRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
2743
|
-
}
|
|
2744
|
-
|
|
2745
|
-
/** Contains response data for the get operation. */
|
|
2746
|
-
export declare type PostRulesGetResponse = PostRulesResource;
|
|
2747
|
-
|
|
2748
|
-
/** Optional parameters. */
|
|
2749
|
-
export declare interface PostRulesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2750
|
-
}
|
|
2751
|
-
|
|
2752
|
-
/** Contains response data for the listNext operation. */
|
|
2753
|
-
export declare type PostRulesListNextResponse = PostRulesResourceListResult;
|
|
2754
|
-
|
|
2755
|
-
/** Optional parameters. */
|
|
2756
|
-
export declare interface PostRulesListOptionalParams extends coreClient.OperationOptions {
|
|
2757
|
-
}
|
|
2758
|
-
|
|
2759
|
-
/** Contains response data for the list operation. */
|
|
2760
|
-
export declare type PostRulesListResponse = PostRulesResourceListResult;
|
|
2761
|
-
|
|
2762
|
-
/** Optional parameters. */
|
|
2763
|
-
export declare interface PostRulesRefreshCountersOptionalParams extends coreClient.OperationOptions {
|
|
2764
|
-
firewallName?: string;
|
|
2765
|
-
}
|
|
2766
|
-
|
|
2767
|
-
/** Optional parameters. */
|
|
2768
|
-
export declare interface PostRulesResetCountersOptionalParams extends coreClient.OperationOptions {
|
|
2769
|
-
firewallName?: string;
|
|
2770
|
-
}
|
|
2771
|
-
|
|
2772
|
-
/** Contains response data for the resetCounters operation. */
|
|
2773
|
-
export declare type PostRulesResetCountersResponse = RuleCounterReset;
|
|
2774
|
-
|
|
2775
|
-
/** PostRulestack rule list */
|
|
2776
|
-
export declare interface PostRulesResource extends ProxyResource {
|
|
2777
|
-
/** etag info */
|
|
2778
|
-
etag?: string;
|
|
2779
|
-
/** rule name */
|
|
2780
|
-
ruleName: string;
|
|
2781
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
2782
|
-
readonly priority?: number;
|
|
2783
|
-
/** rule description */
|
|
2784
|
-
description?: string;
|
|
2785
|
-
/** state of this rule */
|
|
2786
|
-
ruleState?: StateEnum;
|
|
2787
|
-
/** source address */
|
|
2788
|
-
source?: SourceAddr;
|
|
2789
|
-
/** cidr should not be 'any' */
|
|
2790
|
-
negateSource?: BooleanEnum;
|
|
2791
|
-
/** destination address */
|
|
2792
|
-
destination?: DestinationAddr;
|
|
2793
|
-
/** cidr should not be 'any' */
|
|
2794
|
-
negateDestination?: BooleanEnum;
|
|
2795
|
-
/** array of rule applications */
|
|
2796
|
-
applications?: string[];
|
|
2797
|
-
/** rule category */
|
|
2798
|
-
category?: Category;
|
|
2799
|
-
/** any, application-default, TCP:number, UDP:number */
|
|
2800
|
-
protocol?: string;
|
|
2801
|
-
/** prot port list */
|
|
2802
|
-
protocolPortList?: string[];
|
|
2803
|
-
/** inbound Inspection Certificate */
|
|
2804
|
-
inboundInspectionCertificate?: string;
|
|
2805
|
-
/** rule comment */
|
|
2806
|
-
auditComment?: string;
|
|
2807
|
-
/** rule action */
|
|
2808
|
-
actionType?: ActionEnum;
|
|
2809
|
-
/** enable or disable logging */
|
|
2810
|
-
enableLogging?: StateEnum;
|
|
2811
|
-
/** enable or disable decryption */
|
|
2812
|
-
decryptionRuleType?: DecryptionRuleTypeEnum;
|
|
2813
|
-
/** tag for rule */
|
|
2814
|
-
tags?: TagInfo[];
|
|
2815
|
-
/**
|
|
2816
|
-
* Provisioning state of the resource.
|
|
2817
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2818
|
-
*/
|
|
2819
|
-
readonly provisioningState?: ProvisioningState;
|
|
2820
|
-
}
|
|
2821
|
-
|
|
2822
|
-
/** The response of a PostRulesResource list operation. */
|
|
2823
|
-
export declare interface PostRulesResourceListResult {
|
|
2824
|
-
/** The items on this page */
|
|
2825
|
-
value: PostRulesResource[];
|
|
2826
|
-
/** The link to the next page of items */
|
|
2827
|
-
nextLink?: string;
|
|
2828
|
-
}
|
|
2829
|
-
|
|
2830
|
-
/** predefined url categories response */
|
|
2831
|
-
export declare interface PredefinedUrlCategoriesResponse {
|
|
2832
|
-
/** predefined url categories */
|
|
2833
|
-
value: PredefinedUrlCategory[];
|
|
2834
|
-
/** next link */
|
|
2835
|
-
nextLink?: string;
|
|
2836
|
-
}
|
|
2837
|
-
|
|
2838
|
-
/** Predefined URL category object */
|
|
2839
|
-
export declare interface PredefinedUrlCategory {
|
|
2840
|
-
action: string;
|
|
2841
|
-
name: string;
|
|
2842
|
-
}
|
|
2843
|
-
|
|
2844
|
-
/** Interface representing a PrefixListGlobalRulestack. */
|
|
2845
|
-
export declare interface PrefixListGlobalRulestack {
|
|
2846
|
-
/**
|
|
2847
|
-
* List PrefixListGlobalRulestackResource resources by Tenant
|
|
2848
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
2849
|
-
* @param options The options parameters.
|
|
2850
|
-
*/
|
|
2851
|
-
list(globalRulestackName: string, options?: PrefixListGlobalRulestackListOptionalParams): PagedAsyncIterableIterator<PrefixListGlobalRulestackResource>;
|
|
2852
|
-
/**
|
|
2853
|
-
* Get a PrefixListGlobalRulestackResource
|
|
2854
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
2855
|
-
* @param name Local Rule priority
|
|
2856
|
-
* @param options The options parameters.
|
|
2857
|
-
*/
|
|
2858
|
-
get(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackGetOptionalParams): Promise<PrefixListGlobalRulestackGetResponse>;
|
|
2859
|
-
/**
|
|
2860
|
-
* Create a PrefixListGlobalRulestackResource
|
|
2861
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
2862
|
-
* @param name Local Rule priority
|
|
2863
|
-
* @param resource Resource create parameters.
|
|
2864
|
-
* @param options The options parameters.
|
|
2865
|
-
*/
|
|
2866
|
-
beginCreateOrUpdate(globalRulestackName: string, name: string, resource: PrefixListGlobalRulestackResource, options?: PrefixListGlobalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrefixListGlobalRulestackCreateOrUpdateResponse>, PrefixListGlobalRulestackCreateOrUpdateResponse>>;
|
|
2867
|
-
/**
|
|
2868
|
-
* Create a PrefixListGlobalRulestackResource
|
|
2869
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
2870
|
-
* @param name Local Rule priority
|
|
2871
|
-
* @param resource Resource create parameters.
|
|
2872
|
-
* @param options The options parameters.
|
|
2873
|
-
*/
|
|
2874
|
-
beginCreateOrUpdateAndWait(globalRulestackName: string, name: string, resource: PrefixListGlobalRulestackResource, options?: PrefixListGlobalRulestackCreateOrUpdateOptionalParams): Promise<PrefixListGlobalRulestackCreateOrUpdateResponse>;
|
|
2875
|
-
/**
|
|
2876
|
-
* Delete a PrefixListGlobalRulestackResource
|
|
2877
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
2878
|
-
* @param name Local Rule priority
|
|
2879
|
-
* @param options The options parameters.
|
|
2880
|
-
*/
|
|
2881
|
-
beginDelete(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2882
|
-
/**
|
|
2883
|
-
* Delete a PrefixListGlobalRulestackResource
|
|
2884
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
2885
|
-
* @param name Local Rule priority
|
|
2886
|
-
* @param options The options parameters.
|
|
2887
|
-
*/
|
|
2888
|
-
beginDeleteAndWait(globalRulestackName: string, name: string, options?: PrefixListGlobalRulestackDeleteOptionalParams): Promise<void>;
|
|
2889
|
-
}
|
|
2890
|
-
|
|
2891
|
-
/** Optional parameters. */
|
|
2892
|
-
export declare interface PrefixListGlobalRulestackCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2893
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2894
|
-
updateIntervalInMs?: number;
|
|
2895
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2896
|
-
resumeFrom?: string;
|
|
2897
|
-
}
|
|
2898
|
-
|
|
2899
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2900
|
-
export declare type PrefixListGlobalRulestackCreateOrUpdateResponse = PrefixListGlobalRulestackResource;
|
|
2901
|
-
|
|
2902
|
-
/** Optional parameters. */
|
|
2903
|
-
export declare interface PrefixListGlobalRulestackDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2904
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2905
|
-
updateIntervalInMs?: number;
|
|
2906
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2907
|
-
resumeFrom?: string;
|
|
2908
|
-
}
|
|
2909
|
-
|
|
2910
|
-
/** Optional parameters. */
|
|
2911
|
-
export declare interface PrefixListGlobalRulestackGetOptionalParams extends coreClient.OperationOptions {
|
|
2912
|
-
}
|
|
2913
|
-
|
|
2914
|
-
/** Contains response data for the get operation. */
|
|
2915
|
-
export declare type PrefixListGlobalRulestackGetResponse = PrefixListGlobalRulestackResource;
|
|
2916
|
-
|
|
2917
|
-
/** Optional parameters. */
|
|
2918
|
-
export declare interface PrefixListGlobalRulestackListNextOptionalParams extends coreClient.OperationOptions {
|
|
2919
|
-
}
|
|
2920
|
-
|
|
2921
|
-
/** Contains response data for the listNext operation. */
|
|
2922
|
-
export declare type PrefixListGlobalRulestackListNextResponse = PrefixListGlobalRulestackResourceListResult;
|
|
2923
|
-
|
|
2924
|
-
/** Optional parameters. */
|
|
2925
|
-
export declare interface PrefixListGlobalRulestackListOptionalParams extends coreClient.OperationOptions {
|
|
2926
|
-
}
|
|
2927
|
-
|
|
2928
|
-
/** Contains response data for the list operation. */
|
|
2929
|
-
export declare type PrefixListGlobalRulestackListResponse = PrefixListGlobalRulestackResourceListResult;
|
|
2930
|
-
|
|
2931
|
-
/** GlobalRulestack prefixList */
|
|
2932
|
-
export declare interface PrefixListGlobalRulestackResource extends ProxyResource {
|
|
2933
|
-
/** prefix description */
|
|
2934
|
-
description?: string;
|
|
2935
|
-
/** prefix list */
|
|
2936
|
-
prefixList: string[];
|
|
2937
|
-
/** etag info */
|
|
2938
|
-
etag?: string;
|
|
2939
|
-
/** comment for this object */
|
|
2940
|
-
auditComment?: string;
|
|
2941
|
-
/**
|
|
2942
|
-
* Provisioning state of the resource.
|
|
2943
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2944
|
-
*/
|
|
2945
|
-
readonly provisioningState?: ProvisioningState;
|
|
2946
|
-
}
|
|
2947
|
-
|
|
2948
|
-
/** The response of a PrefixListGlobalRulestackResource list operation. */
|
|
2949
|
-
export declare interface PrefixListGlobalRulestackResourceListResult {
|
|
2950
|
-
/** The items on this page */
|
|
2951
|
-
value: PrefixListGlobalRulestackResource[];
|
|
2952
|
-
/** The link to the next page of items */
|
|
2953
|
-
nextLink?: string;
|
|
2954
|
-
}
|
|
2955
|
-
|
|
2956
|
-
/** Interface representing a PrefixListLocalRulestack. */
|
|
2957
|
-
export declare interface PrefixListLocalRulestack {
|
|
2958
|
-
/**
|
|
2959
|
-
* List PrefixListResource resources by LocalRulestacks
|
|
2960
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2961
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2962
|
-
* @param options The options parameters.
|
|
2963
|
-
*/
|
|
2964
|
-
listByLocalRulestacks(resourceGroupName: string, localRulestackName: string, options?: PrefixListLocalRulestackListByLocalRulestacksOptionalParams): PagedAsyncIterableIterator<PrefixListResource>;
|
|
2965
|
-
/**
|
|
2966
|
-
* Get a PrefixListResource
|
|
2967
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2968
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2969
|
-
* @param name Local Rule priority
|
|
2970
|
-
* @param options The options parameters.
|
|
2971
|
-
*/
|
|
2972
|
-
get(resourceGroupName: string, localRulestackName: string, name: string, options?: PrefixListLocalRulestackGetOptionalParams): Promise<PrefixListLocalRulestackGetResponse>;
|
|
2973
|
-
/**
|
|
2974
|
-
* Create a PrefixListResource
|
|
2975
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2976
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2977
|
-
* @param name Local Rule priority
|
|
2978
|
-
* @param resource Resource create parameters.
|
|
2979
|
-
* @param options The options parameters.
|
|
2980
|
-
*/
|
|
2981
|
-
beginCreateOrUpdate(resourceGroupName: string, localRulestackName: string, name: string, resource: PrefixListResource, options?: PrefixListLocalRulestackCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrefixListLocalRulestackCreateOrUpdateResponse>, PrefixListLocalRulestackCreateOrUpdateResponse>>;
|
|
2982
|
-
/**
|
|
2983
|
-
* Create a PrefixListResource
|
|
2984
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2985
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2986
|
-
* @param name Local Rule priority
|
|
2987
|
-
* @param resource Resource create parameters.
|
|
2988
|
-
* @param options The options parameters.
|
|
2989
|
-
*/
|
|
2990
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, localRulestackName: string, name: string, resource: PrefixListResource, options?: PrefixListLocalRulestackCreateOrUpdateOptionalParams): Promise<PrefixListLocalRulestackCreateOrUpdateResponse>;
|
|
2991
|
-
/**
|
|
2992
|
-
* Delete a PrefixListResource
|
|
2993
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2994
|
-
* @param localRulestackName LocalRulestack resource name
|
|
2995
|
-
* @param name Local Rule priority
|
|
2996
|
-
* @param options The options parameters.
|
|
2997
|
-
*/
|
|
2998
|
-
beginDelete(resourceGroupName: string, localRulestackName: string, name: string, options?: PrefixListLocalRulestackDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2999
|
-
/**
|
|
3000
|
-
* Delete a PrefixListResource
|
|
3001
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3002
|
-
* @param localRulestackName LocalRulestack resource name
|
|
3003
|
-
* @param name Local Rule priority
|
|
3004
|
-
* @param options The options parameters.
|
|
3005
|
-
*/
|
|
3006
|
-
beginDeleteAndWait(resourceGroupName: string, localRulestackName: string, name: string, options?: PrefixListLocalRulestackDeleteOptionalParams): Promise<void>;
|
|
3007
|
-
}
|
|
3008
|
-
|
|
3009
|
-
/** Optional parameters. */
|
|
3010
|
-
export declare interface PrefixListLocalRulestackCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3011
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3012
|
-
updateIntervalInMs?: number;
|
|
3013
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3014
|
-
resumeFrom?: string;
|
|
3015
|
-
}
|
|
3016
|
-
|
|
3017
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
3018
|
-
export declare type PrefixListLocalRulestackCreateOrUpdateResponse = PrefixListResource;
|
|
3019
|
-
|
|
3020
|
-
/** Optional parameters. */
|
|
3021
|
-
export declare interface PrefixListLocalRulestackDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3022
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3023
|
-
updateIntervalInMs?: number;
|
|
3024
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3025
|
-
resumeFrom?: string;
|
|
3026
|
-
}
|
|
3027
|
-
|
|
3028
|
-
/** Optional parameters. */
|
|
3029
|
-
export declare interface PrefixListLocalRulestackGetOptionalParams extends coreClient.OperationOptions {
|
|
3030
|
-
}
|
|
3031
|
-
|
|
3032
|
-
/** Contains response data for the get operation. */
|
|
3033
|
-
export declare type PrefixListLocalRulestackGetResponse = PrefixListResource;
|
|
3034
|
-
|
|
3035
|
-
/** Optional parameters. */
|
|
3036
|
-
export declare interface PrefixListLocalRulestackListByLocalRulestacksNextOptionalParams extends coreClient.OperationOptions {
|
|
3037
|
-
}
|
|
3038
|
-
|
|
3039
|
-
/** Contains response data for the listByLocalRulestacksNext operation. */
|
|
3040
|
-
export declare type PrefixListLocalRulestackListByLocalRulestacksNextResponse = PrefixListResourceListResult;
|
|
3041
|
-
|
|
3042
|
-
/** Optional parameters. */
|
|
3043
|
-
export declare interface PrefixListLocalRulestackListByLocalRulestacksOptionalParams extends coreClient.OperationOptions {
|
|
3044
|
-
}
|
|
3045
|
-
|
|
3046
|
-
/** Contains response data for the listByLocalRulestacks operation. */
|
|
3047
|
-
export declare type PrefixListLocalRulestackListByLocalRulestacksResponse = PrefixListResourceListResult;
|
|
3048
|
-
|
|
3049
|
-
/** LocalRulestack prefixList */
|
|
3050
|
-
export declare interface PrefixListResource extends ProxyResource {
|
|
3051
|
-
/** prefix description */
|
|
3052
|
-
description?: string;
|
|
3053
|
-
/** prefix list */
|
|
3054
|
-
prefixList: string[];
|
|
3055
|
-
/** etag info */
|
|
3056
|
-
etag?: string;
|
|
3057
|
-
/** comment for this object */
|
|
3058
|
-
auditComment?: string;
|
|
3059
|
-
/**
|
|
3060
|
-
* Provisioning state of the resource.
|
|
3061
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3062
|
-
*/
|
|
3063
|
-
readonly provisioningState?: ProvisioningState;
|
|
3064
|
-
}
|
|
3065
|
-
|
|
3066
|
-
/** The response of a PrefixListResource list operation. */
|
|
3067
|
-
export declare interface PrefixListResourceListResult {
|
|
3068
|
-
/** The items on this page */
|
|
3069
|
-
value: PrefixListResource[];
|
|
3070
|
-
/** The link to the next page of items */
|
|
3071
|
-
nextLink?: string;
|
|
3072
|
-
}
|
|
3073
|
-
|
|
3074
|
-
/** Interface representing a PreRules. */
|
|
3075
|
-
export declare interface PreRules {
|
|
3076
|
-
/**
|
|
3077
|
-
* List PreRulesResource resources by Tenant
|
|
3078
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
3079
|
-
* @param options The options parameters.
|
|
3080
|
-
*/
|
|
3081
|
-
list(globalRulestackName: string, options?: PreRulesListOptionalParams): PagedAsyncIterableIterator<PreRulesResource>;
|
|
3082
|
-
/**
|
|
3083
|
-
* Get a PreRulesResource
|
|
3084
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
3085
|
-
* @param priority Pre Rule priority
|
|
3086
|
-
* @param options The options parameters.
|
|
3087
|
-
*/
|
|
3088
|
-
get(globalRulestackName: string, priority: string, options?: PreRulesGetOptionalParams): Promise<PreRulesGetResponse>;
|
|
3089
|
-
/**
|
|
3090
|
-
* Create a PreRulesResource
|
|
3091
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
3092
|
-
* @param priority Pre Rule priority
|
|
3093
|
-
* @param resource Resource create parameters.
|
|
3094
|
-
* @param options The options parameters.
|
|
3095
|
-
*/
|
|
3096
|
-
beginCreateOrUpdate(globalRulestackName: string, priority: string, resource: PreRulesResource, options?: PreRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PreRulesCreateOrUpdateResponse>, PreRulesCreateOrUpdateResponse>>;
|
|
3097
|
-
/**
|
|
3098
|
-
* Create a PreRulesResource
|
|
3099
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
3100
|
-
* @param priority Pre Rule priority
|
|
3101
|
-
* @param resource Resource create parameters.
|
|
3102
|
-
* @param options The options parameters.
|
|
3103
|
-
*/
|
|
3104
|
-
beginCreateOrUpdateAndWait(globalRulestackName: string, priority: string, resource: PreRulesResource, options?: PreRulesCreateOrUpdateOptionalParams): Promise<PreRulesCreateOrUpdateResponse>;
|
|
3105
|
-
/**
|
|
3106
|
-
* Delete a PreRulesResource
|
|
3107
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
3108
|
-
* @param priority Pre Rule priority
|
|
3109
|
-
* @param options The options parameters.
|
|
3110
|
-
*/
|
|
3111
|
-
beginDelete(globalRulestackName: string, priority: string, options?: PreRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
3112
|
-
/**
|
|
3113
|
-
* Delete a PreRulesResource
|
|
3114
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
3115
|
-
* @param priority Pre Rule priority
|
|
3116
|
-
* @param options The options parameters.
|
|
3117
|
-
*/
|
|
3118
|
-
beginDeleteAndWait(globalRulestackName: string, priority: string, options?: PreRulesDeleteOptionalParams): Promise<void>;
|
|
3119
|
-
/**
|
|
3120
|
-
* Get counters
|
|
3121
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
3122
|
-
* @param priority Pre Rule priority
|
|
3123
|
-
* @param options The options parameters.
|
|
3124
|
-
*/
|
|
3125
|
-
getCounters(globalRulestackName: string, priority: string, options?: PreRulesGetCountersOptionalParams): Promise<PreRulesGetCountersResponse>;
|
|
3126
|
-
/**
|
|
3127
|
-
* Refresh counters
|
|
3128
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
3129
|
-
* @param priority Pre Rule priority
|
|
3130
|
-
* @param options The options parameters.
|
|
3131
|
-
*/
|
|
3132
|
-
refreshCounters(globalRulestackName: string, priority: string, options?: PreRulesRefreshCountersOptionalParams): Promise<void>;
|
|
3133
|
-
/**
|
|
3134
|
-
* Reset counters
|
|
3135
|
-
* @param globalRulestackName GlobalRulestack resource name
|
|
3136
|
-
* @param priority Pre Rule priority
|
|
3137
|
-
* @param options The options parameters.
|
|
3138
|
-
*/
|
|
3139
|
-
resetCounters(globalRulestackName: string, priority: string, options?: PreRulesResetCountersOptionalParams): Promise<PreRulesResetCountersResponse>;
|
|
3140
|
-
}
|
|
3141
|
-
|
|
3142
|
-
/** Optional parameters. */
|
|
3143
|
-
export declare interface PreRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3144
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3145
|
-
updateIntervalInMs?: number;
|
|
3146
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3147
|
-
resumeFrom?: string;
|
|
3148
|
-
}
|
|
3149
|
-
|
|
3150
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
3151
|
-
export declare type PreRulesCreateOrUpdateResponse = PreRulesResource;
|
|
3152
|
-
|
|
3153
|
-
/** Optional parameters. */
|
|
3154
|
-
export declare interface PreRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3155
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3156
|
-
updateIntervalInMs?: number;
|
|
3157
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3158
|
-
resumeFrom?: string;
|
|
3159
|
-
}
|
|
3160
|
-
|
|
3161
|
-
/** Optional parameters. */
|
|
3162
|
-
export declare interface PreRulesGetCountersOptionalParams extends coreClient.OperationOptions {
|
|
3163
|
-
firewallName?: string;
|
|
3164
|
-
}
|
|
3165
|
-
|
|
3166
|
-
/** Contains response data for the getCounters operation. */
|
|
3167
|
-
export declare type PreRulesGetCountersResponse = RuleCounter;
|
|
3168
|
-
|
|
3169
|
-
/** Optional parameters. */
|
|
3170
|
-
export declare interface PreRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
3171
|
-
}
|
|
3172
|
-
|
|
3173
|
-
/** Contains response data for the get operation. */
|
|
3174
|
-
export declare type PreRulesGetResponse = PreRulesResource;
|
|
3175
|
-
|
|
3176
|
-
/** Optional parameters. */
|
|
3177
|
-
export declare interface PreRulesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3178
|
-
}
|
|
3179
|
-
|
|
3180
|
-
/** Contains response data for the listNext operation. */
|
|
3181
|
-
export declare type PreRulesListNextResponse = PreRulesResourceListResult;
|
|
3182
|
-
|
|
3183
|
-
/** Optional parameters. */
|
|
3184
|
-
export declare interface PreRulesListOptionalParams extends coreClient.OperationOptions {
|
|
3185
|
-
}
|
|
3186
|
-
|
|
3187
|
-
/** Contains response data for the list operation. */
|
|
3188
|
-
export declare type PreRulesListResponse = PreRulesResourceListResult;
|
|
3189
|
-
|
|
3190
|
-
/** Optional parameters. */
|
|
3191
|
-
export declare interface PreRulesRefreshCountersOptionalParams extends coreClient.OperationOptions {
|
|
3192
|
-
firewallName?: string;
|
|
3193
|
-
}
|
|
3194
|
-
|
|
3195
|
-
/** Optional parameters. */
|
|
3196
|
-
export declare interface PreRulesResetCountersOptionalParams extends coreClient.OperationOptions {
|
|
3197
|
-
firewallName?: string;
|
|
3198
|
-
}
|
|
3199
|
-
|
|
3200
|
-
/** Contains response data for the resetCounters operation. */
|
|
3201
|
-
export declare type PreRulesResetCountersResponse = RuleCounterReset;
|
|
3202
|
-
|
|
3203
|
-
/** PreRulestack rule list */
|
|
3204
|
-
export declare interface PreRulesResource extends ProxyResource {
|
|
3205
|
-
/** etag info */
|
|
3206
|
-
etag?: string;
|
|
3207
|
-
/** rule name */
|
|
3208
|
-
ruleName: string;
|
|
3209
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
3210
|
-
readonly priority?: number;
|
|
3211
|
-
/** rule description */
|
|
3212
|
-
description?: string;
|
|
3213
|
-
/** state of this rule */
|
|
3214
|
-
ruleState?: StateEnum;
|
|
3215
|
-
/** source address */
|
|
3216
|
-
source?: SourceAddr;
|
|
3217
|
-
/** cidr should not be 'any' */
|
|
3218
|
-
negateSource?: BooleanEnum;
|
|
3219
|
-
/** destination address */
|
|
3220
|
-
destination?: DestinationAddr;
|
|
3221
|
-
/** cidr should not be 'any' */
|
|
3222
|
-
negateDestination?: BooleanEnum;
|
|
3223
|
-
/** array of rule applications */
|
|
3224
|
-
applications?: string[];
|
|
3225
|
-
/** rule category */
|
|
3226
|
-
category?: Category;
|
|
3227
|
-
/** any, application-default, TCP:number, UDP:number */
|
|
3228
|
-
protocol?: string;
|
|
3229
|
-
/** prot port list */
|
|
3230
|
-
protocolPortList?: string[];
|
|
3231
|
-
/** inbound Inspection Certificate */
|
|
3232
|
-
inboundInspectionCertificate?: string;
|
|
3233
|
-
/** rule comment */
|
|
3234
|
-
auditComment?: string;
|
|
3235
|
-
/** rule action */
|
|
3236
|
-
actionType?: ActionEnum;
|
|
3237
|
-
/** enable or disable logging */
|
|
3238
|
-
enableLogging?: StateEnum;
|
|
3239
|
-
/** enable or disable decryption */
|
|
3240
|
-
decryptionRuleType?: DecryptionRuleTypeEnum;
|
|
3241
|
-
/** tag for rule */
|
|
3242
|
-
tags?: TagInfo[];
|
|
3243
|
-
/**
|
|
3244
|
-
* Provisioning state of the resource.
|
|
3245
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3246
|
-
*/
|
|
3247
|
-
readonly provisioningState?: ProvisioningState;
|
|
3248
|
-
}
|
|
3249
|
-
|
|
3250
|
-
/** The response of a PreRulesResource list operation. */
|
|
3251
|
-
export declare interface PreRulesResourceListResult {
|
|
3252
|
-
/** The items on this page */
|
|
3253
|
-
value: PreRulesResource[];
|
|
3254
|
-
/** The link to the next page of items */
|
|
3255
|
-
nextLink?: string;
|
|
3256
|
-
}
|
|
3257
|
-
|
|
3258
|
-
/**
|
|
3259
|
-
* Defines values for ProtocolType. \
|
|
3260
|
-
* {@link KnownProtocolType} can be used interchangeably with ProtocolType,
|
|
3261
|
-
* this enum contains the known values that the service supports.
|
|
3262
|
-
* ### Known values supported by the service
|
|
3263
|
-
* **TCP** \
|
|
3264
|
-
* **UDP**
|
|
3265
|
-
*/
|
|
3266
|
-
export declare type ProtocolType = string;
|
|
3267
|
-
|
|
3268
|
-
/**
|
|
3269
|
-
* Defines values for ProvisioningState. \
|
|
3270
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
3271
|
-
* this enum contains the known values that the service supports.
|
|
3272
|
-
* ### Known values supported by the service
|
|
3273
|
-
* **Accepted** \
|
|
3274
|
-
* **Creating** \
|
|
3275
|
-
* **Updating** \
|
|
3276
|
-
* **Deleting** \
|
|
3277
|
-
* **Succeeded** \
|
|
3278
|
-
* **Failed** \
|
|
3279
|
-
* **Canceled** \
|
|
3280
|
-
* **Deleted** \
|
|
3281
|
-
* **NotSpecified**
|
|
3282
|
-
*/
|
|
3283
|
-
export declare type ProvisioningState = string;
|
|
3284
|
-
|
|
3285
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
3286
|
-
export declare interface ProxyResource extends Resource {
|
|
3287
|
-
}
|
|
3288
|
-
|
|
3289
|
-
/**
|
|
3290
|
-
* Defines values for ReadOnlyProvisioningState. \
|
|
3291
|
-
* {@link KnownReadOnlyProvisioningState} can be used interchangeably with ReadOnlyProvisioningState,
|
|
3292
|
-
* this enum contains the known values that the service supports.
|
|
3293
|
-
* ### Known values supported by the service
|
|
3294
|
-
* **Succeeded** \
|
|
3295
|
-
* **Failed** \
|
|
3296
|
-
* **Deleted**
|
|
3297
|
-
*/
|
|
3298
|
-
export declare type ReadOnlyProvisioningState = string;
|
|
3299
|
-
|
|
3300
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
3301
|
-
export declare interface Resource {
|
|
3302
|
-
/**
|
|
3303
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
3304
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3305
|
-
*/
|
|
3306
|
-
readonly id?: string;
|
|
3307
|
-
/**
|
|
3308
|
-
* The name of the resource
|
|
3309
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3310
|
-
*/
|
|
3311
|
-
readonly name?: string;
|
|
3312
|
-
/**
|
|
3313
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
3314
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3315
|
-
*/
|
|
3316
|
-
readonly type?: string;
|
|
3317
|
-
/**
|
|
3318
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
3319
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3320
|
-
*/
|
|
3321
|
-
readonly systemData?: SystemData;
|
|
3322
|
-
}
|
|
3323
|
-
|
|
3324
|
-
/** Rule counter */
|
|
3325
|
-
export declare interface RuleCounter {
|
|
3326
|
-
/** priority number */
|
|
3327
|
-
priority: string;
|
|
3328
|
-
/** rule Stack Name */
|
|
3329
|
-
ruleStackName?: string;
|
|
3330
|
-
/** rule list name */
|
|
3331
|
-
ruleListName?: string;
|
|
3332
|
-
/** firewall name */
|
|
3333
|
-
firewallName?: string;
|
|
3334
|
-
/** rule name */
|
|
3335
|
-
ruleName: string;
|
|
3336
|
-
/** hit count */
|
|
3337
|
-
hitCount?: number;
|
|
3338
|
-
/** apps seen */
|
|
3339
|
-
appSeen?: AppSeenData;
|
|
3340
|
-
/** timestamp of response */
|
|
3341
|
-
timestamp?: Date;
|
|
3342
|
-
/** timestamp of request */
|
|
3343
|
-
requestTimestamp?: Date;
|
|
3344
|
-
/** last updated timestamp */
|
|
3345
|
-
lastUpdatedTimestamp?: Date;
|
|
3346
|
-
}
|
|
3347
|
-
|
|
3348
|
-
/** Rule counter reset */
|
|
3349
|
-
export declare interface RuleCounterReset {
|
|
3350
|
-
/**
|
|
3351
|
-
* priority number
|
|
3352
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3353
|
-
*/
|
|
3354
|
-
readonly priority?: string;
|
|
3355
|
-
/** rule Stack Name */
|
|
3356
|
-
ruleStackName?: string;
|
|
3357
|
-
/** rule list name */
|
|
3358
|
-
ruleListName?: string;
|
|
3359
|
-
/** firewall name */
|
|
3360
|
-
firewallName?: string;
|
|
3361
|
-
/** rule name */
|
|
3362
|
-
ruleName?: string;
|
|
3363
|
-
}
|
|
3364
|
-
|
|
3365
|
-
/** Associated rulestack details */
|
|
3366
|
-
export declare interface RulestackDetails {
|
|
3367
|
-
/** Resource Id */
|
|
3368
|
-
resourceId?: string;
|
|
3369
|
-
/** Associated rulestack Id */
|
|
3370
|
-
rulestackId?: string;
|
|
3371
|
-
/** Rulestack location */
|
|
3372
|
-
location?: string;
|
|
3373
|
-
}
|
|
3374
|
-
|
|
3375
|
-
/**
|
|
3376
|
-
* Defines values for ScopeType. \
|
|
3377
|
-
* {@link KnownScopeType} can be used interchangeably with ScopeType,
|
|
3378
|
-
* this enum contains the known values that the service supports.
|
|
3379
|
-
* ### Known values supported by the service
|
|
3380
|
-
* **LOCAL** \
|
|
3381
|
-
* **GLOBAL**
|
|
3382
|
-
*/
|
|
3383
|
-
export declare type ScopeType = string;
|
|
3384
|
-
|
|
3385
|
-
/** security services */
|
|
3386
|
-
export declare interface SecurityServices {
|
|
3387
|
-
/** IPs Vulnerability Profile Data */
|
|
3388
|
-
vulnerabilityProfile?: string;
|
|
3389
|
-
/** Anti spyware Profile data */
|
|
3390
|
-
antiSpywareProfile?: string;
|
|
3391
|
-
/** anti virus profile data */
|
|
3392
|
-
antiVirusProfile?: string;
|
|
3393
|
-
/** URL filtering profile data */
|
|
3394
|
-
urlFilteringProfile?: string;
|
|
3395
|
-
/** File blocking profile data */
|
|
3396
|
-
fileBlockingProfile?: string;
|
|
3397
|
-
/** DNS Subscription profile data */
|
|
3398
|
-
dnsSubscription?: string;
|
|
3399
|
-
/** Untrusted Egress Decryption profile data */
|
|
3400
|
-
outboundUnTrustCertificate?: string;
|
|
3401
|
-
/** Trusted Egress Decryption profile data */
|
|
3402
|
-
outboundTrustCertificate?: string;
|
|
3403
|
-
}
|
|
3404
|
-
|
|
3405
|
-
/** Security services list response */
|
|
3406
|
-
export declare interface SecurityServicesResponse {
|
|
3407
|
-
/** response value */
|
|
3408
|
-
value: SecurityServicesTypeList;
|
|
3409
|
-
/** next link */
|
|
3410
|
-
nextLink?: string;
|
|
3411
|
-
}
|
|
3412
|
-
|
|
3413
|
-
/**
|
|
3414
|
-
* Defines values for SecurityServicesTypeEnum. \
|
|
3415
|
-
* {@link KnownSecurityServicesTypeEnum} can be used interchangeably with SecurityServicesTypeEnum,
|
|
3416
|
-
* this enum contains the known values that the service supports.
|
|
3417
|
-
* ### Known values supported by the service
|
|
3418
|
-
* **antiSpyware** \
|
|
3419
|
-
* **antiVirus** \
|
|
3420
|
-
* **ipsVulnerability** \
|
|
3421
|
-
* **urlFiltering** \
|
|
3422
|
-
* **fileBlocking** \
|
|
3423
|
-
* **dnsSubscription**
|
|
3424
|
-
*/
|
|
3425
|
-
export declare type SecurityServicesTypeEnum = string;
|
|
3426
|
-
|
|
3427
|
-
/** Security services type list */
|
|
3428
|
-
export declare interface SecurityServicesTypeList {
|
|
3429
|
-
/** security services type */
|
|
3430
|
-
type?: string;
|
|
3431
|
-
/** list */
|
|
3432
|
-
entry: NameDescriptionObject[];
|
|
3433
|
-
}
|
|
3434
|
-
|
|
3435
|
-
/**
|
|
3436
|
-
* Defines values for ServerStatus. \
|
|
3437
|
-
* {@link KnownServerStatus} can be used interchangeably with ServerStatus,
|
|
3438
|
-
* this enum contains the known values that the service supports.
|
|
3439
|
-
* ### Known values supported by the service
|
|
3440
|
-
* **UP** \
|
|
3441
|
-
* **DOWN**
|
|
3442
|
-
*/
|
|
3443
|
-
export declare type ServerStatus = string;
|
|
3444
|
-
|
|
3445
|
-
/** Address properties */
|
|
3446
|
-
export declare interface SourceAddr {
|
|
3447
|
-
/** special value 'any' */
|
|
3448
|
-
cidrs?: string[];
|
|
3449
|
-
/** list of countries */
|
|
3450
|
-
countries?: string[];
|
|
3451
|
-
/** list of feeds */
|
|
3452
|
-
feeds?: string[];
|
|
3453
|
-
/** prefix list */
|
|
3454
|
-
prefixLists?: string[];
|
|
3455
|
-
}
|
|
3456
|
-
|
|
3457
|
-
/**
|
|
3458
|
-
* Defines values for StateEnum. \
|
|
3459
|
-
* {@link KnownStateEnum} can be used interchangeably with StateEnum,
|
|
3460
|
-
* this enum contains the known values that the service supports.
|
|
3461
|
-
* ### Known values supported by the service
|
|
3462
|
-
* **DISABLED** \
|
|
3463
|
-
* **ENABLED**
|
|
3464
|
-
*/
|
|
3465
|
-
export declare type StateEnum = string;
|
|
3466
|
-
|
|
3467
|
-
/** Storage Account configurations */
|
|
3468
|
-
export declare interface StorageAccount {
|
|
3469
|
-
/** Resource ID of storage account */
|
|
3470
|
-
id?: string;
|
|
3471
|
-
/** Subscription Id */
|
|
3472
|
-
subscriptionId?: string;
|
|
3473
|
-
/** Storage account name */
|
|
3474
|
-
accountName?: string;
|
|
3475
|
-
}
|
|
3476
|
-
|
|
3477
|
-
/** Support information for the resource */
|
|
3478
|
-
export declare interface SupportInfo {
|
|
3479
|
-
/** product SKU associated with given resource */
|
|
3480
|
-
productSku?: string;
|
|
3481
|
-
/** product Serial associated with given resource */
|
|
3482
|
-
productSerial?: string;
|
|
3483
|
-
/** account registered in Customer Support Portal */
|
|
3484
|
-
accountRegistered?: BooleanEnum;
|
|
3485
|
-
/** Support account associated with given resource */
|
|
3486
|
-
accountId?: string;
|
|
3487
|
-
/** user domain is supported in Customer Support Portal */
|
|
3488
|
-
userDomainSupported?: BooleanEnum;
|
|
3489
|
-
/** user registered in Customer Support Portal */
|
|
3490
|
-
userRegistered?: BooleanEnum;
|
|
3491
|
-
/** Product usage is in free trial period */
|
|
3492
|
-
freeTrial?: BooleanEnum;
|
|
3493
|
-
/** Free trial days remaining */
|
|
3494
|
-
freeTrialDaysLeft?: number;
|
|
3495
|
-
/** Free trial credit remaining */
|
|
3496
|
-
freeTrialCreditLeft?: number;
|
|
3497
|
-
/** URL for paloaltonetworks live community */
|
|
3498
|
-
helpURL?: string;
|
|
3499
|
-
/** URL for paloaltonetworks Customer Service Portal */
|
|
3500
|
-
supportURL?: string;
|
|
3501
|
-
/** URL for registering product in paloaltonetworks Customer Service Portal */
|
|
3502
|
-
registerURL?: string;
|
|
3503
|
-
}
|
|
3504
|
-
|
|
3505
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
3506
|
-
export declare interface SystemData {
|
|
3507
|
-
/** The identity that created the resource. */
|
|
3508
|
-
createdBy?: string;
|
|
3509
|
-
/** The type of identity that created the resource. */
|
|
3510
|
-
createdByType?: CreatedByType;
|
|
3511
|
-
/** The timestamp of resource creation (UTC). */
|
|
3512
|
-
createdAt?: Date;
|
|
3513
|
-
/** The identity that last modified the resource. */
|
|
3514
|
-
lastModifiedBy?: string;
|
|
3515
|
-
/** The type of identity that last modified the resource. */
|
|
3516
|
-
lastModifiedByType?: CreatedByType;
|
|
3517
|
-
/** The timestamp of resource last modification (UTC) */
|
|
3518
|
-
lastModifiedAt?: Date;
|
|
3519
|
-
}
|
|
3520
|
-
|
|
3521
|
-
/** Tag */
|
|
3522
|
-
export declare interface TagInfo {
|
|
3523
|
-
/** tag name */
|
|
3524
|
-
key: string;
|
|
3525
|
-
/** tag value */
|
|
3526
|
-
value: string;
|
|
3527
|
-
}
|
|
3528
|
-
|
|
3529
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
3530
|
-
export declare interface TrackedResource extends Resource {
|
|
3531
|
-
/** Resource tags. */
|
|
3532
|
-
tags?: {
|
|
3533
|
-
[propertyName: string]: string;
|
|
3534
|
-
};
|
|
3535
|
-
/** The geo-location where the resource lives */
|
|
3536
|
-
location: string;
|
|
3537
|
-
}
|
|
3538
|
-
|
|
3539
|
-
/**
|
|
3540
|
-
* Defines values for UsageType. \
|
|
3541
|
-
* {@link KnownUsageType} can be used interchangeably with UsageType,
|
|
3542
|
-
* this enum contains the known values that the service supports.
|
|
3543
|
-
* ### Known values supported by the service
|
|
3544
|
-
* **PAYG** \
|
|
3545
|
-
* **COMMITTED**
|
|
3546
|
-
*/
|
|
3547
|
-
export declare type UsageType = string;
|
|
3548
|
-
|
|
3549
|
-
/** VnetInfo for Firewall Networking */
|
|
3550
|
-
export declare interface VnetConfiguration {
|
|
3551
|
-
/** Azure Virtual Network */
|
|
3552
|
-
vnet: IPAddressSpace;
|
|
3553
|
-
/** Trust Subnet */
|
|
3554
|
-
trustSubnet: IPAddressSpace;
|
|
3555
|
-
/** Untrust Subnet */
|
|
3556
|
-
unTrustSubnet: IPAddressSpace;
|
|
3557
|
-
/** IP of trust subnet for UDR */
|
|
3558
|
-
ipOfTrustSubnetForUdr?: IPAddress;
|
|
3559
|
-
}
|
|
3560
|
-
|
|
3561
|
-
/** VwanInfo for Firewall Networking */
|
|
3562
|
-
export declare interface VwanConfiguration {
|
|
3563
|
-
/** Network Virtual Appliance resource ID */
|
|
3564
|
-
networkVirtualApplianceId?: string;
|
|
3565
|
-
/** vHub Address */
|
|
3566
|
-
vHub: IPAddressSpace;
|
|
3567
|
-
/** Trust Subnet */
|
|
3568
|
-
trustSubnet?: IPAddressSpace;
|
|
3569
|
-
/** Untrust Subnet */
|
|
3570
|
-
unTrustSubnet?: IPAddressSpace;
|
|
3571
|
-
/** IP of trust subnet for UDR */
|
|
3572
|
-
ipOfTrustSubnetForUdr?: IPAddress;
|
|
3573
|
-
}
|
|
3574
|
-
|
|
3575
|
-
export { }
|