@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
|
@@ -1,149 +1,41 @@
|
|
|
1
|
-
/**
|
|
2
|
-
export interface
|
|
3
|
-
/** The
|
|
4
|
-
|
|
5
|
-
/** The link to the next page of items */
|
|
6
|
-
nextLink?: string;
|
|
7
|
-
}
|
|
8
|
-
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
9
|
-
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
10
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
11
|
-
export interface Operation {
|
|
12
|
-
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
13
|
-
readonly name?: string;
|
|
14
|
-
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
15
|
-
readonly isDataAction?: boolean;
|
|
16
|
-
/** Localized display information for this particular operation. */
|
|
17
|
-
display?: OperationDisplay;
|
|
18
|
-
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
19
|
-
readonly origin?: Origin;
|
|
20
|
-
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
21
|
-
readonly actionType?: ActionType;
|
|
22
|
-
}
|
|
23
|
-
export declare function operationDeserializer(item: any): Operation;
|
|
24
|
-
/** Localized display information for and operation. */
|
|
25
|
-
export interface OperationDisplay {
|
|
26
|
-
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
27
|
-
readonly provider?: string;
|
|
28
|
-
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
29
|
-
readonly resource?: string;
|
|
30
|
-
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
31
|
-
readonly operation?: string;
|
|
32
|
-
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
33
|
-
readonly description?: string;
|
|
1
|
+
/** Association Subresource of Traffic Controller */
|
|
2
|
+
export interface Association extends TrackedResource {
|
|
3
|
+
/** The resource-specific properties for this resource. */
|
|
4
|
+
properties?: AssociationProperties;
|
|
34
5
|
}
|
|
35
|
-
export declare function
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
6
|
+
export declare function associationSerializer(item: Association): any;
|
|
7
|
+
export declare function associationDeserializer(item: any): Association;
|
|
8
|
+
/** Association Properties. */
|
|
9
|
+
export interface AssociationProperties {
|
|
10
|
+
/** Association Type */
|
|
11
|
+
associationType: AssociationType;
|
|
12
|
+
/** Association Subnet */
|
|
13
|
+
subnet?: AssociationSubnet;
|
|
14
|
+
/** Provisioning State of Traffic Controller Association Resource */
|
|
15
|
+
readonly provisioningState?: ProvisioningState;
|
|
44
16
|
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
* **system**: Indicates the operation is initiated by a system. \
|
|
52
|
-
* **user,system**: Indicates the operation is initiated by a user or system.
|
|
53
|
-
*/
|
|
54
|
-
export type Origin = string;
|
|
55
|
-
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
56
|
-
export declare enum KnownActionType {
|
|
57
|
-
/** Actions are for internal-only APIs. */
|
|
58
|
-
Internal = "Internal"
|
|
17
|
+
export declare function associationPropertiesSerializer(item: AssociationProperties): any;
|
|
18
|
+
export declare function associationPropertiesDeserializer(item: any): AssociationProperties;
|
|
19
|
+
/** Association Type Enum */
|
|
20
|
+
export declare enum KnownAssociationType {
|
|
21
|
+
/** Association of Type Subnet */
|
|
22
|
+
Subnets = "subnets"
|
|
59
23
|
}
|
|
60
24
|
/**
|
|
61
|
-
*
|
|
62
|
-
* {@link
|
|
25
|
+
* Association Type Enum \
|
|
26
|
+
* {@link KnownAssociationType} can be used interchangeably with AssociationType,
|
|
63
27
|
* this enum contains the known values that the service supports.
|
|
64
28
|
* ### Known values supported by the service
|
|
65
|
-
* **
|
|
29
|
+
* **subnets**: Association of Type Subnet
|
|
66
30
|
*/
|
|
67
|
-
export type
|
|
68
|
-
/**
|
|
69
|
-
export interface
|
|
70
|
-
/**
|
|
71
|
-
error?: ErrorDetail;
|
|
72
|
-
}
|
|
73
|
-
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
74
|
-
/** The error detail. */
|
|
75
|
-
export interface ErrorDetail {
|
|
76
|
-
/** The error code. */
|
|
77
|
-
readonly code?: string;
|
|
78
|
-
/** The error message. */
|
|
79
|
-
readonly message?: string;
|
|
80
|
-
/** The error target. */
|
|
81
|
-
readonly target?: string;
|
|
82
|
-
/** The error details. */
|
|
83
|
-
readonly details?: ErrorDetail[];
|
|
84
|
-
/** The error additional info. */
|
|
85
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
86
|
-
}
|
|
87
|
-
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
88
|
-
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
89
|
-
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
90
|
-
/** The resource management error additional info. */
|
|
91
|
-
export interface ErrorAdditionalInfo {
|
|
92
|
-
/** The additional info type. */
|
|
93
|
-
readonly type?: string;
|
|
94
|
-
/** The additional info. */
|
|
95
|
-
readonly info?: Record<string, any>;
|
|
96
|
-
}
|
|
97
|
-
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
98
|
-
/** model interface _ErrorAdditionalInfoInfo */
|
|
99
|
-
export interface _ErrorAdditionalInfoInfo {
|
|
100
|
-
}
|
|
101
|
-
export declare function _errorAdditionalInfoInfoDeserializer(item: any): _ErrorAdditionalInfoInfo;
|
|
102
|
-
/** Concrete tracked resource types can be created by aliasing this type using a specific property type. */
|
|
103
|
-
export interface TrafficController extends TrackedResource {
|
|
104
|
-
/** The resource-specific properties for this resource. */
|
|
105
|
-
properties?: TrafficControllerProperties;
|
|
106
|
-
}
|
|
107
|
-
export declare function trafficControllerSerializer(item: TrafficController): any;
|
|
108
|
-
export declare function trafficControllerDeserializer(item: any): TrafficController;
|
|
109
|
-
/** Traffic Controller Properties. */
|
|
110
|
-
export interface TrafficControllerProperties {
|
|
111
|
-
/** Configuration Endpoints. */
|
|
112
|
-
readonly configurationEndpoints?: string[];
|
|
113
|
-
/** Frontends References List */
|
|
114
|
-
readonly frontends?: ResourceId[];
|
|
115
|
-
/** Associations References List */
|
|
116
|
-
readonly associations?: ResourceId[];
|
|
117
|
-
/** Security Policies References List */
|
|
118
|
-
readonly securityPolicies?: ResourceId[];
|
|
119
|
-
/** Security Policy Configuration */
|
|
120
|
-
securityPolicyConfigurations?: SecurityPolicyConfigurations;
|
|
121
|
-
/** The status of the last operation. */
|
|
122
|
-
readonly provisioningState?: ProvisioningState;
|
|
123
|
-
}
|
|
124
|
-
export declare function trafficControllerPropertiesSerializer(item: TrafficControllerProperties): any;
|
|
125
|
-
export declare function trafficControllerPropertiesDeserializer(item: any): TrafficControllerProperties;
|
|
126
|
-
export declare function resourceIdArrayDeserializer(result: Array<ResourceId>): any[];
|
|
127
|
-
/** Resource ID definition used by parent to reference child resources. */
|
|
128
|
-
export interface ResourceId {
|
|
129
|
-
/** Resource ID of child resource. */
|
|
130
|
-
id: string;
|
|
131
|
-
}
|
|
132
|
-
export declare function resourceIdDeserializer(item: any): ResourceId;
|
|
133
|
-
/** SecurityPolicyConfigurations Subresource of Traffic Controller. */
|
|
134
|
-
export interface SecurityPolicyConfigurations {
|
|
135
|
-
/** Contains reference to a WAF-type security policy that is applied at the Traffic Controller level. */
|
|
136
|
-
wafSecurityPolicy?: WafSecurityPolicy;
|
|
137
|
-
}
|
|
138
|
-
export declare function securityPolicyConfigurationsSerializer(item: SecurityPolicyConfigurations): any;
|
|
139
|
-
export declare function securityPolicyConfigurationsDeserializer(item: any): SecurityPolicyConfigurations;
|
|
140
|
-
/** Web Application Firewall Security Policy */
|
|
141
|
-
export interface WafSecurityPolicy {
|
|
142
|
-
/** Resource ID of the Waf Security Policy */
|
|
31
|
+
export type AssociationType = string;
|
|
32
|
+
/** Association Subnet. */
|
|
33
|
+
export interface AssociationSubnet {
|
|
34
|
+
/** Association ID. */
|
|
143
35
|
id: string;
|
|
144
36
|
}
|
|
145
|
-
export declare function
|
|
146
|
-
export declare function
|
|
37
|
+
export declare function associationSubnetSerializer(item: AssociationSubnet): any;
|
|
38
|
+
export declare function associationSubnetDeserializer(item: any): AssociationSubnet;
|
|
147
39
|
/** Resource Provisioning State Enum */
|
|
148
40
|
export declare enum KnownProvisioningState {
|
|
149
41
|
/** Resource in Provisioning State */
|
|
@@ -235,30 +127,137 @@ export declare enum KnownCreatedByType {
|
|
|
235
127
|
* **Key**: The entity was created by a key.
|
|
236
128
|
*/
|
|
237
129
|
export type CreatedByType = string;
|
|
238
|
-
/**
|
|
239
|
-
export interface
|
|
130
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
131
|
+
export interface ErrorResponse {
|
|
132
|
+
/** The error object. */
|
|
133
|
+
error?: ErrorDetail;
|
|
134
|
+
}
|
|
135
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
136
|
+
/** The error detail. */
|
|
137
|
+
export interface ErrorDetail {
|
|
138
|
+
/** The error code. */
|
|
139
|
+
readonly code?: string;
|
|
140
|
+
/** The error message. */
|
|
141
|
+
readonly message?: string;
|
|
142
|
+
/** The error target. */
|
|
143
|
+
readonly target?: string;
|
|
144
|
+
/** The error details. */
|
|
145
|
+
readonly details?: ErrorDetail[];
|
|
146
|
+
/** The error additional info. */
|
|
147
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
148
|
+
}
|
|
149
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
150
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
151
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
152
|
+
/** The resource management error additional info. */
|
|
153
|
+
export interface ErrorAdditionalInfo {
|
|
154
|
+
/** The additional info type. */
|
|
155
|
+
readonly type?: string;
|
|
156
|
+
/** The additional info. */
|
|
157
|
+
readonly info?: Record<string, any>;
|
|
158
|
+
}
|
|
159
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
160
|
+
/** model interface _ErrorAdditionalInfoInfo */
|
|
161
|
+
export interface _ErrorAdditionalInfoInfo {
|
|
162
|
+
}
|
|
163
|
+
export declare function _errorAdditionalInfoInfoDeserializer(item: any): _ErrorAdditionalInfoInfo;
|
|
164
|
+
/** The type used for update operations of the Association. */
|
|
165
|
+
export interface AssociationUpdate {
|
|
240
166
|
/** Resource tags. */
|
|
241
167
|
tags?: Record<string, string>;
|
|
242
168
|
/** The resource-specific properties for this resource. */
|
|
243
|
-
properties?:
|
|
169
|
+
properties?: AssociationUpdateProperties;
|
|
244
170
|
}
|
|
245
|
-
export declare function
|
|
246
|
-
/** The updatable properties of the
|
|
247
|
-
export interface
|
|
248
|
-
/**
|
|
171
|
+
export declare function associationUpdateSerializer(item: AssociationUpdate): any;
|
|
172
|
+
/** The updatable properties of the Association. */
|
|
173
|
+
export interface AssociationUpdateProperties {
|
|
174
|
+
/** Association Type */
|
|
175
|
+
associationType?: AssociationType;
|
|
176
|
+
/** Association Subnet */
|
|
177
|
+
subnet?: AssociationSubnetUpdate;
|
|
178
|
+
}
|
|
179
|
+
export declare function associationUpdatePropertiesSerializer(item: AssociationUpdateProperties): any;
|
|
180
|
+
/** Association Subnet. */
|
|
181
|
+
export interface AssociationSubnetUpdate {
|
|
182
|
+
/** Association ID. */
|
|
183
|
+
id?: string;
|
|
184
|
+
}
|
|
185
|
+
export declare function associationSubnetUpdateSerializer(item: AssociationSubnetUpdate): any;
|
|
186
|
+
/** The response of a Association list operation. */
|
|
187
|
+
export interface _AssociationListResult {
|
|
188
|
+
/** The Association items on this page */
|
|
189
|
+
value: Association[];
|
|
190
|
+
/** The link to the next page of items */
|
|
191
|
+
nextLink?: string;
|
|
192
|
+
}
|
|
193
|
+
export declare function _associationListResultDeserializer(item: any): _AssociationListResult;
|
|
194
|
+
export declare function associationArraySerializer(result: Array<Association>): any[];
|
|
195
|
+
export declare function associationArrayDeserializer(result: Array<Association>): any[];
|
|
196
|
+
/** Frontend Sub Resource of Traffic Controller. */
|
|
197
|
+
export interface Frontend extends TrackedResource {
|
|
198
|
+
/** The resource-specific properties for this resource. */
|
|
199
|
+
properties?: FrontendProperties;
|
|
200
|
+
}
|
|
201
|
+
export declare function frontendSerializer(item: Frontend): any;
|
|
202
|
+
export declare function frontendDeserializer(item: any): Frontend;
|
|
203
|
+
/** Frontend Properties. */
|
|
204
|
+
export interface FrontendProperties {
|
|
205
|
+
/** The Fully Qualified Domain Name of the DNS record associated to a Traffic Controller frontend. */
|
|
206
|
+
readonly fqdn?: string;
|
|
207
|
+
/** Frontend Security Policy Configuration */
|
|
249
208
|
securityPolicyConfigurations?: SecurityPolicyConfigurations;
|
|
209
|
+
/** Provisioning State of Traffic Controller Frontend Resource */
|
|
210
|
+
readonly provisioningState?: ProvisioningState;
|
|
250
211
|
}
|
|
251
|
-
export declare function
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
212
|
+
export declare function frontendPropertiesSerializer(item: FrontendProperties): any;
|
|
213
|
+
export declare function frontendPropertiesDeserializer(item: any): FrontendProperties;
|
|
214
|
+
/** SecurityPolicyConfigurations Subresource of Traffic Controller. */
|
|
215
|
+
export interface SecurityPolicyConfigurations {
|
|
216
|
+
/** Contains reference to a WAF-type security policy. */
|
|
217
|
+
wafSecurityPolicy?: WafSecurityPolicy;
|
|
218
|
+
/** Contains reference to a IpAccessRules-type security policy. */
|
|
219
|
+
ipAccessRulesSecurityPolicy?: IpAccessRulesSecurityPolicy;
|
|
220
|
+
}
|
|
221
|
+
export declare function securityPolicyConfigurationsSerializer(item: SecurityPolicyConfigurations): any;
|
|
222
|
+
export declare function securityPolicyConfigurationsDeserializer(item: any): SecurityPolicyConfigurations;
|
|
223
|
+
/** Web Application Firewall Security Policy */
|
|
224
|
+
export interface WafSecurityPolicy {
|
|
225
|
+
/** Resource ID of the Waf Security Policy */
|
|
226
|
+
id: string;
|
|
227
|
+
}
|
|
228
|
+
export declare function wafSecurityPolicySerializer(item: WafSecurityPolicy): any;
|
|
229
|
+
export declare function wafSecurityPolicyDeserializer(item: any): WafSecurityPolicy;
|
|
230
|
+
/** IpAccessRules Security Policy */
|
|
231
|
+
export interface IpAccessRulesSecurityPolicy {
|
|
232
|
+
/** Resource ID of the Ip Access Rules Security Policy */
|
|
233
|
+
id: string;
|
|
234
|
+
}
|
|
235
|
+
export declare function ipAccessRulesSecurityPolicySerializer(item: IpAccessRulesSecurityPolicy): any;
|
|
236
|
+
export declare function ipAccessRulesSecurityPolicyDeserializer(item: any): IpAccessRulesSecurityPolicy;
|
|
237
|
+
/** The type used for update operations of the Frontend. */
|
|
238
|
+
export interface FrontendUpdate {
|
|
239
|
+
/** Resource tags. */
|
|
240
|
+
tags?: Record<string, string>;
|
|
241
|
+
/** The resource-specific properties for this resource. */
|
|
242
|
+
properties?: FrontendUpdateProperties;
|
|
243
|
+
}
|
|
244
|
+
export declare function frontendUpdateSerializer(item: FrontendUpdate): any;
|
|
245
|
+
/** The updatable properties of the Frontend. */
|
|
246
|
+
export interface FrontendUpdateProperties {
|
|
247
|
+
/** Frontend Security Policy Configuration */
|
|
248
|
+
securityPolicyConfigurations?: SecurityPolicyConfigurations;
|
|
249
|
+
}
|
|
250
|
+
export declare function frontendUpdatePropertiesSerializer(item: FrontendUpdateProperties): any;
|
|
251
|
+
/** The response of a Frontend list operation. */
|
|
252
|
+
export interface _FrontendListResult {
|
|
253
|
+
/** The Frontend items on this page */
|
|
254
|
+
value: Frontend[];
|
|
256
255
|
/** The link to the next page of items */
|
|
257
256
|
nextLink?: string;
|
|
258
257
|
}
|
|
259
|
-
export declare function
|
|
260
|
-
export declare function
|
|
261
|
-
export declare function
|
|
258
|
+
export declare function _frontendListResultDeserializer(item: any): _FrontendListResult;
|
|
259
|
+
export declare function frontendArraySerializer(result: Array<Frontend>): any[];
|
|
260
|
+
export declare function frontendArrayDeserializer(result: Array<Frontend>): any[];
|
|
262
261
|
/** SecurityPolicy Subresource of Traffic Controller. */
|
|
263
262
|
export interface SecurityPolicy extends TrackedResource {
|
|
264
263
|
/** The resource-specific properties for this resource. */
|
|
@@ -270,8 +269,10 @@ export declare function securityPolicyDeserializer(item: any): SecurityPolicy;
|
|
|
270
269
|
export interface SecurityPolicyProperties {
|
|
271
270
|
/** Type of the Traffic Controller Security Policy */
|
|
272
271
|
readonly policyType?: PolicyType;
|
|
273
|
-
/** Web Application Firewall Policy of the Traffic Controller Security Policy */
|
|
272
|
+
/** Web Application Firewall Policy of the Traffic Controller Security Policy. Single Security Policy can have only one policy type set. */
|
|
274
273
|
wafPolicy?: WafPolicy;
|
|
274
|
+
/** Ip Access Policy of the Traffic Controller Security Policy. Single Security Policy can have only one policy type set. */
|
|
275
|
+
ipAccessRulesPolicy?: IpAccessRulesPolicy;
|
|
275
276
|
/** Provisioning State of Traffic Controller SecurityPolicy Resource */
|
|
276
277
|
readonly provisioningState?: ProvisioningState;
|
|
277
278
|
}
|
|
@@ -280,14 +281,17 @@ export declare function securityPolicyPropertiesDeserializer(item: any): Securit
|
|
|
280
281
|
/** Policy Type of the Security Policy */
|
|
281
282
|
export declare enum KnownPolicyType {
|
|
282
283
|
/** Policy of Type WAF */
|
|
283
|
-
WAF = "waf"
|
|
284
|
+
WAF = "waf",
|
|
285
|
+
/** Policy of Type IpAccessRules */
|
|
286
|
+
IpAccessRules = "ipAccessRules"
|
|
284
287
|
}
|
|
285
288
|
/**
|
|
286
289
|
* Policy Type of the Security Policy \
|
|
287
290
|
* {@link KnownPolicyType} can be used interchangeably with PolicyType,
|
|
288
291
|
* this enum contains the known values that the service supports.
|
|
289
292
|
* ### Known values supported by the service
|
|
290
|
-
* **waf**: Policy of Type WAF
|
|
293
|
+
* **waf**: Policy of Type WAF \
|
|
294
|
+
* **ipAccessRules**: Policy of Type IpAccessRules
|
|
291
295
|
*/
|
|
292
296
|
export type PolicyType = string;
|
|
293
297
|
/** Web Application Firewall Policy */
|
|
@@ -297,6 +301,44 @@ export interface WafPolicy {
|
|
|
297
301
|
}
|
|
298
302
|
export declare function wafPolicySerializer(item: WafPolicy): any;
|
|
299
303
|
export declare function wafPolicyDeserializer(item: any): WafPolicy;
|
|
304
|
+
/** Ip Access Policy */
|
|
305
|
+
export interface IpAccessRulesPolicy {
|
|
306
|
+
/** Ip Access Policy Rules List */
|
|
307
|
+
rules?: IpAccessRule[];
|
|
308
|
+
}
|
|
309
|
+
export declare function ipAccessRulesPolicySerializer(item: IpAccessRulesPolicy): any;
|
|
310
|
+
export declare function ipAccessRulesPolicyDeserializer(item: any): IpAccessRulesPolicy;
|
|
311
|
+
export declare function ipAccessRuleArraySerializer(result: Array<IpAccessRule>): any[];
|
|
312
|
+
export declare function ipAccessRuleArrayDeserializer(result: Array<IpAccessRule>): any[];
|
|
313
|
+
/** Ip Access Policy Rules */
|
|
314
|
+
export interface IpAccessRule {
|
|
315
|
+
/** Name of the Ip Access Rule */
|
|
316
|
+
name: string;
|
|
317
|
+
/** The priority of the rule. The value can be between 1 and 500. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. */
|
|
318
|
+
priority: number;
|
|
319
|
+
/** Source Address Prefixed Applied by the Rule. Asterisk '*' can also be used to match all source IPs. */
|
|
320
|
+
sourceAddressPrefixes: string[];
|
|
321
|
+
/** Action of the Rule */
|
|
322
|
+
action: IpAccessRuleAction;
|
|
323
|
+
}
|
|
324
|
+
export declare function ipAccessRuleSerializer(item: IpAccessRule): any;
|
|
325
|
+
export declare function ipAccessRuleDeserializer(item: any): IpAccessRule;
|
|
326
|
+
/** Action of Ip Access Rule */
|
|
327
|
+
export declare enum KnownIpAccessRuleAction {
|
|
328
|
+
/** Allow Source Ip Prefixes */
|
|
329
|
+
Allow = "allow",
|
|
330
|
+
/** Deny Source Ip Prefixes */
|
|
331
|
+
Deny = "deny"
|
|
332
|
+
}
|
|
333
|
+
/**
|
|
334
|
+
* Action of Ip Access Rule \
|
|
335
|
+
* {@link KnownIpAccessRuleAction} can be used interchangeably with IpAccessRuleAction,
|
|
336
|
+
* this enum contains the known values that the service supports.
|
|
337
|
+
* ### Known values supported by the service
|
|
338
|
+
* **allow**: Allow Source Ip Prefixes \
|
|
339
|
+
* **deny**: Deny Source Ip Prefixes
|
|
340
|
+
*/
|
|
341
|
+
export type IpAccessRuleAction = string;
|
|
300
342
|
/** The type used for update operations of the SecurityPolicy. */
|
|
301
343
|
export interface SecurityPolicyUpdate {
|
|
302
344
|
/** Resource tags. */
|
|
@@ -307,8 +349,10 @@ export interface SecurityPolicyUpdate {
|
|
|
307
349
|
export declare function securityPolicyUpdateSerializer(item: SecurityPolicyUpdate): any;
|
|
308
350
|
/** The updatable properties of the SecurityPolicy. */
|
|
309
351
|
export interface SecurityPolicyUpdateProperties {
|
|
310
|
-
/** Web Application Firewall Policy of the Traffic Controller Security Policy */
|
|
352
|
+
/** Web Application Firewall Policy of the Traffic Controller Security Policy. Single Security Policy can have only one policy type set. */
|
|
311
353
|
wafPolicy?: WafPolicy;
|
|
354
|
+
/** Ip Access Policy of the Traffic Controller Security Policy. Single Security Policy can have only one policy type set. */
|
|
355
|
+
ipAccessRulesPolicy?: IpAccessRulesPolicy;
|
|
312
356
|
}
|
|
313
357
|
export declare function securityPolicyUpdatePropertiesSerializer(item: SecurityPolicyUpdateProperties): any;
|
|
314
358
|
/** The response of a SecurityPolicy list operation. */
|
|
@@ -321,113 +365,137 @@ export interface _SecurityPolicyListResult {
|
|
|
321
365
|
export declare function _securityPolicyListResultDeserializer(item: any): _SecurityPolicyListResult;
|
|
322
366
|
export declare function securityPolicyArraySerializer(result: Array<SecurityPolicy>): any[];
|
|
323
367
|
export declare function securityPolicyArrayDeserializer(result: Array<SecurityPolicy>): any[];
|
|
324
|
-
/**
|
|
325
|
-
export interface
|
|
368
|
+
/** Concrete tracked resource types can be created by aliasing this type using a specific property type. */
|
|
369
|
+
export interface TrafficController extends TrackedResource {
|
|
326
370
|
/** The resource-specific properties for this resource. */
|
|
327
|
-
properties?:
|
|
371
|
+
properties?: TrafficControllerProperties;
|
|
328
372
|
}
|
|
329
|
-
export declare function
|
|
330
|
-
export declare function
|
|
331
|
-
/**
|
|
332
|
-
export interface
|
|
333
|
-
/**
|
|
334
|
-
readonly
|
|
335
|
-
/**
|
|
373
|
+
export declare function trafficControllerSerializer(item: TrafficController): any;
|
|
374
|
+
export declare function trafficControllerDeserializer(item: any): TrafficController;
|
|
375
|
+
/** Traffic Controller Properties. */
|
|
376
|
+
export interface TrafficControllerProperties {
|
|
377
|
+
/** Configuration Endpoints. */
|
|
378
|
+
readonly configurationEndpoints?: string[];
|
|
379
|
+
/** Frontends References List */
|
|
380
|
+
readonly frontends?: ResourceId[];
|
|
381
|
+
/** Associations References List */
|
|
382
|
+
readonly associations?: ResourceId[];
|
|
383
|
+
/** Security Policies References List */
|
|
384
|
+
readonly securityPolicies?: ResourceId[];
|
|
385
|
+
/** Security Policy Configuration */
|
|
386
|
+
securityPolicyConfigurations?: SecurityPolicyConfigurations;
|
|
387
|
+
/** The status of the last operation. */
|
|
336
388
|
readonly provisioningState?: ProvisioningState;
|
|
337
389
|
}
|
|
338
|
-
export declare function
|
|
339
|
-
export declare function
|
|
340
|
-
|
|
341
|
-
|
|
390
|
+
export declare function trafficControllerPropertiesSerializer(item: TrafficControllerProperties): any;
|
|
391
|
+
export declare function trafficControllerPropertiesDeserializer(item: any): TrafficControllerProperties;
|
|
392
|
+
export declare function resourceIdArrayDeserializer(result: Array<ResourceId>): any[];
|
|
393
|
+
/** Resource ID definition used by parent to reference child resources. */
|
|
394
|
+
export interface ResourceId {
|
|
395
|
+
/** Resource ID of child resource. */
|
|
396
|
+
id: string;
|
|
397
|
+
}
|
|
398
|
+
export declare function resourceIdDeserializer(item: any): ResourceId;
|
|
399
|
+
/** The type used for update operations of the TrafficController. */
|
|
400
|
+
export interface TrafficControllerUpdate {
|
|
342
401
|
/** Resource tags. */
|
|
343
402
|
tags?: Record<string, string>;
|
|
403
|
+
/** The resource-specific properties for this resource. */
|
|
404
|
+
properties?: TrafficControllerUpdateProperties;
|
|
344
405
|
}
|
|
345
|
-
export declare function
|
|
346
|
-
/** The
|
|
347
|
-
export interface
|
|
348
|
-
/**
|
|
349
|
-
|
|
406
|
+
export declare function trafficControllerUpdateSerializer(item: TrafficControllerUpdate): any;
|
|
407
|
+
/** The updatable properties of the TrafficController. */
|
|
408
|
+
export interface TrafficControllerUpdateProperties {
|
|
409
|
+
/** Security Policy Configuration */
|
|
410
|
+
securityPolicyConfigurations?: SecurityPolicyConfigurations;
|
|
411
|
+
}
|
|
412
|
+
export declare function trafficControllerUpdatePropertiesSerializer(item: TrafficControllerUpdateProperties): any;
|
|
413
|
+
/** The response of a TrafficController list operation. */
|
|
414
|
+
export interface _TrafficControllerListResult {
|
|
415
|
+
/** The TrafficController items on this page */
|
|
416
|
+
value: TrafficController[];
|
|
350
417
|
/** The link to the next page of items */
|
|
351
418
|
nextLink?: string;
|
|
352
419
|
}
|
|
353
|
-
export declare function
|
|
354
|
-
export declare function
|
|
355
|
-
export declare function
|
|
356
|
-
/**
|
|
357
|
-
export interface
|
|
358
|
-
/** The
|
|
359
|
-
|
|
420
|
+
export declare function _trafficControllerListResultDeserializer(item: any): _TrafficControllerListResult;
|
|
421
|
+
export declare function trafficControllerArraySerializer(result: Array<TrafficController>): any[];
|
|
422
|
+
export declare function trafficControllerArrayDeserializer(result: Array<TrafficController>): any[];
|
|
423
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
424
|
+
export interface _OperationListResult {
|
|
425
|
+
/** The Operation items on this page */
|
|
426
|
+
value: Operation[];
|
|
427
|
+
/** The link to the next page of items */
|
|
428
|
+
nextLink?: string;
|
|
360
429
|
}
|
|
361
|
-
export declare function
|
|
362
|
-
export declare function
|
|
363
|
-
/**
|
|
364
|
-
export interface
|
|
365
|
-
/**
|
|
366
|
-
|
|
367
|
-
/**
|
|
368
|
-
|
|
369
|
-
/**
|
|
370
|
-
|
|
430
|
+
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
431
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
432
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
433
|
+
export interface Operation {
|
|
434
|
+
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
435
|
+
readonly name?: string;
|
|
436
|
+
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
437
|
+
readonly isDataAction?: boolean;
|
|
438
|
+
/** Localized display information for this particular operation. */
|
|
439
|
+
display?: OperationDisplay;
|
|
440
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
441
|
+
readonly origin?: Origin;
|
|
442
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
443
|
+
readonly actionType?: ActionType;
|
|
371
444
|
}
|
|
372
|
-
export declare function
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
445
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
446
|
+
/** Localized display information for and operation. */
|
|
447
|
+
export interface OperationDisplay {
|
|
448
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
449
|
+
readonly provider?: string;
|
|
450
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
451
|
+
readonly resource?: string;
|
|
452
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
453
|
+
readonly operation?: string;
|
|
454
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
455
|
+
readonly description?: string;
|
|
456
|
+
}
|
|
457
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
458
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
459
|
+
export declare enum KnownOrigin {
|
|
460
|
+
/** Indicates the operation is initiated by a user. */
|
|
461
|
+
User = "user",
|
|
462
|
+
/** Indicates the operation is initiated by a system. */
|
|
463
|
+
System = "system",
|
|
464
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
465
|
+
UserSystem = "user,system"
|
|
378
466
|
}
|
|
379
467
|
/**
|
|
380
|
-
*
|
|
381
|
-
* {@link
|
|
468
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
|
|
469
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
382
470
|
* this enum contains the known values that the service supports.
|
|
383
471
|
* ### Known values supported by the service
|
|
384
|
-
* **
|
|
472
|
+
* **user**: Indicates the operation is initiated by a user. \
|
|
473
|
+
* **system**: Indicates the operation is initiated by a system. \
|
|
474
|
+
* **user,system**: Indicates the operation is initiated by a user or system.
|
|
385
475
|
*/
|
|
386
|
-
export type
|
|
387
|
-
/**
|
|
388
|
-
export
|
|
389
|
-
/**
|
|
390
|
-
|
|
391
|
-
}
|
|
392
|
-
export declare function associationSubnetSerializer(item: AssociationSubnet): any;
|
|
393
|
-
export declare function associationSubnetDeserializer(item: any): AssociationSubnet;
|
|
394
|
-
/** The type used for update operations of the Association. */
|
|
395
|
-
export interface AssociationUpdate {
|
|
396
|
-
/** Resource tags. */
|
|
397
|
-
tags?: Record<string, string>;
|
|
398
|
-
/** The resource-specific properties for this resource. */
|
|
399
|
-
properties?: AssociationUpdateProperties;
|
|
400
|
-
}
|
|
401
|
-
export declare function associationUpdateSerializer(item: AssociationUpdate): any;
|
|
402
|
-
/** The updatable properties of the Association. */
|
|
403
|
-
export interface AssociationUpdateProperties {
|
|
404
|
-
/** Association Type */
|
|
405
|
-
associationType?: AssociationType;
|
|
406
|
-
/** Association Subnet */
|
|
407
|
-
subnet?: AssociationSubnetUpdate;
|
|
408
|
-
}
|
|
409
|
-
export declare function associationUpdatePropertiesSerializer(item: AssociationUpdateProperties): any;
|
|
410
|
-
/** Association Subnet. */
|
|
411
|
-
export interface AssociationSubnetUpdate {
|
|
412
|
-
/** Association ID. */
|
|
413
|
-
id: string;
|
|
414
|
-
}
|
|
415
|
-
export declare function associationSubnetUpdateSerializer(item: AssociationSubnetUpdate): any;
|
|
416
|
-
/** The response of a Association list operation. */
|
|
417
|
-
export interface _AssociationListResult {
|
|
418
|
-
/** The Association items on this page */
|
|
419
|
-
value: Association[];
|
|
420
|
-
/** The link to the next page of items */
|
|
421
|
-
nextLink?: string;
|
|
476
|
+
export type Origin = string;
|
|
477
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
478
|
+
export declare enum KnownActionType {
|
|
479
|
+
/** Actions are for internal-only APIs. */
|
|
480
|
+
Internal = "Internal"
|
|
422
481
|
}
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
482
|
+
/**
|
|
483
|
+
* Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
|
|
484
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
485
|
+
* this enum contains the known values that the service supports.
|
|
486
|
+
* ### Known values supported by the service
|
|
487
|
+
* **Internal**: Actions are for internal-only APIs.
|
|
488
|
+
*/
|
|
489
|
+
export type ActionType = string;
|
|
426
490
|
/** Api versions */
|
|
427
491
|
export declare enum KnownVersions {
|
|
428
492
|
/** 2023-11-01 stable version */
|
|
429
493
|
V2023_11_01 = "2023-11-01",
|
|
494
|
+
/** 2024-05-01 preview version */
|
|
495
|
+
V20240501Preview = "2024-05-01-preview",
|
|
430
496
|
/** 2025-01-01 stable version */
|
|
431
|
-
V2025_05_01 = "2025-01-01"
|
|
497
|
+
V2025_05_01 = "2025-01-01",
|
|
498
|
+
/** 2025-03-01 preview version */
|
|
499
|
+
V20250301Preview = "2025-03-01-preview"
|
|
432
500
|
}
|
|
433
501
|
//# sourceMappingURL=models.d.ts.map
|