@azure/arm-communication 4.2.0 → 5.0.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/README.md +10 -10
- package/dist/browser/api/communicationServiceManagementContext.d.ts +22 -0
- package/dist/browser/api/communicationServiceManagementContext.js +24 -0
- package/dist/browser/api/communicationServiceManagementContext.js.map +1 -0
- package/dist/browser/api/communicationServices/index.d.ts +3 -0
- package/dist/browser/api/communicationServices/index.js +4 -0
- package/dist/browser/api/communicationServices/index.js.map +1 -0
- package/dist/browser/api/communicationServices/operations.d.ts +52 -0
- package/dist/browser/api/communicationServices/operations.js +305 -0
- package/dist/browser/api/communicationServices/operations.js.map +1 -0
- package/dist/browser/api/communicationServices/options.d.ts +39 -0
- package/dist/browser/api/communicationServices/options.js +4 -0
- package/dist/browser/api/communicationServices/options.js.map +1 -0
- package/dist/browser/api/domains/index.d.ts +3 -0
- package/dist/browser/api/domains/index.js +4 -0
- package/dist/browser/api/domains/index.js.map +1 -0
- package/dist/browser/api/domains/operations.d.ts +40 -0
- package/dist/browser/api/domains/operations.js +242 -0
- package/dist/browser/api/domains/operations.js.map +1 -0
- package/dist/browser/api/domains/options.d.ts +33 -0
- package/dist/browser/api/domains/options.js +4 -0
- package/dist/browser/api/domains/options.js.map +1 -0
- package/dist/browser/api/emailServices/index.d.ts +3 -0
- package/dist/browser/api/emailServices/index.js +4 -0
- package/dist/browser/api/emailServices/index.js.map +1 -0
- package/dist/browser/api/emailServices/operations.d.ts +40 -0
- package/dist/browser/api/emailServices/operations.js +222 -0
- package/dist/browser/api/emailServices/operations.js.map +1 -0
- package/dist/browser/api/emailServices/options.d.ts +29 -0
- package/dist/browser/api/emailServices/options.js +4 -0
- package/dist/browser/api/emailServices/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +31 -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.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/senderUsernames/index.d.ts +3 -0
- package/dist/browser/api/senderUsernames/index.js +4 -0
- package/dist/browser/api/senderUsernames/index.js.map +1 -0
- package/dist/browser/api/senderUsernames/operations.d.ts +27 -0
- package/dist/browser/api/senderUsernames/operations.js +129 -0
- package/dist/browser/api/senderUsernames/operations.js.map +1 -0
- package/dist/browser/api/senderUsernames/options.d.ts +14 -0
- package/dist/browser/api/senderUsernames/options.js +4 -0
- package/dist/browser/api/senderUsernames/options.js.map +1 -0
- package/dist/browser/api/smtpUsernames/index.d.ts +3 -0
- package/dist/browser/api/smtpUsernames/index.js +4 -0
- package/dist/browser/api/smtpUsernames/index.js.map +1 -0
- package/dist/browser/api/smtpUsernames/operations.d.ts +27 -0
- package/dist/browser/api/smtpUsernames/operations.js +125 -0
- package/dist/browser/api/smtpUsernames/operations.js.map +1 -0
- package/dist/browser/api/smtpUsernames/options.d.ts +14 -0
- package/dist/browser/api/smtpUsernames/options.js +4 -0
- package/dist/browser/api/smtpUsernames/options.js.map +1 -0
- package/dist/browser/api/suppressionListAddresses/index.d.ts +3 -0
- package/dist/browser/api/suppressionListAddresses/index.js +4 -0
- package/dist/browser/api/suppressionListAddresses/index.js.map +1 -0
- package/dist/browser/api/suppressionListAddresses/operations.d.ts +27 -0
- package/dist/browser/api/suppressionListAddresses/operations.js +133 -0
- package/dist/browser/api/suppressionListAddresses/operations.js.map +1 -0
- package/dist/browser/api/suppressionListAddresses/options.d.ts +14 -0
- package/dist/browser/api/suppressionListAddresses/options.js +4 -0
- package/dist/browser/api/suppressionListAddresses/options.js.map +1 -0
- package/dist/browser/api/suppressionLists/index.d.ts +3 -0
- package/dist/browser/api/suppressionLists/index.js +4 -0
- package/dist/browser/api/suppressionLists/index.js.map +1 -0
- package/dist/browser/api/suppressionLists/operations.d.ts +27 -0
- package/dist/browser/api/suppressionLists/operations.js +129 -0
- package/dist/browser/api/suppressionLists/operations.js.map +1 -0
- package/dist/browser/api/suppressionLists/options.d.ts +14 -0
- package/dist/browser/api/suppressionLists/options.js +4 -0
- package/dist/browser/api/suppressionLists/options.js.map +1 -0
- package/dist/browser/classic/communicationServices/index.d.ts +44 -0
- package/dist/browser/classic/communicationServices/index.js +40 -0
- package/dist/browser/classic/communicationServices/index.js.map +1 -0
- package/dist/browser/classic/domains/index.d.ts +50 -0
- package/dist/browser/classic/domains/index.js +61 -0
- package/dist/browser/classic/domains/index.js.map +1 -0
- package/dist/browser/classic/emailServices/index.d.ts +42 -0
- package/dist/browser/classic/emailServices/index.js +45 -0
- package/dist/browser/classic/emailServices/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +9 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/senderUsernames/index.d.ts +22 -0
- package/dist/browser/classic/senderUsernames/index.js +17 -0
- package/dist/browser/classic/senderUsernames/index.js.map +1 -0
- package/dist/browser/classic/smtpUsernames/index.d.ts +22 -0
- package/dist/browser/classic/smtpUsernames/index.js +17 -0
- package/dist/browser/classic/smtpUsernames/index.js.map +1 -0
- package/dist/browser/classic/suppressionListAddresses/index.d.ts +22 -0
- package/dist/browser/classic/suppressionListAddresses/index.js +17 -0
- package/dist/browser/classic/suppressionListAddresses/index.js.map +1 -0
- package/dist/browser/classic/suppressionLists/index.d.ts +22 -0
- package/dist/browser/classic/suppressionLists/index.js +17 -0
- package/dist/browser/classic/suppressionLists/index.js.map +1 -0
- package/dist/browser/communicationServiceManagementClient.d.ts +34 -25
- package/dist/browser/communicationServiceManagementClient.js +46 -108
- package/dist/browser/communicationServiceManagementClient.js.map +1 -1
- package/dist/browser/index.d.ts +21 -3
- package/dist/browser/index.js +4 -6
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -1267
- package/dist/browser/models/index.js +1 -194
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +991 -0
- package/dist/browser/models/models.js +979 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +111 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/communicationServiceManagementContext.d.ts +22 -0
- package/dist/commonjs/api/communicationServiceManagementContext.js +45 -0
- package/dist/commonjs/api/communicationServiceManagementContext.js.map +7 -0
- package/dist/commonjs/api/communicationServices/index.d.ts +3 -0
- package/dist/commonjs/api/communicationServices/index.js +46 -0
- package/dist/commonjs/api/communicationServices/index.js.map +7 -0
- package/dist/commonjs/api/communicationServices/operations.d.ts +52 -0
- package/dist/commonjs/api/communicationServices/operations.js +445 -0
- package/dist/commonjs/api/communicationServices/operations.js.map +7 -0
- package/dist/commonjs/api/communicationServices/options.d.ts +39 -0
- package/dist/commonjs/api/communicationServices/options.js +16 -0
- package/dist/commonjs/api/communicationServices/options.js.map +7 -0
- package/dist/commonjs/api/domains/index.d.ts +3 -0
- package/dist/commonjs/api/domains/index.js +40 -0
- package/dist/commonjs/api/domains/index.js.map +7 -0
- package/dist/commonjs/api/domains/operations.d.ts +40 -0
- package/dist/commonjs/api/domains/operations.js +349 -0
- package/dist/commonjs/api/domains/operations.js.map +7 -0
- package/dist/commonjs/api/domains/options.d.ts +33 -0
- package/dist/commonjs/api/domains/options.js +16 -0
- package/dist/commonjs/api/domains/options.js.map +7 -0
- package/dist/commonjs/api/emailServices/index.d.ts +3 -0
- package/dist/commonjs/api/emailServices/index.js +40 -0
- package/dist/commonjs/api/emailServices/index.js.map +7 -0
- package/dist/commonjs/api/emailServices/operations.d.ts +40 -0
- package/dist/commonjs/api/emailServices/operations.js +314 -0
- package/dist/commonjs/api/emailServices/operations.js.map +7 -0
- package/dist/commonjs/api/emailServices/options.d.ts +29 -0
- package/dist/commonjs/api/emailServices/options.js +16 -0
- package/dist/commonjs/api/emailServices/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +68 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/senderUsernames/index.d.ts +3 -0
- package/dist/commonjs/api/senderUsernames/index.js +34 -0
- package/dist/commonjs/api/senderUsernames/index.js.map +7 -0
- package/dist/commonjs/api/senderUsernames/operations.d.ts +27 -0
- package/dist/commonjs/api/senderUsernames/operations.js +210 -0
- package/dist/commonjs/api/senderUsernames/operations.js.map +7 -0
- package/dist/commonjs/api/senderUsernames/options.d.ts +14 -0
- package/dist/commonjs/api/senderUsernames/options.js +16 -0
- package/dist/commonjs/api/senderUsernames/options.js.map +7 -0
- package/dist/commonjs/api/smtpUsernames/index.d.ts +3 -0
- package/dist/commonjs/api/smtpUsernames/index.js +34 -0
- package/dist/commonjs/api/smtpUsernames/index.js.map +7 -0
- package/dist/commonjs/api/smtpUsernames/operations.d.ts +27 -0
- package/dist/commonjs/api/smtpUsernames/operations.js +203 -0
- package/dist/commonjs/api/smtpUsernames/operations.js.map +7 -0
- package/dist/commonjs/api/smtpUsernames/options.d.ts +14 -0
- package/dist/commonjs/api/smtpUsernames/options.js +16 -0
- package/dist/commonjs/api/smtpUsernames/options.js.map +7 -0
- package/dist/commonjs/api/suppressionListAddresses/index.d.ts +3 -0
- package/dist/commonjs/api/suppressionListAddresses/index.js +34 -0
- package/dist/commonjs/api/suppressionListAddresses/index.js.map +7 -0
- package/dist/commonjs/api/suppressionListAddresses/operations.d.ts +27 -0
- package/dist/commonjs/api/suppressionListAddresses/operations.js +224 -0
- package/dist/commonjs/api/suppressionListAddresses/operations.js.map +7 -0
- package/dist/commonjs/api/suppressionListAddresses/options.d.ts +14 -0
- package/dist/commonjs/api/suppressionListAddresses/options.js +16 -0
- package/dist/commonjs/api/suppressionListAddresses/options.js.map +7 -0
- package/dist/commonjs/api/suppressionLists/index.d.ts +3 -0
- package/dist/commonjs/api/suppressionLists/index.js +34 -0
- package/dist/commonjs/api/suppressionLists/index.js.map +7 -0
- package/dist/commonjs/api/suppressionLists/operations.d.ts +27 -0
- package/dist/commonjs/api/suppressionLists/operations.js +210 -0
- package/dist/commonjs/api/suppressionLists/operations.js.map +7 -0
- package/dist/commonjs/api/suppressionLists/options.d.ts +14 -0
- package/dist/commonjs/api/suppressionLists/options.js +16 -0
- package/dist/commonjs/api/suppressionLists/options.js.map +7 -0
- package/dist/commonjs/classic/communicationServices/index.d.ts +44 -0
- package/dist/commonjs/classic/communicationServices/index.js +76 -0
- package/dist/commonjs/classic/communicationServices/index.js.map +7 -0
- package/dist/commonjs/classic/domains/index.d.ts +50 -0
- package/dist/commonjs/classic/domains/index.js +155 -0
- package/dist/commonjs/classic/domains/index.js.map +7 -0
- package/dist/commonjs/classic/emailServices/index.d.ts +42 -0
- package/dist/commonjs/classic/emailServices/index.js +81 -0
- package/dist/commonjs/classic/emailServices/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +9 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/senderUsernames/index.d.ts +22 -0
- package/dist/commonjs/classic/senderUsernames/index.js +49 -0
- package/dist/commonjs/classic/senderUsernames/index.js.map +7 -0
- package/dist/commonjs/classic/smtpUsernames/index.d.ts +22 -0
- package/dist/commonjs/classic/smtpUsernames/index.js +48 -0
- package/dist/commonjs/classic/smtpUsernames/index.js.map +7 -0
- package/dist/commonjs/classic/suppressionListAddresses/index.d.ts +22 -0
- package/dist/commonjs/classic/suppressionListAddresses/index.js +66 -0
- package/dist/commonjs/classic/suppressionListAddresses/index.js.map +7 -0
- package/dist/commonjs/classic/suppressionLists/index.d.ts +22 -0
- package/dist/commonjs/classic/suppressionLists/index.js +56 -0
- package/dist/commonjs/classic/suppressionLists/index.js.map +7 -0
- package/dist/commonjs/communicationServiceManagementClient.d.ts +34 -25
- package/dist/commonjs/communicationServiceManagementClient.js +74 -119
- package/dist/commonjs/communicationServiceManagementClient.js.map +7 -1
- package/dist/commonjs/index.d.ts +21 -3
- package/dist/commonjs/index.js +65 -16
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -1267
- package/dist/commonjs/models/index.js +56 -200
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +991 -0
- package/dist/commonjs/models/models.js +1061 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +124 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/communicationServiceManagementContext.d.ts +22 -0
- package/dist/esm/api/communicationServiceManagementContext.js +24 -0
- package/dist/esm/api/communicationServiceManagementContext.js.map +1 -0
- package/dist/esm/api/communicationServices/index.d.ts +3 -0
- package/dist/esm/api/communicationServices/index.js +4 -0
- package/dist/esm/api/communicationServices/index.js.map +1 -0
- package/dist/esm/api/communicationServices/operations.d.ts +52 -0
- package/dist/esm/api/communicationServices/operations.js +305 -0
- package/dist/esm/api/communicationServices/operations.js.map +1 -0
- package/dist/esm/api/communicationServices/options.d.ts +39 -0
- package/dist/esm/api/communicationServices/options.js +4 -0
- package/dist/esm/api/communicationServices/options.js.map +1 -0
- package/dist/esm/api/domains/index.d.ts +3 -0
- package/dist/esm/api/domains/index.js +4 -0
- package/dist/esm/api/domains/index.js.map +1 -0
- package/dist/esm/api/domains/operations.d.ts +40 -0
- package/dist/esm/api/domains/operations.js +242 -0
- package/dist/esm/api/domains/operations.js.map +1 -0
- package/dist/esm/api/domains/options.d.ts +33 -0
- package/dist/esm/api/domains/options.js +4 -0
- package/dist/esm/api/domains/options.js.map +1 -0
- package/dist/esm/api/emailServices/index.d.ts +3 -0
- package/dist/esm/api/emailServices/index.js +4 -0
- package/dist/esm/api/emailServices/index.js.map +1 -0
- package/dist/esm/api/emailServices/operations.d.ts +40 -0
- package/dist/esm/api/emailServices/operations.js +222 -0
- package/dist/esm/api/emailServices/operations.js.map +1 -0
- package/dist/esm/api/emailServices/options.d.ts +29 -0
- package/dist/esm/api/emailServices/options.js +4 -0
- package/dist/esm/api/emailServices/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +31 -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.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/senderUsernames/index.d.ts +3 -0
- package/dist/esm/api/senderUsernames/index.js +4 -0
- package/dist/esm/api/senderUsernames/index.js.map +1 -0
- package/dist/esm/api/senderUsernames/operations.d.ts +27 -0
- package/dist/esm/api/senderUsernames/operations.js +129 -0
- package/dist/esm/api/senderUsernames/operations.js.map +1 -0
- package/dist/esm/api/senderUsernames/options.d.ts +14 -0
- package/dist/esm/api/senderUsernames/options.js +4 -0
- package/dist/esm/api/senderUsernames/options.js.map +1 -0
- package/dist/esm/api/smtpUsernames/index.d.ts +3 -0
- package/dist/esm/api/smtpUsernames/index.js +4 -0
- package/dist/esm/api/smtpUsernames/index.js.map +1 -0
- package/dist/esm/api/smtpUsernames/operations.d.ts +27 -0
- package/dist/esm/api/smtpUsernames/operations.js +125 -0
- package/dist/esm/api/smtpUsernames/operations.js.map +1 -0
- package/dist/esm/api/smtpUsernames/options.d.ts +14 -0
- package/dist/esm/api/smtpUsernames/options.js +4 -0
- package/dist/esm/api/smtpUsernames/options.js.map +1 -0
- package/dist/esm/api/suppressionListAddresses/index.d.ts +3 -0
- package/dist/esm/api/suppressionListAddresses/index.js +4 -0
- package/dist/esm/api/suppressionListAddresses/index.js.map +1 -0
- package/dist/esm/api/suppressionListAddresses/operations.d.ts +27 -0
- package/dist/esm/api/suppressionListAddresses/operations.js +133 -0
- package/dist/esm/api/suppressionListAddresses/operations.js.map +1 -0
- package/dist/esm/api/suppressionListAddresses/options.d.ts +14 -0
- package/dist/esm/api/suppressionListAddresses/options.js +4 -0
- package/dist/esm/api/suppressionListAddresses/options.js.map +1 -0
- package/dist/esm/api/suppressionLists/index.d.ts +3 -0
- package/dist/esm/api/suppressionLists/index.js +4 -0
- package/dist/esm/api/suppressionLists/index.js.map +1 -0
- package/dist/esm/api/suppressionLists/operations.d.ts +27 -0
- package/dist/esm/api/suppressionLists/operations.js +129 -0
- package/dist/esm/api/suppressionLists/operations.js.map +1 -0
- package/dist/esm/api/suppressionLists/options.d.ts +14 -0
- package/dist/esm/api/suppressionLists/options.js +4 -0
- package/dist/esm/api/suppressionLists/options.js.map +1 -0
- package/dist/esm/classic/communicationServices/index.d.ts +44 -0
- package/dist/esm/classic/communicationServices/index.js +40 -0
- package/dist/esm/classic/communicationServices/index.js.map +1 -0
- package/dist/esm/classic/domains/index.d.ts +50 -0
- package/dist/esm/classic/domains/index.js +61 -0
- package/dist/esm/classic/domains/index.js.map +1 -0
- package/dist/esm/classic/emailServices/index.d.ts +42 -0
- package/dist/esm/classic/emailServices/index.js +45 -0
- package/dist/esm/classic/emailServices/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +9 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/senderUsernames/index.d.ts +22 -0
- package/dist/esm/classic/senderUsernames/index.js +17 -0
- package/dist/esm/classic/senderUsernames/index.js.map +1 -0
- package/dist/esm/classic/smtpUsernames/index.d.ts +22 -0
- package/dist/esm/classic/smtpUsernames/index.js +17 -0
- package/dist/esm/classic/smtpUsernames/index.js.map +1 -0
- package/dist/esm/classic/suppressionListAddresses/index.d.ts +22 -0
- package/dist/esm/classic/suppressionListAddresses/index.js +17 -0
- package/dist/esm/classic/suppressionListAddresses/index.js.map +1 -0
- package/dist/esm/classic/suppressionLists/index.d.ts +22 -0
- package/dist/esm/classic/suppressionLists/index.js +17 -0
- package/dist/esm/classic/suppressionLists/index.js.map +1 -0
- package/dist/esm/communicationServiceManagementClient.d.ts +34 -25
- package/dist/esm/communicationServiceManagementClient.js +46 -108
- package/dist/esm/communicationServiceManagementClient.js.map +1 -1
- package/dist/esm/index.d.ts +21 -3
- package/dist/esm/index.js +4 -6
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -1267
- package/dist/esm/models/index.js +1 -194
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +991 -0
- package/dist/esm/models/models.js +979 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +111 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/communicationServiceManagementContext.d.ts +22 -0
- package/dist/react-native/api/communicationServiceManagementContext.js +24 -0
- package/dist/react-native/api/communicationServiceManagementContext.js.map +1 -0
- package/dist/react-native/api/communicationServices/index.d.ts +3 -0
- package/dist/react-native/api/communicationServices/index.js +4 -0
- package/dist/react-native/api/communicationServices/index.js.map +1 -0
- package/dist/react-native/api/communicationServices/operations.d.ts +52 -0
- package/dist/react-native/api/communicationServices/operations.js +305 -0
- package/dist/react-native/api/communicationServices/operations.js.map +1 -0
- package/dist/react-native/api/communicationServices/options.d.ts +39 -0
- package/dist/react-native/api/communicationServices/options.js +4 -0
- package/dist/react-native/api/communicationServices/options.js.map +1 -0
- package/dist/react-native/api/domains/index.d.ts +3 -0
- package/dist/react-native/api/domains/index.js +4 -0
- package/dist/react-native/api/domains/index.js.map +1 -0
- package/dist/react-native/api/domains/operations.d.ts +40 -0
- package/dist/react-native/api/domains/operations.js +242 -0
- package/dist/react-native/api/domains/operations.js.map +1 -0
- package/dist/react-native/api/domains/options.d.ts +33 -0
- package/dist/react-native/api/domains/options.js +4 -0
- package/dist/react-native/api/domains/options.js.map +1 -0
- package/dist/react-native/api/emailServices/index.d.ts +3 -0
- package/dist/react-native/api/emailServices/index.js +4 -0
- package/dist/react-native/api/emailServices/index.js.map +1 -0
- package/dist/react-native/api/emailServices/operations.d.ts +40 -0
- package/dist/react-native/api/emailServices/operations.js +222 -0
- package/dist/react-native/api/emailServices/operations.js.map +1 -0
- package/dist/react-native/api/emailServices/options.d.ts +29 -0
- package/dist/react-native/api/emailServices/options.js +4 -0
- package/dist/react-native/api/emailServices/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +3 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +31 -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.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/senderUsernames/index.d.ts +3 -0
- package/dist/react-native/api/senderUsernames/index.js +4 -0
- package/dist/react-native/api/senderUsernames/index.js.map +1 -0
- package/dist/react-native/api/senderUsernames/operations.d.ts +27 -0
- package/dist/react-native/api/senderUsernames/operations.js +129 -0
- package/dist/react-native/api/senderUsernames/operations.js.map +1 -0
- package/dist/react-native/api/senderUsernames/options.d.ts +14 -0
- package/dist/react-native/api/senderUsernames/options.js +4 -0
- package/dist/react-native/api/senderUsernames/options.js.map +1 -0
- package/dist/react-native/api/smtpUsernames/index.d.ts +3 -0
- package/dist/react-native/api/smtpUsernames/index.js +4 -0
- package/dist/react-native/api/smtpUsernames/index.js.map +1 -0
- package/dist/react-native/api/smtpUsernames/operations.d.ts +27 -0
- package/dist/react-native/api/smtpUsernames/operations.js +125 -0
- package/dist/react-native/api/smtpUsernames/operations.js.map +1 -0
- package/dist/react-native/api/smtpUsernames/options.d.ts +14 -0
- package/dist/react-native/api/smtpUsernames/options.js +4 -0
- package/dist/react-native/api/smtpUsernames/options.js.map +1 -0
- package/dist/react-native/api/suppressionListAddresses/index.d.ts +3 -0
- package/dist/react-native/api/suppressionListAddresses/index.js +4 -0
- package/dist/react-native/api/suppressionListAddresses/index.js.map +1 -0
- package/dist/react-native/api/suppressionListAddresses/operations.d.ts +27 -0
- package/dist/react-native/api/suppressionListAddresses/operations.js +133 -0
- package/dist/react-native/api/suppressionListAddresses/operations.js.map +1 -0
- package/dist/react-native/api/suppressionListAddresses/options.d.ts +14 -0
- package/dist/react-native/api/suppressionListAddresses/options.js +4 -0
- package/dist/react-native/api/suppressionListAddresses/options.js.map +1 -0
- package/dist/react-native/api/suppressionLists/index.d.ts +3 -0
- package/dist/react-native/api/suppressionLists/index.js +4 -0
- package/dist/react-native/api/suppressionLists/index.js.map +1 -0
- package/dist/react-native/api/suppressionLists/operations.d.ts +27 -0
- package/dist/react-native/api/suppressionLists/operations.js +129 -0
- package/dist/react-native/api/suppressionLists/operations.js.map +1 -0
- package/dist/react-native/api/suppressionLists/options.d.ts +14 -0
- package/dist/react-native/api/suppressionLists/options.js +4 -0
- package/dist/react-native/api/suppressionLists/options.js.map +1 -0
- package/dist/react-native/classic/communicationServices/index.d.ts +44 -0
- package/dist/react-native/classic/communicationServices/index.js +40 -0
- package/dist/react-native/classic/communicationServices/index.js.map +1 -0
- package/dist/react-native/classic/domains/index.d.ts +50 -0
- package/dist/react-native/classic/domains/index.js +61 -0
- package/dist/react-native/classic/domains/index.js.map +1 -0
- package/dist/react-native/classic/emailServices/index.d.ts +42 -0
- package/dist/react-native/classic/emailServices/index.js +45 -0
- package/dist/react-native/classic/emailServices/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +9 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +14 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/senderUsernames/index.d.ts +22 -0
- package/dist/react-native/classic/senderUsernames/index.js +17 -0
- package/dist/react-native/classic/senderUsernames/index.js.map +1 -0
- package/dist/react-native/classic/smtpUsernames/index.d.ts +22 -0
- package/dist/react-native/classic/smtpUsernames/index.js +17 -0
- package/dist/react-native/classic/smtpUsernames/index.js.map +1 -0
- package/dist/react-native/classic/suppressionListAddresses/index.d.ts +22 -0
- package/dist/react-native/classic/suppressionListAddresses/index.js +17 -0
- package/dist/react-native/classic/suppressionListAddresses/index.js.map +1 -0
- package/dist/react-native/classic/suppressionLists/index.d.ts +22 -0
- package/dist/react-native/classic/suppressionLists/index.js +17 -0
- package/dist/react-native/classic/suppressionLists/index.js.map +1 -0
- package/dist/react-native/communicationServiceManagementClient.d.ts +34 -25
- package/dist/react-native/communicationServiceManagementClient.js +46 -108
- package/dist/react-native/communicationServiceManagementClient.js.map +1 -1
- package/dist/react-native/index.d.ts +21 -3
- package/dist/react-native/index.js +4 -6
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -1267
- package/dist/react-native/models/index.js +1 -194
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +991 -0
- package/dist/react-native/models/models.js +979 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +111 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +200 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +267 -95
- package/dist/browser/communicationServiceManagementClient.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -20
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -56
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1452
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -31
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -257
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/communicationServices.d.ts +0 -128
- package/dist/browser/operations/communicationServices.d.ts.map +0 -1
- package/dist/browser/operations/communicationServices.js +0 -571
- package/dist/browser/operations/communicationServices.js.map +0 -1
- package/dist/browser/operations/domains.d.ts +0 -138
- package/dist/browser/operations/domains.d.ts.map +0 -1
- package/dist/browser/operations/domains.js +0 -647
- package/dist/browser/operations/domains.js.map +0 -1
- package/dist/browser/operations/emailServices.d.ts +0 -112
- package/dist/browser/operations/emailServices.d.ts.map +0 -1
- package/dist/browser/operations/emailServices.js +0 -527
- package/dist/browser/operations/emailServices.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -9
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -13
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -111
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/senderUsernames.d.ts +0 -70
- package/dist/browser/operations/senderUsernames.d.ts.map +0 -1
- package/dist/browser/operations/senderUsernames.js +0 -260
- package/dist/browser/operations/senderUsernames.js.map +0 -1
- package/dist/browser/operations/smtpUsernames.d.ts +0 -63
- package/dist/browser/operations/smtpUsernames.d.ts.map +0 -1
- package/dist/browser/operations/smtpUsernames.js +0 -235
- package/dist/browser/operations/smtpUsernames.js.map +0 -1
- package/dist/browser/operations/suppressionListAddresses.d.ts +0 -75
- package/dist/browser/operations/suppressionListAddresses.d.ts.map +0 -1
- package/dist/browser/operations/suppressionListAddresses.js +0 -286
- package/dist/browser/operations/suppressionListAddresses.js.map +0 -1
- package/dist/browser/operations/suppressionLists.d.ts +0 -70
- package/dist/browser/operations/suppressionLists.d.ts.map +0 -1
- package/dist/browser/operations/suppressionLists.js +0 -260
- package/dist/browser/operations/suppressionLists.js.map +0 -1
- package/dist/browser/operationsInterfaces/communicationServices.d.ts +0 -92
- package/dist/browser/operationsInterfaces/communicationServices.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/communicationServices.js +0 -4
- package/dist/browser/operationsInterfaces/communicationServices.js.map +0 -1
- package/dist/browser/operationsInterfaces/domains.d.ts +0 -112
- package/dist/browser/operationsInterfaces/domains.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/domains.js +0 -4
- package/dist/browser/operationsInterfaces/domains.js.map +0 -1
- package/dist/browser/operationsInterfaces/emailServices.d.ts +0 -76
- package/dist/browser/operationsInterfaces/emailServices.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/emailServices.js +0 -4
- package/dist/browser/operationsInterfaces/emailServices.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -9
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -13
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -4
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/senderUsernames.d.ts +0 -43
- package/dist/browser/operationsInterfaces/senderUsernames.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/senderUsernames.js +0 -4
- package/dist/browser/operationsInterfaces/senderUsernames.js.map +0 -1
- package/dist/browser/operationsInterfaces/smtpUsernames.d.ts +0 -38
- package/dist/browser/operationsInterfaces/smtpUsernames.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/smtpUsernames.js +0 -4
- package/dist/browser/operationsInterfaces/smtpUsernames.js.map +0 -1
- package/dist/browser/operationsInterfaces/suppressionListAddresses.d.ts +0 -46
- package/dist/browser/operationsInterfaces/suppressionListAddresses.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/suppressionListAddresses.js +0 -4
- package/dist/browser/operationsInterfaces/suppressionListAddresses.js.map +0 -1
- package/dist/browser/operationsInterfaces/suppressionLists.d.ts +0 -43
- package/dist/browser/operationsInterfaces/suppressionLists.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/suppressionLists.js +0 -4
- package/dist/browser/operationsInterfaces/suppressionLists.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -25
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/communicationServiceManagementClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -23
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -56
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1456
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -31
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -260
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/communicationServices.d.ts +0 -128
- package/dist/commonjs/operations/communicationServices.d.ts.map +0 -1
- package/dist/commonjs/operations/communicationServices.js +0 -576
- package/dist/commonjs/operations/communicationServices.js.map +0 -1
- package/dist/commonjs/operations/domains.d.ts +0 -138
- package/dist/commonjs/operations/domains.d.ts.map +0 -1
- package/dist/commonjs/operations/domains.js +0 -652
- package/dist/commonjs/operations/domains.js.map +0 -1
- package/dist/commonjs/operations/emailServices.d.ts +0 -112
- package/dist/commonjs/operations/emailServices.d.ts.map +0 -1
- package/dist/commonjs/operations/emailServices.js +0 -532
- package/dist/commonjs/operations/emailServices.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -9
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -16
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -116
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/senderUsernames.d.ts +0 -70
- package/dist/commonjs/operations/senderUsernames.d.ts.map +0 -1
- package/dist/commonjs/operations/senderUsernames.js +0 -265
- package/dist/commonjs/operations/senderUsernames.js.map +0 -1
- package/dist/commonjs/operations/smtpUsernames.d.ts +0 -63
- package/dist/commonjs/operations/smtpUsernames.d.ts.map +0 -1
- package/dist/commonjs/operations/smtpUsernames.js +0 -240
- package/dist/commonjs/operations/smtpUsernames.js.map +0 -1
- package/dist/commonjs/operations/suppressionListAddresses.d.ts +0 -75
- package/dist/commonjs/operations/suppressionListAddresses.d.ts.map +0 -1
- package/dist/commonjs/operations/suppressionListAddresses.js +0 -291
- package/dist/commonjs/operations/suppressionListAddresses.js.map +0 -1
- package/dist/commonjs/operations/suppressionLists.d.ts +0 -70
- package/dist/commonjs/operations/suppressionLists.d.ts.map +0 -1
- package/dist/commonjs/operations/suppressionLists.js +0 -265
- package/dist/commonjs/operations/suppressionLists.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/communicationServices.d.ts +0 -92
- package/dist/commonjs/operationsInterfaces/communicationServices.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/communicationServices.js +0 -5
- package/dist/commonjs/operationsInterfaces/communicationServices.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/domains.d.ts +0 -112
- package/dist/commonjs/operationsInterfaces/domains.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/domains.js +0 -5
- package/dist/commonjs/operationsInterfaces/domains.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/emailServices.d.ts +0 -76
- package/dist/commonjs/operationsInterfaces/emailServices.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/emailServices.js +0 -5
- package/dist/commonjs/operationsInterfaces/emailServices.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -9
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -16
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/senderUsernames.d.ts +0 -43
- package/dist/commonjs/operationsInterfaces/senderUsernames.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/senderUsernames.js +0 -5
- package/dist/commonjs/operationsInterfaces/senderUsernames.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/smtpUsernames.d.ts +0 -38
- package/dist/commonjs/operationsInterfaces/smtpUsernames.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/smtpUsernames.js +0 -5
- package/dist/commonjs/operationsInterfaces/smtpUsernames.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/suppressionListAddresses.d.ts +0 -46
- package/dist/commonjs/operationsInterfaces/suppressionListAddresses.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/suppressionListAddresses.js +0 -5
- package/dist/commonjs/operationsInterfaces/suppressionListAddresses.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/suppressionLists.d.ts +0 -43
- package/dist/commonjs/operationsInterfaces/suppressionLists.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/suppressionLists.js +0 -5
- package/dist/commonjs/operationsInterfaces/suppressionLists.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -29
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/communicationServiceManagementClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -20
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -56
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1452
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -31
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -257
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/communicationServices.d.ts +0 -128
- package/dist/esm/operations/communicationServices.d.ts.map +0 -1
- package/dist/esm/operations/communicationServices.js +0 -571
- package/dist/esm/operations/communicationServices.js.map +0 -1
- package/dist/esm/operations/domains.d.ts +0 -138
- package/dist/esm/operations/domains.d.ts.map +0 -1
- package/dist/esm/operations/domains.js +0 -647
- package/dist/esm/operations/domains.js.map +0 -1
- package/dist/esm/operations/emailServices.d.ts +0 -112
- package/dist/esm/operations/emailServices.d.ts.map +0 -1
- package/dist/esm/operations/emailServices.js +0 -527
- package/dist/esm/operations/emailServices.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -9
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -13
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -111
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/senderUsernames.d.ts +0 -70
- package/dist/esm/operations/senderUsernames.d.ts.map +0 -1
- package/dist/esm/operations/senderUsernames.js +0 -260
- package/dist/esm/operations/senderUsernames.js.map +0 -1
- package/dist/esm/operations/smtpUsernames.d.ts +0 -63
- package/dist/esm/operations/smtpUsernames.d.ts.map +0 -1
- package/dist/esm/operations/smtpUsernames.js +0 -235
- package/dist/esm/operations/smtpUsernames.js.map +0 -1
- package/dist/esm/operations/suppressionListAddresses.d.ts +0 -75
- package/dist/esm/operations/suppressionListAddresses.d.ts.map +0 -1
- package/dist/esm/operations/suppressionListAddresses.js +0 -286
- package/dist/esm/operations/suppressionListAddresses.js.map +0 -1
- package/dist/esm/operations/suppressionLists.d.ts +0 -70
- package/dist/esm/operations/suppressionLists.d.ts.map +0 -1
- package/dist/esm/operations/suppressionLists.js +0 -260
- package/dist/esm/operations/suppressionLists.js.map +0 -1
- package/dist/esm/operationsInterfaces/communicationServices.d.ts +0 -92
- package/dist/esm/operationsInterfaces/communicationServices.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/communicationServices.js +0 -4
- package/dist/esm/operationsInterfaces/communicationServices.js.map +0 -1
- package/dist/esm/operationsInterfaces/domains.d.ts +0 -112
- package/dist/esm/operationsInterfaces/domains.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/domains.js +0 -4
- package/dist/esm/operationsInterfaces/domains.js.map +0 -1
- package/dist/esm/operationsInterfaces/emailServices.d.ts +0 -76
- package/dist/esm/operationsInterfaces/emailServices.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/emailServices.js +0 -4
- package/dist/esm/operationsInterfaces/emailServices.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -9
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -13
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -4
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/senderUsernames.d.ts +0 -43
- package/dist/esm/operationsInterfaces/senderUsernames.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/senderUsernames.js +0 -4
- package/dist/esm/operationsInterfaces/senderUsernames.js.map +0 -1
- package/dist/esm/operationsInterfaces/smtpUsernames.d.ts +0 -38
- package/dist/esm/operationsInterfaces/smtpUsernames.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/smtpUsernames.js +0 -4
- package/dist/esm/operationsInterfaces/smtpUsernames.js.map +0 -1
- package/dist/esm/operationsInterfaces/suppressionListAddresses.d.ts +0 -46
- package/dist/esm/operationsInterfaces/suppressionListAddresses.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/suppressionListAddresses.js +0 -4
- package/dist/esm/operationsInterfaces/suppressionListAddresses.js.map +0 -1
- package/dist/esm/operationsInterfaces/suppressionLists.d.ts +0 -43
- package/dist/esm/operationsInterfaces/suppressionLists.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/suppressionLists.js +0 -4
- package/dist/esm/operationsInterfaces/suppressionLists.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -25
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/communicationServiceManagementClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -20
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -56
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1452
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -31
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -257
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/communicationServices.d.ts +0 -128
- package/dist/react-native/operations/communicationServices.d.ts.map +0 -1
- package/dist/react-native/operations/communicationServices.js +0 -571
- package/dist/react-native/operations/communicationServices.js.map +0 -1
- package/dist/react-native/operations/domains.d.ts +0 -138
- package/dist/react-native/operations/domains.d.ts.map +0 -1
- package/dist/react-native/operations/domains.js +0 -647
- package/dist/react-native/operations/domains.js.map +0 -1
- package/dist/react-native/operations/emailServices.d.ts +0 -112
- package/dist/react-native/operations/emailServices.d.ts.map +0 -1
- package/dist/react-native/operations/emailServices.js +0 -527
- package/dist/react-native/operations/emailServices.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -9
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -13
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -111
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/senderUsernames.d.ts +0 -70
- package/dist/react-native/operations/senderUsernames.d.ts.map +0 -1
- package/dist/react-native/operations/senderUsernames.js +0 -260
- package/dist/react-native/operations/senderUsernames.js.map +0 -1
- package/dist/react-native/operations/smtpUsernames.d.ts +0 -63
- package/dist/react-native/operations/smtpUsernames.d.ts.map +0 -1
- package/dist/react-native/operations/smtpUsernames.js +0 -235
- package/dist/react-native/operations/smtpUsernames.js.map +0 -1
- package/dist/react-native/operations/suppressionListAddresses.d.ts +0 -75
- package/dist/react-native/operations/suppressionListAddresses.d.ts.map +0 -1
- package/dist/react-native/operations/suppressionListAddresses.js +0 -286
- package/dist/react-native/operations/suppressionListAddresses.js.map +0 -1
- package/dist/react-native/operations/suppressionLists.d.ts +0 -70
- package/dist/react-native/operations/suppressionLists.d.ts.map +0 -1
- package/dist/react-native/operations/suppressionLists.js +0 -260
- package/dist/react-native/operations/suppressionLists.js.map +0 -1
- package/dist/react-native/operationsInterfaces/communicationServices.d.ts +0 -92
- package/dist/react-native/operationsInterfaces/communicationServices.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/communicationServices.js +0 -4
- package/dist/react-native/operationsInterfaces/communicationServices.js.map +0 -1
- package/dist/react-native/operationsInterfaces/domains.d.ts +0 -112
- package/dist/react-native/operationsInterfaces/domains.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/domains.js +0 -4
- package/dist/react-native/operationsInterfaces/domains.js.map +0 -1
- package/dist/react-native/operationsInterfaces/emailServices.d.ts +0 -76
- package/dist/react-native/operationsInterfaces/emailServices.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/emailServices.js +0 -4
- package/dist/react-native/operationsInterfaces/emailServices.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -9
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -13
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -4
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/senderUsernames.d.ts +0 -43
- package/dist/react-native/operationsInterfaces/senderUsernames.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/senderUsernames.js +0 -4
- package/dist/react-native/operationsInterfaces/senderUsernames.js.map +0 -1
- package/dist/react-native/operationsInterfaces/smtpUsernames.d.ts +0 -38
- package/dist/react-native/operationsInterfaces/smtpUsernames.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/smtpUsernames.js +0 -4
- package/dist/react-native/operationsInterfaces/smtpUsernames.js.map +0 -1
- package/dist/react-native/operationsInterfaces/suppressionListAddresses.d.ts +0 -46
- package/dist/react-native/operationsInterfaces/suppressionListAddresses.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/suppressionListAddresses.js +0 -4
- package/dist/react-native/operationsInterfaces/suppressionListAddresses.js.map +0 -1
- package/dist/react-native/operationsInterfaces/suppressionLists.d.ts +0 -43
- package/dist/react-native/operationsInterfaces/suppressionLists.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/suppressionLists.js +0 -4
- package/dist/react-native/operationsInterfaces/suppressionLists.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -25
- package/dist/react-native/pagingHelper.js.map +0 -1
|
@@ -1,1268 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export interface OperationListResult {
|
|
4
|
-
/**
|
|
5
|
-
* List of operations supported by the resource provider
|
|
6
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7
|
-
*/
|
|
8
|
-
readonly value?: Operation[];
|
|
9
|
-
/**
|
|
10
|
-
* URL to get the next set of operation list results (if there are any).
|
|
11
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
12
|
-
*/
|
|
13
|
-
readonly nextLink?: string;
|
|
14
|
-
}
|
|
15
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
16
|
-
export interface Operation {
|
|
17
|
-
/**
|
|
18
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
19
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
20
|
-
*/
|
|
21
|
-
readonly name?: string;
|
|
22
|
-
/**
|
|
23
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
24
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
25
|
-
*/
|
|
26
|
-
readonly isDataAction?: boolean;
|
|
27
|
-
/** Localized display information for this particular operation. */
|
|
28
|
-
display?: OperationDisplay;
|
|
29
|
-
/**
|
|
30
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
31
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
32
|
-
*/
|
|
33
|
-
readonly origin?: Origin;
|
|
34
|
-
/**
|
|
35
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
36
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
37
|
-
*/
|
|
38
|
-
readonly actionType?: ActionType;
|
|
39
|
-
}
|
|
40
|
-
/** Localized display information for this particular operation. */
|
|
41
|
-
export interface OperationDisplay {
|
|
42
|
-
/**
|
|
43
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
44
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
45
|
-
*/
|
|
46
|
-
readonly provider?: string;
|
|
47
|
-
/**
|
|
48
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
49
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
50
|
-
*/
|
|
51
|
-
readonly resource?: string;
|
|
52
|
-
/**
|
|
53
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
54
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
55
|
-
*/
|
|
56
|
-
readonly operation?: string;
|
|
57
|
-
/**
|
|
58
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
59
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
60
|
-
*/
|
|
61
|
-
readonly description?: string;
|
|
62
|
-
}
|
|
63
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
64
|
-
export interface ErrorResponse {
|
|
65
|
-
/** The error object. */
|
|
66
|
-
error?: ErrorDetail;
|
|
67
|
-
}
|
|
68
|
-
/** The error detail. */
|
|
69
|
-
export interface ErrorDetail {
|
|
70
|
-
/**
|
|
71
|
-
* The error code.
|
|
72
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
73
|
-
*/
|
|
74
|
-
readonly code?: string;
|
|
75
|
-
/**
|
|
76
|
-
* The error message.
|
|
77
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
78
|
-
*/
|
|
79
|
-
readonly message?: string;
|
|
80
|
-
/**
|
|
81
|
-
* The error target.
|
|
82
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
83
|
-
*/
|
|
84
|
-
readonly target?: string;
|
|
85
|
-
/**
|
|
86
|
-
* The error details.
|
|
87
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
88
|
-
*/
|
|
89
|
-
readonly details?: ErrorDetail[];
|
|
90
|
-
/**
|
|
91
|
-
* The error additional info.
|
|
92
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
93
|
-
*/
|
|
94
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
95
|
-
}
|
|
96
|
-
/** The resource management error additional info. */
|
|
97
|
-
export interface ErrorAdditionalInfo {
|
|
98
|
-
/**
|
|
99
|
-
* The additional info type.
|
|
100
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
-
*/
|
|
102
|
-
readonly type?: string;
|
|
103
|
-
/**
|
|
104
|
-
* The additional info.
|
|
105
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
106
|
-
*/
|
|
107
|
-
readonly info?: Record<string, unknown>;
|
|
108
|
-
}
|
|
109
|
-
/** The check availability request body. */
|
|
110
|
-
export interface CheckNameAvailabilityRequest {
|
|
111
|
-
/** The name of the resource for which availability needs to be checked. */
|
|
112
|
-
name?: string;
|
|
113
|
-
/** The resource type. */
|
|
114
|
-
type?: string;
|
|
115
|
-
}
|
|
116
|
-
/** The check availability result. */
|
|
117
|
-
export interface CheckNameAvailabilityResponse {
|
|
118
|
-
/** Indicates if the resource name is available. */
|
|
119
|
-
nameAvailable?: boolean;
|
|
120
|
-
/** The reason why the given name is not available. */
|
|
121
|
-
reason?: CheckNameAvailabilityReason;
|
|
122
|
-
/** Detailed reason why the given name is available. */
|
|
123
|
-
message?: string;
|
|
124
|
-
}
|
|
125
|
-
/** Description of an Azure Notification Hub to link to the communication service */
|
|
126
|
-
export interface LinkNotificationHubParameters {
|
|
127
|
-
/** The resource ID of the notification hub */
|
|
128
|
-
resourceId: string;
|
|
129
|
-
/** Connection string for the notification hub */
|
|
130
|
-
connectionString: string;
|
|
131
|
-
}
|
|
132
|
-
/** A notification hub that has been linked to the communication service */
|
|
133
|
-
export interface LinkedNotificationHub {
|
|
134
|
-
/** The resource ID of the notification hub */
|
|
135
|
-
resourceId?: string;
|
|
136
|
-
}
|
|
137
|
-
/** Object that includes an array of CommunicationServices and a possible link for next set. */
|
|
138
|
-
export interface CommunicationServiceResourceList {
|
|
139
|
-
/** List of CommunicationService */
|
|
140
|
-
value?: CommunicationServiceResource[];
|
|
141
|
-
/**
|
|
142
|
-
* The URL the client should use to fetch the next page (per server side paging).
|
|
143
|
-
* It's null for now, added for future use.
|
|
144
|
-
*/
|
|
145
|
-
nextLink?: string;
|
|
146
|
-
}
|
|
147
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
148
|
-
export interface ManagedServiceIdentity {
|
|
149
|
-
/**
|
|
150
|
-
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
151
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
152
|
-
*/
|
|
153
|
-
readonly principalId?: string;
|
|
154
|
-
/**
|
|
155
|
-
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
156
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
157
|
-
*/
|
|
158
|
-
readonly tenantId?: string;
|
|
159
|
-
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
160
|
-
type: ManagedServiceIdentityType;
|
|
161
|
-
/** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
|
|
162
|
-
userAssignedIdentities?: {
|
|
163
|
-
[propertyName: string]: UserAssignedIdentity | null;
|
|
164
|
-
};
|
|
165
|
-
}
|
|
166
|
-
/** User assigned identity properties */
|
|
167
|
-
export interface UserAssignedIdentity {
|
|
168
|
-
/**
|
|
169
|
-
* The principal ID of the assigned identity.
|
|
170
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
171
|
-
*/
|
|
172
|
-
readonly principalId?: string;
|
|
173
|
-
/**
|
|
174
|
-
* The client ID of the assigned identity.
|
|
175
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
176
|
-
*/
|
|
177
|
-
readonly clientId?: string;
|
|
178
|
-
}
|
|
179
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
180
|
-
export interface Resource {
|
|
181
|
-
/**
|
|
182
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
183
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
184
|
-
*/
|
|
185
|
-
readonly id?: string;
|
|
186
|
-
/**
|
|
187
|
-
* The name of the resource
|
|
188
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
189
|
-
*/
|
|
190
|
-
readonly name?: string;
|
|
191
|
-
/**
|
|
192
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
193
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
194
|
-
*/
|
|
195
|
-
readonly type?: string;
|
|
196
|
-
/**
|
|
197
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
198
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
199
|
-
*/
|
|
200
|
-
readonly systemData?: SystemData;
|
|
201
|
-
}
|
|
202
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
203
|
-
export interface SystemData {
|
|
204
|
-
/** The identity that created the resource. */
|
|
205
|
-
createdBy?: string;
|
|
206
|
-
/** The type of identity that created the resource. */
|
|
207
|
-
createdByType?: CreatedByType;
|
|
208
|
-
/** The timestamp of resource creation (UTC). */
|
|
209
|
-
createdAt?: Date;
|
|
210
|
-
/** The identity that last modified the resource. */
|
|
211
|
-
lastModifiedBy?: string;
|
|
212
|
-
/** The type of identity that last modified the resource. */
|
|
213
|
-
lastModifiedByType?: CreatedByType;
|
|
214
|
-
/** The timestamp of resource last modification (UTC) */
|
|
215
|
-
lastModifiedAt?: Date;
|
|
216
|
-
}
|
|
217
|
-
/** An ARM resource with that can accept tags */
|
|
218
|
-
export interface TaggedResource {
|
|
219
|
-
/** Tags of the service which is a list of key value pairs that describe the resource. */
|
|
220
|
-
tags?: {
|
|
221
|
-
[propertyName: string]: string;
|
|
222
|
-
};
|
|
223
|
-
}
|
|
224
|
-
/** A class representing the access keys of a CommunicationService. */
|
|
225
|
-
export interface CommunicationServiceKeys {
|
|
226
|
-
/** The primary access key. */
|
|
227
|
-
primaryKey?: string;
|
|
228
|
-
/** The secondary access key. */
|
|
229
|
-
secondaryKey?: string;
|
|
230
|
-
/** CommunicationService connection string constructed via the primaryKey */
|
|
231
|
-
primaryConnectionString?: string;
|
|
232
|
-
/** CommunicationService connection string constructed via the secondaryKey */
|
|
233
|
-
secondaryConnectionString?: string;
|
|
234
|
-
}
|
|
235
|
-
/** Parameters describes the request to regenerate access keys */
|
|
236
|
-
export interface RegenerateKeyParameters {
|
|
237
|
-
/** The keyType to regenerate. Must be either 'primary' or 'secondary'(case-insensitive). */
|
|
238
|
-
keyType?: KeyType;
|
|
239
|
-
}
|
|
240
|
-
/** List of VerificationStatusRecord */
|
|
241
|
-
export interface DomainPropertiesVerificationStates {
|
|
242
|
-
/** A class that represents a VerificationStatus record. */
|
|
243
|
-
domain?: VerificationStatusRecord;
|
|
244
|
-
/** A class that represents a VerificationStatus record. */
|
|
245
|
-
spf?: VerificationStatusRecord;
|
|
246
|
-
/** A class that represents a VerificationStatus record. */
|
|
247
|
-
dkim?: VerificationStatusRecord;
|
|
248
|
-
/** A class that represents a VerificationStatus record. */
|
|
249
|
-
dkim2?: VerificationStatusRecord;
|
|
250
|
-
/** A class that represents a VerificationStatus record. */
|
|
251
|
-
dmarc?: VerificationStatusRecord;
|
|
252
|
-
}
|
|
253
|
-
/** A class that represents a VerificationStatus record. */
|
|
254
|
-
export interface VerificationStatusRecord {
|
|
255
|
-
/**
|
|
256
|
-
* Status of the verification operation.
|
|
257
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
258
|
-
*/
|
|
259
|
-
readonly status?: VerificationStatus;
|
|
260
|
-
/**
|
|
261
|
-
* Error code. This property will only be present if the status is UnableToVerify.
|
|
262
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
263
|
-
*/
|
|
264
|
-
readonly errorCode?: string;
|
|
265
|
-
}
|
|
266
|
-
/** List of DnsRecord */
|
|
267
|
-
export interface DomainPropertiesVerificationRecords {
|
|
268
|
-
/** A class that represents a VerificationStatus record. */
|
|
269
|
-
domain?: DnsRecord;
|
|
270
|
-
/** A class that represents a VerificationStatus record. */
|
|
271
|
-
spf?: DnsRecord;
|
|
272
|
-
/** A class that represents a VerificationStatus record. */
|
|
273
|
-
dkim?: DnsRecord;
|
|
274
|
-
/** A class that represents a VerificationStatus record. */
|
|
275
|
-
dkim2?: DnsRecord;
|
|
276
|
-
/** A class that represents a VerificationStatus record. */
|
|
277
|
-
dmarc?: DnsRecord;
|
|
278
|
-
}
|
|
279
|
-
/** A class that represents a VerificationStatus record. */
|
|
280
|
-
export interface DnsRecord {
|
|
281
|
-
/**
|
|
282
|
-
* Type of the DNS record. Example: TXT
|
|
283
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
284
|
-
*/
|
|
285
|
-
readonly type?: string;
|
|
286
|
-
/**
|
|
287
|
-
* Name of the DNS record.
|
|
288
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
289
|
-
*/
|
|
290
|
-
readonly name?: string;
|
|
291
|
-
/**
|
|
292
|
-
* Value of the DNS record.
|
|
293
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
294
|
-
*/
|
|
295
|
-
readonly value?: string;
|
|
296
|
-
/**
|
|
297
|
-
* Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
|
|
298
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
299
|
-
*/
|
|
300
|
-
readonly ttl?: number;
|
|
301
|
-
}
|
|
302
|
-
/** Object that includes an array of Domains resource and a possible link for next set. */
|
|
303
|
-
export interface DomainResourceList {
|
|
304
|
-
/** List of Domains resource */
|
|
305
|
-
value?: DomainResource[];
|
|
306
|
-
/**
|
|
307
|
-
* The URL the client should use to fetch the next page (per server side paging).
|
|
308
|
-
* It's null for now, added for future use.
|
|
309
|
-
*/
|
|
310
|
-
nextLink?: string;
|
|
311
|
-
}
|
|
312
|
-
/** Input parameter for verification APIs */
|
|
313
|
-
export interface VerificationParameter {
|
|
314
|
-
/** Type of verification. */
|
|
315
|
-
verificationType: VerificationType;
|
|
316
|
-
}
|
|
317
|
-
/** Object that includes an array of EmailServices and a possible link for next set. */
|
|
318
|
-
export interface EmailServiceResourceList {
|
|
319
|
-
/** List of EmailService */
|
|
320
|
-
value?: EmailServiceResource[];
|
|
321
|
-
/**
|
|
322
|
-
* The URL the client should use to fetch the next page (per server side paging).
|
|
323
|
-
* It's null for now, added for future use.
|
|
324
|
-
*/
|
|
325
|
-
nextLink?: string;
|
|
326
|
-
}
|
|
327
|
-
/** A class representing a Domains SenderUsernames collection. */
|
|
328
|
-
export interface SenderUsernameResourceCollection {
|
|
329
|
-
/** List of SenderUsernames */
|
|
330
|
-
value?: SenderUsernameResource[];
|
|
331
|
-
/** The URL the client should use to fetch the next page (per server side paging). */
|
|
332
|
-
nextLink?: string;
|
|
333
|
-
}
|
|
334
|
-
/** Collection of SmtpUsername resources. Response will include a nextLink if response contains more pages. */
|
|
335
|
-
export interface SmtpUsernameResourceCollection {
|
|
336
|
-
/** List of SmtpUsername resources. */
|
|
337
|
-
value?: SmtpUsernameResource[];
|
|
338
|
-
/** The URL the client should use to fetch the next page (per server side paging). */
|
|
339
|
-
nextLink?: string;
|
|
340
|
-
}
|
|
341
|
-
/** A class representing a Domains SuppressionListResource collection. */
|
|
342
|
-
export interface SuppressionListResourceCollection {
|
|
343
|
-
/** List of SuppressionListResource */
|
|
344
|
-
value?: SuppressionListResource[];
|
|
345
|
-
/** The URL the client should use to fetch the next page (per server side paging). */
|
|
346
|
-
nextLink?: string;
|
|
347
|
-
}
|
|
348
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
349
|
-
export interface ErrorResponseAutoGenerated {
|
|
350
|
-
/** The error object. */
|
|
351
|
-
error?: ErrorDetailAutoGenerated;
|
|
352
|
-
}
|
|
353
|
-
/** The error detail. */
|
|
354
|
-
export interface ErrorDetailAutoGenerated {
|
|
355
|
-
/**
|
|
356
|
-
* The error code.
|
|
357
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
358
|
-
*/
|
|
359
|
-
readonly code?: string;
|
|
360
|
-
/**
|
|
361
|
-
* The error message.
|
|
362
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
363
|
-
*/
|
|
364
|
-
readonly message?: string;
|
|
365
|
-
/**
|
|
366
|
-
* The error target.
|
|
367
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
368
|
-
*/
|
|
369
|
-
readonly target?: string;
|
|
370
|
-
/**
|
|
371
|
-
* The error details.
|
|
372
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
373
|
-
*/
|
|
374
|
-
readonly details?: ErrorDetailAutoGenerated[];
|
|
375
|
-
/**
|
|
376
|
-
* The error additional info.
|
|
377
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
378
|
-
*/
|
|
379
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
380
|
-
}
|
|
381
|
-
/** Collection of addresses in a suppression list. Response will include a nextLink if response contains more pages. */
|
|
382
|
-
export interface SuppressionListAddressResourceCollection {
|
|
383
|
-
/** List of suppressed email addresses. */
|
|
384
|
-
value?: SuppressionListAddressResource[];
|
|
385
|
-
/** The URL the client should use to fetch the next page (per server side paging). */
|
|
386
|
-
nextLink?: string;
|
|
387
|
-
}
|
|
388
|
-
/** Data POST-ed to the nameAvailability action */
|
|
389
|
-
export interface NameAvailabilityParameters extends CheckNameAvailabilityRequest {
|
|
390
|
-
}
|
|
391
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
392
|
-
export interface TrackedResource extends Resource {
|
|
393
|
-
/** Resource tags. */
|
|
394
|
-
tags?: {
|
|
395
|
-
[propertyName: string]: string;
|
|
396
|
-
};
|
|
397
|
-
/** The geo-location where the resource lives */
|
|
398
|
-
location: string;
|
|
399
|
-
}
|
|
400
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
401
|
-
export interface ProxyResource extends Resource {
|
|
402
|
-
}
|
|
403
|
-
/** A class representing update parameters for CommunicationService resource. */
|
|
404
|
-
export interface CommunicationServiceResourceUpdate extends TaggedResource {
|
|
405
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
406
|
-
identity?: ManagedServiceIdentity;
|
|
407
|
-
/** List of email Domain resource Ids. */
|
|
408
|
-
linkedDomains?: string[];
|
|
409
|
-
/** Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. Value is optional but if passed in, it must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. */
|
|
410
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
411
|
-
/** Disable local authentication for the CommunicationService. */
|
|
412
|
-
disableLocalAuth?: boolean;
|
|
413
|
-
}
|
|
414
|
-
/** A class that describes the PATCH request parameters of a Domains resource. */
|
|
415
|
-
export interface UpdateDomainRequestParameters extends TaggedResource {
|
|
416
|
-
/** Describes whether user engagement tracking is enabled or disabled. */
|
|
417
|
-
userEngagementTracking?: UserEngagementTracking;
|
|
418
|
-
}
|
|
419
|
-
/** A class representing update parameters for EmailService resource. */
|
|
420
|
-
export interface EmailServiceResourceUpdate extends TaggedResource {
|
|
421
|
-
}
|
|
422
|
-
/** A class representing a CommunicationService resource. */
|
|
423
|
-
export interface CommunicationServiceResource extends TrackedResource {
|
|
424
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
425
|
-
identity?: ManagedServiceIdentity;
|
|
426
|
-
/**
|
|
427
|
-
* Provisioning state of the resource.
|
|
428
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
429
|
-
*/
|
|
430
|
-
readonly provisioningState?: CommunicationServicesProvisioningState;
|
|
431
|
-
/**
|
|
432
|
-
* FQDN of the CommunicationService instance.
|
|
433
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
434
|
-
*/
|
|
435
|
-
readonly hostName?: string;
|
|
436
|
-
/** The location where the communication service stores its data at rest. */
|
|
437
|
-
dataLocation?: string;
|
|
438
|
-
/**
|
|
439
|
-
* Resource ID of an Azure Notification Hub linked to this resource.
|
|
440
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
441
|
-
*/
|
|
442
|
-
readonly notificationHubId?: string;
|
|
443
|
-
/**
|
|
444
|
-
* Version of the CommunicationService resource. Probably you need the same or higher version of client SDKs.
|
|
445
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
446
|
-
*/
|
|
447
|
-
readonly version?: string;
|
|
448
|
-
/**
|
|
449
|
-
* The immutable resource Id of the communication service.
|
|
450
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
451
|
-
*/
|
|
452
|
-
readonly immutableResourceId?: string;
|
|
453
|
-
/** List of email Domain resource Ids. */
|
|
454
|
-
linkedDomains?: string[];
|
|
455
|
-
/** Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. Value is optional but if passed in, it must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. */
|
|
456
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
457
|
-
/** Disable local authentication for the CommunicationService. */
|
|
458
|
-
disableLocalAuth?: boolean;
|
|
459
|
-
}
|
|
460
|
-
/** A class representing a Domains resource. */
|
|
461
|
-
export interface DomainResource extends TrackedResource {
|
|
462
|
-
/**
|
|
463
|
-
* Provisioning state of the resource.
|
|
464
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
465
|
-
*/
|
|
466
|
-
readonly provisioningState?: DomainsProvisioningState;
|
|
467
|
-
/**
|
|
468
|
-
* The location where the Domains resource data is stored at rest.
|
|
469
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
470
|
-
*/
|
|
471
|
-
readonly dataLocation?: string;
|
|
472
|
-
/**
|
|
473
|
-
* P2 sender domain that is displayed to the email recipients [RFC 5322].
|
|
474
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
475
|
-
*/
|
|
476
|
-
readonly fromSenderDomain?: string;
|
|
477
|
-
/**
|
|
478
|
-
* P1 sender domain that is present on the email envelope [RFC 5321].
|
|
479
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
480
|
-
*/
|
|
481
|
-
readonly mailFromSenderDomain?: string;
|
|
482
|
-
/** Describes how a Domains resource is being managed. */
|
|
483
|
-
domainManagement?: DomainManagement;
|
|
484
|
-
/**
|
|
485
|
-
* List of VerificationStatusRecord
|
|
486
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
487
|
-
*/
|
|
488
|
-
readonly verificationStates?: DomainPropertiesVerificationStates;
|
|
489
|
-
/**
|
|
490
|
-
* List of DnsRecord
|
|
491
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
492
|
-
*/
|
|
493
|
-
readonly verificationRecords?: DomainPropertiesVerificationRecords;
|
|
494
|
-
/** Describes whether user engagement tracking is enabled or disabled. */
|
|
495
|
-
userEngagementTracking?: UserEngagementTracking;
|
|
496
|
-
}
|
|
497
|
-
/** A class representing an EmailService resource. */
|
|
498
|
-
export interface EmailServiceResource extends TrackedResource {
|
|
499
|
-
/**
|
|
500
|
-
* Provisioning state of the resource.
|
|
501
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
502
|
-
*/
|
|
503
|
-
readonly provisioningState?: EmailServicesProvisioningState;
|
|
504
|
-
/** The location where the email service stores its data at rest. */
|
|
505
|
-
dataLocation?: string;
|
|
506
|
-
}
|
|
507
|
-
/** A class representing a SenderUsername resource. */
|
|
508
|
-
export interface SenderUsernameResource extends ProxyResource {
|
|
509
|
-
/**
|
|
510
|
-
* The location where the SenderUsername resource data is stored at rest.
|
|
511
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
512
|
-
*/
|
|
513
|
-
readonly dataLocation?: string;
|
|
514
|
-
/** A sender senderUsername to be used when sending emails. */
|
|
515
|
-
username?: string;
|
|
516
|
-
/** The display name for the senderUsername. */
|
|
517
|
-
displayName?: string;
|
|
518
|
-
/**
|
|
519
|
-
* Provisioning state of the resource. Unknown is the default state for Communication Services.
|
|
520
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
521
|
-
*/
|
|
522
|
-
readonly provisioningState?: ProvisioningState;
|
|
523
|
-
}
|
|
524
|
-
/** The object describing the smtp username resource. */
|
|
525
|
-
export interface SmtpUsernameResource extends ProxyResource {
|
|
526
|
-
/** The SMTP username. Could be free form or in the email address format. */
|
|
527
|
-
username?: string;
|
|
528
|
-
/** The application Id for the linked Entra Application. */
|
|
529
|
-
entraApplicationId?: string;
|
|
530
|
-
/** The tenant of the linked Entra Application. */
|
|
531
|
-
tenantId?: string;
|
|
532
|
-
}
|
|
533
|
-
/** A class representing a SuppressionList resource. */
|
|
534
|
-
export interface SuppressionListResource extends ProxyResource {
|
|
535
|
-
/** The name of the suppression list. This value must match one of the valid sender usernames of the sending domain. */
|
|
536
|
-
listName?: string;
|
|
537
|
-
/**
|
|
538
|
-
* The date the resource was last updated.
|
|
539
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
540
|
-
*/
|
|
541
|
-
readonly lastUpdatedTimeStamp?: string;
|
|
542
|
-
/**
|
|
543
|
-
* The date the resource was created.
|
|
544
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
545
|
-
*/
|
|
546
|
-
readonly createdTimeStamp?: string;
|
|
547
|
-
/**
|
|
548
|
-
* The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource.
|
|
549
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
550
|
-
*/
|
|
551
|
-
readonly dataLocation?: string;
|
|
552
|
-
}
|
|
553
|
-
/** A object that represents a SuppressionList record. */
|
|
554
|
-
export interface SuppressionListAddressResource extends ProxyResource {
|
|
555
|
-
/** Email address of the recipient. */
|
|
556
|
-
email?: string;
|
|
557
|
-
/** The first name of the email recipient. */
|
|
558
|
-
firstName?: string;
|
|
559
|
-
/** The last name of the email recipient. */
|
|
560
|
-
lastName?: string;
|
|
561
|
-
/** An optional property to provide contextual notes or a description for an address. */
|
|
562
|
-
notes?: string;
|
|
563
|
-
/**
|
|
564
|
-
* The date the address was last updated in a suppression list.
|
|
565
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
566
|
-
*/
|
|
567
|
-
readonly lastModified?: Date;
|
|
568
|
-
/**
|
|
569
|
-
* The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource.
|
|
570
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
571
|
-
*/
|
|
572
|
-
readonly dataLocation?: string;
|
|
573
|
-
}
|
|
574
|
-
/** Defines headers for CommunicationServices_createOrUpdate operation. */
|
|
575
|
-
export interface CommunicationServicesCreateOrUpdateHeaders {
|
|
576
|
-
/** URL to query for status of the operation. */
|
|
577
|
-
azureAsyncOperation?: string;
|
|
578
|
-
}
|
|
579
|
-
/** Defines headers for CommunicationServices_delete operation. */
|
|
580
|
-
export interface CommunicationServicesDeleteHeaders {
|
|
581
|
-
/** URL to query for status of the operation. */
|
|
582
|
-
location?: string;
|
|
583
|
-
}
|
|
584
|
-
/** Defines headers for Domains_createOrUpdate operation. */
|
|
585
|
-
export interface DomainsCreateOrUpdateHeaders {
|
|
586
|
-
/** URL to query for status of the operation. */
|
|
587
|
-
azureAsyncOperation?: string;
|
|
588
|
-
}
|
|
589
|
-
/** Defines headers for Domains_delete operation. */
|
|
590
|
-
export interface DomainsDeleteHeaders {
|
|
591
|
-
/** URL to query for status of the operation. */
|
|
592
|
-
location?: string;
|
|
593
|
-
}
|
|
594
|
-
/** Defines headers for Domains_update operation. */
|
|
595
|
-
export interface DomainsUpdateHeaders {
|
|
596
|
-
/** URL to query for status of the operation. */
|
|
597
|
-
azureAsyncOperation?: string;
|
|
598
|
-
}
|
|
599
|
-
/** Defines headers for Domains_initiateVerification operation. */
|
|
600
|
-
export interface DomainsInitiateVerificationHeaders {
|
|
601
|
-
/** URL to query for status of the operation. */
|
|
602
|
-
location?: string;
|
|
603
|
-
}
|
|
604
|
-
/** Defines headers for Domains_cancelVerification operation. */
|
|
605
|
-
export interface DomainsCancelVerificationHeaders {
|
|
606
|
-
/** URL to query for status of the operation. */
|
|
607
|
-
location?: string;
|
|
608
|
-
}
|
|
609
|
-
/** Defines headers for EmailServices_createOrUpdate operation. */
|
|
610
|
-
export interface EmailServicesCreateOrUpdateHeaders {
|
|
611
|
-
/** URL to query for status of the operation. */
|
|
612
|
-
azureAsyncOperation?: string;
|
|
613
|
-
}
|
|
614
|
-
/** Defines headers for EmailServices_delete operation. */
|
|
615
|
-
export interface EmailServicesDeleteHeaders {
|
|
616
|
-
/** URL to query for status of the operation. */
|
|
617
|
-
location?: string;
|
|
618
|
-
}
|
|
619
|
-
/** Defines headers for EmailServices_update operation. */
|
|
620
|
-
export interface EmailServicesUpdateHeaders {
|
|
621
|
-
/** URL to query for status of the operation. */
|
|
622
|
-
azureAsyncOperation?: string;
|
|
623
|
-
}
|
|
624
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
625
|
-
export declare enum KnownOrigin {
|
|
626
|
-
/** User */
|
|
627
|
-
User = "user",
|
|
628
|
-
/** System */
|
|
629
|
-
System = "system",
|
|
630
|
-
/** UserSystem */
|
|
631
|
-
UserSystem = "user,system"
|
|
632
|
-
}
|
|
633
|
-
/**
|
|
634
|
-
* Defines values for Origin. \
|
|
635
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
636
|
-
* this enum contains the known values that the service supports.
|
|
637
|
-
* ### Known values supported by the service
|
|
638
|
-
* **user** \
|
|
639
|
-
* **system** \
|
|
640
|
-
* **user,system**
|
|
641
|
-
*/
|
|
642
|
-
export type Origin = string;
|
|
643
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
644
|
-
export declare enum KnownActionType {
|
|
645
|
-
/** Internal */
|
|
646
|
-
Internal = "Internal"
|
|
647
|
-
}
|
|
648
|
-
/**
|
|
649
|
-
* Defines values for ActionType. \
|
|
650
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
651
|
-
* this enum contains the known values that the service supports.
|
|
652
|
-
* ### Known values supported by the service
|
|
653
|
-
* **Internal**
|
|
654
|
-
*/
|
|
655
|
-
export type ActionType = string;
|
|
656
|
-
/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
|
|
657
|
-
export declare enum KnownCheckNameAvailabilityReason {
|
|
658
|
-
/** Invalid */
|
|
659
|
-
Invalid = "Invalid",
|
|
660
|
-
/** AlreadyExists */
|
|
661
|
-
AlreadyExists = "AlreadyExists"
|
|
662
|
-
}
|
|
663
|
-
/**
|
|
664
|
-
* Defines values for CheckNameAvailabilityReason. \
|
|
665
|
-
* {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
|
|
666
|
-
* this enum contains the known values that the service supports.
|
|
667
|
-
* ### Known values supported by the service
|
|
668
|
-
* **Invalid** \
|
|
669
|
-
* **AlreadyExists**
|
|
670
|
-
*/
|
|
671
|
-
export type CheckNameAvailabilityReason = string;
|
|
672
|
-
/** Known values of {@link CommunicationServicesProvisioningState} that the service accepts. */
|
|
673
|
-
export declare enum KnownCommunicationServicesProvisioningState {
|
|
674
|
-
/** Unknown */
|
|
675
|
-
Unknown = "Unknown",
|
|
676
|
-
/** Succeeded */
|
|
677
|
-
Succeeded = "Succeeded",
|
|
678
|
-
/** Failed */
|
|
679
|
-
Failed = "Failed",
|
|
680
|
-
/** Canceled */
|
|
681
|
-
Canceled = "Canceled",
|
|
682
|
-
/** Running */
|
|
683
|
-
Running = "Running",
|
|
684
|
-
/** Creating */
|
|
685
|
-
Creating = "Creating",
|
|
686
|
-
/** Updating */
|
|
687
|
-
Updating = "Updating",
|
|
688
|
-
/** Deleting */
|
|
689
|
-
Deleting = "Deleting",
|
|
690
|
-
/** Moving */
|
|
691
|
-
Moving = "Moving"
|
|
692
|
-
}
|
|
693
|
-
/**
|
|
694
|
-
* Defines values for CommunicationServicesProvisioningState. \
|
|
695
|
-
* {@link KnownCommunicationServicesProvisioningState} can be used interchangeably with CommunicationServicesProvisioningState,
|
|
696
|
-
* this enum contains the known values that the service supports.
|
|
697
|
-
* ### Known values supported by the service
|
|
698
|
-
* **Unknown** \
|
|
699
|
-
* **Succeeded** \
|
|
700
|
-
* **Failed** \
|
|
701
|
-
* **Canceled** \
|
|
702
|
-
* **Running** \
|
|
703
|
-
* **Creating** \
|
|
704
|
-
* **Updating** \
|
|
705
|
-
* **Deleting** \
|
|
706
|
-
* **Moving**
|
|
707
|
-
*/
|
|
708
|
-
export type CommunicationServicesProvisioningState = string;
|
|
709
|
-
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
710
|
-
export declare enum KnownPublicNetworkAccess {
|
|
711
|
-
/** Allows public network access to the resource */
|
|
712
|
-
Enabled = "Enabled",
|
|
713
|
-
/** Disallows public network access to the resource */
|
|
714
|
-
Disabled = "Disabled",
|
|
715
|
-
/** The network security perimeter configuration rules allow or disallow public network access to the resource. Requires an associated network security perimeter. */
|
|
716
|
-
SecuredByPerimeter = "SecuredByPerimeter"
|
|
717
|
-
}
|
|
718
|
-
/**
|
|
719
|
-
* Defines values for PublicNetworkAccess. \
|
|
720
|
-
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
721
|
-
* this enum contains the known values that the service supports.
|
|
722
|
-
* ### Known values supported by the service
|
|
723
|
-
* **Enabled**: Allows public network access to the resource \
|
|
724
|
-
* **Disabled**: Disallows public network access to the resource \
|
|
725
|
-
* **SecuredByPerimeter**: The network security perimeter configuration rules allow or disallow public network access to the resource. Requires an associated network security perimeter.
|
|
726
|
-
*/
|
|
727
|
-
export type PublicNetworkAccess = string;
|
|
728
|
-
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
729
|
-
export declare enum KnownManagedServiceIdentityType {
|
|
730
|
-
/** None */
|
|
731
|
-
None = "None",
|
|
732
|
-
/** SystemAssigned */
|
|
733
|
-
SystemAssigned = "SystemAssigned",
|
|
734
|
-
/** UserAssigned */
|
|
735
|
-
UserAssigned = "UserAssigned",
|
|
736
|
-
/** SystemAssignedUserAssigned */
|
|
737
|
-
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
738
|
-
}
|
|
739
|
-
/**
|
|
740
|
-
* Defines values for ManagedServiceIdentityType. \
|
|
741
|
-
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
742
|
-
* this enum contains the known values that the service supports.
|
|
743
|
-
* ### Known values supported by the service
|
|
744
|
-
* **None** \
|
|
745
|
-
* **SystemAssigned** \
|
|
746
|
-
* **UserAssigned** \
|
|
747
|
-
* **SystemAssigned,UserAssigned**
|
|
748
|
-
*/
|
|
749
|
-
export type ManagedServiceIdentityType = string;
|
|
750
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
751
|
-
export declare enum KnownCreatedByType {
|
|
752
|
-
/** User */
|
|
753
|
-
User = "User",
|
|
754
|
-
/** Application */
|
|
755
|
-
Application = "Application",
|
|
756
|
-
/** ManagedIdentity */
|
|
757
|
-
ManagedIdentity = "ManagedIdentity",
|
|
758
|
-
/** Key */
|
|
759
|
-
Key = "Key"
|
|
760
|
-
}
|
|
761
|
-
/**
|
|
762
|
-
* Defines values for CreatedByType. \
|
|
763
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
764
|
-
* this enum contains the known values that the service supports.
|
|
765
|
-
* ### Known values supported by the service
|
|
766
|
-
* **User** \
|
|
767
|
-
* **Application** \
|
|
768
|
-
* **ManagedIdentity** \
|
|
769
|
-
* **Key**
|
|
770
|
-
*/
|
|
771
|
-
export type CreatedByType = string;
|
|
772
|
-
/** Known values of {@link DomainsProvisioningState} that the service accepts. */
|
|
773
|
-
export declare enum KnownDomainsProvisioningState {
|
|
774
|
-
/** Unknown */
|
|
775
|
-
Unknown = "Unknown",
|
|
776
|
-
/** Succeeded */
|
|
777
|
-
Succeeded = "Succeeded",
|
|
778
|
-
/** Failed */
|
|
779
|
-
Failed = "Failed",
|
|
780
|
-
/** Canceled */
|
|
781
|
-
Canceled = "Canceled",
|
|
782
|
-
/** Running */
|
|
783
|
-
Running = "Running",
|
|
784
|
-
/** Creating */
|
|
785
|
-
Creating = "Creating",
|
|
786
|
-
/** Updating */
|
|
787
|
-
Updating = "Updating",
|
|
788
|
-
/** Deleting */
|
|
789
|
-
Deleting = "Deleting",
|
|
790
|
-
/** Moving */
|
|
791
|
-
Moving = "Moving"
|
|
792
|
-
}
|
|
793
|
-
/**
|
|
794
|
-
* Defines values for DomainsProvisioningState. \
|
|
795
|
-
* {@link KnownDomainsProvisioningState} can be used interchangeably with DomainsProvisioningState,
|
|
796
|
-
* this enum contains the known values that the service supports.
|
|
797
|
-
* ### Known values supported by the service
|
|
798
|
-
* **Unknown** \
|
|
799
|
-
* **Succeeded** \
|
|
800
|
-
* **Failed** \
|
|
801
|
-
* **Canceled** \
|
|
802
|
-
* **Running** \
|
|
803
|
-
* **Creating** \
|
|
804
|
-
* **Updating** \
|
|
805
|
-
* **Deleting** \
|
|
806
|
-
* **Moving**
|
|
807
|
-
*/
|
|
808
|
-
export type DomainsProvisioningState = string;
|
|
809
|
-
/** Known values of {@link DomainManagement} that the service accepts. */
|
|
810
|
-
export declare enum KnownDomainManagement {
|
|
811
|
-
/** AzureManaged */
|
|
812
|
-
AzureManaged = "AzureManaged",
|
|
813
|
-
/** CustomerManaged */
|
|
814
|
-
CustomerManaged = "CustomerManaged",
|
|
815
|
-
/** CustomerManagedInExchangeOnline */
|
|
816
|
-
CustomerManagedInExchangeOnline = "CustomerManagedInExchangeOnline"
|
|
817
|
-
}
|
|
818
|
-
/**
|
|
819
|
-
* Defines values for DomainManagement. \
|
|
820
|
-
* {@link KnownDomainManagement} can be used interchangeably with DomainManagement,
|
|
821
|
-
* this enum contains the known values that the service supports.
|
|
822
|
-
* ### Known values supported by the service
|
|
823
|
-
* **AzureManaged** \
|
|
824
|
-
* **CustomerManaged** \
|
|
825
|
-
* **CustomerManagedInExchangeOnline**
|
|
826
|
-
*/
|
|
827
|
-
export type DomainManagement = string;
|
|
828
|
-
/** Known values of {@link VerificationStatus} that the service accepts. */
|
|
829
|
-
export declare enum KnownVerificationStatus {
|
|
830
|
-
/** NotStarted */
|
|
831
|
-
NotStarted = "NotStarted",
|
|
832
|
-
/** VerificationRequested */
|
|
833
|
-
VerificationRequested = "VerificationRequested",
|
|
834
|
-
/** VerificationInProgress */
|
|
835
|
-
VerificationInProgress = "VerificationInProgress",
|
|
836
|
-
/** VerificationFailed */
|
|
837
|
-
VerificationFailed = "VerificationFailed",
|
|
838
|
-
/** Verified */
|
|
839
|
-
Verified = "Verified",
|
|
840
|
-
/** CancellationRequested */
|
|
841
|
-
CancellationRequested = "CancellationRequested"
|
|
842
|
-
}
|
|
843
|
-
/**
|
|
844
|
-
* Defines values for VerificationStatus. \
|
|
845
|
-
* {@link KnownVerificationStatus} can be used interchangeably with VerificationStatus,
|
|
846
|
-
* this enum contains the known values that the service supports.
|
|
847
|
-
* ### Known values supported by the service
|
|
848
|
-
* **NotStarted** \
|
|
849
|
-
* **VerificationRequested** \
|
|
850
|
-
* **VerificationInProgress** \
|
|
851
|
-
* **VerificationFailed** \
|
|
852
|
-
* **Verified** \
|
|
853
|
-
* **CancellationRequested**
|
|
854
|
-
*/
|
|
855
|
-
export type VerificationStatus = string;
|
|
856
|
-
/** Known values of {@link UserEngagementTracking} that the service accepts. */
|
|
857
|
-
export declare enum KnownUserEngagementTracking {
|
|
858
|
-
/** Disabled */
|
|
859
|
-
Disabled = "Disabled",
|
|
860
|
-
/** Enabled */
|
|
861
|
-
Enabled = "Enabled"
|
|
862
|
-
}
|
|
863
|
-
/**
|
|
864
|
-
* Defines values for UserEngagementTracking. \
|
|
865
|
-
* {@link KnownUserEngagementTracking} can be used interchangeably with UserEngagementTracking,
|
|
866
|
-
* this enum contains the known values that the service supports.
|
|
867
|
-
* ### Known values supported by the service
|
|
868
|
-
* **Disabled** \
|
|
869
|
-
* **Enabled**
|
|
870
|
-
*/
|
|
871
|
-
export type UserEngagementTracking = string;
|
|
872
|
-
/** Known values of {@link VerificationType} that the service accepts. */
|
|
873
|
-
export declare enum KnownVerificationType {
|
|
874
|
-
/** Domain */
|
|
875
|
-
Domain = "Domain",
|
|
876
|
-
/** SPF */
|
|
877
|
-
SPF = "SPF",
|
|
878
|
-
/** Dkim */
|
|
879
|
-
Dkim = "DKIM",
|
|
880
|
-
/** Dkim2 */
|
|
881
|
-
Dkim2 = "DKIM2",
|
|
882
|
-
/** Dmarc */
|
|
883
|
-
Dmarc = "DMARC"
|
|
884
|
-
}
|
|
885
|
-
/**
|
|
886
|
-
* Defines values for VerificationType. \
|
|
887
|
-
* {@link KnownVerificationType} can be used interchangeably with VerificationType,
|
|
888
|
-
* this enum contains the known values that the service supports.
|
|
889
|
-
* ### Known values supported by the service
|
|
890
|
-
* **Domain** \
|
|
891
|
-
* **SPF** \
|
|
892
|
-
* **DKIM** \
|
|
893
|
-
* **DKIM2** \
|
|
894
|
-
* **DMARC**
|
|
895
|
-
*/
|
|
896
|
-
export type VerificationType = string;
|
|
897
|
-
/** Known values of {@link EmailServicesProvisioningState} that the service accepts. */
|
|
898
|
-
export declare enum KnownEmailServicesProvisioningState {
|
|
899
|
-
/** Unknown */
|
|
900
|
-
Unknown = "Unknown",
|
|
901
|
-
/** Succeeded */
|
|
902
|
-
Succeeded = "Succeeded",
|
|
903
|
-
/** Failed */
|
|
904
|
-
Failed = "Failed",
|
|
905
|
-
/** Canceled */
|
|
906
|
-
Canceled = "Canceled",
|
|
907
|
-
/** Running */
|
|
908
|
-
Running = "Running",
|
|
909
|
-
/** Creating */
|
|
910
|
-
Creating = "Creating",
|
|
911
|
-
/** Updating */
|
|
912
|
-
Updating = "Updating",
|
|
913
|
-
/** Deleting */
|
|
914
|
-
Deleting = "Deleting",
|
|
915
|
-
/** Moving */
|
|
916
|
-
Moving = "Moving"
|
|
917
|
-
}
|
|
918
|
-
/**
|
|
919
|
-
* Defines values for EmailServicesProvisioningState. \
|
|
920
|
-
* {@link KnownEmailServicesProvisioningState} can be used interchangeably with EmailServicesProvisioningState,
|
|
921
|
-
* this enum contains the known values that the service supports.
|
|
922
|
-
* ### Known values supported by the service
|
|
923
|
-
* **Unknown** \
|
|
924
|
-
* **Succeeded** \
|
|
925
|
-
* **Failed** \
|
|
926
|
-
* **Canceled** \
|
|
927
|
-
* **Running** \
|
|
928
|
-
* **Creating** \
|
|
929
|
-
* **Updating** \
|
|
930
|
-
* **Deleting** \
|
|
931
|
-
* **Moving**
|
|
932
|
-
*/
|
|
933
|
-
export type EmailServicesProvisioningState = string;
|
|
934
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
935
|
-
export declare enum KnownProvisioningState {
|
|
936
|
-
/** Unknown */
|
|
937
|
-
Unknown = "Unknown",
|
|
938
|
-
/** Succeeded */
|
|
939
|
-
Succeeded = "Succeeded",
|
|
940
|
-
/** Failed */
|
|
941
|
-
Failed = "Failed",
|
|
942
|
-
/** Canceled */
|
|
943
|
-
Canceled = "Canceled",
|
|
944
|
-
/** Running */
|
|
945
|
-
Running = "Running",
|
|
946
|
-
/** Creating */
|
|
947
|
-
Creating = "Creating",
|
|
948
|
-
/** Updating */
|
|
949
|
-
Updating = "Updating",
|
|
950
|
-
/** Deleting */
|
|
951
|
-
Deleting = "Deleting",
|
|
952
|
-
/** Moving */
|
|
953
|
-
Moving = "Moving"
|
|
954
|
-
}
|
|
955
|
-
/**
|
|
956
|
-
* Defines values for ProvisioningState. \
|
|
957
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
958
|
-
* this enum contains the known values that the service supports.
|
|
959
|
-
* ### Known values supported by the service
|
|
960
|
-
* **Unknown** \
|
|
961
|
-
* **Succeeded** \
|
|
962
|
-
* **Failed** \
|
|
963
|
-
* **Canceled** \
|
|
964
|
-
* **Running** \
|
|
965
|
-
* **Creating** \
|
|
966
|
-
* **Updating** \
|
|
967
|
-
* **Deleting** \
|
|
968
|
-
* **Moving**
|
|
969
|
-
*/
|
|
970
|
-
export type ProvisioningState = string;
|
|
971
|
-
/** Defines values for KeyType. */
|
|
972
|
-
export type KeyType = "Primary" | "Secondary";
|
|
973
|
-
/** Optional parameters. */
|
|
974
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
975
|
-
}
|
|
976
|
-
/** Contains response data for the list operation. */
|
|
977
|
-
export type OperationsListResponse = OperationListResult;
|
|
978
|
-
/** Optional parameters. */
|
|
979
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
980
|
-
}
|
|
981
|
-
/** Contains response data for the listNext operation. */
|
|
982
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
983
|
-
/** Optional parameters. */
|
|
984
|
-
export interface CommunicationServicesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
985
|
-
}
|
|
986
|
-
/** Contains response data for the checkNameAvailability operation. */
|
|
987
|
-
export type CommunicationServicesCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
|
|
988
|
-
/** Optional parameters. */
|
|
989
|
-
export interface CommunicationServicesLinkNotificationHubOptionalParams extends coreClient.OperationOptions {
|
|
990
|
-
/** Parameters supplied to the operation. */
|
|
991
|
-
linkNotificationHubParameters?: LinkNotificationHubParameters;
|
|
992
|
-
}
|
|
993
|
-
/** Contains response data for the linkNotificationHub operation. */
|
|
994
|
-
export type CommunicationServicesLinkNotificationHubResponse = LinkedNotificationHub;
|
|
995
|
-
/** Optional parameters. */
|
|
996
|
-
export interface CommunicationServicesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
997
|
-
}
|
|
998
|
-
/** Contains response data for the listBySubscription operation. */
|
|
999
|
-
export type CommunicationServicesListBySubscriptionResponse = CommunicationServiceResourceList;
|
|
1000
|
-
/** Optional parameters. */
|
|
1001
|
-
export interface CommunicationServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1002
|
-
}
|
|
1003
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1004
|
-
export type CommunicationServicesListByResourceGroupResponse = CommunicationServiceResourceList;
|
|
1005
|
-
/** Optional parameters. */
|
|
1006
|
-
export interface CommunicationServicesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1007
|
-
}
|
|
1008
|
-
/** Contains response data for the update operation. */
|
|
1009
|
-
export type CommunicationServicesUpdateResponse = CommunicationServiceResource;
|
|
1010
|
-
/** Optional parameters. */
|
|
1011
|
-
export interface CommunicationServicesGetOptionalParams extends coreClient.OperationOptions {
|
|
1012
|
-
}
|
|
1013
|
-
/** Contains response data for the get operation. */
|
|
1014
|
-
export type CommunicationServicesGetResponse = CommunicationServiceResource;
|
|
1015
|
-
/** Optional parameters. */
|
|
1016
|
-
export interface CommunicationServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1017
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1018
|
-
updateIntervalInMs?: number;
|
|
1019
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1020
|
-
resumeFrom?: string;
|
|
1021
|
-
}
|
|
1022
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1023
|
-
export type CommunicationServicesCreateOrUpdateResponse = CommunicationServiceResource;
|
|
1024
|
-
/** Optional parameters. */
|
|
1025
|
-
export interface CommunicationServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1026
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1027
|
-
updateIntervalInMs?: number;
|
|
1028
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1029
|
-
resumeFrom?: string;
|
|
1030
|
-
}
|
|
1031
|
-
/** Optional parameters. */
|
|
1032
|
-
export interface CommunicationServicesListKeysOptionalParams extends coreClient.OperationOptions {
|
|
1033
|
-
}
|
|
1034
|
-
/** Contains response data for the listKeys operation. */
|
|
1035
|
-
export type CommunicationServicesListKeysResponse = CommunicationServiceKeys;
|
|
1036
|
-
/** Optional parameters. */
|
|
1037
|
-
export interface CommunicationServicesRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
1038
|
-
}
|
|
1039
|
-
/** Contains response data for the regenerateKey operation. */
|
|
1040
|
-
export type CommunicationServicesRegenerateKeyResponse = CommunicationServiceKeys;
|
|
1041
|
-
/** Optional parameters. */
|
|
1042
|
-
export interface CommunicationServicesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1043
|
-
}
|
|
1044
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1045
|
-
export type CommunicationServicesListBySubscriptionNextResponse = CommunicationServiceResourceList;
|
|
1046
|
-
/** Optional parameters. */
|
|
1047
|
-
export interface CommunicationServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1048
|
-
}
|
|
1049
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1050
|
-
export type CommunicationServicesListByResourceGroupNextResponse = CommunicationServiceResourceList;
|
|
1051
|
-
/** Optional parameters. */
|
|
1052
|
-
export interface DomainsGetOptionalParams extends coreClient.OperationOptions {
|
|
1053
|
-
}
|
|
1054
|
-
/** Contains response data for the get operation. */
|
|
1055
|
-
export type DomainsGetResponse = DomainResource;
|
|
1056
|
-
/** Optional parameters. */
|
|
1057
|
-
export interface DomainsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1058
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1059
|
-
updateIntervalInMs?: number;
|
|
1060
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1061
|
-
resumeFrom?: string;
|
|
1062
|
-
}
|
|
1063
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1064
|
-
export type DomainsCreateOrUpdateResponse = DomainResource;
|
|
1065
|
-
/** Optional parameters. */
|
|
1066
|
-
export interface DomainsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1067
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1068
|
-
updateIntervalInMs?: number;
|
|
1069
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1070
|
-
resumeFrom?: string;
|
|
1071
|
-
}
|
|
1072
|
-
/** Optional parameters. */
|
|
1073
|
-
export interface DomainsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1074
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1075
|
-
updateIntervalInMs?: number;
|
|
1076
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1077
|
-
resumeFrom?: string;
|
|
1078
|
-
}
|
|
1079
|
-
/** Contains response data for the update operation. */
|
|
1080
|
-
export type DomainsUpdateResponse = DomainResource;
|
|
1081
|
-
/** Optional parameters. */
|
|
1082
|
-
export interface DomainsListByEmailServiceResourceOptionalParams extends coreClient.OperationOptions {
|
|
1083
|
-
}
|
|
1084
|
-
/** Contains response data for the listByEmailServiceResource operation. */
|
|
1085
|
-
export type DomainsListByEmailServiceResourceResponse = DomainResourceList;
|
|
1086
|
-
/** Optional parameters. */
|
|
1087
|
-
export interface DomainsInitiateVerificationOptionalParams extends coreClient.OperationOptions {
|
|
1088
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1089
|
-
updateIntervalInMs?: number;
|
|
1090
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1091
|
-
resumeFrom?: string;
|
|
1092
|
-
}
|
|
1093
|
-
/** Contains response data for the initiateVerification operation. */
|
|
1094
|
-
export type DomainsInitiateVerificationResponse = DomainsInitiateVerificationHeaders;
|
|
1095
|
-
/** Optional parameters. */
|
|
1096
|
-
export interface DomainsCancelVerificationOptionalParams extends coreClient.OperationOptions {
|
|
1097
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1098
|
-
updateIntervalInMs?: number;
|
|
1099
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1100
|
-
resumeFrom?: string;
|
|
1101
|
-
}
|
|
1102
|
-
/** Contains response data for the cancelVerification operation. */
|
|
1103
|
-
export type DomainsCancelVerificationResponse = DomainsCancelVerificationHeaders;
|
|
1104
|
-
/** Optional parameters. */
|
|
1105
|
-
export interface DomainsListByEmailServiceResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
1106
|
-
}
|
|
1107
|
-
/** Contains response data for the listByEmailServiceResourceNext operation. */
|
|
1108
|
-
export type DomainsListByEmailServiceResourceNextResponse = DomainResourceList;
|
|
1109
|
-
/** Optional parameters. */
|
|
1110
|
-
export interface EmailServicesGetOptionalParams extends coreClient.OperationOptions {
|
|
1111
|
-
}
|
|
1112
|
-
/** Contains response data for the get operation. */
|
|
1113
|
-
export type EmailServicesGetResponse = EmailServiceResource;
|
|
1114
|
-
/** Optional parameters. */
|
|
1115
|
-
export interface EmailServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1116
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1117
|
-
updateIntervalInMs?: number;
|
|
1118
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1119
|
-
resumeFrom?: string;
|
|
1120
|
-
}
|
|
1121
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1122
|
-
export type EmailServicesCreateOrUpdateResponse = EmailServiceResource;
|
|
1123
|
-
/** Optional parameters. */
|
|
1124
|
-
export interface EmailServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1125
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1126
|
-
updateIntervalInMs?: number;
|
|
1127
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1128
|
-
resumeFrom?: string;
|
|
1129
|
-
}
|
|
1130
|
-
/** Optional parameters. */
|
|
1131
|
-
export interface EmailServicesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1132
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1133
|
-
updateIntervalInMs?: number;
|
|
1134
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1135
|
-
resumeFrom?: string;
|
|
1136
|
-
}
|
|
1137
|
-
/** Contains response data for the update operation. */
|
|
1138
|
-
export type EmailServicesUpdateResponse = EmailServiceResource;
|
|
1139
|
-
/** Optional parameters. */
|
|
1140
|
-
export interface EmailServicesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1141
|
-
}
|
|
1142
|
-
/** Contains response data for the listBySubscription operation. */
|
|
1143
|
-
export type EmailServicesListBySubscriptionResponse = EmailServiceResourceList;
|
|
1144
|
-
/** Optional parameters. */
|
|
1145
|
-
export interface EmailServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1146
|
-
}
|
|
1147
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1148
|
-
export type EmailServicesListByResourceGroupResponse = EmailServiceResourceList;
|
|
1149
|
-
/** Optional parameters. */
|
|
1150
|
-
export interface EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams extends coreClient.OperationOptions {
|
|
1151
|
-
}
|
|
1152
|
-
/** Contains response data for the listVerifiedExchangeOnlineDomains operation. */
|
|
1153
|
-
export type EmailServicesListVerifiedExchangeOnlineDomainsResponse = {
|
|
1154
|
-
/** The parsed response body. */
|
|
1155
|
-
body: string[];
|
|
1156
|
-
};
|
|
1157
|
-
/** Optional parameters. */
|
|
1158
|
-
export interface EmailServicesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1159
|
-
}
|
|
1160
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1161
|
-
export type EmailServicesListBySubscriptionNextResponse = EmailServiceResourceList;
|
|
1162
|
-
/** Optional parameters. */
|
|
1163
|
-
export interface EmailServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1164
|
-
}
|
|
1165
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1166
|
-
export type EmailServicesListByResourceGroupNextResponse = EmailServiceResourceList;
|
|
1167
|
-
/** Optional parameters. */
|
|
1168
|
-
export interface SenderUsernamesListByDomainsOptionalParams extends coreClient.OperationOptions {
|
|
1169
|
-
}
|
|
1170
|
-
/** Contains response data for the listByDomains operation. */
|
|
1171
|
-
export type SenderUsernamesListByDomainsResponse = SenderUsernameResourceCollection;
|
|
1172
|
-
/** Optional parameters. */
|
|
1173
|
-
export interface SenderUsernamesGetOptionalParams extends coreClient.OperationOptions {
|
|
1174
|
-
}
|
|
1175
|
-
/** Contains response data for the get operation. */
|
|
1176
|
-
export type SenderUsernamesGetResponse = SenderUsernameResource;
|
|
1177
|
-
/** Optional parameters. */
|
|
1178
|
-
export interface SenderUsernamesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1179
|
-
}
|
|
1180
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1181
|
-
export type SenderUsernamesCreateOrUpdateResponse = SenderUsernameResource;
|
|
1182
|
-
/** Optional parameters. */
|
|
1183
|
-
export interface SenderUsernamesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1184
|
-
}
|
|
1185
|
-
/** Optional parameters. */
|
|
1186
|
-
export interface SenderUsernamesListByDomainsNextOptionalParams extends coreClient.OperationOptions {
|
|
1187
|
-
}
|
|
1188
|
-
/** Contains response data for the listByDomainsNext operation. */
|
|
1189
|
-
export type SenderUsernamesListByDomainsNextResponse = SenderUsernameResourceCollection;
|
|
1190
|
-
/** Optional parameters. */
|
|
1191
|
-
export interface SmtpUsernamesListOptionalParams extends coreClient.OperationOptions {
|
|
1192
|
-
}
|
|
1193
|
-
/** Contains response data for the list operation. */
|
|
1194
|
-
export type SmtpUsernamesListResponse = SmtpUsernameResourceCollection;
|
|
1195
|
-
/** Optional parameters. */
|
|
1196
|
-
export interface SmtpUsernamesGetOptionalParams extends coreClient.OperationOptions {
|
|
1197
|
-
}
|
|
1198
|
-
/** Contains response data for the get operation. */
|
|
1199
|
-
export type SmtpUsernamesGetResponse = SmtpUsernameResource;
|
|
1200
|
-
/** Optional parameters. */
|
|
1201
|
-
export interface SmtpUsernamesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1202
|
-
}
|
|
1203
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1204
|
-
export type SmtpUsernamesCreateOrUpdateResponse = SmtpUsernameResource;
|
|
1205
|
-
/** Optional parameters. */
|
|
1206
|
-
export interface SmtpUsernamesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1207
|
-
}
|
|
1208
|
-
/** Optional parameters. */
|
|
1209
|
-
export interface SmtpUsernamesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1210
|
-
}
|
|
1211
|
-
/** Contains response data for the listNext operation. */
|
|
1212
|
-
export type SmtpUsernamesListNextResponse = SmtpUsernameResourceCollection;
|
|
1213
|
-
/** Optional parameters. */
|
|
1214
|
-
export interface SuppressionListsListByDomainOptionalParams extends coreClient.OperationOptions {
|
|
1215
|
-
}
|
|
1216
|
-
/** Contains response data for the listByDomain operation. */
|
|
1217
|
-
export type SuppressionListsListByDomainResponse = SuppressionListResourceCollection;
|
|
1218
|
-
/** Optional parameters. */
|
|
1219
|
-
export interface SuppressionListsGetOptionalParams extends coreClient.OperationOptions {
|
|
1220
|
-
}
|
|
1221
|
-
/** Contains response data for the get operation. */
|
|
1222
|
-
export type SuppressionListsGetResponse = SuppressionListResource;
|
|
1223
|
-
/** Optional parameters. */
|
|
1224
|
-
export interface SuppressionListsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1225
|
-
}
|
|
1226
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1227
|
-
export type SuppressionListsCreateOrUpdateResponse = SuppressionListResource;
|
|
1228
|
-
/** Optional parameters. */
|
|
1229
|
-
export interface SuppressionListsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1230
|
-
}
|
|
1231
|
-
/** Optional parameters. */
|
|
1232
|
-
export interface SuppressionListsListByDomainNextOptionalParams extends coreClient.OperationOptions {
|
|
1233
|
-
}
|
|
1234
|
-
/** Contains response data for the listByDomainNext operation. */
|
|
1235
|
-
export type SuppressionListsListByDomainNextResponse = SuppressionListResourceCollection;
|
|
1236
|
-
/** Optional parameters. */
|
|
1237
|
-
export interface SuppressionListAddressesListOptionalParams extends coreClient.OperationOptions {
|
|
1238
|
-
}
|
|
1239
|
-
/** Contains response data for the list operation. */
|
|
1240
|
-
export type SuppressionListAddressesListResponse = SuppressionListAddressResourceCollection;
|
|
1241
|
-
/** Optional parameters. */
|
|
1242
|
-
export interface SuppressionListAddressesGetOptionalParams extends coreClient.OperationOptions {
|
|
1243
|
-
}
|
|
1244
|
-
/** Contains response data for the get operation. */
|
|
1245
|
-
export type SuppressionListAddressesGetResponse = SuppressionListAddressResource;
|
|
1246
|
-
/** Optional parameters. */
|
|
1247
|
-
export interface SuppressionListAddressesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1248
|
-
}
|
|
1249
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1250
|
-
export type SuppressionListAddressesCreateOrUpdateResponse = SuppressionListAddressResource;
|
|
1251
|
-
/** Optional parameters. */
|
|
1252
|
-
export interface SuppressionListAddressesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1253
|
-
}
|
|
1254
|
-
/** Optional parameters. */
|
|
1255
|
-
export interface SuppressionListAddressesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1256
|
-
}
|
|
1257
|
-
/** Contains response data for the listNext operation. */
|
|
1258
|
-
export type SuppressionListAddressesListNextResponse = SuppressionListAddressResourceCollection;
|
|
1259
|
-
/** Optional parameters. */
|
|
1260
|
-
export interface CommunicationServiceManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1261
|
-
/** server parameter */
|
|
1262
|
-
$host?: string;
|
|
1263
|
-
/** Api Version */
|
|
1264
|
-
apiVersion?: string;
|
|
1265
|
-
/** Overrides client endpoint. */
|
|
1266
|
-
endpoint?: string;
|
|
1267
|
-
}
|
|
1
|
+
export type { Operation, OperationDisplay, Origin, ActionType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, CommunicationServiceResource, CommunicationServiceProperties, CommunicationServicesProvisioningState, PublicNetworkAccess, ManagedServiceIdentity, ManagedServiceIdentityType, UserAssignedIdentity, TrackedResource, Resource, SystemData, CreatedByType, CommunicationServiceResourceUpdate, CommunicationServiceUpdateProperties, TaggedResource, LinkNotificationHubParameters, LinkedNotificationHub, CommunicationServiceKeys, RegenerateKeyParameters, KeyType, NameAvailabilityParameters, CheckNameAvailabilityRequest, CheckNameAvailabilityResponse, CheckNameAvailabilityReason, DomainResource, DomainProperties, DomainsProvisioningState, DomainManagement, DomainPropertiesVerificationStates, VerificationStatusRecord, VerificationStatus, DomainPropertiesVerificationRecords, DnsRecord, UserEngagementTracking, UpdateDomainRequestParameters, UpdateDomainProperties, VerificationParameter, VerificationType, EmailServiceResource, EmailServiceProperties, EmailServicesProvisioningState, EmailServiceResourceUpdate, SenderUsernameResource, SenderUsernameProperties, ProvisioningState, ProxyResource, SmtpUsernameResource, SmtpUsernameProperties, SuppressionListResource, SuppressionListProperties, SuppressionListAddressResource, SuppressionListAddressProperties, EmailServicesListVerifiedExchangeOnlineDomainsResponse, } from "./models.js";
|
|
2
|
+
export { KnownOrigin, KnownActionType, KnownCommunicationServicesProvisioningState, KnownPublicNetworkAccess, KnownManagedServiceIdentityType, KnownCreatedByType, KnownCheckNameAvailabilityReason, KnownDomainsProvisioningState, KnownDomainManagement, KnownVerificationStatus, KnownUserEngagementTracking, KnownVerificationType, KnownEmailServicesProvisioningState, KnownProvisioningState, KnownVersions, } from "./models.js";
|
|
1268
3
|
//# sourceMappingURL=index.d.ts.map
|