@azure/arm-servicenetworking 2.0.1-alpha.20250514.1 → 2.1.0-beta.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/CHANGELOG.md +20 -9
- package/LICENSE +1 -1
- package/README.md +4 -3
- package/dist/browser/api/associationsInterface/index.d.ts +2 -25
- package/dist/browser/api/associationsInterface/index.d.ts.map +1 -1
- package/dist/browser/api/associationsInterface/index.js +1 -119
- package/dist/browser/api/associationsInterface/index.js.map +1 -1
- package/dist/browser/api/associationsInterface/operations.d.ts +32 -0
- package/dist/browser/api/associationsInterface/operations.d.ts.map +1 -0
- package/dist/browser/api/associationsInterface/operations.js +162 -0
- package/dist/browser/api/associationsInterface/operations.js.map +1 -0
- package/dist/browser/api/associationsInterface/options.d.ts +21 -0
- package/dist/browser/api/associationsInterface/options.d.ts.map +1 -0
- package/dist/browser/api/associationsInterface/options.js.map +1 -0
- package/dist/browser/api/frontendsInterface/index.d.ts +2 -25
- package/dist/browser/api/frontendsInterface/index.d.ts.map +1 -1
- package/dist/browser/api/frontendsInterface/index.js +1 -119
- package/dist/browser/api/frontendsInterface/index.js.map +1 -1
- package/dist/browser/api/frontendsInterface/operations.d.ts +32 -0
- package/dist/browser/api/frontendsInterface/operations.d.ts.map +1 -0
- package/dist/browser/api/frontendsInterface/operations.js +162 -0
- package/dist/browser/api/frontendsInterface/operations.js.map +1 -0
- package/dist/browser/api/frontendsInterface/options.d.ts +21 -0
- package/dist/browser/api/frontendsInterface/options.d.ts.map +1 -0
- package/dist/browser/api/frontendsInterface/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +0 -6
- package/dist/browser/api/index.d.ts.map +1 -1
- package/dist/browser/api/index.js +0 -5
- package/dist/browser/api/index.js.map +1 -1
- package/dist/browser/api/operations/index.d.ts +2 -8
- package/dist/browser/api/operations/index.d.ts.map +1 -1
- package/dist/browser/api/operations/index.js +1 -20
- package/dist/browser/api/operations/index.js.map +1 -1
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.d.ts.map +1 -0
- package/dist/browser/api/operations/operations.js +29 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.d.ts.map +1 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/securityPoliciesInterface/index.d.ts +2 -25
- package/dist/browser/api/securityPoliciesInterface/index.d.ts.map +1 -1
- package/dist/browser/api/securityPoliciesInterface/index.js +1 -127
- package/dist/browser/api/securityPoliciesInterface/index.js.map +1 -1
- package/dist/browser/api/securityPoliciesInterface/operations.d.ts +32 -0
- package/dist/browser/api/securityPoliciesInterface/operations.d.ts.map +1 -0
- package/dist/browser/api/securityPoliciesInterface/operations.js +170 -0
- package/dist/browser/api/securityPoliciesInterface/operations.js.map +1 -0
- package/dist/browser/api/securityPoliciesInterface/options.d.ts +21 -0
- package/dist/browser/api/securityPoliciesInterface/options.d.ts.map +1 -0
- package/dist/browser/api/securityPoliciesInterface/options.js +4 -0
- package/dist/browser/api/securityPoliciesInterface/options.js.map +1 -0
- package/dist/browser/api/serviceNetworkingManagementContext.js +2 -2
- package/dist/browser/api/serviceNetworkingManagementContext.js.map +1 -1
- package/dist/browser/api/trafficControllerInterface/index.d.ts +2 -29
- package/dist/browser/api/trafficControllerInterface/index.d.ts.map +1 -1
- package/dist/browser/api/trafficControllerInterface/index.js +1 -150
- package/dist/browser/api/trafficControllerInterface/index.js.map +1 -1
- package/dist/browser/api/trafficControllerInterface/operations.d.ts +36 -0
- package/dist/browser/api/trafficControllerInterface/operations.d.ts.map +1 -0
- package/dist/browser/api/trafficControllerInterface/operations.js +192 -0
- package/dist/browser/api/trafficControllerInterface/operations.js.map +1 -0
- package/dist/browser/api/trafficControllerInterface/options.d.ts +24 -0
- package/dist/browser/api/trafficControllerInterface/options.d.ts.map +1 -0
- package/dist/browser/api/trafficControllerInterface/options.js +4 -0
- package/dist/browser/api/trafficControllerInterface/options.js.map +1 -0
- package/dist/browser/classic/associationsInterface/index.d.ts +6 -1
- package/dist/browser/classic/associationsInterface/index.d.ts.map +1 -1
- package/dist/browser/classic/associationsInterface/index.js +6 -6
- package/dist/browser/classic/associationsInterface/index.js.map +1 -1
- package/dist/browser/classic/frontendsInterface/index.d.ts +6 -1
- package/dist/browser/classic/frontendsInterface/index.d.ts.map +1 -1
- package/dist/browser/classic/frontendsInterface/index.js +6 -6
- package/dist/browser/classic/frontendsInterface/index.js.map +1 -1
- package/dist/browser/classic/operations/index.d.ts +1 -1
- package/dist/browser/classic/operations/index.d.ts.map +1 -1
- package/dist/browser/classic/operations/index.js +2 -2
- package/dist/browser/classic/operations/index.js.map +1 -1
- package/dist/browser/classic/securityPoliciesInterface/index.d.ts +6 -1
- package/dist/browser/classic/securityPoliciesInterface/index.d.ts.map +1 -1
- package/dist/browser/classic/securityPoliciesInterface/index.js +6 -6
- package/dist/browser/classic/securityPoliciesInterface/index.js.map +1 -1
- package/dist/browser/classic/trafficControllerInterface/index.d.ts +6 -1
- package/dist/browser/classic/trafficControllerInterface/index.d.ts.map +1 -1
- package/dist/browser/classic/trafficControllerInterface/index.js +7 -7
- package/dist/browser/classic/trafficControllerInterface/index.js.map +1 -1
- package/dist/browser/index.d.ts +7 -2
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +1 -1
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +309 -241
- package/dist/browser/models/models.d.ts.map +1 -1
- package/dist/browser/models/models.js +313 -217
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +12 -12
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/serviceNetworkingManagementClient.d.ts +1 -1
- package/dist/browser/serviceNetworkingManagementClient.d.ts.map +1 -1
- package/dist/browser/serviceNetworkingManagementClient.js +1 -1
- package/dist/browser/serviceNetworkingManagementClient.js.map +1 -1
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.js +169 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/associationsInterface/index.d.ts +2 -25
- package/dist/commonjs/api/associationsInterface/index.d.ts.map +1 -1
- package/dist/commonjs/api/associationsInterface/index.js +7 -134
- package/dist/commonjs/api/associationsInterface/index.js.map +1 -1
- package/dist/commonjs/api/associationsInterface/operations.d.ts +32 -0
- package/dist/commonjs/api/associationsInterface/operations.d.ts.map +1 -0
- package/dist/commonjs/api/associationsInterface/operations.js +179 -0
- package/dist/commonjs/api/associationsInterface/operations.js.map +1 -0
- package/dist/commonjs/api/associationsInterface/options.d.ts +21 -0
- package/dist/commonjs/api/associationsInterface/options.d.ts.map +1 -0
- package/dist/commonjs/api/associationsInterface/options.js.map +1 -0
- package/dist/commonjs/api/frontendsInterface/index.d.ts +2 -25
- package/dist/commonjs/api/frontendsInterface/index.d.ts.map +1 -1
- package/dist/commonjs/api/frontendsInterface/index.js +7 -134
- package/dist/commonjs/api/frontendsInterface/index.js.map +1 -1
- package/dist/commonjs/api/frontendsInterface/operations.d.ts +32 -0
- package/dist/commonjs/api/frontendsInterface/operations.d.ts.map +1 -0
- package/dist/commonjs/api/frontendsInterface/operations.js +179 -0
- package/dist/commonjs/api/frontendsInterface/operations.js.map +1 -0
- package/dist/commonjs/api/frontendsInterface/options.d.ts +21 -0
- package/dist/commonjs/api/frontendsInterface/options.d.ts.map +1 -0
- package/dist/commonjs/api/frontendsInterface/options.js +5 -0
- package/dist/commonjs/api/frontendsInterface/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +0 -6
- package/dist/commonjs/api/index.d.ts.map +1 -1
- package/dist/commonjs/api/index.js +1 -28
- package/dist/commonjs/api/index.js.map +1 -1
- package/dist/commonjs/api/operations/index.d.ts +2 -8
- package/dist/commonjs/api/operations/index.d.ts.map +1 -1
- package/dist/commonjs/api/operations/index.js +3 -23
- package/dist/commonjs/api/operations/index.js.map +1 -1
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/api/operations/operations.js +34 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.d.ts.map +1 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/securityPoliciesInterface/index.d.ts +2 -25
- package/dist/commonjs/api/securityPoliciesInterface/index.d.ts.map +1 -1
- package/dist/commonjs/api/securityPoliciesInterface/index.js +7 -142
- package/dist/commonjs/api/securityPoliciesInterface/index.js.map +1 -1
- package/dist/commonjs/api/securityPoliciesInterface/operations.d.ts +32 -0
- package/dist/commonjs/api/securityPoliciesInterface/operations.d.ts.map +1 -0
- package/dist/commonjs/api/securityPoliciesInterface/operations.js +187 -0
- package/dist/commonjs/api/securityPoliciesInterface/operations.js.map +1 -0
- package/dist/commonjs/api/securityPoliciesInterface/options.d.ts +21 -0
- package/dist/commonjs/api/securityPoliciesInterface/options.d.ts.map +1 -0
- package/dist/commonjs/api/securityPoliciesInterface/options.js +5 -0
- package/dist/commonjs/api/securityPoliciesInterface/options.js.map +1 -0
- package/dist/commonjs/api/serviceNetworkingManagementContext.js +2 -2
- package/dist/commonjs/api/serviceNetworkingManagementContext.js.map +1 -1
- package/dist/commonjs/api/trafficControllerInterface/index.d.ts +2 -29
- package/dist/commonjs/api/trafficControllerInterface/index.d.ts.map +1 -1
- package/dist/commonjs/api/trafficControllerInterface/index.js +8 -168
- package/dist/commonjs/api/trafficControllerInterface/index.js.map +1 -1
- package/dist/commonjs/api/trafficControllerInterface/operations.d.ts +36 -0
- package/dist/commonjs/api/trafficControllerInterface/operations.d.ts.map +1 -0
- package/dist/commonjs/api/trafficControllerInterface/operations.js +212 -0
- package/dist/commonjs/api/trafficControllerInterface/operations.js.map +1 -0
- package/dist/commonjs/api/trafficControllerInterface/options.d.ts +24 -0
- package/dist/commonjs/api/trafficControllerInterface/options.d.ts.map +1 -0
- package/dist/commonjs/api/trafficControllerInterface/options.js +5 -0
- package/dist/commonjs/api/trafficControllerInterface/options.js.map +1 -0
- package/dist/commonjs/classic/associationsInterface/index.d.ts +6 -1
- package/dist/commonjs/classic/associationsInterface/index.d.ts.map +1 -1
- package/dist/commonjs/classic/associationsInterface/index.js +6 -6
- package/dist/commonjs/classic/associationsInterface/index.js.map +1 -1
- package/dist/commonjs/classic/frontendsInterface/index.d.ts +6 -1
- package/dist/commonjs/classic/frontendsInterface/index.d.ts.map +1 -1
- package/dist/commonjs/classic/frontendsInterface/index.js +6 -6
- package/dist/commonjs/classic/frontendsInterface/index.js.map +1 -1
- package/dist/commonjs/classic/operations/index.d.ts +1 -1
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -1
- package/dist/commonjs/classic/operations/index.js +2 -2
- package/dist/commonjs/classic/operations/index.js.map +1 -1
- package/dist/commonjs/classic/securityPoliciesInterface/index.d.ts +6 -1
- package/dist/commonjs/classic/securityPoliciesInterface/index.d.ts.map +1 -1
- package/dist/commonjs/classic/securityPoliciesInterface/index.js +6 -6
- package/dist/commonjs/classic/securityPoliciesInterface/index.js.map +1 -1
- package/dist/commonjs/classic/trafficControllerInterface/index.d.ts +6 -1
- package/dist/commonjs/classic/trafficControllerInterface/index.d.ts.map +1 -1
- package/dist/commonjs/classic/trafficControllerInterface/index.js +7 -7
- package/dist/commonjs/classic/trafficControllerInterface/index.js.map +1 -1
- package/dist/commonjs/index.d.ts +7 -2
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +5 -4
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +1 -1
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +5 -4
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +309 -241
- package/dist/commonjs/models/models.d.ts.map +1 -1
- package/dist/commonjs/models/models.js +384 -279
- package/dist/commonjs/models/models.js.map +1 -1
- package/dist/commonjs/restorePollerHelpers.js +12 -12
- package/dist/commonjs/restorePollerHelpers.js.map +1 -1
- package/dist/commonjs/serviceNetworkingManagementClient.d.ts +1 -1
- package/dist/commonjs/serviceNetworkingManagementClient.d.ts.map +1 -1
- package/dist/commonjs/serviceNetworkingManagementClient.js +12 -12
- package/dist/commonjs/serviceNetworkingManagementClient.js.map +1 -1
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/esm/api/associationsInterface/index.d.ts +2 -25
- package/dist/esm/api/associationsInterface/index.d.ts.map +1 -1
- package/dist/esm/api/associationsInterface/index.js +1 -119
- package/dist/esm/api/associationsInterface/index.js.map +1 -1
- package/dist/esm/api/associationsInterface/operations.d.ts +32 -0
- package/dist/esm/api/associationsInterface/operations.d.ts.map +1 -0
- package/dist/esm/api/associationsInterface/operations.js +162 -0
- package/dist/esm/api/associationsInterface/operations.js.map +1 -0
- package/dist/esm/api/associationsInterface/options.d.ts +21 -0
- package/dist/esm/api/associationsInterface/options.d.ts.map +1 -0
- package/dist/esm/api/associationsInterface/options.js +4 -0
- package/dist/esm/api/associationsInterface/options.js.map +1 -0
- package/dist/esm/api/frontendsInterface/index.d.ts +2 -25
- package/dist/esm/api/frontendsInterface/index.d.ts.map +1 -1
- package/dist/esm/api/frontendsInterface/index.js +1 -119
- package/dist/esm/api/frontendsInterface/index.js.map +1 -1
- package/dist/esm/api/frontendsInterface/operations.d.ts +32 -0
- package/dist/esm/api/frontendsInterface/operations.d.ts.map +1 -0
- package/dist/esm/api/frontendsInterface/operations.js +162 -0
- package/dist/esm/api/frontendsInterface/operations.js.map +1 -0
- package/dist/esm/api/frontendsInterface/options.d.ts +21 -0
- package/dist/esm/api/frontendsInterface/options.d.ts.map +1 -0
- package/dist/esm/api/frontendsInterface/options.js +4 -0
- package/dist/esm/api/frontendsInterface/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +0 -6
- package/dist/esm/api/index.d.ts.map +1 -1
- package/dist/esm/api/index.js +0 -5
- package/dist/esm/api/index.js.map +1 -1
- package/dist/esm/api/operations/index.d.ts +2 -8
- package/dist/esm/api/operations/index.d.ts.map +1 -1
- package/dist/esm/api/operations/index.js +1 -20
- package/dist/esm/api/operations/index.js.map +1 -1
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.d.ts.map +1 -0
- package/dist/esm/api/operations/operations.js +29 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.d.ts.map +1 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/securityPoliciesInterface/index.d.ts +2 -25
- package/dist/esm/api/securityPoliciesInterface/index.d.ts.map +1 -1
- package/dist/esm/api/securityPoliciesInterface/index.js +1 -127
- package/dist/esm/api/securityPoliciesInterface/index.js.map +1 -1
- package/dist/esm/api/securityPoliciesInterface/operations.d.ts +32 -0
- package/dist/esm/api/securityPoliciesInterface/operations.d.ts.map +1 -0
- package/dist/esm/api/securityPoliciesInterface/operations.js +170 -0
- package/dist/esm/api/securityPoliciesInterface/operations.js.map +1 -0
- package/dist/esm/api/securityPoliciesInterface/options.d.ts +21 -0
- package/dist/esm/api/securityPoliciesInterface/options.d.ts.map +1 -0
- package/dist/esm/api/securityPoliciesInterface/options.js +4 -0
- package/dist/esm/api/securityPoliciesInterface/options.js.map +1 -0
- package/dist/esm/api/serviceNetworkingManagementContext.js +2 -2
- package/dist/esm/api/serviceNetworkingManagementContext.js.map +1 -1
- package/dist/esm/api/trafficControllerInterface/index.d.ts +2 -29
- package/dist/esm/api/trafficControllerInterface/index.d.ts.map +1 -1
- package/dist/esm/api/trafficControllerInterface/index.js +1 -150
- package/dist/esm/api/trafficControllerInterface/index.js.map +1 -1
- package/dist/esm/api/trafficControllerInterface/operations.d.ts +36 -0
- package/dist/esm/api/trafficControllerInterface/operations.d.ts.map +1 -0
- package/dist/esm/api/trafficControllerInterface/operations.js +192 -0
- package/dist/esm/api/trafficControllerInterface/operations.js.map +1 -0
- package/dist/esm/api/trafficControllerInterface/options.d.ts +24 -0
- package/dist/esm/api/trafficControllerInterface/options.d.ts.map +1 -0
- package/dist/esm/api/trafficControllerInterface/options.js +4 -0
- package/dist/esm/api/trafficControllerInterface/options.js.map +1 -0
- package/dist/esm/classic/associationsInterface/index.d.ts +6 -1
- package/dist/esm/classic/associationsInterface/index.d.ts.map +1 -1
- package/dist/esm/classic/associationsInterface/index.js +6 -6
- package/dist/esm/classic/associationsInterface/index.js.map +1 -1
- package/dist/esm/classic/frontendsInterface/index.d.ts +6 -1
- package/dist/esm/classic/frontendsInterface/index.d.ts.map +1 -1
- package/dist/esm/classic/frontendsInterface/index.js +6 -6
- package/dist/esm/classic/frontendsInterface/index.js.map +1 -1
- package/dist/esm/classic/operations/index.d.ts +1 -1
- package/dist/esm/classic/operations/index.d.ts.map +1 -1
- package/dist/esm/classic/operations/index.js +2 -2
- package/dist/esm/classic/operations/index.js.map +1 -1
- package/dist/esm/classic/securityPoliciesInterface/index.d.ts +6 -1
- package/dist/esm/classic/securityPoliciesInterface/index.d.ts.map +1 -1
- package/dist/esm/classic/securityPoliciesInterface/index.js +6 -6
- package/dist/esm/classic/securityPoliciesInterface/index.js.map +1 -1
- package/dist/esm/classic/trafficControllerInterface/index.d.ts +6 -1
- package/dist/esm/classic/trafficControllerInterface/index.d.ts.map +1 -1
- package/dist/esm/classic/trafficControllerInterface/index.js +7 -7
- package/dist/esm/classic/trafficControllerInterface/index.js.map +1 -1
- package/dist/esm/index.d.ts +7 -2
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +1 -1
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +309 -241
- package/dist/esm/models/models.d.ts.map +1 -1
- package/dist/esm/models/models.js +313 -217
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.js +12 -12
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/dist/esm/serviceNetworkingManagementClient.d.ts +1 -1
- package/dist/esm/serviceNetworkingManagementClient.d.ts.map +1 -1
- package/dist/esm/serviceNetworkingManagementClient.js +1 -1
- package/dist/esm/serviceNetworkingManagementClient.js.map +1 -1
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.js +169 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/associationsInterface/index.d.ts +2 -25
- package/dist/react-native/api/associationsInterface/index.d.ts.map +1 -1
- package/dist/react-native/api/associationsInterface/index.js +1 -119
- package/dist/react-native/api/associationsInterface/index.js.map +1 -1
- package/dist/react-native/api/associationsInterface/operations.d.ts +32 -0
- package/dist/react-native/api/associationsInterface/operations.d.ts.map +1 -0
- package/dist/react-native/api/associationsInterface/operations.js +162 -0
- package/dist/react-native/api/associationsInterface/operations.js.map +1 -0
- package/dist/react-native/api/associationsInterface/options.d.ts +21 -0
- package/dist/react-native/api/associationsInterface/options.d.ts.map +1 -0
- package/dist/react-native/api/associationsInterface/options.js +4 -0
- package/dist/react-native/api/associationsInterface/options.js.map +1 -0
- package/dist/react-native/api/frontendsInterface/index.d.ts +2 -25
- package/dist/react-native/api/frontendsInterface/index.d.ts.map +1 -1
- package/dist/react-native/api/frontendsInterface/index.js +1 -119
- package/dist/react-native/api/frontendsInterface/index.js.map +1 -1
- package/dist/react-native/api/frontendsInterface/operations.d.ts +32 -0
- package/dist/react-native/api/frontendsInterface/operations.d.ts.map +1 -0
- package/dist/react-native/api/frontendsInterface/operations.js +162 -0
- package/dist/react-native/api/frontendsInterface/operations.js.map +1 -0
- package/dist/react-native/api/frontendsInterface/options.d.ts +21 -0
- package/dist/react-native/api/frontendsInterface/options.d.ts.map +1 -0
- package/dist/react-native/api/frontendsInterface/options.js +4 -0
- package/dist/react-native/api/frontendsInterface/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +0 -6
- package/dist/react-native/api/index.d.ts.map +1 -1
- package/dist/react-native/api/index.js +0 -5
- package/dist/react-native/api/index.js.map +1 -1
- package/dist/react-native/api/operations/index.d.ts +2 -8
- package/dist/react-native/api/operations/index.d.ts.map +1 -1
- package/dist/react-native/api/operations/index.js +1 -20
- package/dist/react-native/api/operations/index.js.map +1 -1
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.d.ts.map +1 -0
- package/dist/react-native/api/operations/operations.js +29 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.d.ts.map +1 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/securityPoliciesInterface/index.d.ts +2 -25
- package/dist/react-native/api/securityPoliciesInterface/index.d.ts.map +1 -1
- package/dist/react-native/api/securityPoliciesInterface/index.js +1 -127
- package/dist/react-native/api/securityPoliciesInterface/index.js.map +1 -1
- package/dist/react-native/api/securityPoliciesInterface/operations.d.ts +32 -0
- package/dist/react-native/api/securityPoliciesInterface/operations.d.ts.map +1 -0
- package/dist/react-native/api/securityPoliciesInterface/operations.js +170 -0
- package/dist/react-native/api/securityPoliciesInterface/operations.js.map +1 -0
- package/dist/react-native/api/securityPoliciesInterface/options.d.ts +21 -0
- package/dist/react-native/api/securityPoliciesInterface/options.d.ts.map +1 -0
- package/dist/react-native/api/securityPoliciesInterface/options.js +4 -0
- package/dist/react-native/api/securityPoliciesInterface/options.js.map +1 -0
- package/dist/react-native/api/serviceNetworkingManagementContext.js +2 -2
- package/dist/react-native/api/serviceNetworkingManagementContext.js.map +1 -1
- package/dist/react-native/api/trafficControllerInterface/index.d.ts +2 -29
- package/dist/react-native/api/trafficControllerInterface/index.d.ts.map +1 -1
- package/dist/react-native/api/trafficControllerInterface/index.js +1 -150
- package/dist/react-native/api/trafficControllerInterface/index.js.map +1 -1
- package/dist/react-native/api/trafficControllerInterface/operations.d.ts +36 -0
- package/dist/react-native/api/trafficControllerInterface/operations.d.ts.map +1 -0
- package/dist/react-native/api/trafficControllerInterface/operations.js +192 -0
- package/dist/react-native/api/trafficControllerInterface/operations.js.map +1 -0
- package/dist/react-native/api/trafficControllerInterface/options.d.ts +24 -0
- package/dist/react-native/api/trafficControllerInterface/options.d.ts.map +1 -0
- package/dist/react-native/api/trafficControllerInterface/options.js +4 -0
- package/dist/react-native/api/trafficControllerInterface/options.js.map +1 -0
- package/dist/react-native/classic/associationsInterface/index.d.ts +6 -1
- package/dist/react-native/classic/associationsInterface/index.d.ts.map +1 -1
- package/dist/react-native/classic/associationsInterface/index.js +6 -6
- package/dist/react-native/classic/associationsInterface/index.js.map +1 -1
- package/dist/react-native/classic/frontendsInterface/index.d.ts +6 -1
- package/dist/react-native/classic/frontendsInterface/index.d.ts.map +1 -1
- package/dist/react-native/classic/frontendsInterface/index.js +6 -6
- package/dist/react-native/classic/frontendsInterface/index.js.map +1 -1
- package/dist/react-native/classic/operations/index.d.ts +1 -1
- package/dist/react-native/classic/operations/index.d.ts.map +1 -1
- package/dist/react-native/classic/operations/index.js +2 -2
- package/dist/react-native/classic/operations/index.js.map +1 -1
- package/dist/react-native/classic/securityPoliciesInterface/index.d.ts +6 -1
- package/dist/react-native/classic/securityPoliciesInterface/index.d.ts.map +1 -1
- package/dist/react-native/classic/securityPoliciesInterface/index.js +6 -6
- package/dist/react-native/classic/securityPoliciesInterface/index.js.map +1 -1
- package/dist/react-native/classic/trafficControllerInterface/index.d.ts +6 -1
- package/dist/react-native/classic/trafficControllerInterface/index.d.ts.map +1 -1
- package/dist/react-native/classic/trafficControllerInterface/index.js +7 -7
- package/dist/react-native/classic/trafficControllerInterface/index.js.map +1 -1
- package/dist/react-native/index.d.ts +7 -2
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1 -1
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +309 -241
- package/dist/react-native/models/models.d.ts.map +1 -1
- package/dist/react-native/models/models.js +313 -217
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/restorePollerHelpers.js +12 -12
- package/dist/react-native/restorePollerHelpers.js.map +1 -1
- package/dist/react-native/serviceNetworkingManagementClient.d.ts +1 -1
- package/dist/react-native/serviceNetworkingManagementClient.d.ts.map +1 -1
- package/dist/react-native/serviceNetworkingManagementClient.js +1 -1
- package/dist/react-native/serviceNetworkingManagementClient.js.map +1 -1
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.js +169 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +125 -11
- package/review/arm-servicenetworking-api-associationsInterface.api.md +51 -0
- package/review/arm-servicenetworking-api-frontendsInterface.api.md +51 -0
- package/review/arm-servicenetworking-api-operations.api.md +19 -0
- package/review/arm-servicenetworking-api-securityPoliciesInterface.api.md +51 -0
- package/review/arm-servicenetworking-api-trafficControllerInterface.api.md +58 -0
- package/review/arm-servicenetworking-api.api.md +27 -0
- package/review/arm-servicenetworking-models.api.md +41 -1
- package/review/arm-servicenetworking.api.md +41 -1
- package/dist/browser/api/options.d.ts +0 -84
- package/dist/browser/api/options.d.ts.map +0 -1
- package/dist/browser/api/options.js.map +0 -1
- package/dist/commonjs/api/options.d.ts +0 -84
- package/dist/commonjs/api/options.d.ts.map +0 -1
- package/dist/commonjs/api/options.js.map +0 -1
- package/dist/esm/api/options.d.ts +0 -84
- package/dist/esm/api/options.d.ts.map +0 -1
- package/dist/esm/api/options.js.map +0 -1
- package/dist/react-native/api/options.d.ts +0 -84
- package/dist/react-native/api/options.d.ts.map +0 -1
- package/dist/react-native/api/options.js.map +0 -1
- /package/dist/browser/api/{options.js → associationsInterface/options.js} +0 -0
- /package/dist/{esm/api → browser/api/frontendsInterface}/options.js +0 -0
- /package/dist/{react-native/api → browser/api/operations}/options.js +0 -0
- /package/dist/commonjs/api/{options.js → associationsInterface/options.js} +0 -0
|
@@ -2,112 +2,198 @@
|
|
|
2
2
|
// Copyright (c) Microsoft Corporation.
|
|
3
3
|
// Licensed under the MIT License.
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.KnownVersions = exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
5
|
+
exports.KnownVersions = exports.KnownActionType = exports.KnownOrigin = exports.KnownIpAccessRuleAction = exports.KnownPolicyType = exports.KnownCreatedByType = exports.KnownProvisioningState = exports.KnownAssociationType = void 0;
|
|
6
|
+
exports.associationSerializer = associationSerializer;
|
|
7
|
+
exports.associationDeserializer = associationDeserializer;
|
|
8
|
+
exports.associationPropertiesSerializer = associationPropertiesSerializer;
|
|
9
|
+
exports.associationPropertiesDeserializer = associationPropertiesDeserializer;
|
|
10
|
+
exports.associationSubnetSerializer = associationSubnetSerializer;
|
|
11
|
+
exports.associationSubnetDeserializer = associationSubnetDeserializer;
|
|
12
|
+
exports.trackedResourceSerializer = trackedResourceSerializer;
|
|
13
|
+
exports.trackedResourceDeserializer = trackedResourceDeserializer;
|
|
14
|
+
exports.resourceSerializer = resourceSerializer;
|
|
15
|
+
exports.resourceDeserializer = resourceDeserializer;
|
|
16
|
+
exports.systemDataDeserializer = systemDataDeserializer;
|
|
10
17
|
exports.errorResponseDeserializer = errorResponseDeserializer;
|
|
11
18
|
exports.errorDetailDeserializer = errorDetailDeserializer;
|
|
12
19
|
exports.errorDetailArrayDeserializer = errorDetailArrayDeserializer;
|
|
13
20
|
exports.errorAdditionalInfoArrayDeserializer = errorAdditionalInfoArrayDeserializer;
|
|
14
21
|
exports.errorAdditionalInfoDeserializer = errorAdditionalInfoDeserializer;
|
|
15
22
|
exports._errorAdditionalInfoInfoDeserializer = _errorAdditionalInfoInfoDeserializer;
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
23
|
+
exports.associationUpdateSerializer = associationUpdateSerializer;
|
|
24
|
+
exports.associationUpdatePropertiesSerializer = associationUpdatePropertiesSerializer;
|
|
25
|
+
exports.associationSubnetUpdateSerializer = associationSubnetUpdateSerializer;
|
|
26
|
+
exports._associationListResultDeserializer = _associationListResultDeserializer;
|
|
27
|
+
exports.associationArraySerializer = associationArraySerializer;
|
|
28
|
+
exports.associationArrayDeserializer = associationArrayDeserializer;
|
|
29
|
+
exports.frontendSerializer = frontendSerializer;
|
|
30
|
+
exports.frontendDeserializer = frontendDeserializer;
|
|
31
|
+
exports.frontendPropertiesSerializer = frontendPropertiesSerializer;
|
|
32
|
+
exports.frontendPropertiesDeserializer = frontendPropertiesDeserializer;
|
|
22
33
|
exports.securityPolicyConfigurationsSerializer = securityPolicyConfigurationsSerializer;
|
|
23
34
|
exports.securityPolicyConfigurationsDeserializer = securityPolicyConfigurationsDeserializer;
|
|
24
35
|
exports.wafSecurityPolicySerializer = wafSecurityPolicySerializer;
|
|
25
36
|
exports.wafSecurityPolicyDeserializer = wafSecurityPolicyDeserializer;
|
|
26
|
-
exports.
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
29
|
-
exports.
|
|
30
|
-
exports.
|
|
31
|
-
exports.
|
|
32
|
-
exports.
|
|
33
|
-
exports._trafficControllerListResultDeserializer = _trafficControllerListResultDeserializer;
|
|
34
|
-
exports.trafficControllerArraySerializer = trafficControllerArraySerializer;
|
|
35
|
-
exports.trafficControllerArrayDeserializer = trafficControllerArrayDeserializer;
|
|
37
|
+
exports.ipAccessRulesSecurityPolicySerializer = ipAccessRulesSecurityPolicySerializer;
|
|
38
|
+
exports.ipAccessRulesSecurityPolicyDeserializer = ipAccessRulesSecurityPolicyDeserializer;
|
|
39
|
+
exports.frontendUpdateSerializer = frontendUpdateSerializer;
|
|
40
|
+
exports.frontendUpdatePropertiesSerializer = frontendUpdatePropertiesSerializer;
|
|
41
|
+
exports._frontendListResultDeserializer = _frontendListResultDeserializer;
|
|
42
|
+
exports.frontendArraySerializer = frontendArraySerializer;
|
|
43
|
+
exports.frontendArrayDeserializer = frontendArrayDeserializer;
|
|
36
44
|
exports.securityPolicySerializer = securityPolicySerializer;
|
|
37
45
|
exports.securityPolicyDeserializer = securityPolicyDeserializer;
|
|
38
46
|
exports.securityPolicyPropertiesSerializer = securityPolicyPropertiesSerializer;
|
|
39
47
|
exports.securityPolicyPropertiesDeserializer = securityPolicyPropertiesDeserializer;
|
|
40
48
|
exports.wafPolicySerializer = wafPolicySerializer;
|
|
41
49
|
exports.wafPolicyDeserializer = wafPolicyDeserializer;
|
|
50
|
+
exports.ipAccessRulesPolicySerializer = ipAccessRulesPolicySerializer;
|
|
51
|
+
exports.ipAccessRulesPolicyDeserializer = ipAccessRulesPolicyDeserializer;
|
|
52
|
+
exports.ipAccessRuleArraySerializer = ipAccessRuleArraySerializer;
|
|
53
|
+
exports.ipAccessRuleArrayDeserializer = ipAccessRuleArrayDeserializer;
|
|
54
|
+
exports.ipAccessRuleSerializer = ipAccessRuleSerializer;
|
|
55
|
+
exports.ipAccessRuleDeserializer = ipAccessRuleDeserializer;
|
|
42
56
|
exports.securityPolicyUpdateSerializer = securityPolicyUpdateSerializer;
|
|
43
57
|
exports.securityPolicyUpdatePropertiesSerializer = securityPolicyUpdatePropertiesSerializer;
|
|
44
58
|
exports._securityPolicyListResultDeserializer = _securityPolicyListResultDeserializer;
|
|
45
59
|
exports.securityPolicyArraySerializer = securityPolicyArraySerializer;
|
|
46
60
|
exports.securityPolicyArrayDeserializer = securityPolicyArrayDeserializer;
|
|
47
|
-
exports.
|
|
48
|
-
exports.
|
|
49
|
-
exports.
|
|
50
|
-
exports.
|
|
51
|
-
exports.
|
|
52
|
-
exports.
|
|
53
|
-
exports.
|
|
54
|
-
exports.
|
|
55
|
-
exports.
|
|
56
|
-
exports.
|
|
57
|
-
exports.
|
|
58
|
-
exports.
|
|
59
|
-
exports.
|
|
60
|
-
exports.
|
|
61
|
-
exports.
|
|
62
|
-
|
|
63
|
-
exports.associationSubnetUpdateSerializer = associationSubnetUpdateSerializer;
|
|
64
|
-
exports._associationListResultDeserializer = _associationListResultDeserializer;
|
|
65
|
-
exports.associationArraySerializer = associationArraySerializer;
|
|
66
|
-
exports.associationArrayDeserializer = associationArrayDeserializer;
|
|
67
|
-
function _operationListResultDeserializer(item) {
|
|
61
|
+
exports.trafficControllerSerializer = trafficControllerSerializer;
|
|
62
|
+
exports.trafficControllerDeserializer = trafficControllerDeserializer;
|
|
63
|
+
exports.trafficControllerPropertiesSerializer = trafficControllerPropertiesSerializer;
|
|
64
|
+
exports.trafficControllerPropertiesDeserializer = trafficControllerPropertiesDeserializer;
|
|
65
|
+
exports.resourceIdArrayDeserializer = resourceIdArrayDeserializer;
|
|
66
|
+
exports.resourceIdDeserializer = resourceIdDeserializer;
|
|
67
|
+
exports.trafficControllerUpdateSerializer = trafficControllerUpdateSerializer;
|
|
68
|
+
exports.trafficControllerUpdatePropertiesSerializer = trafficControllerUpdatePropertiesSerializer;
|
|
69
|
+
exports._trafficControllerListResultDeserializer = _trafficControllerListResultDeserializer;
|
|
70
|
+
exports.trafficControllerArraySerializer = trafficControllerArraySerializer;
|
|
71
|
+
exports.trafficControllerArrayDeserializer = trafficControllerArrayDeserializer;
|
|
72
|
+
exports._operationListResultDeserializer = _operationListResultDeserializer;
|
|
73
|
+
exports.operationArrayDeserializer = operationArrayDeserializer;
|
|
74
|
+
exports.operationDeserializer = operationDeserializer;
|
|
75
|
+
exports.operationDisplayDeserializer = operationDisplayDeserializer;
|
|
76
|
+
function associationSerializer(item) {
|
|
68
77
|
return {
|
|
69
|
-
|
|
70
|
-
|
|
78
|
+
tags: item["tags"],
|
|
79
|
+
location: item["location"],
|
|
80
|
+
properties: !item["properties"]
|
|
81
|
+
? item["properties"]
|
|
82
|
+
: associationPropertiesSerializer(item["properties"]),
|
|
71
83
|
};
|
|
72
84
|
}
|
|
73
|
-
function
|
|
74
|
-
return
|
|
75
|
-
|
|
76
|
-
|
|
85
|
+
function associationDeserializer(item) {
|
|
86
|
+
return {
|
|
87
|
+
tags: item["tags"],
|
|
88
|
+
location: item["location"],
|
|
89
|
+
id: item["id"],
|
|
90
|
+
name: item["name"],
|
|
91
|
+
type: item["type"],
|
|
92
|
+
systemData: !item["systemData"]
|
|
93
|
+
? item["systemData"]
|
|
94
|
+
: systemDataDeserializer(item["systemData"]),
|
|
95
|
+
properties: !item["properties"]
|
|
96
|
+
? item["properties"]
|
|
97
|
+
: associationPropertiesDeserializer(item["properties"]),
|
|
98
|
+
};
|
|
77
99
|
}
|
|
78
|
-
function
|
|
100
|
+
function associationPropertiesSerializer(item) {
|
|
79
101
|
return {
|
|
102
|
+
associationType: item["associationType"],
|
|
103
|
+
subnet: !item["subnet"] ? item["subnet"] : associationSubnetSerializer(item["subnet"]),
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
function associationPropertiesDeserializer(item) {
|
|
107
|
+
return {
|
|
108
|
+
associationType: item["associationType"],
|
|
109
|
+
subnet: !item["subnet"] ? item["subnet"] : associationSubnetDeserializer(item["subnet"]),
|
|
110
|
+
provisioningState: item["provisioningState"],
|
|
111
|
+
};
|
|
112
|
+
}
|
|
113
|
+
/** Association Type Enum */
|
|
114
|
+
var KnownAssociationType;
|
|
115
|
+
(function (KnownAssociationType) {
|
|
116
|
+
/** Association of Type Subnet */
|
|
117
|
+
KnownAssociationType["Subnets"] = "subnets";
|
|
118
|
+
})(KnownAssociationType || (exports.KnownAssociationType = KnownAssociationType = {}));
|
|
119
|
+
function associationSubnetSerializer(item) {
|
|
120
|
+
return { id: item["id"] };
|
|
121
|
+
}
|
|
122
|
+
function associationSubnetDeserializer(item) {
|
|
123
|
+
return {
|
|
124
|
+
id: item["id"],
|
|
125
|
+
};
|
|
126
|
+
}
|
|
127
|
+
/** Resource Provisioning State Enum */
|
|
128
|
+
var KnownProvisioningState;
|
|
129
|
+
(function (KnownProvisioningState) {
|
|
130
|
+
/** Resource in Provisioning State */
|
|
131
|
+
KnownProvisioningState["Provisioning"] = "Provisioning";
|
|
132
|
+
/** Resource in Updating State */
|
|
133
|
+
KnownProvisioningState["Updating"] = "Updating";
|
|
134
|
+
/** Resource in Deleting State */
|
|
135
|
+
KnownProvisioningState["Deleting"] = "Deleting";
|
|
136
|
+
/** Resource in Accepted State */
|
|
137
|
+
KnownProvisioningState["Accepted"] = "Accepted";
|
|
138
|
+
/** Resource in Succeeded State */
|
|
139
|
+
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
140
|
+
/** Resource in Failed State */
|
|
141
|
+
KnownProvisioningState["Failed"] = "Failed";
|
|
142
|
+
/** Resource in Canceled State */
|
|
143
|
+
KnownProvisioningState["Canceled"] = "Canceled";
|
|
144
|
+
})(KnownProvisioningState || (exports.KnownProvisioningState = KnownProvisioningState = {}));
|
|
145
|
+
function trackedResourceSerializer(item) {
|
|
146
|
+
return { tags: item["tags"], location: item["location"] };
|
|
147
|
+
}
|
|
148
|
+
function trackedResourceDeserializer(item) {
|
|
149
|
+
return {
|
|
150
|
+
id: item["id"],
|
|
80
151
|
name: item["name"],
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
152
|
+
type: item["type"],
|
|
153
|
+
systemData: !item["systemData"]
|
|
154
|
+
? item["systemData"]
|
|
155
|
+
: systemDataDeserializer(item["systemData"]),
|
|
156
|
+
tags: item["tags"],
|
|
157
|
+
location: item["location"],
|
|
85
158
|
};
|
|
86
159
|
}
|
|
87
|
-
function
|
|
160
|
+
function resourceSerializer(item) {
|
|
161
|
+
return item;
|
|
162
|
+
}
|
|
163
|
+
function resourceDeserializer(item) {
|
|
88
164
|
return {
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
165
|
+
id: item["id"],
|
|
166
|
+
name: item["name"],
|
|
167
|
+
type: item["type"],
|
|
168
|
+
systemData: !item["systemData"]
|
|
169
|
+
? item["systemData"]
|
|
170
|
+
: systemDataDeserializer(item["systemData"]),
|
|
93
171
|
};
|
|
94
172
|
}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
173
|
+
function systemDataDeserializer(item) {
|
|
174
|
+
return {
|
|
175
|
+
createdBy: item["createdBy"],
|
|
176
|
+
createdByType: item["createdByType"],
|
|
177
|
+
createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
|
|
178
|
+
lastModifiedBy: item["lastModifiedBy"],
|
|
179
|
+
lastModifiedByType: item["lastModifiedByType"],
|
|
180
|
+
lastModifiedAt: !item["lastModifiedAt"]
|
|
181
|
+
? item["lastModifiedAt"]
|
|
182
|
+
: new Date(item["lastModifiedAt"]),
|
|
183
|
+
};
|
|
184
|
+
}
|
|
185
|
+
/** The kind of entity that created the resource. */
|
|
186
|
+
var KnownCreatedByType;
|
|
187
|
+
(function (KnownCreatedByType) {
|
|
188
|
+
/** The entity was created by a user. */
|
|
189
|
+
KnownCreatedByType["User"] = "User";
|
|
190
|
+
/** The entity was created by an application. */
|
|
191
|
+
KnownCreatedByType["Application"] = "Application";
|
|
192
|
+
/** The entity was created by a managed identity. */
|
|
193
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
194
|
+
/** The entity was created by a key. */
|
|
195
|
+
KnownCreatedByType["Key"] = "Key";
|
|
196
|
+
})(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
|
|
111
197
|
function errorResponseDeserializer(item) {
|
|
112
198
|
return {
|
|
113
199
|
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
@@ -143,16 +229,49 @@ function errorAdditionalInfoDeserializer(item) {
|
|
|
143
229
|
function _errorAdditionalInfoInfoDeserializer(item) {
|
|
144
230
|
return item;
|
|
145
231
|
}
|
|
146
|
-
function
|
|
232
|
+
function associationUpdateSerializer(item) {
|
|
233
|
+
return {
|
|
234
|
+
tags: item["tags"],
|
|
235
|
+
properties: !item["properties"]
|
|
236
|
+
? item["properties"]
|
|
237
|
+
: associationUpdatePropertiesSerializer(item["properties"]),
|
|
238
|
+
};
|
|
239
|
+
}
|
|
240
|
+
function associationUpdatePropertiesSerializer(item) {
|
|
241
|
+
return {
|
|
242
|
+
associationType: item["associationType"],
|
|
243
|
+
subnet: !item["subnet"] ? item["subnet"] : associationSubnetUpdateSerializer(item["subnet"]),
|
|
244
|
+
};
|
|
245
|
+
}
|
|
246
|
+
function associationSubnetUpdateSerializer(item) {
|
|
247
|
+
return { id: item["id"] };
|
|
248
|
+
}
|
|
249
|
+
function _associationListResultDeserializer(item) {
|
|
250
|
+
return {
|
|
251
|
+
value: associationArrayDeserializer(item["value"]),
|
|
252
|
+
nextLink: item["nextLink"],
|
|
253
|
+
};
|
|
254
|
+
}
|
|
255
|
+
function associationArraySerializer(result) {
|
|
256
|
+
return result.map((item) => {
|
|
257
|
+
return associationSerializer(item);
|
|
258
|
+
});
|
|
259
|
+
}
|
|
260
|
+
function associationArrayDeserializer(result) {
|
|
261
|
+
return result.map((item) => {
|
|
262
|
+
return associationDeserializer(item);
|
|
263
|
+
});
|
|
264
|
+
}
|
|
265
|
+
function frontendSerializer(item) {
|
|
147
266
|
return {
|
|
148
267
|
tags: item["tags"],
|
|
149
268
|
location: item["location"],
|
|
150
269
|
properties: !item["properties"]
|
|
151
270
|
? item["properties"]
|
|
152
|
-
:
|
|
271
|
+
: frontendPropertiesSerializer(item["properties"]),
|
|
153
272
|
};
|
|
154
273
|
}
|
|
155
|
-
function
|
|
274
|
+
function frontendDeserializer(item) {
|
|
156
275
|
return {
|
|
157
276
|
tags: item["tags"],
|
|
158
277
|
location: item["location"],
|
|
@@ -164,169 +283,90 @@ function trafficControllerDeserializer(item) {
|
|
|
164
283
|
: systemDataDeserializer(item["systemData"]),
|
|
165
284
|
properties: !item["properties"]
|
|
166
285
|
? item["properties"]
|
|
167
|
-
:
|
|
286
|
+
: frontendPropertiesDeserializer(item["properties"]),
|
|
168
287
|
};
|
|
169
288
|
}
|
|
170
|
-
function
|
|
289
|
+
function frontendPropertiesSerializer(item) {
|
|
171
290
|
return {
|
|
172
291
|
securityPolicyConfigurations: !item["securityPolicyConfigurations"]
|
|
173
292
|
? item["securityPolicyConfigurations"]
|
|
174
293
|
: securityPolicyConfigurationsSerializer(item["securityPolicyConfigurations"]),
|
|
175
294
|
};
|
|
176
295
|
}
|
|
177
|
-
function
|
|
178
|
-
return {
|
|
179
|
-
configurationEndpoints: !item["configurationEndpoints"]
|
|
180
|
-
? item["configurationEndpoints"]
|
|
181
|
-
: item["configurationEndpoints"].map((p) => {
|
|
182
|
-
return p;
|
|
183
|
-
}),
|
|
184
|
-
frontends: !item["frontends"]
|
|
185
|
-
? item["frontends"]
|
|
186
|
-
: resourceIdArrayDeserializer(item["frontends"]),
|
|
187
|
-
associations: !item["associations"]
|
|
188
|
-
? item["associations"]
|
|
189
|
-
: resourceIdArrayDeserializer(item["associations"]),
|
|
190
|
-
securityPolicies: !item["securityPolicies"]
|
|
191
|
-
? item["securityPolicies"]
|
|
192
|
-
: resourceIdArrayDeserializer(item["securityPolicies"]),
|
|
193
|
-
securityPolicyConfigurations: !item["securityPolicyConfigurations"]
|
|
194
|
-
? item["securityPolicyConfigurations"]
|
|
195
|
-
: securityPolicyConfigurationsDeserializer(item["securityPolicyConfigurations"]),
|
|
196
|
-
provisioningState: item["provisioningState"],
|
|
197
|
-
};
|
|
198
|
-
}
|
|
199
|
-
function resourceIdArrayDeserializer(result) {
|
|
200
|
-
return result.map((item) => {
|
|
201
|
-
return resourceIdDeserializer(item);
|
|
202
|
-
});
|
|
203
|
-
}
|
|
204
|
-
function resourceIdDeserializer(item) {
|
|
205
|
-
return {
|
|
206
|
-
id: item["id"],
|
|
207
|
-
};
|
|
208
|
-
}
|
|
209
|
-
function securityPolicyConfigurationsSerializer(item) {
|
|
210
|
-
return {
|
|
211
|
-
wafSecurityPolicy: !item["wafSecurityPolicy"]
|
|
212
|
-
? item["wafSecurityPolicy"]
|
|
213
|
-
: wafSecurityPolicySerializer(item["wafSecurityPolicy"]),
|
|
214
|
-
};
|
|
215
|
-
}
|
|
216
|
-
function securityPolicyConfigurationsDeserializer(item) {
|
|
217
|
-
return {
|
|
218
|
-
wafSecurityPolicy: !item["wafSecurityPolicy"]
|
|
219
|
-
? item["wafSecurityPolicy"]
|
|
220
|
-
: wafSecurityPolicyDeserializer(item["wafSecurityPolicy"]),
|
|
221
|
-
};
|
|
222
|
-
}
|
|
223
|
-
function wafSecurityPolicySerializer(item) {
|
|
224
|
-
return { id: item["id"] };
|
|
225
|
-
}
|
|
226
|
-
function wafSecurityPolicyDeserializer(item) {
|
|
296
|
+
function frontendPropertiesDeserializer(item) {
|
|
227
297
|
return {
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
/** Resource in Provisioning State */
|
|
235
|
-
KnownProvisioningState["Provisioning"] = "Provisioning";
|
|
236
|
-
/** Resource in Updating State */
|
|
237
|
-
KnownProvisioningState["Updating"] = "Updating";
|
|
238
|
-
/** Resource in Deleting State */
|
|
239
|
-
KnownProvisioningState["Deleting"] = "Deleting";
|
|
240
|
-
/** Resource in Accepted State */
|
|
241
|
-
KnownProvisioningState["Accepted"] = "Accepted";
|
|
242
|
-
/** Resource in Succeeded State */
|
|
243
|
-
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
244
|
-
/** Resource in Failed State */
|
|
245
|
-
KnownProvisioningState["Failed"] = "Failed";
|
|
246
|
-
/** Resource in Canceled State */
|
|
247
|
-
KnownProvisioningState["Canceled"] = "Canceled";
|
|
248
|
-
})(KnownProvisioningState || (exports.KnownProvisioningState = KnownProvisioningState = {}));
|
|
249
|
-
function trackedResourceSerializer(item) {
|
|
250
|
-
return { tags: item["tags"], location: item["location"] };
|
|
298
|
+
fqdn: item["fqdn"],
|
|
299
|
+
securityPolicyConfigurations: !item["securityPolicyConfigurations"]
|
|
300
|
+
? item["securityPolicyConfigurations"]
|
|
301
|
+
: securityPolicyConfigurationsDeserializer(item["securityPolicyConfigurations"]),
|
|
302
|
+
provisioningState: item["provisioningState"],
|
|
303
|
+
};
|
|
251
304
|
}
|
|
252
|
-
function
|
|
305
|
+
function securityPolicyConfigurationsSerializer(item) {
|
|
253
306
|
return {
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
? item["
|
|
259
|
-
:
|
|
260
|
-
tags: item["tags"],
|
|
261
|
-
location: item["location"],
|
|
307
|
+
wafSecurityPolicy: !item["wafSecurityPolicy"]
|
|
308
|
+
? item["wafSecurityPolicy"]
|
|
309
|
+
: wafSecurityPolicySerializer(item["wafSecurityPolicy"]),
|
|
310
|
+
ipAccessRulesSecurityPolicy: !item["ipAccessRulesSecurityPolicy"]
|
|
311
|
+
? item["ipAccessRulesSecurityPolicy"]
|
|
312
|
+
: ipAccessRulesSecurityPolicySerializer(item["ipAccessRulesSecurityPolicy"]),
|
|
262
313
|
};
|
|
263
314
|
}
|
|
264
|
-
function
|
|
265
|
-
return
|
|
315
|
+
function securityPolicyConfigurationsDeserializer(item) {
|
|
316
|
+
return {
|
|
317
|
+
wafSecurityPolicy: !item["wafSecurityPolicy"]
|
|
318
|
+
? item["wafSecurityPolicy"]
|
|
319
|
+
: wafSecurityPolicyDeserializer(item["wafSecurityPolicy"]),
|
|
320
|
+
ipAccessRulesSecurityPolicy: !item["ipAccessRulesSecurityPolicy"]
|
|
321
|
+
? item["ipAccessRulesSecurityPolicy"]
|
|
322
|
+
: ipAccessRulesSecurityPolicyDeserializer(item["ipAccessRulesSecurityPolicy"]),
|
|
323
|
+
};
|
|
266
324
|
}
|
|
267
|
-
function
|
|
325
|
+
function wafSecurityPolicySerializer(item) {
|
|
326
|
+
return { id: item["id"] };
|
|
327
|
+
}
|
|
328
|
+
function wafSecurityPolicyDeserializer(item) {
|
|
268
329
|
return {
|
|
269
330
|
id: item["id"],
|
|
270
|
-
name: item["name"],
|
|
271
|
-
type: item["type"],
|
|
272
|
-
systemData: !item["systemData"]
|
|
273
|
-
? item["systemData"]
|
|
274
|
-
: systemDataDeserializer(item["systemData"]),
|
|
275
331
|
};
|
|
276
332
|
}
|
|
277
|
-
function
|
|
333
|
+
function ipAccessRulesSecurityPolicySerializer(item) {
|
|
334
|
+
return { id: item["id"] };
|
|
335
|
+
}
|
|
336
|
+
function ipAccessRulesSecurityPolicyDeserializer(item) {
|
|
278
337
|
return {
|
|
279
|
-
|
|
280
|
-
createdByType: item["createdByType"],
|
|
281
|
-
createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
|
|
282
|
-
lastModifiedBy: item["lastModifiedBy"],
|
|
283
|
-
lastModifiedByType: item["lastModifiedByType"],
|
|
284
|
-
lastModifiedAt: !item["lastModifiedAt"]
|
|
285
|
-
? item["lastModifiedAt"]
|
|
286
|
-
: new Date(item["lastModifiedAt"]),
|
|
338
|
+
id: item["id"],
|
|
287
339
|
};
|
|
288
340
|
}
|
|
289
|
-
|
|
290
|
-
var KnownCreatedByType;
|
|
291
|
-
(function (KnownCreatedByType) {
|
|
292
|
-
/** The entity was created by a user. */
|
|
293
|
-
KnownCreatedByType["User"] = "User";
|
|
294
|
-
/** The entity was created by an application. */
|
|
295
|
-
KnownCreatedByType["Application"] = "Application";
|
|
296
|
-
/** The entity was created by a managed identity. */
|
|
297
|
-
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
298
|
-
/** The entity was created by a key. */
|
|
299
|
-
KnownCreatedByType["Key"] = "Key";
|
|
300
|
-
})(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
|
|
301
|
-
function trafficControllerUpdateSerializer(item) {
|
|
341
|
+
function frontendUpdateSerializer(item) {
|
|
302
342
|
return {
|
|
303
343
|
tags: item["tags"],
|
|
304
344
|
properties: !item["properties"]
|
|
305
345
|
? item["properties"]
|
|
306
|
-
:
|
|
346
|
+
: frontendUpdatePropertiesSerializer(item["properties"]),
|
|
307
347
|
};
|
|
308
348
|
}
|
|
309
|
-
function
|
|
349
|
+
function frontendUpdatePropertiesSerializer(item) {
|
|
310
350
|
return {
|
|
311
351
|
securityPolicyConfigurations: !item["securityPolicyConfigurations"]
|
|
312
352
|
? item["securityPolicyConfigurations"]
|
|
313
353
|
: securityPolicyConfigurationsSerializer(item["securityPolicyConfigurations"]),
|
|
314
354
|
};
|
|
315
355
|
}
|
|
316
|
-
function
|
|
356
|
+
function _frontendListResultDeserializer(item) {
|
|
317
357
|
return {
|
|
318
|
-
value:
|
|
358
|
+
value: frontendArrayDeserializer(item["value"]),
|
|
319
359
|
nextLink: item["nextLink"],
|
|
320
360
|
};
|
|
321
361
|
}
|
|
322
|
-
function
|
|
362
|
+
function frontendArraySerializer(result) {
|
|
323
363
|
return result.map((item) => {
|
|
324
|
-
return
|
|
364
|
+
return frontendSerializer(item);
|
|
325
365
|
});
|
|
326
366
|
}
|
|
327
|
-
function
|
|
367
|
+
function frontendArrayDeserializer(result) {
|
|
328
368
|
return result.map((item) => {
|
|
329
|
-
return
|
|
369
|
+
return frontendDeserializer(item);
|
|
330
370
|
});
|
|
331
371
|
}
|
|
332
372
|
function securityPolicySerializer(item) {
|
|
@@ -356,12 +396,18 @@ function securityPolicyDeserializer(item) {
|
|
|
356
396
|
function securityPolicyPropertiesSerializer(item) {
|
|
357
397
|
return {
|
|
358
398
|
wafPolicy: !item["wafPolicy"] ? item["wafPolicy"] : wafPolicySerializer(item["wafPolicy"]),
|
|
399
|
+
ipAccessRulesPolicy: !item["ipAccessRulesPolicy"]
|
|
400
|
+
? item["ipAccessRulesPolicy"]
|
|
401
|
+
: ipAccessRulesPolicySerializer(item["ipAccessRulesPolicy"]),
|
|
359
402
|
};
|
|
360
403
|
}
|
|
361
404
|
function securityPolicyPropertiesDeserializer(item) {
|
|
362
405
|
return {
|
|
363
406
|
policyType: item["policyType"],
|
|
364
407
|
wafPolicy: !item["wafPolicy"] ? item["wafPolicy"] : wafPolicyDeserializer(item["wafPolicy"]),
|
|
408
|
+
ipAccessRulesPolicy: !item["ipAccessRulesPolicy"]
|
|
409
|
+
? item["ipAccessRulesPolicy"]
|
|
410
|
+
: ipAccessRulesPolicyDeserializer(item["ipAccessRulesPolicy"]),
|
|
365
411
|
provisioningState: item["provisioningState"],
|
|
366
412
|
};
|
|
367
413
|
}
|
|
@@ -370,6 +416,8 @@ var KnownPolicyType;
|
|
|
370
416
|
(function (KnownPolicyType) {
|
|
371
417
|
/** Policy of Type WAF */
|
|
372
418
|
KnownPolicyType["WAF"] = "waf";
|
|
419
|
+
/** Policy of Type IpAccessRules */
|
|
420
|
+
KnownPolicyType["IpAccessRules"] = "ipAccessRules";
|
|
373
421
|
})(KnownPolicyType || (exports.KnownPolicyType = KnownPolicyType = {}));
|
|
374
422
|
function wafPolicySerializer(item) {
|
|
375
423
|
return { id: item["id"] };
|
|
@@ -379,97 +427,96 @@ function wafPolicyDeserializer(item) {
|
|
|
379
427
|
id: item["id"],
|
|
380
428
|
};
|
|
381
429
|
}
|
|
382
|
-
function
|
|
383
|
-
return {
|
|
384
|
-
tags: item["tags"],
|
|
385
|
-
properties: !item["properties"]
|
|
386
|
-
? item["properties"]
|
|
387
|
-
: securityPolicyUpdatePropertiesSerializer(item["properties"]),
|
|
388
|
-
};
|
|
389
|
-
}
|
|
390
|
-
function securityPolicyUpdatePropertiesSerializer(item) {
|
|
430
|
+
function ipAccessRulesPolicySerializer(item) {
|
|
391
431
|
return {
|
|
392
|
-
|
|
432
|
+
rules: !item["rules"] ? item["rules"] : ipAccessRuleArraySerializer(item["rules"]),
|
|
393
433
|
};
|
|
394
434
|
}
|
|
395
|
-
function
|
|
435
|
+
function ipAccessRulesPolicyDeserializer(item) {
|
|
396
436
|
return {
|
|
397
|
-
|
|
398
|
-
nextLink: item["nextLink"],
|
|
437
|
+
rules: !item["rules"] ? item["rules"] : ipAccessRuleArrayDeserializer(item["rules"]),
|
|
399
438
|
};
|
|
400
439
|
}
|
|
401
|
-
function
|
|
440
|
+
function ipAccessRuleArraySerializer(result) {
|
|
402
441
|
return result.map((item) => {
|
|
403
|
-
return
|
|
442
|
+
return ipAccessRuleSerializer(item);
|
|
404
443
|
});
|
|
405
444
|
}
|
|
406
|
-
function
|
|
445
|
+
function ipAccessRuleArrayDeserializer(result) {
|
|
407
446
|
return result.map((item) => {
|
|
408
|
-
return
|
|
447
|
+
return ipAccessRuleDeserializer(item);
|
|
409
448
|
});
|
|
410
449
|
}
|
|
411
|
-
function
|
|
450
|
+
function ipAccessRuleSerializer(item) {
|
|
412
451
|
return {
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
452
|
+
name: item["name"],
|
|
453
|
+
priority: item["priority"],
|
|
454
|
+
sourceAddressPrefixes: item["sourceAddressPrefixes"].map((p) => {
|
|
455
|
+
return p;
|
|
456
|
+
}),
|
|
457
|
+
action: item["action"],
|
|
418
458
|
};
|
|
419
459
|
}
|
|
420
|
-
function
|
|
460
|
+
function ipAccessRuleDeserializer(item) {
|
|
421
461
|
return {
|
|
422
|
-
tags: item["tags"],
|
|
423
|
-
location: item["location"],
|
|
424
|
-
id: item["id"],
|
|
425
462
|
name: item["name"],
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
463
|
+
priority: item["priority"],
|
|
464
|
+
sourceAddressPrefixes: item["sourceAddressPrefixes"].map((p) => {
|
|
465
|
+
return p;
|
|
466
|
+
}),
|
|
467
|
+
action: item["action"],
|
|
468
|
+
};
|
|
469
|
+
}
|
|
470
|
+
/** Action of Ip Access Rule */
|
|
471
|
+
var KnownIpAccessRuleAction;
|
|
472
|
+
(function (KnownIpAccessRuleAction) {
|
|
473
|
+
/** Allow Source Ip Prefixes */
|
|
474
|
+
KnownIpAccessRuleAction["Allow"] = "allow";
|
|
475
|
+
/** Deny Source Ip Prefixes */
|
|
476
|
+
KnownIpAccessRuleAction["Deny"] = "deny";
|
|
477
|
+
})(KnownIpAccessRuleAction || (exports.KnownIpAccessRuleAction = KnownIpAccessRuleAction = {}));
|
|
478
|
+
function securityPolicyUpdateSerializer(item) {
|
|
479
|
+
return {
|
|
480
|
+
tags: item["tags"],
|
|
430
481
|
properties: !item["properties"]
|
|
431
482
|
? item["properties"]
|
|
432
|
-
:
|
|
483
|
+
: securityPolicyUpdatePropertiesSerializer(item["properties"]),
|
|
433
484
|
};
|
|
434
485
|
}
|
|
435
|
-
function
|
|
436
|
-
return item;
|
|
437
|
-
}
|
|
438
|
-
function frontendPropertiesDeserializer(item) {
|
|
486
|
+
function securityPolicyUpdatePropertiesSerializer(item) {
|
|
439
487
|
return {
|
|
440
|
-
|
|
441
|
-
|
|
488
|
+
wafPolicy: !item["wafPolicy"] ? item["wafPolicy"] : wafPolicySerializer(item["wafPolicy"]),
|
|
489
|
+
ipAccessRulesPolicy: !item["ipAccessRulesPolicy"]
|
|
490
|
+
? item["ipAccessRulesPolicy"]
|
|
491
|
+
: ipAccessRulesPolicySerializer(item["ipAccessRulesPolicy"]),
|
|
442
492
|
};
|
|
443
493
|
}
|
|
444
|
-
function
|
|
445
|
-
return { tags: item["tags"] };
|
|
446
|
-
}
|
|
447
|
-
function _frontendListResultDeserializer(item) {
|
|
494
|
+
function _securityPolicyListResultDeserializer(item) {
|
|
448
495
|
return {
|
|
449
|
-
value:
|
|
496
|
+
value: securityPolicyArrayDeserializer(item["value"]),
|
|
450
497
|
nextLink: item["nextLink"],
|
|
451
498
|
};
|
|
452
499
|
}
|
|
453
|
-
function
|
|
500
|
+
function securityPolicyArraySerializer(result) {
|
|
454
501
|
return result.map((item) => {
|
|
455
|
-
return
|
|
502
|
+
return securityPolicySerializer(item);
|
|
456
503
|
});
|
|
457
504
|
}
|
|
458
|
-
function
|
|
505
|
+
function securityPolicyArrayDeserializer(result) {
|
|
459
506
|
return result.map((item) => {
|
|
460
|
-
return
|
|
507
|
+
return securityPolicyDeserializer(item);
|
|
461
508
|
});
|
|
462
509
|
}
|
|
463
|
-
function
|
|
510
|
+
function trafficControllerSerializer(item) {
|
|
464
511
|
return {
|
|
465
512
|
tags: item["tags"],
|
|
466
513
|
location: item["location"],
|
|
467
514
|
properties: !item["properties"]
|
|
468
515
|
? item["properties"]
|
|
469
|
-
:
|
|
516
|
+
: trafficControllerPropertiesSerializer(item["properties"]),
|
|
470
517
|
};
|
|
471
518
|
}
|
|
472
|
-
function
|
|
519
|
+
function trafficControllerDeserializer(item) {
|
|
473
520
|
return {
|
|
474
521
|
tags: item["tags"],
|
|
475
522
|
location: item["location"],
|
|
@@ -481,75 +528,133 @@ function associationDeserializer(item) {
|
|
|
481
528
|
: systemDataDeserializer(item["systemData"]),
|
|
482
529
|
properties: !item["properties"]
|
|
483
530
|
? item["properties"]
|
|
484
|
-
:
|
|
531
|
+
: trafficControllerPropertiesDeserializer(item["properties"]),
|
|
485
532
|
};
|
|
486
533
|
}
|
|
487
|
-
function
|
|
534
|
+
function trafficControllerPropertiesSerializer(item) {
|
|
488
535
|
return {
|
|
489
|
-
|
|
490
|
-
|
|
536
|
+
securityPolicyConfigurations: !item["securityPolicyConfigurations"]
|
|
537
|
+
? item["securityPolicyConfigurations"]
|
|
538
|
+
: securityPolicyConfigurationsSerializer(item["securityPolicyConfigurations"]),
|
|
491
539
|
};
|
|
492
540
|
}
|
|
493
|
-
function
|
|
541
|
+
function trafficControllerPropertiesDeserializer(item) {
|
|
494
542
|
return {
|
|
495
|
-
|
|
496
|
-
|
|
543
|
+
configurationEndpoints: !item["configurationEndpoints"]
|
|
544
|
+
? item["configurationEndpoints"]
|
|
545
|
+
: item["configurationEndpoints"].map((p) => {
|
|
546
|
+
return p;
|
|
547
|
+
}),
|
|
548
|
+
frontends: !item["frontends"]
|
|
549
|
+
? item["frontends"]
|
|
550
|
+
: resourceIdArrayDeserializer(item["frontends"]),
|
|
551
|
+
associations: !item["associations"]
|
|
552
|
+
? item["associations"]
|
|
553
|
+
: resourceIdArrayDeserializer(item["associations"]),
|
|
554
|
+
securityPolicies: !item["securityPolicies"]
|
|
555
|
+
? item["securityPolicies"]
|
|
556
|
+
: resourceIdArrayDeserializer(item["securityPolicies"]),
|
|
557
|
+
securityPolicyConfigurations: !item["securityPolicyConfigurations"]
|
|
558
|
+
? item["securityPolicyConfigurations"]
|
|
559
|
+
: securityPolicyConfigurationsDeserializer(item["securityPolicyConfigurations"]),
|
|
497
560
|
provisioningState: item["provisioningState"],
|
|
498
561
|
};
|
|
499
562
|
}
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
KnownAssociationType["Subnets"] = "subnets";
|
|
505
|
-
})(KnownAssociationType || (exports.KnownAssociationType = KnownAssociationType = {}));
|
|
506
|
-
function associationSubnetSerializer(item) {
|
|
507
|
-
return { id: item["id"] };
|
|
563
|
+
function resourceIdArrayDeserializer(result) {
|
|
564
|
+
return result.map((item) => {
|
|
565
|
+
return resourceIdDeserializer(item);
|
|
566
|
+
});
|
|
508
567
|
}
|
|
509
|
-
function
|
|
568
|
+
function resourceIdDeserializer(item) {
|
|
510
569
|
return {
|
|
511
570
|
id: item["id"],
|
|
512
571
|
};
|
|
513
572
|
}
|
|
514
|
-
function
|
|
573
|
+
function trafficControllerUpdateSerializer(item) {
|
|
515
574
|
return {
|
|
516
575
|
tags: item["tags"],
|
|
517
576
|
properties: !item["properties"]
|
|
518
577
|
? item["properties"]
|
|
519
|
-
:
|
|
578
|
+
: trafficControllerUpdatePropertiesSerializer(item["properties"]),
|
|
520
579
|
};
|
|
521
580
|
}
|
|
522
|
-
function
|
|
581
|
+
function trafficControllerUpdatePropertiesSerializer(item) {
|
|
523
582
|
return {
|
|
524
|
-
|
|
525
|
-
|
|
583
|
+
securityPolicyConfigurations: !item["securityPolicyConfigurations"]
|
|
584
|
+
? item["securityPolicyConfigurations"]
|
|
585
|
+
: securityPolicyConfigurationsSerializer(item["securityPolicyConfigurations"]),
|
|
526
586
|
};
|
|
527
587
|
}
|
|
528
|
-
function
|
|
529
|
-
return { id: item["id"] };
|
|
530
|
-
}
|
|
531
|
-
function _associationListResultDeserializer(item) {
|
|
588
|
+
function _trafficControllerListResultDeserializer(item) {
|
|
532
589
|
return {
|
|
533
|
-
value:
|
|
590
|
+
value: trafficControllerArrayDeserializer(item["value"]),
|
|
534
591
|
nextLink: item["nextLink"],
|
|
535
592
|
};
|
|
536
593
|
}
|
|
537
|
-
function
|
|
594
|
+
function trafficControllerArraySerializer(result) {
|
|
538
595
|
return result.map((item) => {
|
|
539
|
-
return
|
|
596
|
+
return trafficControllerSerializer(item);
|
|
540
597
|
});
|
|
541
598
|
}
|
|
542
|
-
function
|
|
599
|
+
function trafficControllerArrayDeserializer(result) {
|
|
543
600
|
return result.map((item) => {
|
|
544
|
-
return
|
|
601
|
+
return trafficControllerDeserializer(item);
|
|
602
|
+
});
|
|
603
|
+
}
|
|
604
|
+
function _operationListResultDeserializer(item) {
|
|
605
|
+
return {
|
|
606
|
+
value: operationArrayDeserializer(item["value"]),
|
|
607
|
+
nextLink: item["nextLink"],
|
|
608
|
+
};
|
|
609
|
+
}
|
|
610
|
+
function operationArrayDeserializer(result) {
|
|
611
|
+
return result.map((item) => {
|
|
612
|
+
return operationDeserializer(item);
|
|
545
613
|
});
|
|
546
614
|
}
|
|
615
|
+
function operationDeserializer(item) {
|
|
616
|
+
return {
|
|
617
|
+
name: item["name"],
|
|
618
|
+
isDataAction: item["isDataAction"],
|
|
619
|
+
display: !item["display"] ? item["display"] : operationDisplayDeserializer(item["display"]),
|
|
620
|
+
origin: item["origin"],
|
|
621
|
+
actionType: item["actionType"],
|
|
622
|
+
};
|
|
623
|
+
}
|
|
624
|
+
function operationDisplayDeserializer(item) {
|
|
625
|
+
return {
|
|
626
|
+
provider: item["provider"],
|
|
627
|
+
resource: item["resource"],
|
|
628
|
+
operation: item["operation"],
|
|
629
|
+
description: item["description"],
|
|
630
|
+
};
|
|
631
|
+
}
|
|
632
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
633
|
+
var KnownOrigin;
|
|
634
|
+
(function (KnownOrigin) {
|
|
635
|
+
/** Indicates the operation is initiated by a user. */
|
|
636
|
+
KnownOrigin["User"] = "user";
|
|
637
|
+
/** Indicates the operation is initiated by a system. */
|
|
638
|
+
KnownOrigin["System"] = "system";
|
|
639
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
640
|
+
KnownOrigin["UserSystem"] = "user,system";
|
|
641
|
+
})(KnownOrigin || (exports.KnownOrigin = KnownOrigin = {}));
|
|
642
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
643
|
+
var KnownActionType;
|
|
644
|
+
(function (KnownActionType) {
|
|
645
|
+
/** Actions are for internal-only APIs. */
|
|
646
|
+
KnownActionType["Internal"] = "Internal";
|
|
647
|
+
})(KnownActionType || (exports.KnownActionType = KnownActionType = {}));
|
|
547
648
|
/** Api versions */
|
|
548
649
|
var KnownVersions;
|
|
549
650
|
(function (KnownVersions) {
|
|
550
651
|
/** 2023-11-01 stable version */
|
|
551
652
|
KnownVersions["V2023_11_01"] = "2023-11-01";
|
|
653
|
+
/** 2024-05-01 preview version */
|
|
654
|
+
KnownVersions["V20240501Preview"] = "2024-05-01-preview";
|
|
552
655
|
/** 2025-01-01 stable version */
|
|
553
656
|
KnownVersions["V2025_05_01"] = "2025-01-01";
|
|
657
|
+
/** 2025-03-01 preview version */
|
|
658
|
+
KnownVersions["V20250301Preview"] = "2025-03-01-preview";
|
|
554
659
|
})(KnownVersions || (exports.KnownVersions = KnownVersions = {}));
|
|
555
660
|
//# sourceMappingURL=models.js.map
|