@azure/arm-datadog 3.1.0-alpha.20250115.1 → 3.1.0-alpha.20250120.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/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/microsoftDatadogClient.d.ts +2 -2
- package/dist/browser/microsoftDatadogClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/microsoftDatadogClient.js +15 -18
- package/dist/browser/microsoftDatadogClient.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/creationSupported.d.ts +3 -3
- package/dist/browser/operations/creationSupported.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/creationSupported.js +2 -2
- package/dist/browser/operations/creationSupported.js.map +1 -0
- package/dist/browser/operations/index.d.ts +8 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +15 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/marketplaceAgreements.d.ts +3 -3
- package/dist/browser/operations/marketplaceAgreements.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/marketplaceAgreements.js +3 -3
- package/dist/browser/operations/marketplaceAgreements.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/monitoredSubscriptions.d.ts +3 -3
- package/dist/browser/operations/monitoredSubscriptions.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/monitoredSubscriptions.js +112 -124
- package/dist/browser/operations/monitoredSubscriptions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/monitors.d.ts +3 -3
- package/dist/browser/operations/monitors.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/monitors.js +114 -126
- package/dist/browser/operations/monitors.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/singleSignOnConfigurations.d.ts +3 -3
- package/dist/browser/operations/singleSignOnConfigurations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/singleSignOnConfigurations.js +42 -46
- package/dist/browser/operations/singleSignOnConfigurations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/tagRules.d.ts +3 -3
- package/dist/browser/operations/tagRules.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/tagRules.js +3 -3
- package/dist/browser/operations/tagRules.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/creationSupported.d.ts +1 -1
- package/dist/browser/operationsInterfaces/creationSupported.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/creationSupported.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +8 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +15 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/monitoredSubscriptions.d.ts +1 -1
- package/dist/browser/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/monitoredSubscriptions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/monitors.d.ts +1 -1
- package/dist/browser/operationsInterfaces/monitors.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/monitors.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/singleSignOnConfigurations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/singleSignOnConfigurations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/tagRules.d.ts +1 -1
- package/dist/browser/operationsInterfaces/tagRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tagRules.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/microsoftDatadogClient.d.ts +26 -0
- package/dist/commonjs/microsoftDatadogClient.d.ts.map +1 -0
- package/dist/commonjs/microsoftDatadogClient.js +108 -0
- package/dist/commonjs/microsoftDatadogClient.js.map +1 -0
- package/{types/arm-datadog.d.ts → dist/commonjs/models/index.d.ts} +977 -1437
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +127 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +49 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1479 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +20 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +162 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/creationSupported.d.ts +34 -0
- package/dist/commonjs/operations/creationSupported.d.ts.map +1 -0
- package/dist/commonjs/operations/creationSupported.js +126 -0
- package/dist/commonjs/operations/creationSupported.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +8 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +18 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/marketplaceAgreements.d.ts +37 -0
- package/dist/commonjs/operations/marketplaceAgreements.d.ts.map +1 -0
- package/dist/commonjs/operations/marketplaceAgreements.js +166 -0
- package/dist/commonjs/operations/marketplaceAgreements.js.map +1 -0
- package/dist/commonjs/operations/monitoredSubscriptions.d.ts +87 -0
- package/dist/commonjs/operations/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operations/monitoredSubscriptions.js +391 -0
- package/dist/commonjs/operations/monitoredSubscriptions.js.map +1 -0
- package/dist/commonjs/operations/monitors.d.ts +220 -0
- package/dist/commonjs/operations/monitors.d.ts.map +1 -0
- package/dist/commonjs/operations/monitors.js +1118 -0
- package/dist/commonjs/operations/monitors.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/singleSignOnConfigurations.d.ts +63 -0
- package/dist/commonjs/operations/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/singleSignOnConfigurations.js +275 -0
- package/dist/commonjs/operations/singleSignOnConfigurations.js.map +1 -0
- package/dist/commonjs/operations/tagRules.d.ts +54 -0
- package/dist/commonjs/operations/tagRules.d.ts.map +1 -0
- package/dist/commonjs/operations/tagRules.js +220 -0
- package/dist/commonjs/operations/tagRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/creationSupported.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/creationSupported.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/creationSupported.js +10 -0
- package/dist/commonjs/operationsInterfaces/creationSupported.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +18 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.js +10 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.js +10 -0
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/monitors.d.ts +116 -0
- package/dist/commonjs/operationsInterfaces/monitors.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/monitors.js +10 -0
- package/dist/commonjs/operationsInterfaces/monitors.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/singleSignOnConfigurations.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/singleSignOnConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/singleSignOnConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tagRules.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/tagRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tagRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/tagRules.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/microsoftDatadogClient.d.ts +26 -0
- package/dist/esm/microsoftDatadogClient.d.ts.map +1 -0
- package/dist/esm/microsoftDatadogClient.js +103 -0
- package/dist/esm/microsoftDatadogClient.js.map +1 -0
- package/dist/esm/models/index.d.ts +977 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +124 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +49 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1476 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +20 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +159 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/creationSupported.d.ts +34 -0
- package/dist/esm/operations/creationSupported.d.ts.map +1 -0
- package/dist/esm/operations/creationSupported.js +122 -0
- package/dist/esm/operations/creationSupported.js.map +1 -0
- package/dist/esm/operations/index.d.ts +8 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +15 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/marketplaceAgreements.d.ts +37 -0
- package/dist/esm/operations/marketplaceAgreements.d.ts.map +1 -0
- package/dist/esm/operations/marketplaceAgreements.js +162 -0
- package/dist/esm/operations/marketplaceAgreements.js.map +1 -0
- package/dist/esm/operations/monitoredSubscriptions.d.ts +87 -0
- package/dist/esm/operations/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/esm/operations/monitoredSubscriptions.js +387 -0
- package/dist/esm/operations/monitoredSubscriptions.js.map +1 -0
- package/dist/esm/operations/monitors.d.ts +220 -0
- package/dist/esm/operations/monitors.d.ts.map +1 -0
- package/dist/esm/operations/monitors.js +1114 -0
- package/dist/esm/operations/monitors.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/singleSignOnConfigurations.d.ts +63 -0
- package/dist/esm/operations/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/singleSignOnConfigurations.js +271 -0
- package/dist/esm/operations/singleSignOnConfigurations.js.map +1 -0
- package/dist/esm/operations/tagRules.d.ts +54 -0
- package/dist/esm/operations/tagRules.d.ts.map +1 -0
- package/dist/esm/operations/tagRules.js +216 -0
- package/dist/esm/operations/tagRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/creationSupported.d.ts +18 -0
- package/dist/esm/operationsInterfaces/creationSupported.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/creationSupported.js +9 -0
- package/dist/esm/operationsInterfaces/creationSupported.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +8 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +15 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.js +9 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.d.ts +70 -0
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.js +9 -0
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.js.map +1 -0
- package/dist/esm/operationsInterfaces/monitors.d.ts +116 -0
- package/dist/esm/operationsInterfaces/monitors.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/monitors.js +9 -0
- package/dist/esm/operationsInterfaces/monitors.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/singleSignOnConfigurations.d.ts +38 -0
- package/dist/esm/operationsInterfaces/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/singleSignOnConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/singleSignOnConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/tagRules.d.ts +29 -0
- package/dist/esm/operationsInterfaces/tagRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tagRules.js +9 -0
- package/dist/esm/operationsInterfaces/tagRules.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/microsoftDatadogClient.d.ts +26 -0
- package/dist/react-native/microsoftDatadogClient.d.ts.map +1 -0
- package/dist/react-native/microsoftDatadogClient.js +103 -0
- package/dist/react-native/microsoftDatadogClient.js.map +1 -0
- package/dist/react-native/models/index.d.ts +977 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +124 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +49 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1476 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +20 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +159 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/creationSupported.d.ts +34 -0
- package/dist/react-native/operations/creationSupported.d.ts.map +1 -0
- package/dist/react-native/operations/creationSupported.js +122 -0
- package/dist/react-native/operations/creationSupported.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +8 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +15 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/marketplaceAgreements.d.ts +37 -0
- package/dist/react-native/operations/marketplaceAgreements.d.ts.map +1 -0
- package/dist/react-native/operations/marketplaceAgreements.js +162 -0
- package/dist/react-native/operations/marketplaceAgreements.js.map +1 -0
- package/dist/react-native/operations/monitoredSubscriptions.d.ts +87 -0
- package/dist/react-native/operations/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operations/monitoredSubscriptions.js +387 -0
- package/dist/react-native/operations/monitoredSubscriptions.js.map +1 -0
- package/dist/react-native/operations/monitors.d.ts +220 -0
- package/dist/react-native/operations/monitors.d.ts.map +1 -0
- package/dist/react-native/operations/monitors.js +1114 -0
- package/dist/react-native/operations/monitors.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/singleSignOnConfigurations.d.ts +63 -0
- package/dist/react-native/operations/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/singleSignOnConfigurations.js +271 -0
- package/dist/react-native/operations/singleSignOnConfigurations.js.map +1 -0
- package/dist/react-native/operations/tagRules.d.ts +54 -0
- package/dist/react-native/operations/tagRules.d.ts.map +1 -0
- package/dist/react-native/operations/tagRules.js +216 -0
- package/dist/react-native/operations/tagRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/creationSupported.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/creationSupported.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/creationSupported.js +9 -0
- package/dist/react-native/operationsInterfaces/creationSupported.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +15 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.js +9 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.js +9 -0
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/monitors.d.ts +116 -0
- package/dist/react-native/operationsInterfaces/monitors.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/monitors.js +9 -0
- package/dist/react-native/operationsInterfaces/monitors.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/singleSignOnConfigurations.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/singleSignOnConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/singleSignOnConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tagRules.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/tagRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tagRules.js +9 -0
- package/dist/react-native/operationsInterfaces/tagRules.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +58 -28
- package/dist/index.js +0 -4389
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/creationSupportedGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/creationSupportedGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/creationSupportedGetSample.js +0 -38
- package/dist-esm/samples-dev/creationSupportedGetSample.js.map +0 -1
- package/dist-esm/samples-dev/creationSupportedListSample.d.ts +0 -2
- package/dist-esm/samples-dev/creationSupportedListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/creationSupportedListSample.js +0 -54
- package/dist-esm/samples-dev/creationSupportedListSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceAgreementsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsCreateOrUpdateSample.js +0 -39
- package/dist-esm/samples-dev/marketplaceAgreementsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.js +0 -53
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.js.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsCreateorUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitoredSubscriptionsCreateorUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsCreateorUpdateSample.js +0 -82
- package/dist-esm/samples-dev/monitoredSubscriptionsCreateorUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitoredSubscriptionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/monitoredSubscriptionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitoredSubscriptionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsGetSample.js +0 -40
- package/dist-esm/samples-dev/monitoredSubscriptionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitoredSubscriptionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsListSample.js +0 -55
- package/dist-esm/samples-dev/monitoredSubscriptionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitoredSubscriptionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitoredSubscriptionsUpdateSample.js +0 -82
- package/dist-esm/samples-dev/monitoredSubscriptionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsCreateSample.js +0 -62
- package/dist-esm/samples-dev/monitorsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/monitorsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsGetDefaultKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsGetDefaultKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsGetDefaultKeySample.js +0 -39
- package/dist-esm/samples-dev/monitorsGetDefaultKeySample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsGetSample.js +0 -39
- package/dist-esm/samples-dev/monitorsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsListApiKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsListApiKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsListApiKeysSample.js +0 -55
- package/dist-esm/samples-dev/monitorsListApiKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsListHostsSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsListHostsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsListHostsSample.js +0 -55
- package/dist-esm/samples-dev/monitorsListHostsSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsListLinkedResourcesSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsListLinkedResourcesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsListLinkedResourcesSample.js +0 -55
- package/dist-esm/samples-dev/monitorsListLinkedResourcesSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.js +0 -55
- package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsListSample.js +0 -53
- package/dist-esm/samples-dev/monitorsListSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsRefreshSetPasswordLinkSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsRefreshSetPasswordLinkSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsRefreshSetPasswordLinkSample.js +0 -39
- package/dist-esm/samples-dev/monitorsRefreshSetPasswordLinkSample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsSetDefaultKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsSetDefaultKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsSetDefaultKeySample.js +0 -41
- package/dist-esm/samples-dev/monitorsSetDefaultKeySample.js.map +0 -1
- package/dist-esm/samples-dev/monitorsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/monitorsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/monitorsUpdateSample.js +0 -44
- package/dist-esm/samples-dev/monitorsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/singleSignOnConfigurationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/singleSignOnConfigurationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/singleSignOnConfigurationsCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/singleSignOnConfigurationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/singleSignOnConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/singleSignOnConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/singleSignOnConfigurationsGetSample.js +0 -40
- package/dist-esm/samples-dev/singleSignOnConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/singleSignOnConfigurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/singleSignOnConfigurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/singleSignOnConfigurationsListSample.js +0 -55
- package/dist-esm/samples-dev/singleSignOnConfigurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.js +0 -56
- package/dist-esm/samples-dev/tagRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/tagRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/tagRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tagRulesGetSample.js +0 -40
- package/dist-esm/samples-dev/tagRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/tagRulesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/tagRulesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tagRulesListSample.js +0 -55
- package/dist-esm/samples-dev/tagRulesListSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/microsoftDatadogClient.d.ts.map +0 -1
- package/dist-esm/src/microsoftDatadogClient.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/creationSupported.d.ts.map +0 -1
- package/dist-esm/src/operations/creationSupported.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -8
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -15
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/marketplaceAgreements.d.ts.map +0 -1
- package/dist-esm/src/operations/marketplaceAgreements.js.map +0 -1
- package/dist-esm/src/operations/monitoredSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operations/monitoredSubscriptions.js.map +0 -1
- package/dist-esm/src/operations/monitors.d.ts.map +0 -1
- package/dist-esm/src/operations/monitors.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/singleSignOnConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/singleSignOnConfigurations.js.map +0 -1
- package/dist-esm/src/operations/tagRules.d.ts.map +0 -1
- package/dist-esm/src/operations/tagRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/creationSupported.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/creationSupported.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -15
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/marketplaceAgreements.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/monitoredSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/monitoredSubscriptions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/monitors.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/monitors.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/tagRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/tagRules.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/datadog_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/datadog_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/datadog_operations_test.spec.js +0 -77
- package/dist-esm/test/datadog_operations_test.spec.js.map +0 -1
- package/src/lroImpl.ts +0 -42
- package/src/microsoftDatadogClient.ts +0 -168
- package/src/models/index.ts +0 -1134
- package/src/models/mappers.ts +0 -1526
- package/src/models/parameters.ts +0 -190
- package/src/operations/creationSupported.ts +0 -150
- package/src/operations/index.ts +0 -15
- package/src/operations/marketplaceAgreements.ts +0 -188
- package/src/operations/monitoredSubscriptions.ts +0 -557
- package/src/operations/monitors.ts +0 -1489
- package/src/operations/operations.ts +0 -149
- package/src/operations/singleSignOnConfigurations.ts +0 -377
- package/src/operations/tagRules.ts +0 -284
- package/src/operationsInterfaces/creationSupported.ts +0 -38
- package/src/operationsInterfaces/index.ts +0 -15
- package/src/operationsInterfaces/marketplaceAgreements.ts +0 -34
- package/src/operationsInterfaces/monitoredSubscriptions.ts +0 -138
- package/src/operationsInterfaces/monitors.ts +0 -220
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/singleSignOnConfigurations.ts +0 -78
- package/src/operationsInterfaces/tagRules.ts +0 -59
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/creationSupported.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/monitoredSubscriptions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/monitors.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/singleSignOnConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/tagRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1,977 @@
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
2
|
+
/** Response of a list operation. */
|
3
|
+
export interface DatadogAgreementResourceListResponse {
|
4
|
+
/** Results of a list operation. */
|
5
|
+
value?: DatadogAgreementResource[];
|
6
|
+
/** Link to the next set of results, if any. */
|
7
|
+
nextLink?: string;
|
8
|
+
}
|
9
|
+
export interface DatadogAgreementResource {
|
10
|
+
/**
|
11
|
+
* ARM id of the resource.
|
12
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
13
|
+
*/
|
14
|
+
readonly id?: string;
|
15
|
+
/**
|
16
|
+
* Name of the agreement.
|
17
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
18
|
+
*/
|
19
|
+
readonly name?: string;
|
20
|
+
/**
|
21
|
+
* The type of the resource.
|
22
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
23
|
+
*/
|
24
|
+
readonly type?: string;
|
25
|
+
/** Represents the properties of the resource. */
|
26
|
+
properties?: DatadogAgreementProperties;
|
27
|
+
/**
|
28
|
+
* Metadata pertaining to creation and last modification of the resource.
|
29
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
30
|
+
*/
|
31
|
+
readonly systemData?: SystemData;
|
32
|
+
}
|
33
|
+
/** Terms properties. */
|
34
|
+
export interface DatadogAgreementProperties {
|
35
|
+
/** Publisher identifier string. */
|
36
|
+
publisher?: string;
|
37
|
+
/** Product identifier string. */
|
38
|
+
product?: string;
|
39
|
+
/** Plan identifier string. */
|
40
|
+
plan?: string;
|
41
|
+
/** Link to HTML with Microsoft and Publisher terms. */
|
42
|
+
licenseTextLink?: string;
|
43
|
+
/** Link to the privacy policy of the publisher. */
|
44
|
+
privacyPolicyLink?: string;
|
45
|
+
/** Date and time in UTC of when the terms were accepted. This is empty if Accepted is false. */
|
46
|
+
retrieveDatetime?: Date;
|
47
|
+
/** Terms signature. */
|
48
|
+
signature?: string;
|
49
|
+
/** If any version of the terms have been accepted, otherwise false. */
|
50
|
+
accepted?: boolean;
|
51
|
+
}
|
52
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
53
|
+
export interface SystemData {
|
54
|
+
/** The identity that created the resource. */
|
55
|
+
createdBy?: string;
|
56
|
+
/** The type of identity that created the resource. */
|
57
|
+
createdByType?: CreatedByType;
|
58
|
+
/** The timestamp of resource creation (UTC). */
|
59
|
+
createdAt?: Date;
|
60
|
+
/** The identity that last modified the resource. */
|
61
|
+
lastModifiedBy?: string;
|
62
|
+
/** The type of identity that last modified the resource. */
|
63
|
+
lastModifiedByType?: CreatedByType;
|
64
|
+
/** The timestamp of resource last modification (UTC) */
|
65
|
+
lastModifiedAt?: Date;
|
66
|
+
}
|
67
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
68
|
+
export interface ErrorResponse {
|
69
|
+
/** The error object. */
|
70
|
+
error?: ErrorDetail;
|
71
|
+
}
|
72
|
+
/** The error detail. */
|
73
|
+
export interface ErrorDetail {
|
74
|
+
/**
|
75
|
+
* The error code.
|
76
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
77
|
+
*/
|
78
|
+
readonly code?: string;
|
79
|
+
/**
|
80
|
+
* The error message.
|
81
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
82
|
+
*/
|
83
|
+
readonly message?: string;
|
84
|
+
/**
|
85
|
+
* The error target.
|
86
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
87
|
+
*/
|
88
|
+
readonly target?: string;
|
89
|
+
/**
|
90
|
+
* The error details.
|
91
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
92
|
+
*/
|
93
|
+
readonly details?: ErrorDetail[];
|
94
|
+
/**
|
95
|
+
* The error additional info.
|
96
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
97
|
+
*/
|
98
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
99
|
+
}
|
100
|
+
/** The resource management error additional info. */
|
101
|
+
export interface ErrorAdditionalInfo {
|
102
|
+
/**
|
103
|
+
* The additional info type.
|
104
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
105
|
+
*/
|
106
|
+
readonly type?: string;
|
107
|
+
/**
|
108
|
+
* The additional info.
|
109
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
110
|
+
*/
|
111
|
+
readonly info?: Record<string, unknown>;
|
112
|
+
}
|
113
|
+
export interface CreateResourceSupportedResponseList {
|
114
|
+
value?: CreateResourceSupportedResponse[];
|
115
|
+
}
|
116
|
+
/** Datadog resource can be created or not. */
|
117
|
+
export interface CreateResourceSupportedResponse {
|
118
|
+
/** Represents the properties of the resource. */
|
119
|
+
properties?: CreateResourceSupportedProperties;
|
120
|
+
}
|
121
|
+
/** Datadog resource can be created or not properties. */
|
122
|
+
export interface CreateResourceSupportedProperties {
|
123
|
+
/**
|
124
|
+
* The ARM id of the subscription.
|
125
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
126
|
+
*/
|
127
|
+
readonly name?: string;
|
128
|
+
/**
|
129
|
+
* Indicates if selected subscription supports Datadog resource creation, if not it is already being monitored for the selected organization via multi subscription feature.
|
130
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
131
|
+
*/
|
132
|
+
readonly creationSupported?: boolean;
|
133
|
+
}
|
134
|
+
/** Response of a list operation. */
|
135
|
+
export interface DatadogApiKeyListResponse {
|
136
|
+
/** Results of a list operation. */
|
137
|
+
value?: DatadogApiKey[];
|
138
|
+
/** Link to the next set of results, if any. */
|
139
|
+
nextLink?: string;
|
140
|
+
}
|
141
|
+
export interface DatadogApiKey {
|
142
|
+
/** The user that created the API key. */
|
143
|
+
createdBy?: string;
|
144
|
+
/** The name of the API key. */
|
145
|
+
name?: string;
|
146
|
+
/** The value of the API key. */
|
147
|
+
key: string;
|
148
|
+
/** The time of creation of the API key. */
|
149
|
+
created?: string;
|
150
|
+
}
|
151
|
+
/** Response of a list operation. */
|
152
|
+
export interface DatadogHostListResponse {
|
153
|
+
/** Results of a list operation. */
|
154
|
+
value?: DatadogHost[];
|
155
|
+
/** Link to the next set of results, if any. */
|
156
|
+
nextLink?: string;
|
157
|
+
}
|
158
|
+
export interface DatadogHost {
|
159
|
+
/** The name of the host. */
|
160
|
+
name?: string;
|
161
|
+
/** The aliases for the host installed via the Datadog agent. */
|
162
|
+
aliases?: string[];
|
163
|
+
/** The Datadog integrations reporting metrics for the host. */
|
164
|
+
apps?: string[];
|
165
|
+
meta?: DatadogHostMetadata;
|
166
|
+
}
|
167
|
+
export interface DatadogHostMetadata {
|
168
|
+
/** The agent version. */
|
169
|
+
agentVersion?: string;
|
170
|
+
installMethod?: DatadogInstallMethod;
|
171
|
+
logsAgent?: DatadogLogsAgent;
|
172
|
+
}
|
173
|
+
export interface DatadogInstallMethod {
|
174
|
+
/** The tool. */
|
175
|
+
tool?: string;
|
176
|
+
/** The tool version. */
|
177
|
+
toolVersion?: string;
|
178
|
+
/** The installer version. */
|
179
|
+
installerVersion?: string;
|
180
|
+
}
|
181
|
+
export interface DatadogLogsAgent {
|
182
|
+
/** The transport. */
|
183
|
+
transport?: string;
|
184
|
+
}
|
185
|
+
/** Response of a list operation. */
|
186
|
+
export interface LinkedResourceListResponse {
|
187
|
+
/** Results of a list operation. */
|
188
|
+
value?: LinkedResource[];
|
189
|
+
/** Link to the next set of results, if any. */
|
190
|
+
nextLink?: string;
|
191
|
+
}
|
192
|
+
/** The definition of a linked resource. */
|
193
|
+
export interface LinkedResource {
|
194
|
+
/** The ARM id of the linked resource. */
|
195
|
+
id?: string;
|
196
|
+
}
|
197
|
+
/** Response of a list operation. */
|
198
|
+
export interface MonitoredResourceListResponse {
|
199
|
+
/** Results of a list operation. */
|
200
|
+
value?: MonitoredResource[];
|
201
|
+
/** Link to the next set of results, if any. */
|
202
|
+
nextLink?: string;
|
203
|
+
}
|
204
|
+
/** The properties of a resource currently being monitored by the Datadog monitor resource. */
|
205
|
+
export interface MonitoredResource {
|
206
|
+
/** The ARM id of the resource. */
|
207
|
+
id?: string;
|
208
|
+
/** Flag indicating if resource is sending metrics to Datadog. */
|
209
|
+
sendingMetrics?: boolean;
|
210
|
+
/** Reason for why the resource is sending metrics (or why it is not sending). */
|
211
|
+
reasonForMetricsStatus?: string;
|
212
|
+
/** Flag indicating if resource is sending logs to Datadog. */
|
213
|
+
sendingLogs?: boolean;
|
214
|
+
/** Reason for why the resource is sending logs (or why it is not sending). */
|
215
|
+
reasonForLogsStatus?: string;
|
216
|
+
}
|
217
|
+
/** Result of GET request to list the Microsoft.Datadog operations. */
|
218
|
+
export interface OperationListResult {
|
219
|
+
/** List of operations supported by the Microsoft.Datadog provider. */
|
220
|
+
value?: OperationResult[];
|
221
|
+
/** URL to get the next set of operation list results if there are any. */
|
222
|
+
nextLink?: string;
|
223
|
+
}
|
224
|
+
/** A Microsoft.Datadog REST API operation. */
|
225
|
+
export interface OperationResult {
|
226
|
+
/** Operation name, i.e., {provider}/{resource}/{operation}. */
|
227
|
+
name?: string;
|
228
|
+
/** The object that represents the operation. */
|
229
|
+
display?: OperationDisplay;
|
230
|
+
/** Indicates whether the operation is a data action */
|
231
|
+
isDataAction?: boolean;
|
232
|
+
}
|
233
|
+
/** The object that represents the operation. */
|
234
|
+
export interface OperationDisplay {
|
235
|
+
/** Service provider, i.e., Microsoft.Datadog. */
|
236
|
+
provider?: string;
|
237
|
+
/** Type on which the operation is performed, e.g., 'monitors'. */
|
238
|
+
resource?: string;
|
239
|
+
/** Operation type, e.g., read, write, delete, etc. */
|
240
|
+
operation?: string;
|
241
|
+
/** Description of the operation, e.g., 'Write monitors'. */
|
242
|
+
description?: string;
|
243
|
+
}
|
244
|
+
/** Response of a list operation. */
|
245
|
+
export interface DatadogMonitorResourceListResponse {
|
246
|
+
/** Results of a list operation. */
|
247
|
+
value?: DatadogMonitorResource[];
|
248
|
+
/** Link to the next set of results, if any. */
|
249
|
+
nextLink?: string;
|
250
|
+
}
|
251
|
+
export interface DatadogMonitorResource {
|
252
|
+
/**
|
253
|
+
* ARM id of the monitor resource.
|
254
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
255
|
+
*/
|
256
|
+
readonly id?: string;
|
257
|
+
/**
|
258
|
+
* Name of the monitor resource.
|
259
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
260
|
+
*/
|
261
|
+
readonly name?: string;
|
262
|
+
/**
|
263
|
+
* The type of the monitor resource.
|
264
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
265
|
+
*/
|
266
|
+
readonly type?: string;
|
267
|
+
sku?: ResourceSku;
|
268
|
+
/** Properties specific to the monitor resource. */
|
269
|
+
properties?: MonitorProperties;
|
270
|
+
identity?: IdentityProperties;
|
271
|
+
/** Dictionary of <string> */
|
272
|
+
tags?: {
|
273
|
+
[propertyName: string]: string;
|
274
|
+
};
|
275
|
+
location: string;
|
276
|
+
/**
|
277
|
+
* Metadata pertaining to creation and last modification of the resource.
|
278
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
279
|
+
*/
|
280
|
+
readonly systemData?: SystemData;
|
281
|
+
}
|
282
|
+
export interface ResourceSku {
|
283
|
+
/** Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'. */
|
284
|
+
name: string;
|
285
|
+
}
|
286
|
+
/** Properties specific to the monitor resource. */
|
287
|
+
export interface MonitorProperties {
|
288
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
289
|
+
readonly provisioningState?: ProvisioningState;
|
290
|
+
/** Flag specifying if the resource monitoring is enabled or disabled. */
|
291
|
+
monitoringStatus?: MonitoringStatus;
|
292
|
+
/**
|
293
|
+
* Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.
|
294
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
295
|
+
*/
|
296
|
+
readonly marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
|
297
|
+
/** Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well. */
|
298
|
+
datadogOrganizationProperties?: DatadogOrganizationProperties;
|
299
|
+
/** Includes name, email and optionally, phone number. User Information can't be null. */
|
300
|
+
userInfo?: UserInfo;
|
301
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
302
|
+
readonly liftrResourceCategory?: LiftrResourceCategories;
|
303
|
+
/**
|
304
|
+
* The priority of the resource.
|
305
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
306
|
+
*/
|
307
|
+
readonly liftrResourcePreference?: number;
|
308
|
+
}
|
309
|
+
/** Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well. */
|
310
|
+
export interface DatadogOrganizationProperties {
|
311
|
+
/** Name of the Datadog organization. */
|
312
|
+
name?: string;
|
313
|
+
/** Id of the Datadog organization. */
|
314
|
+
id?: string;
|
315
|
+
/** The auth code used to linking to an existing Datadog organization. */
|
316
|
+
linkingAuthCode?: string;
|
317
|
+
/** The client_id from an existing in exchange for an auth token to link organization. */
|
318
|
+
linkingClientId?: string;
|
319
|
+
/** The redirect URI for linking. */
|
320
|
+
redirectUri?: string;
|
321
|
+
/** Api key associated to the Datadog organization. */
|
322
|
+
apiKey?: string;
|
323
|
+
/** Application key associated to the Datadog organization. */
|
324
|
+
applicationKey?: string;
|
325
|
+
/** The Id of the Enterprise App used for Single sign on. */
|
326
|
+
enterpriseAppId?: string;
|
327
|
+
/** The configuration which describes the state of cloud security posture management. This collects configuration information for all resources in a subscription and track conformance to industry benchmarks. */
|
328
|
+
cspm?: boolean;
|
329
|
+
}
|
330
|
+
/** Includes name, email and optionally, phone number. User Information can't be null. */
|
331
|
+
export interface UserInfo {
|
332
|
+
/** Name of the user */
|
333
|
+
name?: string;
|
334
|
+
/** Email of the user used by Datadog for contacting them if needed */
|
335
|
+
emailAddress?: string;
|
336
|
+
/** Phone number of the user used by Datadog for contacting them if needed */
|
337
|
+
phoneNumber?: string;
|
338
|
+
}
|
339
|
+
export interface IdentityProperties {
|
340
|
+
/**
|
341
|
+
* The identity ID.
|
342
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
343
|
+
*/
|
344
|
+
readonly principalId?: string;
|
345
|
+
/**
|
346
|
+
* The tenant ID of resource.
|
347
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
348
|
+
*/
|
349
|
+
readonly tenantId?: string;
|
350
|
+
/** Specifies the identity type of the Datadog Monitor. At this time the only allowed value is 'SystemAssigned'. */
|
351
|
+
type?: ManagedIdentityTypes;
|
352
|
+
}
|
353
|
+
/** The parameters for a PATCH request to a monitor resource. */
|
354
|
+
export interface DatadogMonitorResourceUpdateParameters {
|
355
|
+
/** The set of properties that can be update in a PATCH request to a monitor resource. */
|
356
|
+
properties?: MonitorUpdateProperties;
|
357
|
+
/** The new tags of the monitor resource. */
|
358
|
+
tags?: {
|
359
|
+
[propertyName: string]: string;
|
360
|
+
};
|
361
|
+
sku?: ResourceSku;
|
362
|
+
}
|
363
|
+
/** The set of properties that can be update in a PATCH request to a monitor resource. */
|
364
|
+
export interface MonitorUpdateProperties {
|
365
|
+
/** Flag specifying if the resource monitoring is enabled or disabled. */
|
366
|
+
monitoringStatus?: MonitoringStatus;
|
367
|
+
/** The new cloud security posture management value of the monitor resource. This collects configuration information for all resources in a subscription and track conformance to industry benchmarks. */
|
368
|
+
cspm?: boolean;
|
369
|
+
}
|
370
|
+
export interface DatadogSetPasswordLink {
|
371
|
+
setPasswordLink?: string;
|
372
|
+
}
|
373
|
+
/** Response of a list operation. */
|
374
|
+
export interface MonitoringTagRulesListResponse {
|
375
|
+
/** Results of a list operation. */
|
376
|
+
value?: MonitoringTagRules[];
|
377
|
+
/** Link to the next set of results, if any. */
|
378
|
+
nextLink?: string;
|
379
|
+
}
|
380
|
+
/** Capture logs and metrics of Azure resources based on ARM tags. */
|
381
|
+
export interface MonitoringTagRules {
|
382
|
+
/**
|
383
|
+
* Name of the rule set.
|
384
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
385
|
+
*/
|
386
|
+
readonly name?: string;
|
387
|
+
/**
|
388
|
+
* The id of the rule set.
|
389
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
390
|
+
*/
|
391
|
+
readonly id?: string;
|
392
|
+
/**
|
393
|
+
* The type of the rule set.
|
394
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
395
|
+
*/
|
396
|
+
readonly type?: string;
|
397
|
+
/** Definition of the properties for a TagRules resource. */
|
398
|
+
properties?: MonitoringTagRulesProperties;
|
399
|
+
/**
|
400
|
+
* Metadata pertaining to creation and last modification of the resource.
|
401
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
402
|
+
*/
|
403
|
+
readonly systemData?: SystemData;
|
404
|
+
}
|
405
|
+
/** Definition of the properties for a TagRules resource. */
|
406
|
+
export interface MonitoringTagRulesProperties {
|
407
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
408
|
+
readonly provisioningState?: ProvisioningState;
|
409
|
+
/** Set of rules for sending logs for the Monitor resource. */
|
410
|
+
logRules?: LogRules;
|
411
|
+
/** Set of rules for sending metrics for the Monitor resource. */
|
412
|
+
metricRules?: MetricRules;
|
413
|
+
/** Configuration to enable/disable auto-muting flag */
|
414
|
+
automuting?: boolean;
|
415
|
+
}
|
416
|
+
/** Set of rules for sending logs for the Monitor resource. */
|
417
|
+
export interface LogRules {
|
418
|
+
/** Flag specifying if AAD logs should be sent for the Monitor resource. */
|
419
|
+
sendAadLogs?: boolean;
|
420
|
+
/** Flag specifying if Azure subscription logs should be sent for the Monitor resource. */
|
421
|
+
sendSubscriptionLogs?: boolean;
|
422
|
+
/** Flag specifying if Azure resource logs should be sent for the Monitor resource. */
|
423
|
+
sendResourceLogs?: boolean;
|
424
|
+
/** List of filtering tags to be used for capturing logs. This only takes effect if SendResourceLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags. */
|
425
|
+
filteringTags?: FilteringTag[];
|
426
|
+
}
|
427
|
+
/** The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored. */
|
428
|
+
export interface FilteringTag {
|
429
|
+
/** The name (also known as the key) of the tag. */
|
430
|
+
name?: string;
|
431
|
+
/** The value of the tag. */
|
432
|
+
value?: string;
|
433
|
+
/** Valid actions for a filtering tag. Exclusion takes priority over inclusion. */
|
434
|
+
action?: TagAction;
|
435
|
+
}
|
436
|
+
/** Set of rules for sending metrics for the Monitor resource. */
|
437
|
+
export interface MetricRules {
|
438
|
+
/** List of filtering tags to be used for capturing metrics. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags. */
|
439
|
+
filteringTags?: FilteringTag[];
|
440
|
+
}
|
441
|
+
/** Response of a list operation. */
|
442
|
+
export interface DatadogSingleSignOnResourceListResponse {
|
443
|
+
/** Results of a list operation. */
|
444
|
+
value?: DatadogSingleSignOnResource[];
|
445
|
+
/** Link to the next set of results, if any. */
|
446
|
+
nextLink?: string;
|
447
|
+
}
|
448
|
+
export interface DatadogSingleSignOnResource {
|
449
|
+
/**
|
450
|
+
* ARM id of the resource.
|
451
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
452
|
+
*/
|
453
|
+
readonly id?: string;
|
454
|
+
/**
|
455
|
+
* Name of the configuration.
|
456
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
457
|
+
*/
|
458
|
+
readonly name?: string;
|
459
|
+
/**
|
460
|
+
* The type of the resource.
|
461
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
462
|
+
*/
|
463
|
+
readonly type?: string;
|
464
|
+
properties?: DatadogSingleSignOnProperties;
|
465
|
+
/**
|
466
|
+
* Metadata pertaining to creation and last modification of the resource.
|
467
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
468
|
+
*/
|
469
|
+
readonly systemData?: SystemData;
|
470
|
+
}
|
471
|
+
export interface DatadogSingleSignOnProperties {
|
472
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
473
|
+
readonly provisioningState?: ProvisioningState;
|
474
|
+
/** Various states of the SSO resource */
|
475
|
+
singleSignOnState?: SingleSignOnStates;
|
476
|
+
/** The Id of the Enterprise App used for Single sign-on. */
|
477
|
+
enterpriseAppId?: string;
|
478
|
+
/**
|
479
|
+
* The login URL specific to this Datadog Organization.
|
480
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
481
|
+
*/
|
482
|
+
readonly singleSignOnUrl?: string;
|
483
|
+
}
|
484
|
+
export interface MonitoredSubscriptionPropertiesList {
|
485
|
+
value?: MonitoredSubscriptionProperties[];
|
486
|
+
}
|
487
|
+
/** The request to update subscriptions needed to be monitored by the Datadog monitor resource. */
|
488
|
+
export interface MonitoredSubscriptionProperties {
|
489
|
+
/**
|
490
|
+
* Name of the monitored subscription resource.
|
491
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
492
|
+
*/
|
493
|
+
readonly name?: string;
|
494
|
+
/**
|
495
|
+
* The id of the monitored subscription resource.
|
496
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
497
|
+
*/
|
498
|
+
readonly id?: string;
|
499
|
+
/**
|
500
|
+
* The type of the monitored subscription resource.
|
501
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
502
|
+
*/
|
503
|
+
readonly type?: string;
|
504
|
+
/** The request to update subscriptions needed to be monitored by the Datadog monitor resource. */
|
505
|
+
properties?: SubscriptionList;
|
506
|
+
}
|
507
|
+
/** The request to update subscriptions needed to be monitored by the Datadog monitor resource. */
|
508
|
+
export interface SubscriptionList {
|
509
|
+
/** The operation for the patch on the resource. */
|
510
|
+
operation?: Operation;
|
511
|
+
/** List of subscriptions and the state of the monitoring. */
|
512
|
+
monitoredSubscriptionList?: MonitoredSubscription[];
|
513
|
+
}
|
514
|
+
/** The list of subscriptions and it's monitoring status by current Datadog monitor. */
|
515
|
+
export interface MonitoredSubscription {
|
516
|
+
/** The subscriptionId to be monitored. */
|
517
|
+
subscriptionId?: string;
|
518
|
+
/** The state of monitoring. */
|
519
|
+
status?: Status;
|
520
|
+
/** The reason of not monitoring the subscription. */
|
521
|
+
error?: string;
|
522
|
+
/** Definition of the properties for a TagRules resource. */
|
523
|
+
tagRules?: MonitoringTagRulesProperties;
|
524
|
+
}
|
525
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
526
|
+
export declare enum KnownCreatedByType {
|
527
|
+
/** User */
|
528
|
+
User = "User",
|
529
|
+
/** Application */
|
530
|
+
Application = "Application",
|
531
|
+
/** ManagedIdentity */
|
532
|
+
ManagedIdentity = "ManagedIdentity",
|
533
|
+
/** Key */
|
534
|
+
Key = "Key"
|
535
|
+
}
|
536
|
+
/**
|
537
|
+
* Defines values for CreatedByType. \
|
538
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
539
|
+
* this enum contains the known values that the service supports.
|
540
|
+
* ### Known values supported by the service
|
541
|
+
* **User** \
|
542
|
+
* **Application** \
|
543
|
+
* **ManagedIdentity** \
|
544
|
+
* **Key**
|
545
|
+
*/
|
546
|
+
export type CreatedByType = string;
|
547
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
548
|
+
export declare enum KnownProvisioningState {
|
549
|
+
/** Accepted */
|
550
|
+
Accepted = "Accepted",
|
551
|
+
/** Creating */
|
552
|
+
Creating = "Creating",
|
553
|
+
/** Updating */
|
554
|
+
Updating = "Updating",
|
555
|
+
/** Deleting */
|
556
|
+
Deleting = "Deleting",
|
557
|
+
/** Succeeded */
|
558
|
+
Succeeded = "Succeeded",
|
559
|
+
/** Failed */
|
560
|
+
Failed = "Failed",
|
561
|
+
/** Canceled */
|
562
|
+
Canceled = "Canceled",
|
563
|
+
/** Deleted */
|
564
|
+
Deleted = "Deleted",
|
565
|
+
/** NotSpecified */
|
566
|
+
NotSpecified = "NotSpecified"
|
567
|
+
}
|
568
|
+
/**
|
569
|
+
* Defines values for ProvisioningState. \
|
570
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
571
|
+
* this enum contains the known values that the service supports.
|
572
|
+
* ### Known values supported by the service
|
573
|
+
* **Accepted** \
|
574
|
+
* **Creating** \
|
575
|
+
* **Updating** \
|
576
|
+
* **Deleting** \
|
577
|
+
* **Succeeded** \
|
578
|
+
* **Failed** \
|
579
|
+
* **Canceled** \
|
580
|
+
* **Deleted** \
|
581
|
+
* **NotSpecified**
|
582
|
+
*/
|
583
|
+
export type ProvisioningState = string;
|
584
|
+
/** Known values of {@link MonitoringStatus} that the service accepts. */
|
585
|
+
export declare enum KnownMonitoringStatus {
|
586
|
+
/** Enabled */
|
587
|
+
Enabled = "Enabled",
|
588
|
+
/** Disabled */
|
589
|
+
Disabled = "Disabled"
|
590
|
+
}
|
591
|
+
/**
|
592
|
+
* Defines values for MonitoringStatus. \
|
593
|
+
* {@link KnownMonitoringStatus} can be used interchangeably with MonitoringStatus,
|
594
|
+
* this enum contains the known values that the service supports.
|
595
|
+
* ### Known values supported by the service
|
596
|
+
* **Enabled** \
|
597
|
+
* **Disabled**
|
598
|
+
*/
|
599
|
+
export type MonitoringStatus = string;
|
600
|
+
/** Known values of {@link MarketplaceSubscriptionStatus} that the service accepts. */
|
601
|
+
export declare enum KnownMarketplaceSubscriptionStatus {
|
602
|
+
/** Provisioning */
|
603
|
+
Provisioning = "Provisioning",
|
604
|
+
/** Active */
|
605
|
+
Active = "Active",
|
606
|
+
/** Suspended */
|
607
|
+
Suspended = "Suspended",
|
608
|
+
/** Unsubscribed */
|
609
|
+
Unsubscribed = "Unsubscribed"
|
610
|
+
}
|
611
|
+
/**
|
612
|
+
* Defines values for MarketplaceSubscriptionStatus. \
|
613
|
+
* {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,
|
614
|
+
* this enum contains the known values that the service supports.
|
615
|
+
* ### Known values supported by the service
|
616
|
+
* **Provisioning** \
|
617
|
+
* **Active** \
|
618
|
+
* **Suspended** \
|
619
|
+
* **Unsubscribed**
|
620
|
+
*/
|
621
|
+
export type MarketplaceSubscriptionStatus = string;
|
622
|
+
/** Known values of {@link LiftrResourceCategories} that the service accepts. */
|
623
|
+
export declare enum KnownLiftrResourceCategories {
|
624
|
+
/** Unknown */
|
625
|
+
Unknown = "Unknown",
|
626
|
+
/** MonitorLogs */
|
627
|
+
MonitorLogs = "MonitorLogs"
|
628
|
+
}
|
629
|
+
/**
|
630
|
+
* Defines values for LiftrResourceCategories. \
|
631
|
+
* {@link KnownLiftrResourceCategories} can be used interchangeably with LiftrResourceCategories,
|
632
|
+
* this enum contains the known values that the service supports.
|
633
|
+
* ### Known values supported by the service
|
634
|
+
* **Unknown** \
|
635
|
+
* **MonitorLogs**
|
636
|
+
*/
|
637
|
+
export type LiftrResourceCategories = string;
|
638
|
+
/** Known values of {@link ManagedIdentityTypes} that the service accepts. */
|
639
|
+
export declare enum KnownManagedIdentityTypes {
|
640
|
+
/** SystemAssigned */
|
641
|
+
SystemAssigned = "SystemAssigned",
|
642
|
+
/** UserAssigned */
|
643
|
+
UserAssigned = "UserAssigned"
|
644
|
+
}
|
645
|
+
/**
|
646
|
+
* Defines values for ManagedIdentityTypes. \
|
647
|
+
* {@link KnownManagedIdentityTypes} can be used interchangeably with ManagedIdentityTypes,
|
648
|
+
* this enum contains the known values that the service supports.
|
649
|
+
* ### Known values supported by the service
|
650
|
+
* **SystemAssigned** \
|
651
|
+
* **UserAssigned**
|
652
|
+
*/
|
653
|
+
export type ManagedIdentityTypes = string;
|
654
|
+
/** Known values of {@link TagAction} that the service accepts. */
|
655
|
+
export declare enum KnownTagAction {
|
656
|
+
/** Include */
|
657
|
+
Include = "Include",
|
658
|
+
/** Exclude */
|
659
|
+
Exclude = "Exclude"
|
660
|
+
}
|
661
|
+
/**
|
662
|
+
* Defines values for TagAction. \
|
663
|
+
* {@link KnownTagAction} can be used interchangeably with TagAction,
|
664
|
+
* this enum contains the known values that the service supports.
|
665
|
+
* ### Known values supported by the service
|
666
|
+
* **Include** \
|
667
|
+
* **Exclude**
|
668
|
+
*/
|
669
|
+
export type TagAction = string;
|
670
|
+
/** Known values of {@link SingleSignOnStates} that the service accepts. */
|
671
|
+
export declare enum KnownSingleSignOnStates {
|
672
|
+
/** Initial */
|
673
|
+
Initial = "Initial",
|
674
|
+
/** Enable */
|
675
|
+
Enable = "Enable",
|
676
|
+
/** Disable */
|
677
|
+
Disable = "Disable",
|
678
|
+
/** Existing */
|
679
|
+
Existing = "Existing"
|
680
|
+
}
|
681
|
+
/**
|
682
|
+
* Defines values for SingleSignOnStates. \
|
683
|
+
* {@link KnownSingleSignOnStates} can be used interchangeably with SingleSignOnStates,
|
684
|
+
* this enum contains the known values that the service supports.
|
685
|
+
* ### Known values supported by the service
|
686
|
+
* **Initial** \
|
687
|
+
* **Enable** \
|
688
|
+
* **Disable** \
|
689
|
+
* **Existing**
|
690
|
+
*/
|
691
|
+
export type SingleSignOnStates = string;
|
692
|
+
/** Known values of {@link Operation} that the service accepts. */
|
693
|
+
export declare enum KnownOperation {
|
694
|
+
/** AddBegin */
|
695
|
+
AddBegin = "AddBegin",
|
696
|
+
/** AddComplete */
|
697
|
+
AddComplete = "AddComplete",
|
698
|
+
/** DeleteBegin */
|
699
|
+
DeleteBegin = "DeleteBegin",
|
700
|
+
/** DeleteComplete */
|
701
|
+
DeleteComplete = "DeleteComplete",
|
702
|
+
/** Active */
|
703
|
+
Active = "Active"
|
704
|
+
}
|
705
|
+
/**
|
706
|
+
* Defines values for Operation. \
|
707
|
+
* {@link KnownOperation} can be used interchangeably with Operation,
|
708
|
+
* this enum contains the known values that the service supports.
|
709
|
+
* ### Known values supported by the service
|
710
|
+
* **AddBegin** \
|
711
|
+
* **AddComplete** \
|
712
|
+
* **DeleteBegin** \
|
713
|
+
* **DeleteComplete** \
|
714
|
+
* **Active**
|
715
|
+
*/
|
716
|
+
export type Operation = string;
|
717
|
+
/** Known values of {@link Status} that the service accepts. */
|
718
|
+
export declare enum KnownStatus {
|
719
|
+
/** InProgress */
|
720
|
+
InProgress = "InProgress",
|
721
|
+
/** Active */
|
722
|
+
Active = "Active",
|
723
|
+
/** Failed */
|
724
|
+
Failed = "Failed",
|
725
|
+
/** Deleting */
|
726
|
+
Deleting = "Deleting"
|
727
|
+
}
|
728
|
+
/**
|
729
|
+
* Defines values for Status. \
|
730
|
+
* {@link KnownStatus} can be used interchangeably with Status,
|
731
|
+
* this enum contains the known values that the service supports.
|
732
|
+
* ### Known values supported by the service
|
733
|
+
* **InProgress** \
|
734
|
+
* **Active** \
|
735
|
+
* **Failed** \
|
736
|
+
* **Deleting**
|
737
|
+
*/
|
738
|
+
export type Status = string;
|
739
|
+
/** Optional parameters. */
|
740
|
+
export interface MarketplaceAgreementsListOptionalParams extends coreClient.OperationOptions {
|
741
|
+
}
|
742
|
+
/** Contains response data for the list operation. */
|
743
|
+
export type MarketplaceAgreementsListResponse = DatadogAgreementResourceListResponse;
|
744
|
+
/** Optional parameters. */
|
745
|
+
export interface MarketplaceAgreementsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
746
|
+
body?: DatadogAgreementResource;
|
747
|
+
}
|
748
|
+
/** Contains response data for the createOrUpdate operation. */
|
749
|
+
export type MarketplaceAgreementsCreateOrUpdateResponse = DatadogAgreementResource;
|
750
|
+
/** Optional parameters. */
|
751
|
+
export interface MarketplaceAgreementsListNextOptionalParams extends coreClient.OperationOptions {
|
752
|
+
}
|
753
|
+
/** Contains response data for the listNext operation. */
|
754
|
+
export type MarketplaceAgreementsListNextResponse = DatadogAgreementResourceListResponse;
|
755
|
+
/** Optional parameters. */
|
756
|
+
export interface CreationSupportedListOptionalParams extends coreClient.OperationOptions {
|
757
|
+
}
|
758
|
+
/** Contains response data for the list operation. */
|
759
|
+
export type CreationSupportedListResponse = CreateResourceSupportedResponseList;
|
760
|
+
/** Optional parameters. */
|
761
|
+
export interface CreationSupportedGetOptionalParams extends coreClient.OperationOptions {
|
762
|
+
}
|
763
|
+
/** Contains response data for the get operation. */
|
764
|
+
export type CreationSupportedGetResponse = CreateResourceSupportedResponse;
|
765
|
+
/** Optional parameters. */
|
766
|
+
export interface MonitorsListApiKeysOptionalParams extends coreClient.OperationOptions {
|
767
|
+
}
|
768
|
+
/** Contains response data for the listApiKeys operation. */
|
769
|
+
export type MonitorsListApiKeysResponse = DatadogApiKeyListResponse;
|
770
|
+
/** Optional parameters. */
|
771
|
+
export interface MonitorsGetDefaultKeyOptionalParams extends coreClient.OperationOptions {
|
772
|
+
}
|
773
|
+
/** Contains response data for the getDefaultKey operation. */
|
774
|
+
export type MonitorsGetDefaultKeyResponse = DatadogApiKey;
|
775
|
+
/** Optional parameters. */
|
776
|
+
export interface MonitorsSetDefaultKeyOptionalParams extends coreClient.OperationOptions {
|
777
|
+
body?: DatadogApiKey;
|
778
|
+
}
|
779
|
+
/** Optional parameters. */
|
780
|
+
export interface MonitorsListHostsOptionalParams extends coreClient.OperationOptions {
|
781
|
+
}
|
782
|
+
/** Contains response data for the listHosts operation. */
|
783
|
+
export type MonitorsListHostsResponse = DatadogHostListResponse;
|
784
|
+
/** Optional parameters. */
|
785
|
+
export interface MonitorsListLinkedResourcesOptionalParams extends coreClient.OperationOptions {
|
786
|
+
}
|
787
|
+
/** Contains response data for the listLinkedResources operation. */
|
788
|
+
export type MonitorsListLinkedResourcesResponse = LinkedResourceListResponse;
|
789
|
+
/** Optional parameters. */
|
790
|
+
export interface MonitorsListMonitoredResourcesOptionalParams extends coreClient.OperationOptions {
|
791
|
+
}
|
792
|
+
/** Contains response data for the listMonitoredResources operation. */
|
793
|
+
export type MonitorsListMonitoredResourcesResponse = MonitoredResourceListResponse;
|
794
|
+
/** Optional parameters. */
|
795
|
+
export interface MonitorsListOptionalParams extends coreClient.OperationOptions {
|
796
|
+
}
|
797
|
+
/** Contains response data for the list operation. */
|
798
|
+
export type MonitorsListResponse = DatadogMonitorResourceListResponse;
|
799
|
+
/** Optional parameters. */
|
800
|
+
export interface MonitorsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
801
|
+
}
|
802
|
+
/** Contains response data for the listByResourceGroup operation. */
|
803
|
+
export type MonitorsListByResourceGroupResponse = DatadogMonitorResourceListResponse;
|
804
|
+
/** Optional parameters. */
|
805
|
+
export interface MonitorsGetOptionalParams extends coreClient.OperationOptions {
|
806
|
+
}
|
807
|
+
/** Contains response data for the get operation. */
|
808
|
+
export type MonitorsGetResponse = DatadogMonitorResource;
|
809
|
+
/** Optional parameters. */
|
810
|
+
export interface MonitorsCreateOptionalParams extends coreClient.OperationOptions {
|
811
|
+
body?: DatadogMonitorResource;
|
812
|
+
/** Delay to wait until next poll, in milliseconds. */
|
813
|
+
updateIntervalInMs?: number;
|
814
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
815
|
+
resumeFrom?: string;
|
816
|
+
}
|
817
|
+
/** Contains response data for the create operation. */
|
818
|
+
export type MonitorsCreateResponse = DatadogMonitorResource;
|
819
|
+
/** Optional parameters. */
|
820
|
+
export interface MonitorsUpdateOptionalParams extends coreClient.OperationOptions {
|
821
|
+
/** The parameters for a PATCH request to a monitor resource. */
|
822
|
+
body?: DatadogMonitorResourceUpdateParameters;
|
823
|
+
/** Delay to wait until next poll, in milliseconds. */
|
824
|
+
updateIntervalInMs?: number;
|
825
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
826
|
+
resumeFrom?: string;
|
827
|
+
}
|
828
|
+
/** Contains response data for the update operation. */
|
829
|
+
export type MonitorsUpdateResponse = DatadogMonitorResource;
|
830
|
+
/** Optional parameters. */
|
831
|
+
export interface MonitorsDeleteOptionalParams extends coreClient.OperationOptions {
|
832
|
+
/** Delay to wait until next poll, in milliseconds. */
|
833
|
+
updateIntervalInMs?: number;
|
834
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
835
|
+
resumeFrom?: string;
|
836
|
+
}
|
837
|
+
/** Optional parameters. */
|
838
|
+
export interface MonitorsRefreshSetPasswordLinkOptionalParams extends coreClient.OperationOptions {
|
839
|
+
}
|
840
|
+
/** Contains response data for the refreshSetPasswordLink operation. */
|
841
|
+
export type MonitorsRefreshSetPasswordLinkResponse = DatadogSetPasswordLink;
|
842
|
+
/** Optional parameters. */
|
843
|
+
export interface MonitorsListApiKeysNextOptionalParams extends coreClient.OperationOptions {
|
844
|
+
}
|
845
|
+
/** Contains response data for the listApiKeysNext operation. */
|
846
|
+
export type MonitorsListApiKeysNextResponse = DatadogApiKeyListResponse;
|
847
|
+
/** Optional parameters. */
|
848
|
+
export interface MonitorsListHostsNextOptionalParams extends coreClient.OperationOptions {
|
849
|
+
}
|
850
|
+
/** Contains response data for the listHostsNext operation. */
|
851
|
+
export type MonitorsListHostsNextResponse = DatadogHostListResponse;
|
852
|
+
/** Optional parameters. */
|
853
|
+
export interface MonitorsListLinkedResourcesNextOptionalParams extends coreClient.OperationOptions {
|
854
|
+
}
|
855
|
+
/** Contains response data for the listLinkedResourcesNext operation. */
|
856
|
+
export type MonitorsListLinkedResourcesNextResponse = LinkedResourceListResponse;
|
857
|
+
/** Optional parameters. */
|
858
|
+
export interface MonitorsListMonitoredResourcesNextOptionalParams extends coreClient.OperationOptions {
|
859
|
+
}
|
860
|
+
/** Contains response data for the listMonitoredResourcesNext operation. */
|
861
|
+
export type MonitorsListMonitoredResourcesNextResponse = MonitoredResourceListResponse;
|
862
|
+
/** Optional parameters. */
|
863
|
+
export interface MonitorsListNextOptionalParams extends coreClient.OperationOptions {
|
864
|
+
}
|
865
|
+
/** Contains response data for the listNext operation. */
|
866
|
+
export type MonitorsListNextResponse = DatadogMonitorResourceListResponse;
|
867
|
+
/** Optional parameters. */
|
868
|
+
export interface MonitorsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
869
|
+
}
|
870
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
871
|
+
export type MonitorsListByResourceGroupNextResponse = DatadogMonitorResourceListResponse;
|
872
|
+
/** Optional parameters. */
|
873
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
874
|
+
}
|
875
|
+
/** Contains response data for the list operation. */
|
876
|
+
export type OperationsListResponse = OperationListResult;
|
877
|
+
/** Optional parameters. */
|
878
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
879
|
+
}
|
880
|
+
/** Contains response data for the listNext operation. */
|
881
|
+
export type OperationsListNextResponse = OperationListResult;
|
882
|
+
/** Optional parameters. */
|
883
|
+
export interface TagRulesListOptionalParams extends coreClient.OperationOptions {
|
884
|
+
}
|
885
|
+
/** Contains response data for the list operation. */
|
886
|
+
export type TagRulesListResponse = MonitoringTagRulesListResponse;
|
887
|
+
/** Optional parameters. */
|
888
|
+
export interface TagRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
889
|
+
/** Capture logs and metrics of Azure resources based on ARM tags. */
|
890
|
+
body?: MonitoringTagRules;
|
891
|
+
}
|
892
|
+
/** Contains response data for the createOrUpdate operation. */
|
893
|
+
export type TagRulesCreateOrUpdateResponse = MonitoringTagRules;
|
894
|
+
/** Optional parameters. */
|
895
|
+
export interface TagRulesGetOptionalParams extends coreClient.OperationOptions {
|
896
|
+
}
|
897
|
+
/** Contains response data for the get operation. */
|
898
|
+
export type TagRulesGetResponse = MonitoringTagRules;
|
899
|
+
/** Optional parameters. */
|
900
|
+
export interface TagRulesListNextOptionalParams extends coreClient.OperationOptions {
|
901
|
+
}
|
902
|
+
/** Contains response data for the listNext operation. */
|
903
|
+
export type TagRulesListNextResponse = MonitoringTagRulesListResponse;
|
904
|
+
/** Optional parameters. */
|
905
|
+
export interface SingleSignOnConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
906
|
+
}
|
907
|
+
/** Contains response data for the list operation. */
|
908
|
+
export type SingleSignOnConfigurationsListResponse = DatadogSingleSignOnResourceListResponse;
|
909
|
+
/** Optional parameters. */
|
910
|
+
export interface SingleSignOnConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
911
|
+
body?: DatadogSingleSignOnResource;
|
912
|
+
/** Delay to wait until next poll, in milliseconds. */
|
913
|
+
updateIntervalInMs?: number;
|
914
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
915
|
+
resumeFrom?: string;
|
916
|
+
}
|
917
|
+
/** Contains response data for the createOrUpdate operation. */
|
918
|
+
export type SingleSignOnConfigurationsCreateOrUpdateResponse = DatadogSingleSignOnResource;
|
919
|
+
/** Optional parameters. */
|
920
|
+
export interface SingleSignOnConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
921
|
+
}
|
922
|
+
/** Contains response data for the get operation. */
|
923
|
+
export type SingleSignOnConfigurationsGetResponse = DatadogSingleSignOnResource;
|
924
|
+
/** Optional parameters. */
|
925
|
+
export interface SingleSignOnConfigurationsListNextOptionalParams extends coreClient.OperationOptions {
|
926
|
+
}
|
927
|
+
/** Contains response data for the listNext operation. */
|
928
|
+
export type SingleSignOnConfigurationsListNextResponse = DatadogSingleSignOnResourceListResponse;
|
929
|
+
/** Optional parameters. */
|
930
|
+
export interface MonitoredSubscriptionsListOptionalParams extends coreClient.OperationOptions {
|
931
|
+
}
|
932
|
+
/** Contains response data for the list operation. */
|
933
|
+
export type MonitoredSubscriptionsListResponse = MonitoredSubscriptionPropertiesList;
|
934
|
+
/** Optional parameters. */
|
935
|
+
export interface MonitoredSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
936
|
+
}
|
937
|
+
/** Contains response data for the get operation. */
|
938
|
+
export type MonitoredSubscriptionsGetResponse = MonitoredSubscriptionProperties;
|
939
|
+
/** Optional parameters. */
|
940
|
+
export interface MonitoredSubscriptionsCreateorUpdateOptionalParams extends coreClient.OperationOptions {
|
941
|
+
/** The request to update subscriptions needed to be monitored by the Datadog monitor resource. */
|
942
|
+
body?: MonitoredSubscriptionProperties;
|
943
|
+
/** Delay to wait until next poll, in milliseconds. */
|
944
|
+
updateIntervalInMs?: number;
|
945
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
946
|
+
resumeFrom?: string;
|
947
|
+
}
|
948
|
+
/** Contains response data for the createorUpdate operation. */
|
949
|
+
export type MonitoredSubscriptionsCreateorUpdateResponse = MonitoredSubscriptionProperties;
|
950
|
+
/** Optional parameters. */
|
951
|
+
export interface MonitoredSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
952
|
+
/** The request to update subscriptions needed to be monitored by the Datadog monitor resource. */
|
953
|
+
body?: MonitoredSubscriptionProperties;
|
954
|
+
/** Delay to wait until next poll, in milliseconds. */
|
955
|
+
updateIntervalInMs?: number;
|
956
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
957
|
+
resumeFrom?: string;
|
958
|
+
}
|
959
|
+
/** Contains response data for the update operation. */
|
960
|
+
export type MonitoredSubscriptionsUpdateResponse = MonitoredSubscriptionProperties;
|
961
|
+
/** Optional parameters. */
|
962
|
+
export interface MonitoredSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
963
|
+
/** Delay to wait until next poll, in milliseconds. */
|
964
|
+
updateIntervalInMs?: number;
|
965
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
966
|
+
resumeFrom?: string;
|
967
|
+
}
|
968
|
+
/** Optional parameters. */
|
969
|
+
export interface MicrosoftDatadogClientOptionalParams extends coreClient.ServiceClientOptions {
|
970
|
+
/** server parameter */
|
971
|
+
$host?: string;
|
972
|
+
/** Api Version */
|
973
|
+
apiVersion?: string;
|
974
|
+
/** Overrides client endpoint. */
|
975
|
+
endpoint?: string;
|
976
|
+
}
|
977
|
+
//# sourceMappingURL=index.d.ts.map
|