@azure/arm-elastic 1.0.2-alpha.20251124.1 → 2.0.0
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/LICENSE +1 -1
- package/README.md +2 -3
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +4 -7
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +2 -0
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/microsoftElastic.d.ts +4 -3
- package/dist/browser/microsoftElastic.d.ts.map +1 -1
- package/dist/browser/microsoftElastic.js +11 -14
- package/dist/browser/microsoftElastic.js.map +1 -1
- package/dist/browser/models/index.d.ts +378 -50
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +68 -15
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +17 -4
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +488 -99
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +7 -4
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +36 -14
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/allTrafficFilters.d.ts +5 -4
- package/dist/browser/operations/allTrafficFilters.d.ts.map +1 -1
- package/dist/browser/operations/allTrafficFilters.js +4 -8
- package/dist/browser/operations/allTrafficFilters.js.map +1 -1
- package/dist/browser/operations/associateTrafficFilter.d.ts +6 -6
- package/dist/browser/operations/associateTrafficFilter.d.ts.map +1 -1
- package/dist/browser/operations/associateTrafficFilter.js +5 -10
- package/dist/browser/operations/associateTrafficFilter.js.map +1 -1
- package/dist/browser/operations/billingInfo.d.ts +5 -4
- package/dist/browser/operations/billingInfo.d.ts.map +1 -1
- package/dist/browser/operations/billingInfo.js +4 -8
- package/dist/browser/operations/billingInfo.js.map +1 -1
- package/dist/browser/operations/connectedPartnerResources.d.ts +8 -8
- package/dist/browser/operations/connectedPartnerResources.d.ts.map +1 -1
- package/dist/browser/operations/connectedPartnerResources.js +8 -13
- package/dist/browser/operations/connectedPartnerResources.js.map +1 -1
- package/dist/browser/operations/createAndAssociateIPFilter.d.ts +8 -6
- package/dist/browser/operations/createAndAssociateIPFilter.d.ts.map +1 -1
- package/dist/browser/operations/createAndAssociateIPFilter.js +7 -10
- package/dist/browser/operations/createAndAssociateIPFilter.js.map +1 -1
- package/dist/browser/operations/createAndAssociatePLFilter.d.ts +8 -6
- package/dist/browser/operations/createAndAssociatePLFilter.d.ts.map +1 -1
- package/dist/browser/operations/createAndAssociatePLFilter.js +7 -10
- package/dist/browser/operations/createAndAssociatePLFilter.js.map +1 -1
- package/dist/browser/operations/deploymentInfo.d.ts +5 -4
- package/dist/browser/operations/deploymentInfo.d.ts.map +1 -1
- package/dist/browser/operations/deploymentInfo.js +4 -8
- package/dist/browser/operations/deploymentInfo.js.map +1 -1
- package/dist/browser/operations/detachAndDeleteTrafficFilter.d.ts +5 -4
- package/dist/browser/operations/detachAndDeleteTrafficFilter.d.ts.map +1 -1
- package/dist/browser/operations/detachAndDeleteTrafficFilter.js +4 -8
- package/dist/browser/operations/detachAndDeleteTrafficFilter.js.map +1 -1
- package/dist/browser/operations/detachTrafficFilter.d.ts +8 -6
- package/dist/browser/operations/detachTrafficFilter.d.ts.map +1 -1
- package/dist/browser/operations/detachTrafficFilter.js +7 -10
- package/dist/browser/operations/detachTrafficFilter.js.map +1 -1
- package/dist/browser/operations/elasticVersions.d.ts +8 -6
- package/dist/browser/operations/elasticVersions.d.ts.map +1 -1
- package/dist/browser/operations/elasticVersions.js +9 -16
- package/dist/browser/operations/elasticVersions.js.map +1 -1
- package/dist/browser/operations/externalUser.d.ts +5 -5
- package/dist/browser/operations/externalUser.d.ts.map +1 -1
- package/dist/browser/operations/externalUser.js +5 -10
- package/dist/browser/operations/externalUser.js.map +1 -1
- package/dist/browser/operations/index.d.ts +1 -0
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +5 -7
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/listAssociatedTrafficFilters.d.ts +5 -4
- package/dist/browser/operations/listAssociatedTrafficFilters.d.ts.map +1 -1
- package/dist/browser/operations/listAssociatedTrafficFilters.js +4 -8
- package/dist/browser/operations/listAssociatedTrafficFilters.js.map +1 -1
- package/dist/browser/operations/monitor.d.ts +8 -6
- package/dist/browser/operations/monitor.d.ts.map +1 -1
- package/dist/browser/operations/monitor.js +8 -11
- package/dist/browser/operations/monitor.js.map +1 -1
- package/dist/browser/operations/monitoredResources.d.ts +8 -6
- package/dist/browser/operations/monitoredResources.d.ts.map +1 -1
- package/dist/browser/operations/monitoredResources.js +8 -11
- package/dist/browser/operations/monitoredResources.js.map +1 -1
- package/dist/browser/operations/monitoredSubscriptions.d.ts +104 -0
- package/dist/browser/operations/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/browser/operations/monitoredSubscriptions.js +442 -0
- package/dist/browser/operations/monitoredSubscriptions.js.map +1 -0
- package/dist/browser/operations/monitors.d.ts +34 -16
- package/dist/browser/operations/monitors.d.ts.map +1 -1
- package/dist/browser/operations/monitors.js +90 -35
- package/dist/browser/operations/monitors.js.map +1 -1
- package/dist/browser/operations/openAI.d.ts +15 -10
- package/dist/browser/operations/openAI.d.ts.map +1 -1
- package/dist/browser/operations/openAI.js +16 -16
- package/dist/browser/operations/openAI.js.map +1 -1
- package/dist/browser/operations/operations.d.ts +4 -4
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js +4 -9
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/organizations.d.ts +22 -6
- package/dist/browser/operations/organizations.d.ts.map +1 -1
- package/dist/browser/operations/organizations.js +98 -11
- package/dist/browser/operations/organizations.js.map +1 -1
- package/dist/browser/operations/tagRules.d.ts +16 -11
- package/dist/browser/operations/tagRules.d.ts.map +1 -1
- package/dist/browser/operations/tagRules.js +17 -17
- package/dist/browser/operations/tagRules.js.map +1 -1
- package/dist/browser/operations/trafficFilters.d.ts +5 -4
- package/dist/browser/operations/trafficFilters.d.ts.map +1 -1
- package/dist/browser/operations/trafficFilters.js +4 -8
- package/dist/browser/operations/trafficFilters.js.map +1 -1
- package/dist/browser/operations/upgradableVersions.d.ts +5 -4
- package/dist/browser/operations/upgradableVersions.d.ts.map +1 -1
- package/dist/browser/operations/upgradableVersions.js +4 -8
- package/dist/browser/operations/upgradableVersions.js.map +1 -1
- package/dist/browser/operations/vMCollection.d.ts +5 -4
- package/dist/browser/operations/vMCollection.d.ts.map +1 -1
- package/dist/browser/operations/vMCollection.js +5 -9
- package/dist/browser/operations/vMCollection.js.map +1 -1
- package/dist/browser/operations/vMHost.d.ts +8 -6
- package/dist/browser/operations/vMHost.d.ts.map +1 -1
- package/dist/browser/operations/vMHost.js +8 -11
- package/dist/browser/operations/vMHost.js.map +1 -1
- package/dist/browser/operations/vMIngestion.d.ts +5 -4
- package/dist/browser/operations/vMIngestion.d.ts.map +1 -1
- package/dist/browser/operations/vMIngestion.js +4 -8
- package/dist/browser/operations/vMIngestion.js.map +1 -1
- package/dist/browser/operationsInterfaces/allTrafficFilters.d.ts +3 -2
- package/dist/browser/operationsInterfaces/allTrafficFilters.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/allTrafficFilters.js +2 -7
- package/dist/browser/operationsInterfaces/allTrafficFilters.js.map +1 -1
- package/dist/browser/operationsInterfaces/associateTrafficFilter.d.ts +4 -4
- package/dist/browser/operationsInterfaces/associateTrafficFilter.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/associateTrafficFilter.js +2 -7
- package/dist/browser/operationsInterfaces/associateTrafficFilter.js.map +1 -1
- package/dist/browser/operationsInterfaces/billingInfo.d.ts +3 -2
- package/dist/browser/operationsInterfaces/billingInfo.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/billingInfo.js +2 -7
- package/dist/browser/operationsInterfaces/billingInfo.js.map +1 -1
- package/dist/browser/operationsInterfaces/connectedPartnerResources.d.ts +4 -4
- package/dist/browser/operationsInterfaces/connectedPartnerResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/connectedPartnerResources.js +2 -7
- package/dist/browser/operationsInterfaces/connectedPartnerResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/createAndAssociateIPFilter.d.ts +6 -4
- package/dist/browser/operationsInterfaces/createAndAssociateIPFilter.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/createAndAssociateIPFilter.js +2 -7
- package/dist/browser/operationsInterfaces/createAndAssociateIPFilter.js.map +1 -1
- package/dist/browser/operationsInterfaces/createAndAssociatePLFilter.d.ts +6 -4
- package/dist/browser/operationsInterfaces/createAndAssociatePLFilter.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/createAndAssociatePLFilter.js +2 -7
- package/dist/browser/operationsInterfaces/createAndAssociatePLFilter.js.map +1 -1
- package/dist/browser/operationsInterfaces/deploymentInfo.d.ts +3 -2
- package/dist/browser/operationsInterfaces/deploymentInfo.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/deploymentInfo.js +2 -7
- package/dist/browser/operationsInterfaces/deploymentInfo.js.map +1 -1
- package/dist/browser/operationsInterfaces/detachAndDeleteTrafficFilter.d.ts +3 -2
- package/dist/browser/operationsInterfaces/detachAndDeleteTrafficFilter.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/detachAndDeleteTrafficFilter.js +2 -7
- package/dist/browser/operationsInterfaces/detachAndDeleteTrafficFilter.js.map +1 -1
- package/dist/browser/operationsInterfaces/detachTrafficFilter.d.ts +6 -4
- package/dist/browser/operationsInterfaces/detachTrafficFilter.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/detachTrafficFilter.js +2 -7
- package/dist/browser/operationsInterfaces/detachTrafficFilter.js.map +1 -1
- package/dist/browser/operationsInterfaces/elasticVersions.d.ts +4 -3
- package/dist/browser/operationsInterfaces/elasticVersions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/elasticVersions.js +2 -7
- package/dist/browser/operationsInterfaces/elasticVersions.js.map +1 -1
- package/dist/browser/operationsInterfaces/externalUser.d.ts +3 -3
- package/dist/browser/operationsInterfaces/externalUser.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/externalUser.js +2 -7
- package/dist/browser/operationsInterfaces/externalUser.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +5 -7
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/listAssociatedTrafficFilters.d.ts +3 -2
- package/dist/browser/operationsInterfaces/listAssociatedTrafficFilters.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/listAssociatedTrafficFilters.js +2 -7
- package/dist/browser/operationsInterfaces/listAssociatedTrafficFilters.js.map +1 -1
- package/dist/browser/operationsInterfaces/monitor.d.ts +6 -4
- package/dist/browser/operationsInterfaces/monitor.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/monitor.js +2 -7
- package/dist/browser/operationsInterfaces/monitor.js.map +1 -1
- package/dist/browser/operationsInterfaces/monitoredResources.d.ts +4 -3
- package/dist/browser/operationsInterfaces/monitoredResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/monitoredResources.js +2 -7
- package/dist/browser/operationsInterfaces/monitoredResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/monitoredSubscriptions.d.ts +78 -0
- package/dist/browser/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/monitoredSubscriptions.js +4 -0
- package/dist/browser/operationsInterfaces/monitoredSubscriptions.js.map +1 -0
- package/dist/browser/operationsInterfaces/monitors.d.ts +28 -12
- package/dist/browser/operationsInterfaces/monitors.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/monitors.js +2 -7
- package/dist/browser/operationsInterfaces/monitors.js.map +1 -1
- package/dist/browser/operationsInterfaces/openAI.d.ts +11 -7
- package/dist/browser/operationsInterfaces/openAI.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/openAI.js +2 -7
- package/dist/browser/operationsInterfaces/openAI.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js +2 -7
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/organizations.d.ts +20 -4
- package/dist/browser/operationsInterfaces/organizations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/organizations.js +2 -7
- package/dist/browser/operationsInterfaces/organizations.js.map +1 -1
- package/dist/browser/operationsInterfaces/tagRules.d.ts +12 -8
- package/dist/browser/operationsInterfaces/tagRules.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/tagRules.js +2 -7
- package/dist/browser/operationsInterfaces/tagRules.js.map +1 -1
- package/dist/browser/operationsInterfaces/trafficFilters.d.ts +3 -2
- package/dist/browser/operationsInterfaces/trafficFilters.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/trafficFilters.js +2 -7
- package/dist/browser/operationsInterfaces/trafficFilters.js.map +1 -1
- package/dist/browser/operationsInterfaces/upgradableVersions.d.ts +3 -2
- package/dist/browser/operationsInterfaces/upgradableVersions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/upgradableVersions.js +2 -7
- package/dist/browser/operationsInterfaces/upgradableVersions.js.map +1 -1
- package/dist/browser/operationsInterfaces/vMCollection.d.ts +3 -2
- package/dist/browser/operationsInterfaces/vMCollection.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/vMCollection.js +2 -7
- package/dist/browser/operationsInterfaces/vMCollection.js.map +1 -1
- package/dist/browser/operationsInterfaces/vMHost.d.ts +4 -3
- package/dist/browser/operationsInterfaces/vMHost.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/vMHost.js +2 -7
- package/dist/browser/operationsInterfaces/vMHost.js.map +1 -1
- package/dist/browser/operationsInterfaces/vMIngestion.d.ts +3 -2
- package/dist/browser/operationsInterfaces/vMIngestion.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/vMIngestion.js +2 -7
- package/dist/browser/operationsInterfaces/vMIngestion.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js +2 -7
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +4 -7
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +2 -0
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/microsoftElastic.d.ts +4 -3
- package/dist/commonjs/microsoftElastic.d.ts.map +1 -1
- package/dist/commonjs/microsoftElastic.js +10 -13
- package/dist/commonjs/microsoftElastic.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +378 -50
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +69 -16
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +17 -4
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +490 -101
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +7 -4
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +36 -14
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/allTrafficFilters.d.ts +5 -4
- package/dist/commonjs/operations/allTrafficFilters.d.ts.map +1 -1
- package/dist/commonjs/operations/allTrafficFilters.js +4 -8
- package/dist/commonjs/operations/allTrafficFilters.js.map +1 -1
- package/dist/commonjs/operations/associateTrafficFilter.d.ts +6 -6
- package/dist/commonjs/operations/associateTrafficFilter.d.ts.map +1 -1
- package/dist/commonjs/operations/associateTrafficFilter.js +4 -9
- package/dist/commonjs/operations/associateTrafficFilter.js.map +1 -1
- package/dist/commonjs/operations/billingInfo.d.ts +5 -4
- package/dist/commonjs/operations/billingInfo.d.ts.map +1 -1
- package/dist/commonjs/operations/billingInfo.js +4 -8
- package/dist/commonjs/operations/billingInfo.js.map +1 -1
- package/dist/commonjs/operations/connectedPartnerResources.d.ts +8 -8
- package/dist/commonjs/operations/connectedPartnerResources.d.ts.map +1 -1
- package/dist/commonjs/operations/connectedPartnerResources.js +8 -13
- package/dist/commonjs/operations/connectedPartnerResources.js.map +1 -1
- package/dist/commonjs/operations/createAndAssociateIPFilter.d.ts +8 -6
- package/dist/commonjs/operations/createAndAssociateIPFilter.d.ts.map +1 -1
- package/dist/commonjs/operations/createAndAssociateIPFilter.js +6 -9
- package/dist/commonjs/operations/createAndAssociateIPFilter.js.map +1 -1
- package/dist/commonjs/operations/createAndAssociatePLFilter.d.ts +8 -6
- package/dist/commonjs/operations/createAndAssociatePLFilter.d.ts.map +1 -1
- package/dist/commonjs/operations/createAndAssociatePLFilter.js +6 -9
- package/dist/commonjs/operations/createAndAssociatePLFilter.js.map +1 -1
- package/dist/commonjs/operations/deploymentInfo.d.ts +5 -4
- package/dist/commonjs/operations/deploymentInfo.d.ts.map +1 -1
- package/dist/commonjs/operations/deploymentInfo.js +4 -8
- package/dist/commonjs/operations/deploymentInfo.js.map +1 -1
- package/dist/commonjs/operations/detachAndDeleteTrafficFilter.d.ts +5 -4
- package/dist/commonjs/operations/detachAndDeleteTrafficFilter.d.ts.map +1 -1
- package/dist/commonjs/operations/detachAndDeleteTrafficFilter.js +4 -8
- package/dist/commonjs/operations/detachAndDeleteTrafficFilter.js.map +1 -1
- package/dist/commonjs/operations/detachTrafficFilter.d.ts +8 -6
- package/dist/commonjs/operations/detachTrafficFilter.d.ts.map +1 -1
- package/dist/commonjs/operations/detachTrafficFilter.js +6 -9
- package/dist/commonjs/operations/detachTrafficFilter.js.map +1 -1
- package/dist/commonjs/operations/elasticVersions.d.ts +8 -6
- package/dist/commonjs/operations/elasticVersions.d.ts.map +1 -1
- package/dist/commonjs/operations/elasticVersions.js +9 -16
- package/dist/commonjs/operations/elasticVersions.js.map +1 -1
- package/dist/commonjs/operations/externalUser.d.ts +5 -5
- package/dist/commonjs/operations/externalUser.d.ts.map +1 -1
- package/dist/commonjs/operations/externalUser.js +5 -10
- package/dist/commonjs/operations/externalUser.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +1 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +5 -7
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/listAssociatedTrafficFilters.d.ts +5 -4
- package/dist/commonjs/operations/listAssociatedTrafficFilters.d.ts.map +1 -1
- package/dist/commonjs/operations/listAssociatedTrafficFilters.js +4 -8
- package/dist/commonjs/operations/listAssociatedTrafficFilters.js.map +1 -1
- package/dist/commonjs/operations/monitor.d.ts +8 -6
- package/dist/commonjs/operations/monitor.d.ts.map +1 -1
- package/dist/commonjs/operations/monitor.js +7 -10
- package/dist/commonjs/operations/monitor.js.map +1 -1
- package/dist/commonjs/operations/monitoredResources.d.ts +8 -6
- package/dist/commonjs/operations/monitoredResources.d.ts.map +1 -1
- package/dist/commonjs/operations/monitoredResources.js +8 -11
- package/dist/commonjs/operations/monitoredResources.js.map +1 -1
- package/dist/commonjs/operations/monitoredSubscriptions.d.ts +104 -0
- package/dist/commonjs/operations/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operations/monitoredSubscriptions.js +447 -0
- package/dist/commonjs/operations/monitoredSubscriptions.js.map +1 -0
- package/dist/commonjs/operations/monitors.d.ts +34 -16
- package/dist/commonjs/operations/monitors.d.ts.map +1 -1
- package/dist/commonjs/operations/monitors.js +89 -34
- package/dist/commonjs/operations/monitors.js.map +1 -1
- package/dist/commonjs/operations/openAI.d.ts +15 -10
- package/dist/commonjs/operations/openAI.d.ts.map +1 -1
- package/dist/commonjs/operations/openAI.js +16 -16
- package/dist/commonjs/operations/openAI.js.map +1 -1
- package/dist/commonjs/operations/operations.d.ts +4 -4
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js +4 -9
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/organizations.d.ts +22 -6
- package/dist/commonjs/operations/organizations.d.ts.map +1 -1
- package/dist/commonjs/operations/organizations.js +98 -11
- package/dist/commonjs/operations/organizations.js.map +1 -1
- package/dist/commonjs/operations/tagRules.d.ts +16 -11
- package/dist/commonjs/operations/tagRules.d.ts.map +1 -1
- package/dist/commonjs/operations/tagRules.js +16 -16
- package/dist/commonjs/operations/tagRules.js.map +1 -1
- package/dist/commonjs/operations/trafficFilters.d.ts +5 -4
- package/dist/commonjs/operations/trafficFilters.d.ts.map +1 -1
- package/dist/commonjs/operations/trafficFilters.js +4 -8
- package/dist/commonjs/operations/trafficFilters.js.map +1 -1
- package/dist/commonjs/operations/upgradableVersions.d.ts +5 -4
- package/dist/commonjs/operations/upgradableVersions.d.ts.map +1 -1
- package/dist/commonjs/operations/upgradableVersions.js +4 -8
- package/dist/commonjs/operations/upgradableVersions.js.map +1 -1
- package/dist/commonjs/operations/vMCollection.d.ts +5 -4
- package/dist/commonjs/operations/vMCollection.d.ts.map +1 -1
- package/dist/commonjs/operations/vMCollection.js +5 -9
- package/dist/commonjs/operations/vMCollection.js.map +1 -1
- package/dist/commonjs/operations/vMHost.d.ts +8 -6
- package/dist/commonjs/operations/vMHost.d.ts.map +1 -1
- package/dist/commonjs/operations/vMHost.js +8 -11
- package/dist/commonjs/operations/vMHost.js.map +1 -1
- package/dist/commonjs/operations/vMIngestion.d.ts +5 -4
- package/dist/commonjs/operations/vMIngestion.d.ts.map +1 -1
- package/dist/commonjs/operations/vMIngestion.js +4 -8
- package/dist/commonjs/operations/vMIngestion.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/allTrafficFilters.d.ts +3 -2
- package/dist/commonjs/operationsInterfaces/allTrafficFilters.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/allTrafficFilters.js +2 -7
- package/dist/commonjs/operationsInterfaces/allTrafficFilters.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/associateTrafficFilter.d.ts +4 -4
- package/dist/commonjs/operationsInterfaces/associateTrafficFilter.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/associateTrafficFilter.js +2 -7
- package/dist/commonjs/operationsInterfaces/associateTrafficFilter.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/billingInfo.d.ts +3 -2
- package/dist/commonjs/operationsInterfaces/billingInfo.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/billingInfo.js +2 -7
- package/dist/commonjs/operationsInterfaces/billingInfo.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedPartnerResources.d.ts +4 -4
- package/dist/commonjs/operationsInterfaces/connectedPartnerResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedPartnerResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/connectedPartnerResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/createAndAssociateIPFilter.d.ts +6 -4
- package/dist/commonjs/operationsInterfaces/createAndAssociateIPFilter.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/createAndAssociateIPFilter.js +2 -7
- package/dist/commonjs/operationsInterfaces/createAndAssociateIPFilter.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/createAndAssociatePLFilter.d.ts +6 -4
- package/dist/commonjs/operationsInterfaces/createAndAssociatePLFilter.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/createAndAssociatePLFilter.js +2 -7
- package/dist/commonjs/operationsInterfaces/createAndAssociatePLFilter.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/deploymentInfo.d.ts +3 -2
- package/dist/commonjs/operationsInterfaces/deploymentInfo.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/deploymentInfo.js +2 -7
- package/dist/commonjs/operationsInterfaces/deploymentInfo.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/detachAndDeleteTrafficFilter.d.ts +3 -2
- package/dist/commonjs/operationsInterfaces/detachAndDeleteTrafficFilter.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/detachAndDeleteTrafficFilter.js +2 -7
- package/dist/commonjs/operationsInterfaces/detachAndDeleteTrafficFilter.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/detachTrafficFilter.d.ts +6 -4
- package/dist/commonjs/operationsInterfaces/detachTrafficFilter.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/detachTrafficFilter.js +2 -7
- package/dist/commonjs/operationsInterfaces/detachTrafficFilter.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/elasticVersions.d.ts +4 -3
- package/dist/commonjs/operationsInterfaces/elasticVersions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/elasticVersions.js +2 -7
- package/dist/commonjs/operationsInterfaces/elasticVersions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/externalUser.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/externalUser.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/externalUser.js +2 -7
- package/dist/commonjs/operationsInterfaces/externalUser.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +5 -7
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/listAssociatedTrafficFilters.d.ts +3 -2
- package/dist/commonjs/operationsInterfaces/listAssociatedTrafficFilters.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/listAssociatedTrafficFilters.js +2 -7
- package/dist/commonjs/operationsInterfaces/listAssociatedTrafficFilters.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/monitor.d.ts +6 -4
- package/dist/commonjs/operationsInterfaces/monitor.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/monitor.js +2 -7
- package/dist/commonjs/operationsInterfaces/monitor.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/monitoredResources.d.ts +4 -3
- package/dist/commonjs/operationsInterfaces/monitoredResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/monitoredResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/monitoredResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.js +5 -0
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/monitors.d.ts +28 -12
- package/dist/commonjs/operationsInterfaces/monitors.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/monitors.js +2 -7
- package/dist/commonjs/operationsInterfaces/monitors.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/openAI.d.ts +11 -7
- package/dist/commonjs/operationsInterfaces/openAI.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/openAI.js +2 -7
- package/dist/commonjs/operationsInterfaces/openAI.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js +2 -7
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/organizations.d.ts +20 -4
- package/dist/commonjs/operationsInterfaces/organizations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/organizations.js +2 -7
- package/dist/commonjs/operationsInterfaces/organizations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/tagRules.d.ts +12 -8
- package/dist/commonjs/operationsInterfaces/tagRules.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/tagRules.js +2 -7
- package/dist/commonjs/operationsInterfaces/tagRules.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/trafficFilters.d.ts +3 -2
- package/dist/commonjs/operationsInterfaces/trafficFilters.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/trafficFilters.js +2 -7
- package/dist/commonjs/operationsInterfaces/trafficFilters.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/upgradableVersions.d.ts +3 -2
- package/dist/commonjs/operationsInterfaces/upgradableVersions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/upgradableVersions.js +2 -7
- package/dist/commonjs/operationsInterfaces/upgradableVersions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/vMCollection.d.ts +3 -2
- package/dist/commonjs/operationsInterfaces/vMCollection.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/vMCollection.js +2 -7
- package/dist/commonjs/operationsInterfaces/vMCollection.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/vMHost.d.ts +4 -3
- package/dist/commonjs/operationsInterfaces/vMHost.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/vMHost.js +2 -7
- package/dist/commonjs/operationsInterfaces/vMHost.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/vMIngestion.d.ts +3 -2
- package/dist/commonjs/operationsInterfaces/vMIngestion.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/vMIngestion.js +2 -7
- package/dist/commonjs/operationsInterfaces/vMIngestion.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -7
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +4 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +2 -0
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/microsoftElastic.d.ts +4 -3
- package/dist/esm/microsoftElastic.d.ts.map +1 -1
- package/dist/esm/microsoftElastic.js +11 -14
- package/dist/esm/microsoftElastic.js.map +1 -1
- package/dist/esm/models/index.d.ts +378 -50
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +68 -15
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +17 -4
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +488 -99
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +7 -4
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +36 -14
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/allTrafficFilters.d.ts +5 -4
- package/dist/esm/operations/allTrafficFilters.d.ts.map +1 -1
- package/dist/esm/operations/allTrafficFilters.js +4 -8
- package/dist/esm/operations/allTrafficFilters.js.map +1 -1
- package/dist/esm/operations/associateTrafficFilter.d.ts +6 -6
- package/dist/esm/operations/associateTrafficFilter.d.ts.map +1 -1
- package/dist/esm/operations/associateTrafficFilter.js +5 -10
- package/dist/esm/operations/associateTrafficFilter.js.map +1 -1
- package/dist/esm/operations/billingInfo.d.ts +5 -4
- package/dist/esm/operations/billingInfo.d.ts.map +1 -1
- package/dist/esm/operations/billingInfo.js +4 -8
- package/dist/esm/operations/billingInfo.js.map +1 -1
- package/dist/esm/operations/connectedPartnerResources.d.ts +8 -8
- package/dist/esm/operations/connectedPartnerResources.d.ts.map +1 -1
- package/dist/esm/operations/connectedPartnerResources.js +8 -13
- package/dist/esm/operations/connectedPartnerResources.js.map +1 -1
- package/dist/esm/operations/createAndAssociateIPFilter.d.ts +8 -6
- package/dist/esm/operations/createAndAssociateIPFilter.d.ts.map +1 -1
- package/dist/esm/operations/createAndAssociateIPFilter.js +7 -10
- package/dist/esm/operations/createAndAssociateIPFilter.js.map +1 -1
- package/dist/esm/operations/createAndAssociatePLFilter.d.ts +8 -6
- package/dist/esm/operations/createAndAssociatePLFilter.d.ts.map +1 -1
- package/dist/esm/operations/createAndAssociatePLFilter.js +7 -10
- package/dist/esm/operations/createAndAssociatePLFilter.js.map +1 -1
- package/dist/esm/operations/deploymentInfo.d.ts +5 -4
- package/dist/esm/operations/deploymentInfo.d.ts.map +1 -1
- package/dist/esm/operations/deploymentInfo.js +4 -8
- package/dist/esm/operations/deploymentInfo.js.map +1 -1
- package/dist/esm/operations/detachAndDeleteTrafficFilter.d.ts +5 -4
- package/dist/esm/operations/detachAndDeleteTrafficFilter.d.ts.map +1 -1
- package/dist/esm/operations/detachAndDeleteTrafficFilter.js +4 -8
- package/dist/esm/operations/detachAndDeleteTrafficFilter.js.map +1 -1
- package/dist/esm/operations/detachTrafficFilter.d.ts +8 -6
- package/dist/esm/operations/detachTrafficFilter.d.ts.map +1 -1
- package/dist/esm/operations/detachTrafficFilter.js +7 -10
- package/dist/esm/operations/detachTrafficFilter.js.map +1 -1
- package/dist/esm/operations/elasticVersions.d.ts +8 -6
- package/dist/esm/operations/elasticVersions.d.ts.map +1 -1
- package/dist/esm/operations/elasticVersions.js +9 -16
- package/dist/esm/operations/elasticVersions.js.map +1 -1
- package/dist/esm/operations/externalUser.d.ts +5 -5
- package/dist/esm/operations/externalUser.d.ts.map +1 -1
- package/dist/esm/operations/externalUser.js +5 -10
- package/dist/esm/operations/externalUser.js.map +1 -1
- package/dist/esm/operations/index.d.ts +1 -0
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +5 -7
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/listAssociatedTrafficFilters.d.ts +5 -4
- package/dist/esm/operations/listAssociatedTrafficFilters.d.ts.map +1 -1
- package/dist/esm/operations/listAssociatedTrafficFilters.js +4 -8
- package/dist/esm/operations/listAssociatedTrafficFilters.js.map +1 -1
- package/dist/esm/operations/monitor.d.ts +8 -6
- package/dist/esm/operations/monitor.d.ts.map +1 -1
- package/dist/esm/operations/monitor.js +8 -11
- package/dist/esm/operations/monitor.js.map +1 -1
- package/dist/esm/operations/monitoredResources.d.ts +8 -6
- package/dist/esm/operations/monitoredResources.d.ts.map +1 -1
- package/dist/esm/operations/monitoredResources.js +8 -11
- package/dist/esm/operations/monitoredResources.js.map +1 -1
- package/dist/esm/operations/monitoredSubscriptions.d.ts +104 -0
- package/dist/esm/operations/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/esm/operations/monitoredSubscriptions.js +442 -0
- package/dist/esm/operations/monitoredSubscriptions.js.map +1 -0
- package/dist/esm/operations/monitors.d.ts +34 -16
- package/dist/esm/operations/monitors.d.ts.map +1 -1
- package/dist/esm/operations/monitors.js +90 -35
- package/dist/esm/operations/monitors.js.map +1 -1
- package/dist/esm/operations/openAI.d.ts +15 -10
- package/dist/esm/operations/openAI.d.ts.map +1 -1
- package/dist/esm/operations/openAI.js +16 -16
- package/dist/esm/operations/openAI.js.map +1 -1
- package/dist/esm/operations/operations.d.ts +4 -4
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js +4 -9
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/organizations.d.ts +22 -6
- package/dist/esm/operations/organizations.d.ts.map +1 -1
- package/dist/esm/operations/organizations.js +98 -11
- package/dist/esm/operations/organizations.js.map +1 -1
- package/dist/esm/operations/tagRules.d.ts +16 -11
- package/dist/esm/operations/tagRules.d.ts.map +1 -1
- package/dist/esm/operations/tagRules.js +17 -17
- package/dist/esm/operations/tagRules.js.map +1 -1
- package/dist/esm/operations/trafficFilters.d.ts +5 -4
- package/dist/esm/operations/trafficFilters.d.ts.map +1 -1
- package/dist/esm/operations/trafficFilters.js +4 -8
- package/dist/esm/operations/trafficFilters.js.map +1 -1
- package/dist/esm/operations/upgradableVersions.d.ts +5 -4
- package/dist/esm/operations/upgradableVersions.d.ts.map +1 -1
- package/dist/esm/operations/upgradableVersions.js +4 -8
- package/dist/esm/operations/upgradableVersions.js.map +1 -1
- package/dist/esm/operations/vMCollection.d.ts +5 -4
- package/dist/esm/operations/vMCollection.d.ts.map +1 -1
- package/dist/esm/operations/vMCollection.js +5 -9
- package/dist/esm/operations/vMCollection.js.map +1 -1
- package/dist/esm/operations/vMHost.d.ts +8 -6
- package/dist/esm/operations/vMHost.d.ts.map +1 -1
- package/dist/esm/operations/vMHost.js +8 -11
- package/dist/esm/operations/vMHost.js.map +1 -1
- package/dist/esm/operations/vMIngestion.d.ts +5 -4
- package/dist/esm/operations/vMIngestion.d.ts.map +1 -1
- package/dist/esm/operations/vMIngestion.js +4 -8
- package/dist/esm/operations/vMIngestion.js.map +1 -1
- package/dist/esm/operationsInterfaces/allTrafficFilters.d.ts +3 -2
- package/dist/esm/operationsInterfaces/allTrafficFilters.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/allTrafficFilters.js +2 -7
- package/dist/esm/operationsInterfaces/allTrafficFilters.js.map +1 -1
- package/dist/esm/operationsInterfaces/associateTrafficFilter.d.ts +4 -4
- package/dist/esm/operationsInterfaces/associateTrafficFilter.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/associateTrafficFilter.js +2 -7
- package/dist/esm/operationsInterfaces/associateTrafficFilter.js.map +1 -1
- package/dist/esm/operationsInterfaces/billingInfo.d.ts +3 -2
- package/dist/esm/operationsInterfaces/billingInfo.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/billingInfo.js +2 -7
- package/dist/esm/operationsInterfaces/billingInfo.js.map +1 -1
- package/dist/esm/operationsInterfaces/connectedPartnerResources.d.ts +4 -4
- package/dist/esm/operationsInterfaces/connectedPartnerResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/connectedPartnerResources.js +2 -7
- package/dist/esm/operationsInterfaces/connectedPartnerResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/createAndAssociateIPFilter.d.ts +6 -4
- package/dist/esm/operationsInterfaces/createAndAssociateIPFilter.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/createAndAssociateIPFilter.js +2 -7
- package/dist/esm/operationsInterfaces/createAndAssociateIPFilter.js.map +1 -1
- package/dist/esm/operationsInterfaces/createAndAssociatePLFilter.d.ts +6 -4
- package/dist/esm/operationsInterfaces/createAndAssociatePLFilter.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/createAndAssociatePLFilter.js +2 -7
- package/dist/esm/operationsInterfaces/createAndAssociatePLFilter.js.map +1 -1
- package/dist/esm/operationsInterfaces/deploymentInfo.d.ts +3 -2
- package/dist/esm/operationsInterfaces/deploymentInfo.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/deploymentInfo.js +2 -7
- package/dist/esm/operationsInterfaces/deploymentInfo.js.map +1 -1
- package/dist/esm/operationsInterfaces/detachAndDeleteTrafficFilter.d.ts +3 -2
- package/dist/esm/operationsInterfaces/detachAndDeleteTrafficFilter.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/detachAndDeleteTrafficFilter.js +2 -7
- package/dist/esm/operationsInterfaces/detachAndDeleteTrafficFilter.js.map +1 -1
- package/dist/esm/operationsInterfaces/detachTrafficFilter.d.ts +6 -4
- package/dist/esm/operationsInterfaces/detachTrafficFilter.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/detachTrafficFilter.js +2 -7
- package/dist/esm/operationsInterfaces/detachTrafficFilter.js.map +1 -1
- package/dist/esm/operationsInterfaces/elasticVersions.d.ts +4 -3
- package/dist/esm/operationsInterfaces/elasticVersions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/elasticVersions.js +2 -7
- package/dist/esm/operationsInterfaces/elasticVersions.js.map +1 -1
- package/dist/esm/operationsInterfaces/externalUser.d.ts +3 -3
- package/dist/esm/operationsInterfaces/externalUser.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/externalUser.js +2 -7
- package/dist/esm/operationsInterfaces/externalUser.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +5 -7
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/listAssociatedTrafficFilters.d.ts +3 -2
- package/dist/esm/operationsInterfaces/listAssociatedTrafficFilters.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/listAssociatedTrafficFilters.js +2 -7
- package/dist/esm/operationsInterfaces/listAssociatedTrafficFilters.js.map +1 -1
- package/dist/esm/operationsInterfaces/monitor.d.ts +6 -4
- package/dist/esm/operationsInterfaces/monitor.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/monitor.js +2 -7
- package/dist/esm/operationsInterfaces/monitor.js.map +1 -1
- package/dist/esm/operationsInterfaces/monitoredResources.d.ts +4 -3
- package/dist/esm/operationsInterfaces/monitoredResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/monitoredResources.js +2 -7
- package/dist/esm/operationsInterfaces/monitoredResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.d.ts +78 -0
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.js +4 -0
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.js.map +1 -0
- package/dist/esm/operationsInterfaces/monitors.d.ts +28 -12
- package/dist/esm/operationsInterfaces/monitors.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/monitors.js +2 -7
- package/dist/esm/operationsInterfaces/monitors.js.map +1 -1
- package/dist/esm/operationsInterfaces/openAI.d.ts +11 -7
- package/dist/esm/operationsInterfaces/openAI.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/openAI.js +2 -7
- package/dist/esm/operationsInterfaces/openAI.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js +2 -7
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/organizations.d.ts +20 -4
- package/dist/esm/operationsInterfaces/organizations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/organizations.js +2 -7
- package/dist/esm/operationsInterfaces/organizations.js.map +1 -1
- package/dist/esm/operationsInterfaces/tagRules.d.ts +12 -8
- package/dist/esm/operationsInterfaces/tagRules.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/tagRules.js +2 -7
- package/dist/esm/operationsInterfaces/tagRules.js.map +1 -1
- package/dist/esm/operationsInterfaces/trafficFilters.d.ts +3 -2
- package/dist/esm/operationsInterfaces/trafficFilters.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/trafficFilters.js +2 -7
- package/dist/esm/operationsInterfaces/trafficFilters.js.map +1 -1
- package/dist/esm/operationsInterfaces/upgradableVersions.d.ts +3 -2
- package/dist/esm/operationsInterfaces/upgradableVersions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/upgradableVersions.js +2 -7
- package/dist/esm/operationsInterfaces/upgradableVersions.js.map +1 -1
- package/dist/esm/operationsInterfaces/vMCollection.d.ts +3 -2
- package/dist/esm/operationsInterfaces/vMCollection.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/vMCollection.js +2 -7
- package/dist/esm/operationsInterfaces/vMCollection.js.map +1 -1
- package/dist/esm/operationsInterfaces/vMHost.d.ts +4 -3
- package/dist/esm/operationsInterfaces/vMHost.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/vMHost.js +2 -7
- package/dist/esm/operationsInterfaces/vMHost.js.map +1 -1
- package/dist/esm/operationsInterfaces/vMIngestion.d.ts +3 -2
- package/dist/esm/operationsInterfaces/vMIngestion.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/vMIngestion.js +2 -7
- package/dist/esm/operationsInterfaces/vMIngestion.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js +2 -7
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +4 -7
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +2 -0
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/microsoftElastic.d.ts +4 -3
- package/dist/react-native/microsoftElastic.d.ts.map +1 -1
- package/dist/react-native/microsoftElastic.js +11 -14
- package/dist/react-native/microsoftElastic.js.map +1 -1
- package/dist/react-native/models/index.d.ts +378 -50
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +68 -15
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +17 -4
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +488 -99
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +7 -4
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +36 -14
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/allTrafficFilters.d.ts +5 -4
- package/dist/react-native/operations/allTrafficFilters.d.ts.map +1 -1
- package/dist/react-native/operations/allTrafficFilters.js +4 -8
- package/dist/react-native/operations/allTrafficFilters.js.map +1 -1
- package/dist/react-native/operations/associateTrafficFilter.d.ts +6 -6
- package/dist/react-native/operations/associateTrafficFilter.d.ts.map +1 -1
- package/dist/react-native/operations/associateTrafficFilter.js +5 -10
- package/dist/react-native/operations/associateTrafficFilter.js.map +1 -1
- package/dist/react-native/operations/billingInfo.d.ts +5 -4
- package/dist/react-native/operations/billingInfo.d.ts.map +1 -1
- package/dist/react-native/operations/billingInfo.js +4 -8
- package/dist/react-native/operations/billingInfo.js.map +1 -1
- package/dist/react-native/operations/connectedPartnerResources.d.ts +8 -8
- package/dist/react-native/operations/connectedPartnerResources.d.ts.map +1 -1
- package/dist/react-native/operations/connectedPartnerResources.js +8 -13
- package/dist/react-native/operations/connectedPartnerResources.js.map +1 -1
- package/dist/react-native/operations/createAndAssociateIPFilter.d.ts +8 -6
- package/dist/react-native/operations/createAndAssociateIPFilter.d.ts.map +1 -1
- package/dist/react-native/operations/createAndAssociateIPFilter.js +7 -10
- package/dist/react-native/operations/createAndAssociateIPFilter.js.map +1 -1
- package/dist/react-native/operations/createAndAssociatePLFilter.d.ts +8 -6
- package/dist/react-native/operations/createAndAssociatePLFilter.d.ts.map +1 -1
- package/dist/react-native/operations/createAndAssociatePLFilter.js +7 -10
- package/dist/react-native/operations/createAndAssociatePLFilter.js.map +1 -1
- package/dist/react-native/operations/deploymentInfo.d.ts +5 -4
- package/dist/react-native/operations/deploymentInfo.d.ts.map +1 -1
- package/dist/react-native/operations/deploymentInfo.js +4 -8
- package/dist/react-native/operations/deploymentInfo.js.map +1 -1
- package/dist/react-native/operations/detachAndDeleteTrafficFilter.d.ts +5 -4
- package/dist/react-native/operations/detachAndDeleteTrafficFilter.d.ts.map +1 -1
- package/dist/react-native/operations/detachAndDeleteTrafficFilter.js +4 -8
- package/dist/react-native/operations/detachAndDeleteTrafficFilter.js.map +1 -1
- package/dist/react-native/operations/detachTrafficFilter.d.ts +8 -6
- package/dist/react-native/operations/detachTrafficFilter.d.ts.map +1 -1
- package/dist/react-native/operations/detachTrafficFilter.js +7 -10
- package/dist/react-native/operations/detachTrafficFilter.js.map +1 -1
- package/dist/react-native/operations/elasticVersions.d.ts +8 -6
- package/dist/react-native/operations/elasticVersions.d.ts.map +1 -1
- package/dist/react-native/operations/elasticVersions.js +9 -16
- package/dist/react-native/operations/elasticVersions.js.map +1 -1
- package/dist/react-native/operations/externalUser.d.ts +5 -5
- package/dist/react-native/operations/externalUser.d.ts.map +1 -1
- package/dist/react-native/operations/externalUser.js +5 -10
- package/dist/react-native/operations/externalUser.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +1 -0
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +5 -7
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/listAssociatedTrafficFilters.d.ts +5 -4
- package/dist/react-native/operations/listAssociatedTrafficFilters.d.ts.map +1 -1
- package/dist/react-native/operations/listAssociatedTrafficFilters.js +4 -8
- package/dist/react-native/operations/listAssociatedTrafficFilters.js.map +1 -1
- package/dist/react-native/operations/monitor.d.ts +8 -6
- package/dist/react-native/operations/monitor.d.ts.map +1 -1
- package/dist/react-native/operations/monitor.js +8 -11
- package/dist/react-native/operations/monitor.js.map +1 -1
- package/dist/react-native/operations/monitoredResources.d.ts +8 -6
- package/dist/react-native/operations/monitoredResources.d.ts.map +1 -1
- package/dist/react-native/operations/monitoredResources.js +8 -11
- package/dist/react-native/operations/monitoredResources.js.map +1 -1
- package/dist/react-native/operations/monitoredSubscriptions.d.ts +104 -0
- package/dist/react-native/operations/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operations/monitoredSubscriptions.js +442 -0
- package/dist/react-native/operations/monitoredSubscriptions.js.map +1 -0
- package/dist/react-native/operations/monitors.d.ts +34 -16
- package/dist/react-native/operations/monitors.d.ts.map +1 -1
- package/dist/react-native/operations/monitors.js +90 -35
- package/dist/react-native/operations/monitors.js.map +1 -1
- package/dist/react-native/operations/openAI.d.ts +15 -10
- package/dist/react-native/operations/openAI.d.ts.map +1 -1
- package/dist/react-native/operations/openAI.js +16 -16
- package/dist/react-native/operations/openAI.js.map +1 -1
- package/dist/react-native/operations/operations.d.ts +4 -4
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js +4 -9
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/organizations.d.ts +22 -6
- package/dist/react-native/operations/organizations.d.ts.map +1 -1
- package/dist/react-native/operations/organizations.js +98 -11
- package/dist/react-native/operations/organizations.js.map +1 -1
- package/dist/react-native/operations/tagRules.d.ts +16 -11
- package/dist/react-native/operations/tagRules.d.ts.map +1 -1
- package/dist/react-native/operations/tagRules.js +17 -17
- package/dist/react-native/operations/tagRules.js.map +1 -1
- package/dist/react-native/operations/trafficFilters.d.ts +5 -4
- package/dist/react-native/operations/trafficFilters.d.ts.map +1 -1
- package/dist/react-native/operations/trafficFilters.js +4 -8
- package/dist/react-native/operations/trafficFilters.js.map +1 -1
- package/dist/react-native/operations/upgradableVersions.d.ts +5 -4
- package/dist/react-native/operations/upgradableVersions.d.ts.map +1 -1
- package/dist/react-native/operations/upgradableVersions.js +4 -8
- package/dist/react-native/operations/upgradableVersions.js.map +1 -1
- package/dist/react-native/operations/vMCollection.d.ts +5 -4
- package/dist/react-native/operations/vMCollection.d.ts.map +1 -1
- package/dist/react-native/operations/vMCollection.js +5 -9
- package/dist/react-native/operations/vMCollection.js.map +1 -1
- package/dist/react-native/operations/vMHost.d.ts +8 -6
- package/dist/react-native/operations/vMHost.d.ts.map +1 -1
- package/dist/react-native/operations/vMHost.js +8 -11
- package/dist/react-native/operations/vMHost.js.map +1 -1
- package/dist/react-native/operations/vMIngestion.d.ts +5 -4
- package/dist/react-native/operations/vMIngestion.d.ts.map +1 -1
- package/dist/react-native/operations/vMIngestion.js +4 -8
- package/dist/react-native/operations/vMIngestion.js.map +1 -1
- package/dist/react-native/operationsInterfaces/allTrafficFilters.d.ts +3 -2
- package/dist/react-native/operationsInterfaces/allTrafficFilters.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/allTrafficFilters.js +2 -7
- package/dist/react-native/operationsInterfaces/allTrafficFilters.js.map +1 -1
- package/dist/react-native/operationsInterfaces/associateTrafficFilter.d.ts +4 -4
- package/dist/react-native/operationsInterfaces/associateTrafficFilter.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/associateTrafficFilter.js +2 -7
- package/dist/react-native/operationsInterfaces/associateTrafficFilter.js.map +1 -1
- package/dist/react-native/operationsInterfaces/billingInfo.d.ts +3 -2
- package/dist/react-native/operationsInterfaces/billingInfo.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/billingInfo.js +2 -7
- package/dist/react-native/operationsInterfaces/billingInfo.js.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedPartnerResources.d.ts +4 -4
- package/dist/react-native/operationsInterfaces/connectedPartnerResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedPartnerResources.js +2 -7
- package/dist/react-native/operationsInterfaces/connectedPartnerResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/createAndAssociateIPFilter.d.ts +6 -4
- package/dist/react-native/operationsInterfaces/createAndAssociateIPFilter.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/createAndAssociateIPFilter.js +2 -7
- package/dist/react-native/operationsInterfaces/createAndAssociateIPFilter.js.map +1 -1
- package/dist/react-native/operationsInterfaces/createAndAssociatePLFilter.d.ts +6 -4
- package/dist/react-native/operationsInterfaces/createAndAssociatePLFilter.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/createAndAssociatePLFilter.js +2 -7
- package/dist/react-native/operationsInterfaces/createAndAssociatePLFilter.js.map +1 -1
- package/dist/react-native/operationsInterfaces/deploymentInfo.d.ts +3 -2
- package/dist/react-native/operationsInterfaces/deploymentInfo.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/deploymentInfo.js +2 -7
- package/dist/react-native/operationsInterfaces/deploymentInfo.js.map +1 -1
- package/dist/react-native/operationsInterfaces/detachAndDeleteTrafficFilter.d.ts +3 -2
- package/dist/react-native/operationsInterfaces/detachAndDeleteTrafficFilter.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/detachAndDeleteTrafficFilter.js +2 -7
- package/dist/react-native/operationsInterfaces/detachAndDeleteTrafficFilter.js.map +1 -1
- package/dist/react-native/operationsInterfaces/detachTrafficFilter.d.ts +6 -4
- package/dist/react-native/operationsInterfaces/detachTrafficFilter.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/detachTrafficFilter.js +2 -7
- package/dist/react-native/operationsInterfaces/detachTrafficFilter.js.map +1 -1
- package/dist/react-native/operationsInterfaces/elasticVersions.d.ts +4 -3
- package/dist/react-native/operationsInterfaces/elasticVersions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/elasticVersions.js +2 -7
- package/dist/react-native/operationsInterfaces/elasticVersions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/externalUser.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/externalUser.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/externalUser.js +2 -7
- package/dist/react-native/operationsInterfaces/externalUser.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +5 -7
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/listAssociatedTrafficFilters.d.ts +3 -2
- package/dist/react-native/operationsInterfaces/listAssociatedTrafficFilters.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/listAssociatedTrafficFilters.js +2 -7
- package/dist/react-native/operationsInterfaces/listAssociatedTrafficFilters.js.map +1 -1
- package/dist/react-native/operationsInterfaces/monitor.d.ts +6 -4
- package/dist/react-native/operationsInterfaces/monitor.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/monitor.js +2 -7
- package/dist/react-native/operationsInterfaces/monitor.js.map +1 -1
- package/dist/react-native/operationsInterfaces/monitoredResources.d.ts +4 -3
- package/dist/react-native/operationsInterfaces/monitoredResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/monitoredResources.js +2 -7
- package/dist/react-native/operationsInterfaces/monitoredResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.js +4 -0
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/monitors.d.ts +28 -12
- package/dist/react-native/operationsInterfaces/monitors.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/monitors.js +2 -7
- package/dist/react-native/operationsInterfaces/monitors.js.map +1 -1
- package/dist/react-native/operationsInterfaces/openAI.d.ts +11 -7
- package/dist/react-native/operationsInterfaces/openAI.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/openAI.js +2 -7
- package/dist/react-native/operationsInterfaces/openAI.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js +2 -7
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/organizations.d.ts +20 -4
- package/dist/react-native/operationsInterfaces/organizations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/organizations.js +2 -7
- package/dist/react-native/operationsInterfaces/organizations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/tagRules.d.ts +12 -8
- package/dist/react-native/operationsInterfaces/tagRules.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/tagRules.js +2 -7
- package/dist/react-native/operationsInterfaces/tagRules.js.map +1 -1
- package/dist/react-native/operationsInterfaces/trafficFilters.d.ts +3 -2
- package/dist/react-native/operationsInterfaces/trafficFilters.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/trafficFilters.js +2 -7
- package/dist/react-native/operationsInterfaces/trafficFilters.js.map +1 -1
- package/dist/react-native/operationsInterfaces/upgradableVersions.d.ts +3 -2
- package/dist/react-native/operationsInterfaces/upgradableVersions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/upgradableVersions.js +2 -7
- package/dist/react-native/operationsInterfaces/upgradableVersions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/vMCollection.d.ts +3 -2
- package/dist/react-native/operationsInterfaces/vMCollection.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/vMCollection.js +2 -7
- package/dist/react-native/operationsInterfaces/vMCollection.js.map +1 -1
- package/dist/react-native/operationsInterfaces/vMHost.d.ts +4 -3
- package/dist/react-native/operationsInterfaces/vMHost.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/vMHost.js +2 -7
- package/dist/react-native/operationsInterfaces/vMHost.js.map +1 -1
- package/dist/react-native/operationsInterfaces/vMIngestion.d.ts +3 -2
- package/dist/react-native/operationsInterfaces/vMIngestion.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/vMIngestion.js +2 -7
- package/dist/react-native/operationsInterfaces/vMIngestion.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -7
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +39 -38
- package/CHANGELOG.md +0 -23
- package/review/arm-elastic-node.api.md +0 -1055
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationResult\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationResult\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceProviderDefaultErrorResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ResourceProviderDefaultErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\",\n },\n },\n },\n },\n };\n\nexport const ErrorResponseBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ElasticMonitorResourceListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticMonitorResourceListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ElasticMonitorResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ElasticMonitorResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticMonitorResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ResourceSku\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MonitorProperties\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const ResourceSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MonitorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitorProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n monitoringStatus: {\n serializedName: \"monitoringStatus\",\n type: {\n name: \"String\",\n },\n },\n elasticProperties: {\n serializedName: \"elasticProperties\",\n type: {\n name: \"Composite\",\n className: \"ElasticProperties\",\n },\n },\n userInfo: {\n serializedName: \"userInfo\",\n type: {\n name: \"Composite\",\n className: \"UserInfo\",\n },\n },\n planDetails: {\n serializedName: \"planDetails\",\n type: {\n name: \"Composite\",\n className: \"PlanDetails\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n subscriptionState: {\n serializedName: \"subscriptionState\",\n type: {\n name: \"String\",\n },\n },\n saaSAzureSubscriptionStatus: {\n serializedName: \"saaSAzureSubscriptionStatus\",\n type: {\n name: \"String\",\n },\n },\n sourceCampaignName: {\n serializedName: \"sourceCampaignName\",\n type: {\n name: \"String\",\n },\n },\n sourceCampaignId: {\n serializedName: \"sourceCampaignId\",\n type: {\n name: \"String\",\n },\n },\n liftrResourceCategory: {\n serializedName: \"liftrResourceCategory\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n liftrResourcePreference: {\n serializedName: \"liftrResourcePreference\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n generateApiKey: {\n serializedName: \"generateApiKey\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ElasticProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticProperties\",\n modelProperties: {\n elasticCloudUser: {\n serializedName: \"elasticCloudUser\",\n type: {\n name: \"Composite\",\n className: \"ElasticCloudUser\",\n },\n },\n elasticCloudDeployment: {\n serializedName: \"elasticCloudDeployment\",\n type: {\n name: \"Composite\",\n className: \"ElasticCloudDeployment\",\n },\n },\n },\n },\n};\n\nexport const ElasticCloudUser: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticCloudUser\",\n modelProperties: {\n emailAddress: {\n serializedName: \"emailAddress\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n elasticCloudSsoDefaultUrl: {\n serializedName: \"elasticCloudSsoDefaultUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ElasticCloudDeployment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticCloudDeployment\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentId: {\n serializedName: \"deploymentId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n azureSubscriptionId: {\n serializedName: \"azureSubscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n elasticsearchRegion: {\n serializedName: \"elasticsearchRegion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n elasticsearchServiceUrl: {\n serializedName: \"elasticsearchServiceUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n kibanaServiceUrl: {\n serializedName: \"kibanaServiceUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n kibanaSsoUrl: {\n serializedName: \"kibanaSsoUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UserInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserInfo\",\n modelProperties: {\n firstName: {\n constraints: {\n MaxLength: 50,\n },\n serializedName: \"firstName\",\n type: {\n name: \"String\",\n },\n },\n lastName: {\n constraints: {\n MaxLength: 50,\n },\n serializedName: \"lastName\",\n type: {\n name: \"String\",\n },\n },\n companyName: {\n constraints: {\n MaxLength: 64,\n },\n serializedName: \"companyName\",\n type: {\n name: \"String\",\n },\n },\n emailAddress: {\n constraints: {\n Pattern: new RegExp(\n '^([^<>()\\\\[\\\\]\\\\.,;:\\\\s@\"]+(\\\\.[^<>()\\\\[\\\\]\\\\.,;:\\\\s@\"]+)*)@(([a-zA-Z-_0-9]+\\\\.)+[a-zA-Z]{2,})$',\n ),\n },\n serializedName: \"emailAddress\",\n type: {\n name: \"String\",\n },\n },\n companyInfo: {\n serializedName: \"companyInfo\",\n type: {\n name: \"Composite\",\n className: \"CompanyInfo\",\n },\n },\n },\n },\n};\n\nexport const CompanyInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CompanyInfo\",\n modelProperties: {\n domain: {\n constraints: {\n MaxLength: 250,\n },\n serializedName: \"domain\",\n type: {\n name: \"String\",\n },\n },\n business: {\n constraints: {\n MaxLength: 64,\n },\n serializedName: \"business\",\n type: {\n name: \"String\",\n },\n },\n employeesNumber: {\n constraints: {\n MaxLength: 20,\n },\n serializedName: \"employeesNumber\",\n type: {\n name: \"String\",\n },\n },\n state: {\n constraints: {\n MaxLength: 64,\n },\n serializedName: \"state\",\n type: {\n name: \"String\",\n },\n },\n country: {\n constraints: {\n MaxLength: 64,\n },\n serializedName: \"country\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PlanDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlanDetails\",\n modelProperties: {\n offerID: {\n serializedName: \"offerID\",\n type: {\n name: \"String\",\n },\n },\n publisherID: {\n serializedName: \"publisherID\",\n type: {\n name: \"String\",\n },\n },\n termID: {\n serializedName: \"termID\",\n type: {\n name: \"String\",\n },\n },\n planID: {\n serializedName: \"planID\",\n type: {\n name: \"String\",\n },\n },\n planName: {\n serializedName: \"planName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ElasticVersionsListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticVersionsListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ElasticVersionListFormat\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ElasticVersionListFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticVersionListFormat\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ElasticVersionListProperties\",\n },\n },\n },\n },\n};\n\nexport const ElasticVersionListProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticVersionListProperties\",\n modelProperties: {\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ElasticMonitorResourceUpdateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ElasticMonitorResourceUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n };\n\nexport const MonitoredResourceListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoredResourceListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MonitoredResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MonitoredResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoredResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n sendingLogs: {\n serializedName: \"sendingLogs\",\n type: {\n name: \"String\",\n },\n },\n reasonForLogsStatus: {\n serializedName: \"reasonForLogsStatus\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeploymentInfoResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeploymentInfoResponse\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n memoryCapacity: {\n serializedName: \"memoryCapacity\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n diskCapacity: {\n serializedName: \"diskCapacity\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n elasticsearchEndPoint: {\n serializedName: \"elasticsearchEndPoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentUrl: {\n serializedName: \"deploymentUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n marketplaceSaasInfo: {\n serializedName: \"marketplaceSaasInfo\",\n type: {\n name: \"Composite\",\n className: \"MarketplaceSaaSInfo\",\n },\n },\n },\n },\n};\n\nexport const MarketplaceSaaSInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MarketplaceSaaSInfo\",\n modelProperties: {\n marketplaceSubscription: {\n serializedName: \"marketplaceSubscription\",\n type: {\n name: \"Composite\",\n className: \"MarketplaceSaaSInfoMarketplaceSubscription\",\n },\n },\n marketplaceName: {\n serializedName: \"marketplaceName\",\n type: {\n name: \"String\",\n },\n },\n marketplaceResourceId: {\n serializedName: \"marketplaceResourceId\",\n type: {\n name: \"String\",\n },\n },\n marketplaceStatus: {\n serializedName: \"marketplaceStatus\",\n type: {\n name: \"String\",\n },\n },\n billedAzureSubscriptionId: {\n serializedName: \"billedAzureSubscriptionId\",\n type: {\n name: \"String\",\n },\n },\n subscribed: {\n serializedName: \"subscribed\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MarketplaceSaaSInfoMarketplaceSubscription: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MarketplaceSaaSInfoMarketplaceSubscription\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ExternalUserInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExternalUserInfo\",\n modelProperties: {\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"String\",\n },\n },\n fullName: {\n serializedName: \"fullName\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n emailId: {\n serializedName: \"emailId\",\n type: {\n name: \"String\",\n },\n },\n roles: {\n serializedName: \"roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ExternalUserCreationResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExternalUserCreationResponse\",\n modelProperties: {\n created: {\n serializedName: \"created\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const BillingInfoResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BillingInfoResponse\",\n modelProperties: {\n marketplaceSaasInfo: {\n serializedName: \"marketplaceSaasInfo\",\n type: {\n name: \"Composite\",\n className: \"MarketplaceSaaSInfo\",\n },\n },\n partnerBillingEntity: {\n serializedName: \"partnerBillingEntity\",\n type: {\n name: \"Composite\",\n className: \"PartnerBillingEntity\",\n },\n },\n },\n },\n};\n\nexport const PartnerBillingEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PartnerBillingEntity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n partnerEntityUri: {\n serializedName: \"partnerEntityUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedPartnerResourcesListResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConnectedPartnerResourcesListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectedPartnerResourcesListFormat\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ConnectedPartnerResourcesListFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedPartnerResourcesListFormat\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ConnectedPartnerResourceProperties\",\n },\n },\n },\n },\n};\n\nexport const ConnectedPartnerResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedPartnerResourceProperties\",\n modelProperties: {\n partnerDeploymentName: {\n serializedName: \"partnerDeploymentName\",\n type: {\n name: \"String\",\n },\n },\n partnerDeploymentUri: {\n serializedName: \"partnerDeploymentUri\",\n type: {\n name: \"String\",\n },\n },\n azureResourceId: {\n serializedName: \"azureResourceId\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OpenAIIntegrationRPModelListResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"OpenAIIntegrationRPModelListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OpenAIIntegrationRPModel\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const OpenAIIntegrationRPModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OpenAIIntegrationRPModel\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"OpenAIIntegrationProperties\",\n },\n },\n },\n },\n};\n\nexport const OpenAIIntegrationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OpenAIIntegrationProperties\",\n modelProperties: {\n openAIResourceId: {\n serializedName: \"openAIResourceId\",\n type: {\n name: \"String\",\n },\n },\n openAIResourceEndpoint: {\n serializedName: \"openAIResourceEndpoint\",\n type: {\n name: \"String\",\n },\n },\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\",\n },\n },\n lastRefreshAt: {\n serializedName: \"lastRefreshAt\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const OpenAIIntegrationStatusResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OpenAIIntegrationStatusResponse\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"OpenAIIntegrationStatusResponseProperties\",\n },\n },\n },\n },\n};\n\nexport const OpenAIIntegrationStatusResponseProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"OpenAIIntegrationStatusResponseProperties\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MonitoringTagRulesListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoringTagRulesListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MonitoringTagRules\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MonitoringTagRules: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoringTagRules\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MonitoringTagRulesProperties\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const MonitoringTagRulesProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoringTagRulesProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n logRules: {\n serializedName: \"logRules\",\n type: {\n name: \"Composite\",\n className: \"LogRules\",\n },\n },\n },\n },\n};\n\nexport const LogRules: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogRules\",\n modelProperties: {\n sendAadLogs: {\n serializedName: \"sendAadLogs\",\n type: {\n name: \"Boolean\",\n },\n },\n sendSubscriptionLogs: {\n serializedName: \"sendSubscriptionLogs\",\n type: {\n name: \"Boolean\",\n },\n },\n sendActivityLogs: {\n serializedName: \"sendActivityLogs\",\n type: {\n name: \"Boolean\",\n },\n },\n filteringTags: {\n serializedName: \"filteringTags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FilteringTag\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const FilteringTag: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FilteringTag\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n action: {\n serializedName: \"action\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VMHostListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VMHostListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VMResources\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VMResources: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VMResources\",\n modelProperties: {\n vmResourceId: {\n serializedName: \"vmResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VMIngestionDetailsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VMIngestionDetailsResponse\",\n modelProperties: {\n cloudId: {\n serializedName: \"cloudId\",\n type: {\n name: \"String\",\n },\n },\n ingestionKey: {\n serializedName: \"ingestionKey\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VMCollectionUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VMCollectionUpdate\",\n modelProperties: {\n vmResourceId: {\n serializedName: \"vmResourceId\",\n type: {\n name: \"String\",\n },\n },\n operationName: {\n serializedName: \"operationName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UpgradableVersionsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpgradableVersionsList\",\n modelProperties: {\n currentVersion: {\n serializedName: \"currentVersion\",\n type: {\n name: \"String\",\n },\n },\n upgradableVersions: {\n serializedName: \"upgradableVersions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ElasticMonitorUpgrade: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticMonitorUpgrade\",\n modelProperties: {\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ElasticTrafficFilterResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticTrafficFilterResponse\",\n modelProperties: {\n rulesets: {\n serializedName: \"rulesets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ElasticTrafficFilter\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ElasticTrafficFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticTrafficFilter\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n region: {\n serializedName: \"region\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n includeByDefault: {\n serializedName: \"includeByDefault\",\n type: {\n name: \"Boolean\",\n },\n },\n rules: {\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ElasticTrafficFilterRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ElasticTrafficFilterRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticTrafficFilterRule\",\n modelProperties: {\n source: {\n serializedName: \"source\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n azureEndpointGuid: {\n serializedName: \"azureEndpointGuid\",\n type: {\n name: \"String\",\n },\n },\n azureEndpointName: {\n serializedName: \"azureEndpointName\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UserEmailId: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserEmailId\",\n modelProperties: {\n emailId: {\n serializedName: \"emailId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UserApiKeyResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserApiKeyResponse\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"UserApiKeyResponseProperties\",\n },\n },\n },\n },\n};\n\nexport const UserApiKeyResponseProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserApiKeyResponseProperties\",\n modelProperties: {\n apiKey: {\n serializedName: \"apiKey\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ElasticOrganizationToAzureSubscriptionMappingResponse: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ElasticOrganizationToAzureSubscriptionMappingResponse\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className:\n \"ElasticOrganizationToAzureSubscriptionMappingResponseProperties\",\n },\n },\n },\n },\n };\n\nexport const ElasticOrganizationToAzureSubscriptionMappingResponseProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"ElasticOrganizationToAzureSubscriptionMappingResponseProperties\",\n modelProperties: {\n billedAzureSubscriptionId: {\n serializedName: \"billedAzureSubscriptionId\",\n type: {\n name: \"String\",\n },\n },\n marketplaceSaasInfo: {\n serializedName: \"marketplaceSaasInfo\",\n type: {\n name: \"Composite\",\n className: \"MarketplaceSaaSInfo\",\n },\n },\n elasticOrganizationId: {\n serializedName: \"elasticOrganizationId\",\n type: {\n name: \"String\",\n },\n },\n elasticOrganizationName: {\n serializedName: \"elasticOrganizationName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n"]}
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type * as coreClient from \"@azure/core-client\";\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationResult\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationResult\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceProviderDefaultErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceProviderDefaultErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponseBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ElasticMonitorResourceListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticMonitorResourceListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ElasticMonitorResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ElasticMonitorResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticMonitorResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ResourceSku\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MonitorProperties\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const ResourceSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MonitorProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitorProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n monitoringStatus: {\n serializedName: \"monitoringStatus\",\n type: {\n name: \"String\",\n },\n },\n elasticProperties: {\n serializedName: \"elasticProperties\",\n type: {\n name: \"Composite\",\n className: \"ElasticProperties\",\n },\n },\n userInfo: {\n serializedName: \"userInfo\",\n type: {\n name: \"Composite\",\n className: \"UserInfo\",\n },\n },\n planDetails: {\n serializedName: \"planDetails\",\n type: {\n name: \"Composite\",\n className: \"PlanDetails\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n subscriptionState: {\n serializedName: \"subscriptionState\",\n type: {\n name: \"String\",\n },\n },\n saaSAzureSubscriptionStatus: {\n serializedName: \"saaSAzureSubscriptionStatus\",\n type: {\n name: \"String\",\n },\n },\n sourceCampaignName: {\n serializedName: \"sourceCampaignName\",\n type: {\n name: \"String\",\n },\n },\n sourceCampaignId: {\n serializedName: \"sourceCampaignId\",\n type: {\n name: \"String\",\n },\n },\n liftrResourceCategory: {\n serializedName: \"liftrResourceCategory\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n liftrResourcePreference: {\n serializedName: \"liftrResourcePreference\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n generateApiKey: {\n serializedName: \"generateApiKey\",\n type: {\n name: \"Boolean\",\n },\n },\n hostingType: {\n serializedName: \"hostingType\",\n type: {\n name: \"String\",\n },\n },\n projectDetails: {\n serializedName: \"projectDetails\",\n type: {\n name: \"Composite\",\n className: \"ProjectDetails\",\n },\n },\n },\n },\n};\n\nexport const ElasticProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticProperties\",\n modelProperties: {\n elasticCloudUser: {\n serializedName: \"elasticCloudUser\",\n type: {\n name: \"Composite\",\n className: \"ElasticCloudUser\",\n },\n },\n elasticCloudDeployment: {\n serializedName: \"elasticCloudDeployment\",\n type: {\n name: \"Composite\",\n className: \"ElasticCloudDeployment\",\n },\n },\n },\n },\n};\n\nexport const ElasticCloudUser: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticCloudUser\",\n modelProperties: {\n emailAddress: {\n serializedName: \"emailAddress\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n elasticCloudSsoDefaultUrl: {\n serializedName: \"elasticCloudSsoDefaultUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ElasticCloudDeployment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticCloudDeployment\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentId: {\n serializedName: \"deploymentId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n azureSubscriptionId: {\n serializedName: \"azureSubscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n elasticsearchRegion: {\n serializedName: \"elasticsearchRegion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n elasticsearchServiceUrl: {\n serializedName: \"elasticsearchServiceUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n kibanaServiceUrl: {\n serializedName: \"kibanaServiceUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n kibanaSsoUrl: {\n serializedName: \"kibanaSsoUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UserInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserInfo\",\n modelProperties: {\n firstName: {\n constraints: {\n MaxLength: 128,\n },\n serializedName: \"firstName\",\n type: {\n name: \"String\",\n },\n },\n lastName: {\n constraints: {\n MaxLength: 128,\n },\n serializedName: \"lastName\",\n type: {\n name: \"String\",\n },\n },\n companyName: {\n constraints: {\n MaxLength: 128,\n },\n serializedName: \"companyName\",\n type: {\n name: \"String\",\n },\n },\n emailAddress: {\n constraints: {\n Pattern: new RegExp(\n '^([^<>()\\\\[\\\\]\\\\.,;:\\\\s@\"]+(\\\\.[^<>()\\\\[\\\\]\\\\.,;:\\\\s@\"]+)*)@(([a-zA-Z-_0-9]+\\\\.)+[a-zA-Z]{2,})$',\n ),\n },\n serializedName: \"emailAddress\",\n type: {\n name: \"String\",\n },\n },\n companyInfo: {\n serializedName: \"companyInfo\",\n type: {\n name: \"Composite\",\n className: \"CompanyInfo\",\n },\n },\n },\n },\n};\n\nexport const CompanyInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CompanyInfo\",\n modelProperties: {\n domain: {\n constraints: {\n MaxLength: 256,\n },\n serializedName: \"domain\",\n type: {\n name: \"String\",\n },\n },\n business: {\n constraints: {\n MaxLength: 128,\n },\n serializedName: \"business\",\n type: {\n name: \"String\",\n },\n },\n employeesNumber: {\n constraints: {\n MaxLength: 20,\n },\n serializedName: \"employeesNumber\",\n type: {\n name: \"String\",\n },\n },\n state: {\n constraints: {\n MaxLength: 128,\n },\n serializedName: \"state\",\n type: {\n name: \"String\",\n },\n },\n country: {\n constraints: {\n MaxLength: 128,\n },\n serializedName: \"country\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PlanDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlanDetails\",\n modelProperties: {\n offerID: {\n serializedName: \"offerID\",\n type: {\n name: \"String\",\n },\n },\n publisherID: {\n serializedName: \"publisherID\",\n type: {\n name: \"String\",\n },\n },\n termID: {\n serializedName: \"termID\",\n type: {\n name: \"String\",\n },\n },\n planID: {\n serializedName: \"planID\",\n type: {\n name: \"String\",\n },\n },\n planName: {\n serializedName: \"planName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProjectDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectDetails\",\n modelProperties: {\n projectType: {\n serializedName: \"projectType\",\n type: {\n name: \"String\",\n },\n },\n configurationType: {\n serializedName: \"configurationType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ElasticVersionsListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticVersionsListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ElasticVersionListFormat\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ElasticVersionListFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticVersionListFormat\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ElasticVersionListProperties\",\n },\n },\n },\n },\n};\n\nexport const ElasticVersionListProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticVersionListProperties\",\n modelProperties: {\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ElasticMonitorResourceUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticMonitorResourceUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const MonitoredSubscriptionPropertiesList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoredSubscriptionPropertiesList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MonitoredSubscriptionProperties\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MonitoredSubscriptionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoredSubscriptionProperties\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SubscriptionList\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionList\",\n modelProperties: {\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n monitoredSubscriptionList: {\n serializedName: \"monitoredSubscriptionList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MonitoredSubscription\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MonitoredSubscription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoredSubscription\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"String\",\n },\n },\n tagRules: {\n serializedName: \"tagRules\",\n type: {\n name: \"Composite\",\n className: \"MonitoringTagRulesProperties\",\n },\n },\n },\n },\n};\n\nexport const MonitoringTagRulesProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoringTagRulesProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n logRules: {\n serializedName: \"logRules\",\n type: {\n name: \"Composite\",\n className: \"LogRules\",\n },\n },\n },\n },\n};\n\nexport const LogRules: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogRules\",\n modelProperties: {\n sendAadLogs: {\n serializedName: \"sendAadLogs\",\n type: {\n name: \"Boolean\",\n },\n },\n sendSubscriptionLogs: {\n serializedName: \"sendSubscriptionLogs\",\n type: {\n name: \"Boolean\",\n },\n },\n sendActivityLogs: {\n serializedName: \"sendActivityLogs\",\n type: {\n name: \"Boolean\",\n },\n },\n filteringTags: {\n serializedName: \"filteringTags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FilteringTag\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const FilteringTag: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FilteringTag\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n action: {\n serializedName: \"action\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MonitoredResourceListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoredResourceListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MonitoredResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MonitoredResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoredResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n sendingLogs: {\n serializedName: \"sendingLogs\",\n type: {\n name: \"String\",\n },\n },\n reasonForLogsStatus: {\n serializedName: \"reasonForLogsStatus\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeploymentInfoResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeploymentInfoResponse\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n memoryCapacity: {\n serializedName: \"memoryCapacity\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n diskCapacity: {\n serializedName: \"diskCapacity\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n elasticsearchEndPoint: {\n serializedName: \"elasticsearchEndPoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n deploymentUrl: {\n serializedName: \"deploymentUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n marketplaceSaasInfo: {\n serializedName: \"marketplaceSaasInfo\",\n type: {\n name: \"Composite\",\n className: \"MarketplaceSaaSInfo\",\n },\n },\n projectType: {\n serializedName: \"projectType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n configurationType: {\n serializedName: \"configurationType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MarketplaceSaaSInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MarketplaceSaaSInfo\",\n modelProperties: {\n marketplaceSubscription: {\n serializedName: \"marketplaceSubscription\",\n type: {\n name: \"Composite\",\n className: \"MarketplaceSaaSInfoMarketplaceSubscription\",\n },\n },\n marketplaceName: {\n serializedName: \"marketplaceName\",\n type: {\n name: \"String\",\n },\n },\n marketplaceResourceId: {\n serializedName: \"marketplaceResourceId\",\n type: {\n name: \"String\",\n },\n },\n marketplaceStatus: {\n serializedName: \"marketplaceStatus\",\n type: {\n name: \"String\",\n },\n },\n billedAzureSubscriptionId: {\n serializedName: \"billedAzureSubscriptionId\",\n type: {\n name: \"String\",\n },\n },\n subscribed: {\n serializedName: \"subscribed\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MarketplaceSaaSInfoMarketplaceSubscription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MarketplaceSaaSInfoMarketplaceSubscription\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n publisherId: {\n serializedName: \"publisherId\",\n type: {\n name: \"String\",\n },\n },\n offerId: {\n serializedName: \"offerId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExternalUserInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExternalUserInfo\",\n modelProperties: {\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"String\",\n },\n },\n fullName: {\n serializedName: \"fullName\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n emailId: {\n serializedName: \"emailId\",\n type: {\n name: \"String\",\n },\n },\n roles: {\n serializedName: \"roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ExternalUserCreationResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExternalUserCreationResponse\",\n modelProperties: {\n created: {\n serializedName: \"created\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const BillingInfoResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BillingInfoResponse\",\n modelProperties: {\n marketplaceSaasInfo: {\n serializedName: \"marketplaceSaasInfo\",\n type: {\n name: \"Composite\",\n className: \"MarketplaceSaaSInfo\",\n },\n },\n partnerBillingEntity: {\n serializedName: \"partnerBillingEntity\",\n type: {\n name: \"Composite\",\n className: \"PartnerBillingEntity\",\n },\n },\n },\n },\n};\n\nexport const PartnerBillingEntity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PartnerBillingEntity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n partnerEntityUri: {\n serializedName: \"partnerEntityUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedPartnerResourcesListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedPartnerResourcesListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectedPartnerResourcesListFormat\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedPartnerResourcesListFormat: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedPartnerResourcesListFormat\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ConnectedPartnerResourceProperties\",\n },\n },\n },\n },\n};\n\nexport const ConnectedPartnerResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedPartnerResourceProperties\",\n modelProperties: {\n partnerDeploymentName: {\n serializedName: \"partnerDeploymentName\",\n type: {\n name: \"String\",\n },\n },\n partnerDeploymentUri: {\n serializedName: \"partnerDeploymentUri\",\n type: {\n name: \"String\",\n },\n },\n azureResourceId: {\n serializedName: \"azureResourceId\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OpenAIIntegrationRPModelListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OpenAIIntegrationRPModelListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OpenAIIntegrationRPModel\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OpenAIIntegrationRPModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OpenAIIntegrationRPModel\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"OpenAIIntegrationProperties\",\n },\n },\n },\n },\n};\n\nexport const OpenAIIntegrationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OpenAIIntegrationProperties\",\n modelProperties: {\n openAIResourceId: {\n serializedName: \"openAIResourceId\",\n type: {\n name: \"String\",\n },\n },\n openAIResourceEndpoint: {\n serializedName: \"openAIResourceEndpoint\",\n type: {\n name: \"String\",\n },\n },\n openAIConnectorId: {\n serializedName: \"openAIConnectorId\",\n type: {\n name: \"String\",\n },\n },\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\",\n },\n },\n lastRefreshAt: {\n serializedName: \"lastRefreshAt\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const OpenAIIntegrationStatusResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OpenAIIntegrationStatusResponse\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"OpenAIIntegrationStatusResponseProperties\",\n },\n },\n },\n },\n};\n\nexport const OpenAIIntegrationStatusResponseProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OpenAIIntegrationStatusResponseProperties\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MonitoringTagRulesListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoringTagRulesListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MonitoringTagRules\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MonitoringTagRules: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoringTagRules\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MonitoringTagRulesProperties\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const VMHostListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VMHostListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VMResources\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VMResources: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VMResources\",\n modelProperties: {\n vmResourceId: {\n serializedName: \"vmResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VMIngestionDetailsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VMIngestionDetailsResponse\",\n modelProperties: {\n cloudId: {\n serializedName: \"cloudId\",\n type: {\n name: \"String\",\n },\n },\n ingestionKey: {\n serializedName: \"ingestionKey\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VMCollectionUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VMCollectionUpdate\",\n modelProperties: {\n vmResourceId: {\n serializedName: \"vmResourceId\",\n type: {\n name: \"String\",\n },\n },\n operationName: {\n serializedName: \"operationName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UpgradableVersionsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpgradableVersionsList\",\n modelProperties: {\n currentVersion: {\n serializedName: \"currentVersion\",\n type: {\n name: \"String\",\n },\n },\n upgradableVersions: {\n serializedName: \"upgradableVersions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ElasticMonitorUpgrade: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticMonitorUpgrade\",\n modelProperties: {\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ElasticTrafficFilterResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticTrafficFilterResponse\",\n modelProperties: {\n rulesets: {\n serializedName: \"rulesets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ElasticTrafficFilter\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ElasticTrafficFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticTrafficFilter\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n region: {\n serializedName: \"region\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n includeByDefault: {\n serializedName: \"includeByDefault\",\n type: {\n name: \"Boolean\",\n },\n },\n rules: {\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ElasticTrafficFilterRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ElasticTrafficFilterRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticTrafficFilterRule\",\n modelProperties: {\n source: {\n serializedName: \"source\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n azureEndpointGuid: {\n serializedName: \"azureEndpointGuid\",\n type: {\n name: \"String\",\n },\n },\n azureEndpointName: {\n serializedName: \"azureEndpointName\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UserEmailId: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserEmailId\",\n modelProperties: {\n emailId: {\n serializedName: \"emailId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const UserApiKeyResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserApiKeyResponse\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"UserApiKeyResponseProperties\",\n },\n },\n },\n },\n};\n\nexport const UserApiKeyResponseProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserApiKeyResponseProperties\",\n modelProperties: {\n apiKey: {\n serializedName: \"apiKey\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ElasticOrganizationToAzureSubscriptionMappingResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElasticOrganizationToAzureSubscriptionMappingResponse\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ElasticOrganizationToAzureSubscriptionMappingResponseProperties\",\n },\n },\n },\n },\n};\n\nexport const ElasticOrganizationToAzureSubscriptionMappingResponseProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ElasticOrganizationToAzureSubscriptionMappingResponseProperties\",\n modelProperties: {\n billedAzureSubscriptionId: {\n serializedName: \"billedAzureSubscriptionId\",\n type: {\n name: \"String\",\n },\n },\n marketplaceSaasInfo: {\n serializedName: \"marketplaceSaasInfo\",\n type: {\n name: \"Composite\",\n className: \"MarketplaceSaaSInfo\",\n },\n },\n elasticOrganizationId: {\n serializedName: \"elasticOrganizationId\",\n type: {\n name: \"String\",\n },\n },\n elasticOrganizationName: {\n serializedName: \"elasticOrganizationName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ResubscribeProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResubscribeProperties\",\n modelProperties: {\n planId: {\n serializedName: \"planId\",\n type: {\n name: \"String\",\n },\n },\n term: {\n serializedName: \"term\",\n type: {\n name: \"String\",\n },\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\",\n },\n },\n resourceGroup: {\n serializedName: \"resourceGroup\",\n type: {\n name: \"String\",\n },\n },\n organizationId: {\n serializedName: \"organizationId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MonitorsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitorsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MonitoredSubscriptionsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoredSubscriptionsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MonitoredSubscriptionsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MonitoredSubscriptionsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OrganizationsResubscribeHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OrganizationsResubscribeHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
1
|
+
import type { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
2
|
export declare const accept: OperationParameter;
|
|
3
3
|
export declare const $host: OperationURLParameter;
|
|
4
4
|
export declare const apiVersion: OperationQueryParameter;
|
|
@@ -10,17 +10,20 @@ export declare const contentType: OperationParameter;
|
|
|
10
10
|
export declare const body: OperationParameter;
|
|
11
11
|
export declare const body1: OperationParameter;
|
|
12
12
|
export declare const region: OperationQueryParameter;
|
|
13
|
+
export declare const configurationName: OperationURLParameter;
|
|
13
14
|
export declare const body2: OperationParameter;
|
|
14
|
-
export declare const integrationName: OperationURLParameter;
|
|
15
15
|
export declare const body3: OperationParameter;
|
|
16
|
+
export declare const integrationName: OperationURLParameter;
|
|
16
17
|
export declare const body4: OperationParameter;
|
|
17
|
-
export declare const ruleSetName: OperationURLParameter;
|
|
18
18
|
export declare const body5: OperationParameter;
|
|
19
|
+
export declare const ruleSetName: OperationURLParameter;
|
|
19
20
|
export declare const body6: OperationParameter;
|
|
21
|
+
export declare const body7: OperationParameter;
|
|
20
22
|
export declare const ips: OperationQueryParameter;
|
|
21
23
|
export declare const name: OperationQueryParameter;
|
|
22
24
|
export declare const privateEndpointGuid: OperationQueryParameter;
|
|
23
25
|
export declare const privateEndpointName: OperationQueryParameter;
|
|
24
26
|
export declare const rulesetId: OperationQueryParameter;
|
|
25
|
-
export declare const
|
|
27
|
+
export declare const body8: OperationParameter;
|
|
28
|
+
export declare const body9: OperationParameter;
|
|
26
29
|
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAc5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBAYzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,kBAGlB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBASpB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAY/B,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,qBAY7B,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBAYzB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,uBAQjB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,uBAQlB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,uBAQjC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,uBAQjC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,uBAQvB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC"}
|
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
9
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.
|
|
5
|
+
exports.body9 = exports.body8 = exports.rulesetId = exports.privateEndpointName = exports.privateEndpointGuid = exports.name = exports.ips = exports.body7 = exports.body6 = exports.ruleSetName = exports.body5 = exports.body4 = exports.integrationName = exports.body3 = exports.body2 = exports.configurationName = exports.region = exports.body1 = exports.body = exports.contentType = exports.monitorName = exports.resourceGroupName = exports.subscriptionId = exports.nextLink = exports.apiVersion = exports.$host = exports.accept = void 0;
|
|
11
6
|
const mappers_js_1 = require("../models/mappers.js");
|
|
12
7
|
exports.accept = {
|
|
13
8
|
parameterPath: "accept",
|
|
@@ -34,7 +29,7 @@ exports.$host = {
|
|
|
34
29
|
exports.apiVersion = {
|
|
35
30
|
parameterPath: "apiVersion",
|
|
36
31
|
mapper: {
|
|
37
|
-
defaultValue: "
|
|
32
|
+
defaultValue: "2025-06-01",
|
|
38
33
|
isConstant: true,
|
|
39
34
|
serializedName: "api-version",
|
|
40
35
|
type: {
|
|
@@ -80,6 +75,9 @@ exports.resourceGroupName = {
|
|
|
80
75
|
exports.monitorName = {
|
|
81
76
|
parameterPath: "monitorName",
|
|
82
77
|
mapper: {
|
|
78
|
+
constraints: {
|
|
79
|
+
Pattern: new RegExp("^.*$"),
|
|
80
|
+
},
|
|
83
81
|
serializedName: "monitorName",
|
|
84
82
|
required: true,
|
|
85
83
|
type: {
|
|
@@ -116,7 +114,24 @@ exports.region = {
|
|
|
116
114
|
},
|
|
117
115
|
},
|
|
118
116
|
};
|
|
117
|
+
exports.configurationName = {
|
|
118
|
+
parameterPath: "configurationName",
|
|
119
|
+
mapper: {
|
|
120
|
+
constraints: {
|
|
121
|
+
Pattern: new RegExp("^.*$"),
|
|
122
|
+
},
|
|
123
|
+
serializedName: "configurationName",
|
|
124
|
+
required: true,
|
|
125
|
+
type: {
|
|
126
|
+
name: "String",
|
|
127
|
+
},
|
|
128
|
+
},
|
|
129
|
+
};
|
|
119
130
|
exports.body2 = {
|
|
131
|
+
parameterPath: ["options", "body"],
|
|
132
|
+
mapper: mappers_js_1.MonitoredSubscriptionProperties,
|
|
133
|
+
};
|
|
134
|
+
exports.body3 = {
|
|
120
135
|
parameterPath: ["options", "body"],
|
|
121
136
|
mapper: mappers_js_1.ExternalUserInfo,
|
|
122
137
|
};
|
|
@@ -133,17 +148,20 @@ exports.integrationName = {
|
|
|
133
148
|
},
|
|
134
149
|
},
|
|
135
150
|
};
|
|
136
|
-
exports.
|
|
151
|
+
exports.body4 = {
|
|
137
152
|
parameterPath: ["options", "body"],
|
|
138
153
|
mapper: mappers_js_1.OpenAIIntegrationRPModel,
|
|
139
154
|
};
|
|
140
|
-
exports.
|
|
155
|
+
exports.body5 = {
|
|
141
156
|
parameterPath: ["options", "body"],
|
|
142
157
|
mapper: mappers_js_1.MonitoringTagRules,
|
|
143
158
|
};
|
|
144
159
|
exports.ruleSetName = {
|
|
145
160
|
parameterPath: "ruleSetName",
|
|
146
161
|
mapper: {
|
|
162
|
+
constraints: {
|
|
163
|
+
Pattern: new RegExp("^.*$"),
|
|
164
|
+
},
|
|
147
165
|
serializedName: "ruleSetName",
|
|
148
166
|
required: true,
|
|
149
167
|
type: {
|
|
@@ -151,11 +169,11 @@ exports.ruleSetName = {
|
|
|
151
169
|
},
|
|
152
170
|
},
|
|
153
171
|
};
|
|
154
|
-
exports.
|
|
172
|
+
exports.body6 = {
|
|
155
173
|
parameterPath: ["options", "body"],
|
|
156
174
|
mapper: mappers_js_1.VMCollectionUpdate,
|
|
157
175
|
};
|
|
158
|
-
exports.
|
|
176
|
+
exports.body7 = {
|
|
159
177
|
parameterPath: ["options", "body"],
|
|
160
178
|
mapper: mappers_js_1.ElasticMonitorUpgrade,
|
|
161
179
|
};
|
|
@@ -204,8 +222,12 @@ exports.rulesetId = {
|
|
|
204
222
|
},
|
|
205
223
|
},
|
|
206
224
|
};
|
|
207
|
-
exports.
|
|
225
|
+
exports.body8 = {
|
|
208
226
|
parameterPath: ["options", "body"],
|
|
209
227
|
mapper: mappers_js_1.UserEmailId,
|
|
210
228
|
};
|
|
229
|
+
exports.body9 = {
|
|
230
|
+
parameterPath: ["options", "body"],
|
|
231
|
+
mapper: mappers_js_1.ResubscribeProperties,
|
|
232
|
+
};
|
|
211
233
|
//# sourceMappingURL=parameters.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n ElasticMonitorResource as ElasticMonitorResourceMapper,\n ElasticMonitorResourceUpdateParameters as ElasticMonitorResourceUpdateParametersMapper,\n ExternalUserInfo as ExternalUserInfoMapper,\n OpenAIIntegrationRPModel as OpenAIIntegrationRPModelMapper,\n MonitoringTagRules as MonitoringTagRulesMapper,\n VMCollectionUpdate as VMCollectionUpdateMapper,\n ElasticMonitorUpgrade as ElasticMonitorUpgradeMapper,\n UserEmailId as UserEmailIdMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2024-03-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"Uuid\",\n },\n },\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const monitorName: OperationURLParameter = {\n parameterPath: \"monitorName\",\n mapper: {\n serializedName: \"monitorName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: ElasticMonitorResourceMapper,\n};\n\nexport const body1: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: ElasticMonitorResourceUpdateParametersMapper,\n};\n\nexport const region: OperationQueryParameter = {\n parameterPath: \"region\",\n mapper: {\n serializedName: \"region\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body2: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: ExternalUserInfoMapper,\n};\n\nexport const integrationName: OperationURLParameter = {\n parameterPath: \"integrationName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-z][a-z0-9]*$\"),\n },\n serializedName: \"integrationName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body3: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: OpenAIIntegrationRPModelMapper,\n};\n\nexport const body4: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: MonitoringTagRulesMapper,\n};\n\nexport const ruleSetName: OperationURLParameter = {\n parameterPath: \"ruleSetName\",\n mapper: {\n serializedName: \"ruleSetName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body5: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: VMCollectionUpdateMapper,\n};\n\nexport const body6: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: ElasticMonitorUpgradeMapper,\n};\n\nexport const ips: OperationQueryParameter = {\n parameterPath: [\"options\", \"ips\"],\n mapper: {\n serializedName: \"ips\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const name: OperationQueryParameter = {\n parameterPath: [\"options\", \"name\"],\n mapper: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const privateEndpointGuid: OperationQueryParameter = {\n parameterPath: [\"options\", \"privateEndpointGuid\"],\n mapper: {\n serializedName: \"privateEndpointGuid\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const privateEndpointName: OperationQueryParameter = {\n parameterPath: [\"options\", \"privateEndpointName\"],\n mapper: {\n serializedName: \"privateEndpointName\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const rulesetId: OperationQueryParameter = {\n parameterPath: [\"options\", \"rulesetId\"],\n mapper: {\n serializedName: \"rulesetId\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body7: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: UserEmailIdMapper,\n};\n"]}
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n ElasticMonitorResource as ElasticMonitorResourceMapper,\n ElasticMonitorResourceUpdateParameters as ElasticMonitorResourceUpdateParametersMapper,\n MonitoredSubscriptionProperties as MonitoredSubscriptionPropertiesMapper,\n ExternalUserInfo as ExternalUserInfoMapper,\n OpenAIIntegrationRPModel as OpenAIIntegrationRPModelMapper,\n MonitoringTagRules as MonitoringTagRulesMapper,\n VMCollectionUpdate as VMCollectionUpdateMapper,\n ElasticMonitorUpgrade as ElasticMonitorUpgradeMapper,\n UserEmailId as UserEmailIdMapper,\n ResubscribeProperties as ResubscribePropertiesMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2025-06-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"Uuid\",\n },\n },\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const monitorName: OperationURLParameter = {\n parameterPath: \"monitorName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^.*$\"),\n },\n serializedName: \"monitorName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: ElasticMonitorResourceMapper,\n};\n\nexport const body1: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: ElasticMonitorResourceUpdateParametersMapper,\n};\n\nexport const region: OperationQueryParameter = {\n parameterPath: \"region\",\n mapper: {\n serializedName: \"region\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const configurationName: OperationURLParameter = {\n parameterPath: \"configurationName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^.*$\"),\n },\n serializedName: \"configurationName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body2: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: MonitoredSubscriptionPropertiesMapper,\n};\n\nexport const body3: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: ExternalUserInfoMapper,\n};\n\nexport const integrationName: OperationURLParameter = {\n parameterPath: \"integrationName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-z][a-z0-9]*$\"),\n },\n serializedName: \"integrationName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body4: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: OpenAIIntegrationRPModelMapper,\n};\n\nexport const body5: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: MonitoringTagRulesMapper,\n};\n\nexport const ruleSetName: OperationURLParameter = {\n parameterPath: \"ruleSetName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^.*$\"),\n },\n serializedName: \"ruleSetName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body6: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: VMCollectionUpdateMapper,\n};\n\nexport const body7: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: ElasticMonitorUpgradeMapper,\n};\n\nexport const ips: OperationQueryParameter = {\n parameterPath: [\"options\", \"ips\"],\n mapper: {\n serializedName: \"ips\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const name: OperationQueryParameter = {\n parameterPath: [\"options\", \"name\"],\n mapper: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const privateEndpointGuid: OperationQueryParameter = {\n parameterPath: [\"options\", \"privateEndpointGuid\"],\n mapper: {\n serializedName: \"privateEndpointGuid\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const privateEndpointName: OperationQueryParameter = {\n parameterPath: [\"options\", \"privateEndpointName\"],\n mapper: {\n serializedName: \"privateEndpointName\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const rulesetId: OperationQueryParameter = {\n parameterPath: [\"options\", \"rulesetId\"],\n mapper: {\n serializedName: \"rulesetId\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body8: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: UserEmailIdMapper,\n};\n\nexport const body9: OperationParameter = {\n parameterPath: [\"options\", \"body\"],\n mapper: ResubscribePropertiesMapper,\n};\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AllTrafficFilters } from "../operationsInterfaces/index.js";
|
|
2
|
-
import { MicrosoftElastic } from "../microsoftElastic.js";
|
|
3
|
-
import { AllTrafficFiltersListOptionalParams, AllTrafficFiltersListResponse } from "../models/index.js";
|
|
1
|
+
import type { AllTrafficFilters } from "../operationsInterfaces/index.js";
|
|
2
|
+
import type { MicrosoftElastic } from "../microsoftElastic.js";
|
|
3
|
+
import type { AllTrafficFiltersListOptionalParams, AllTrafficFiltersListResponse } from "../models/index.js";
|
|
4
4
|
/** Class containing AllTrafficFilters operations. */
|
|
5
5
|
export declare class AllTrafficFiltersImpl implements AllTrafficFilters {
|
|
6
6
|
private readonly client;
|
|
@@ -10,7 +10,8 @@ export declare class AllTrafficFiltersImpl implements AllTrafficFilters {
|
|
|
10
10
|
*/
|
|
11
11
|
constructor(client: MicrosoftElastic);
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* List all traffic filters associated with your Elastic monitor resource, helping you manage network
|
|
14
|
+
* traffic control.
|
|
14
15
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
15
16
|
* @param monitorName Monitor resource name
|
|
16
17
|
* @param options The options parameters.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allTrafficFilters.d.ts","sourceRoot":"","sources":["../../../src/operations/allTrafficFilters.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"allTrafficFilters.d.ts","sourceRoot":"","sources":["../../../src/operations/allTrafficFilters.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAI1E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,KAAK,EACV,mCAAmC,EACnC,6BAA6B,EAC9B,MAAM,oBAAoB,CAAC;AAE5B,qDAAqD;AACrD,qBAAa,qBAAsB,YAAW,iBAAiB;IAC7D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmB;IAE1C;;;OAGG;gBACS,MAAM,EAAE,gBAAgB;IAIpC;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC;CAM1C"}
|