@azure/arm-oep 1.0.0-beta.3 → 1.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -4
- package/LICENSE +4 -4
- package/README.md +29 -19
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.js +13 -9
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +14 -14
- package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +9 -4
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/openEnergyPlatformManagementServiceAPIs.d.ts +2 -2
- package/dist/browser/openEnergyPlatformManagementServiceAPIs.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/openEnergyPlatformManagementServiceAPIs.js +32 -24
- package/dist/browser/openEnergyPlatformManagementServiceAPIs.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/energyServices.d.ts +3 -3
- package/dist/browser/operations/energyServices.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/energyServices.js +124 -152
- package/dist/browser/operations/energyServices.js.map +1 -0
- package/dist/browser/operations/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +3 -3
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/locations.d.ts +3 -3
- package/dist/browser/operations/locations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/locations.js +3 -2
- package/dist/browser/operations/locations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -2
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/energyServices.d.ts +1 -1
- package/dist/browser/operationsInterfaces/energyServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/energyServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +3 -3
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/locations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +37 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-oep.d.ts → dist/commonjs/models/index.d.ts} +368 -520
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +65 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +17 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +462 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +13 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +116 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/openEnergyPlatformManagementServiceAPIs.d.ts +22 -0
- package/dist/commonjs/openEnergyPlatformManagementServiceAPIs.d.ts.map +1 -0
- package/dist/commonjs/openEnergyPlatformManagementServiceAPIs.js +115 -0
- package/dist/commonjs/openEnergyPlatformManagementServiceAPIs.js.map +1 -0
- package/dist/commonjs/operations/energyServices.d.ts +95 -0
- package/dist/commonjs/operations/energyServices.d.ts.map +1 -0
- package/dist/commonjs/operations/energyServices.js +429 -0
- package/dist/commonjs/operations/energyServices.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +4 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +14 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/locations.d.ts +19 -0
- package/dist/commonjs/operations/locations.d.ts.map +1 -0
- package/dist/commonjs/operations/locations.js +54 -0
- package/dist/commonjs/operations/locations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +18 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +52 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/energyServices.d.ts +59 -0
- package/dist/commonjs/operationsInterfaces/energyServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/energyServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/energyServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +14 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/locations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/locations.js +10 -0
- package/dist/commonjs/operationsInterfaces/locations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +33 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +368 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +62 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +17 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +459 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +13 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +113 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/openEnergyPlatformManagementServiceAPIs.d.ts +22 -0
- package/dist/esm/openEnergyPlatformManagementServiceAPIs.d.ts.map +1 -0
- package/dist/esm/openEnergyPlatformManagementServiceAPIs.js +110 -0
- package/dist/esm/openEnergyPlatformManagementServiceAPIs.js.map +1 -0
- package/dist/esm/operations/energyServices.d.ts +95 -0
- package/dist/esm/operations/energyServices.d.ts.map +1 -0
- package/dist/esm/operations/energyServices.js +424 -0
- package/dist/esm/operations/energyServices.js.map +1 -0
- package/dist/esm/operations/index.d.ts +4 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +11 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/locations.d.ts +19 -0
- package/dist/esm/operations/locations.d.ts.map +1 -0
- package/dist/esm/operations/locations.js +49 -0
- package/dist/esm/operations/locations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +18 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +47 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/energyServices.d.ts +59 -0
- package/dist/esm/operationsInterfaces/energyServices.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/energyServices.js} +2 -4
- package/dist/esm/operationsInterfaces/energyServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +11 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/locations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/locations.js +9 -0
- package/dist/esm/operationsInterfaces/locations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +33 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +368 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +62 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +17 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +459 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +13 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +113 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/openEnergyPlatformManagementServiceAPIs.d.ts +22 -0
- package/dist/react-native/openEnergyPlatformManagementServiceAPIs.d.ts.map +1 -0
- package/dist/react-native/openEnergyPlatformManagementServiceAPIs.js +110 -0
- package/dist/react-native/openEnergyPlatformManagementServiceAPIs.js.map +1 -0
- package/dist/react-native/operations/energyServices.d.ts +95 -0
- package/dist/react-native/operations/energyServices.d.ts.map +1 -0
- package/dist/react-native/operations/energyServices.js +424 -0
- package/dist/react-native/operations/energyServices.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +4 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +11 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/locations.d.ts +19 -0
- package/dist/react-native/operations/locations.d.ts.map +1 -0
- package/dist/react-native/operations/locations.js +49 -0
- package/dist/react-native/operations/locations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +18 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +47 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/energyServices.d.ts +59 -0
- package/dist/react-native/operationsInterfaces/energyServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/energyServices.js +9 -0
- package/dist/react-native/operationsInterfaces/energyServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +11 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/locations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/locations.js +9 -0
- package/dist/react-native/operationsInterfaces/locations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +86 -77
- package/dist/index.js +0 -1371
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/energyServicesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/energyServicesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/energyServicesCreateSample.js +0 -31
- package/dist-esm/samples-dev/energyServicesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/energyServicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/energyServicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/energyServicesDeleteSample.js +0 -31
- package/dist-esm/samples-dev/energyServicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/energyServicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/energyServicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/energyServicesGetSample.js +0 -31
- package/dist-esm/samples-dev/energyServicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/energyServicesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/energyServicesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/energyServicesListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/energyServicesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/energyServicesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/energyServicesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/energyServicesListBySubscriptionSample.js +0 -43
- package/dist-esm/samples-dev/energyServicesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/energyServicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/energyServicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/energyServicesUpdateSample.js +0 -31
- package/dist-esm/samples-dev/energyServicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/locationsCheckNameAvailability.d.ts +0 -2
- package/dist-esm/samples-dev/locationsCheckNameAvailability.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationsCheckNameAvailability.js +0 -33
- package/dist-esm/samples-dev/locationsCheckNameAvailability.js.map +0 -1
- package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js +0 -33
- package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/oepResourceCreate.d.ts +0 -2
- package/dist-esm/samples-dev/oepResourceCreate.d.ts.map +0 -1
- package/dist-esm/samples-dev/oepResourceCreate.js +0 -31
- package/dist-esm/samples-dev/oepResourceCreate.js.map +0 -1
- package/dist-esm/samples-dev/oepResourceDelete.d.ts +0 -2
- package/dist-esm/samples-dev/oepResourceDelete.d.ts.map +0 -1
- package/dist-esm/samples-dev/oepResourceDelete.js +0 -31
- package/dist-esm/samples-dev/oepResourceDelete.js.map +0 -1
- package/dist-esm/samples-dev/oepResourceGet.d.ts +0 -2
- package/dist-esm/samples-dev/oepResourceGet.d.ts.map +0 -1
- package/dist-esm/samples-dev/oepResourceGet.js +0 -31
- package/dist-esm/samples-dev/oepResourceGet.js.map +0 -1
- package/dist-esm/samples-dev/oepResourceListByResourceGroup.d.ts +0 -2
- package/dist-esm/samples-dev/oepResourceListByResourceGroup.d.ts.map +0 -1
- package/dist-esm/samples-dev/oepResourceListByResourceGroup.js +0 -44
- package/dist-esm/samples-dev/oepResourceListByResourceGroup.js.map +0 -1
- package/dist-esm/samples-dev/oepResourceListBySubscriptionId.d.ts +0 -2
- package/dist-esm/samples-dev/oepResourceListBySubscriptionId.d.ts.map +0 -1
- package/dist-esm/samples-dev/oepResourceListBySubscriptionId.js +0 -43
- package/dist-esm/samples-dev/oepResourceListBySubscriptionId.js.map +0 -1
- package/dist-esm/samples-dev/oepResourceUpdate.d.ts +0 -2
- package/dist-esm/samples-dev/oepResourceUpdate.d.ts.map +0 -1
- package/dist-esm/samples-dev/oepResourceUpdate.js +0 -31
- package/dist-esm/samples-dev/oepResourceUpdate.js.map +0 -1
- package/dist-esm/samples-dev/operationsList.d.ts +0 -2
- package/dist-esm/samples-dev/operationsList.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsList.js +0 -29
- package/dist-esm/samples-dev/operationsList.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -29
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/openEnergyPlatformManagementServiceAPIs.d.ts.map +0 -1
- package/dist-esm/src/openEnergyPlatformManagementServiceAPIs.js.map +0 -1
- package/dist-esm/src/operations/energyServices.d.ts.map +0 -1
- package/dist-esm/src/operations/energyServices.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -4
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/locations.d.ts.map +0 -1
- package/dist-esm/src/operations/locations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/energyServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/energyServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/locations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -420
- package/src/models/mappers.ts +0 -475
- package/src/models/parameters.ts +0 -133
- package/src/openEnergyPlatformManagementServiceAPIs.ts +0 -148
- package/src/operations/energyServices.ts +0 -597
- package/src/operations/locations.ts +0 -67
- package/src/operations/operations.ts +0 -59
- package/src/operationsInterfaces/energyServices.ts +0 -113
- package/src/operationsInterfaces/index.ts +0 -11
- package/src/operationsInterfaces/locations.ts +0 -26
- package/src/operationsInterfaces/operations.ts +0 -21
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/energyServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/review/{arm-oep.api.md → arm-oep-node.api.md} +0 -0
|
@@ -1,520 +1,368 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
*/
|
|
24
|
-
export
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
/** The list of
|
|
80
|
-
export
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
readonly
|
|
90
|
-
/**
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
*
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
/**
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
/**
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
/**
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
*
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
/**
|
|
144
|
-
*
|
|
145
|
-
*
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
/**
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
/**
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
/**
|
|
199
|
-
export declare
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
/**
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
/**
|
|
215
|
-
export declare
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
/**
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
/**
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
/**
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
/**
|
|
322
|
-
|
|
323
|
-
/**
|
|
324
|
-
|
|
325
|
-
/**
|
|
326
|
-
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
/**
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
apiVersion?: string;
|
|
370
|
-
/** Overrides client endpoint. */
|
|
371
|
-
endpoint?: string;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
375
|
-
export declare interface Operation {
|
|
376
|
-
/**
|
|
377
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
378
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
379
|
-
*/
|
|
380
|
-
readonly name?: string;
|
|
381
|
-
/**
|
|
382
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
383
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
384
|
-
*/
|
|
385
|
-
readonly isDataAction?: boolean;
|
|
386
|
-
/** Localized display information for this particular operation. */
|
|
387
|
-
display?: OperationDisplay;
|
|
388
|
-
/**
|
|
389
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
390
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
391
|
-
*/
|
|
392
|
-
readonly origin?: Origin;
|
|
393
|
-
/**
|
|
394
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
395
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
396
|
-
*/
|
|
397
|
-
readonly actionType?: ActionType;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
/** Localized display information for this particular operation. */
|
|
401
|
-
export declare interface OperationDisplay {
|
|
402
|
-
/**
|
|
403
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
404
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
405
|
-
*/
|
|
406
|
-
readonly provider?: string;
|
|
407
|
-
/**
|
|
408
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
409
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
410
|
-
*/
|
|
411
|
-
readonly resource?: string;
|
|
412
|
-
/**
|
|
413
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
414
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
415
|
-
*/
|
|
416
|
-
readonly operation?: string;
|
|
417
|
-
/**
|
|
418
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
419
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
420
|
-
*/
|
|
421
|
-
readonly description?: string;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
425
|
-
export declare interface OperationListResult {
|
|
426
|
-
/**
|
|
427
|
-
* List of operations supported by the resource provider
|
|
428
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
429
|
-
*/
|
|
430
|
-
readonly value?: Operation[];
|
|
431
|
-
/**
|
|
432
|
-
* URL to get the next set of operation list results (if there are any).
|
|
433
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
434
|
-
*/
|
|
435
|
-
readonly nextLink?: string;
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
/** Interface representing a Operations. */
|
|
439
|
-
export declare interface Operations {
|
|
440
|
-
/**
|
|
441
|
-
* Lists the available operations of Microsoft.OpenEnergyPlatform resource provider.
|
|
442
|
-
* @param options The options parameters.
|
|
443
|
-
*/
|
|
444
|
-
list(options?: OperationsListOptionalParams): Promise<OperationsListResponse>;
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
/** Optional parameters. */
|
|
448
|
-
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
/** Contains response data for the list operation. */
|
|
452
|
-
export declare type OperationsListResponse = OperationListResult;
|
|
453
|
-
|
|
454
|
-
/**
|
|
455
|
-
* Defines values for Origin. \
|
|
456
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
457
|
-
* this enum contains the known values that the service supports.
|
|
458
|
-
* ### Known values supported by the service
|
|
459
|
-
* **user** \
|
|
460
|
-
* **system** \
|
|
461
|
-
* **user,system**
|
|
462
|
-
*/
|
|
463
|
-
export declare type Origin = string;
|
|
464
|
-
|
|
465
|
-
/**
|
|
466
|
-
* Defines values for ProvisioningState. \
|
|
467
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
468
|
-
* this enum contains the known values that the service supports.
|
|
469
|
-
* ### Known values supported by the service
|
|
470
|
-
* **Unknown** \
|
|
471
|
-
* **Succeeded** \
|
|
472
|
-
* **Failed** \
|
|
473
|
-
* **Canceled** \
|
|
474
|
-
* **Creating** \
|
|
475
|
-
* **Deleting** \
|
|
476
|
-
* **Updating**
|
|
477
|
-
*/
|
|
478
|
-
export declare type ProvisioningState = string;
|
|
479
|
-
|
|
480
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
481
|
-
export declare interface Resource {
|
|
482
|
-
/**
|
|
483
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
484
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
485
|
-
*/
|
|
486
|
-
readonly id?: string;
|
|
487
|
-
/**
|
|
488
|
-
* The name of the resource
|
|
489
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
490
|
-
*/
|
|
491
|
-
readonly name?: string;
|
|
492
|
-
/**
|
|
493
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
494
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
495
|
-
*/
|
|
496
|
-
readonly type?: string;
|
|
497
|
-
/**
|
|
498
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
499
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
500
|
-
*/
|
|
501
|
-
readonly systemData?: SystemData;
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
505
|
-
export declare interface SystemData {
|
|
506
|
-
/** The identity that created the resource. */
|
|
507
|
-
createdBy?: string;
|
|
508
|
-
/** The type of identity that created the resource. */
|
|
509
|
-
createdByType?: CreatedByType;
|
|
510
|
-
/** The timestamp of resource creation (UTC). */
|
|
511
|
-
createdAt?: Date;
|
|
512
|
-
/** The identity that last modified the resource. */
|
|
513
|
-
lastModifiedBy?: string;
|
|
514
|
-
/** The type of identity that last modified the resource. */
|
|
515
|
-
lastModifiedByType?: CreatedByType;
|
|
516
|
-
/** The timestamp of resource last modification (UTC) */
|
|
517
|
-
lastModifiedAt?: Date;
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
export { }
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** The check availability request body. */
|
|
3
|
+
export interface CheckNameAvailabilityRequest {
|
|
4
|
+
/** The name of the resource for which availability needs to be checked. */
|
|
5
|
+
name?: string;
|
|
6
|
+
/** The resource type. */
|
|
7
|
+
type?: string;
|
|
8
|
+
}
|
|
9
|
+
/** The check availability result. */
|
|
10
|
+
export interface CheckNameAvailabilityResponse {
|
|
11
|
+
/** Indicates if the resource name is available. */
|
|
12
|
+
nameAvailable?: boolean;
|
|
13
|
+
/** The reason why the given name is not available. */
|
|
14
|
+
reason?: CheckNameAvailabilityReason;
|
|
15
|
+
/** Detailed reason why the given name is available. */
|
|
16
|
+
message?: string;
|
|
17
|
+
}
|
|
18
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
19
|
+
export interface ErrorResponse {
|
|
20
|
+
/** The error object. */
|
|
21
|
+
error?: ErrorDetail;
|
|
22
|
+
}
|
|
23
|
+
/** The error detail. */
|
|
24
|
+
export interface ErrorDetail {
|
|
25
|
+
/**
|
|
26
|
+
* The error code.
|
|
27
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
28
|
+
*/
|
|
29
|
+
readonly code?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The error message.
|
|
32
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
33
|
+
*/
|
|
34
|
+
readonly message?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The error target.
|
|
37
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
38
|
+
*/
|
|
39
|
+
readonly target?: string;
|
|
40
|
+
/**
|
|
41
|
+
* The error details.
|
|
42
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
43
|
+
*/
|
|
44
|
+
readonly details?: ErrorDetail[];
|
|
45
|
+
/**
|
|
46
|
+
* The error additional info.
|
|
47
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
48
|
+
*/
|
|
49
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
50
|
+
}
|
|
51
|
+
/** The resource management error additional info. */
|
|
52
|
+
export interface ErrorAdditionalInfo {
|
|
53
|
+
/**
|
|
54
|
+
* The additional info type.
|
|
55
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
56
|
+
*/
|
|
57
|
+
readonly type?: string;
|
|
58
|
+
/**
|
|
59
|
+
* The additional info.
|
|
60
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
61
|
+
*/
|
|
62
|
+
readonly info?: Record<string, unknown>;
|
|
63
|
+
}
|
|
64
|
+
/** The list of oep resources. */
|
|
65
|
+
export interface EnergyServiceList {
|
|
66
|
+
/** The link used to get the next page of oep resources list. */
|
|
67
|
+
nextLink?: string;
|
|
68
|
+
/** The list of oep resources. */
|
|
69
|
+
value?: EnergyService[];
|
|
70
|
+
}
|
|
71
|
+
export interface EnergyServiceProperties {
|
|
72
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
73
|
+
readonly dnsName?: string;
|
|
74
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
75
|
+
readonly provisioningState?: ProvisioningState;
|
|
76
|
+
authAppId?: string;
|
|
77
|
+
dataPartitionNames?: DataPartitionNames[];
|
|
78
|
+
}
|
|
79
|
+
/** The list of Energy services resource's Data Partition Names. */
|
|
80
|
+
export interface DataPartitionNames {
|
|
81
|
+
name?: string;
|
|
82
|
+
}
|
|
83
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
84
|
+
export interface Resource {
|
|
85
|
+
/**
|
|
86
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
87
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
88
|
+
*/
|
|
89
|
+
readonly id?: string;
|
|
90
|
+
/**
|
|
91
|
+
* The name of the resource
|
|
92
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
93
|
+
*/
|
|
94
|
+
readonly name?: string;
|
|
95
|
+
/**
|
|
96
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
97
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
98
|
+
*/
|
|
99
|
+
readonly type?: string;
|
|
100
|
+
/**
|
|
101
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
102
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
103
|
+
*/
|
|
104
|
+
readonly systemData?: SystemData;
|
|
105
|
+
}
|
|
106
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
107
|
+
export interface SystemData {
|
|
108
|
+
/** The identity that created the resource. */
|
|
109
|
+
createdBy?: string;
|
|
110
|
+
/** The type of identity that created the resource. */
|
|
111
|
+
createdByType?: CreatedByType;
|
|
112
|
+
/** The timestamp of resource creation (UTC). */
|
|
113
|
+
createdAt?: Date;
|
|
114
|
+
/** The identity that last modified the resource. */
|
|
115
|
+
lastModifiedBy?: string;
|
|
116
|
+
/** The type of identity that last modified the resource. */
|
|
117
|
+
lastModifiedByType?: CreatedByType;
|
|
118
|
+
/** The timestamp of resource last modification (UTC) */
|
|
119
|
+
lastModifiedAt?: Date;
|
|
120
|
+
}
|
|
121
|
+
/** The resource model definition used for updating a tracked ARM resource. */
|
|
122
|
+
export interface EnergyResourceUpdate {
|
|
123
|
+
/** Resource tags. */
|
|
124
|
+
tags?: {
|
|
125
|
+
[propertyName: string]: string;
|
|
126
|
+
};
|
|
127
|
+
}
|
|
128
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
129
|
+
export interface OperationListResult {
|
|
130
|
+
/**
|
|
131
|
+
* List of operations supported by the resource provider
|
|
132
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
133
|
+
*/
|
|
134
|
+
readonly value?: Operation[];
|
|
135
|
+
/**
|
|
136
|
+
* URL to get the next set of operation list results (if there are any).
|
|
137
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
138
|
+
*/
|
|
139
|
+
readonly nextLink?: string;
|
|
140
|
+
}
|
|
141
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
142
|
+
export interface Operation {
|
|
143
|
+
/**
|
|
144
|
+
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
145
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
146
|
+
*/
|
|
147
|
+
readonly name?: string;
|
|
148
|
+
/**
|
|
149
|
+
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
150
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
151
|
+
*/
|
|
152
|
+
readonly isDataAction?: boolean;
|
|
153
|
+
/** Localized display information for this particular operation. */
|
|
154
|
+
display?: OperationDisplay;
|
|
155
|
+
/**
|
|
156
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
157
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
158
|
+
*/
|
|
159
|
+
readonly origin?: Origin;
|
|
160
|
+
/**
|
|
161
|
+
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
162
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
163
|
+
*/
|
|
164
|
+
readonly actionType?: ActionType;
|
|
165
|
+
}
|
|
166
|
+
/** Localized display information for this particular operation. */
|
|
167
|
+
export interface OperationDisplay {
|
|
168
|
+
/**
|
|
169
|
+
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
170
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
171
|
+
*/
|
|
172
|
+
readonly provider?: string;
|
|
173
|
+
/**
|
|
174
|
+
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
175
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
176
|
+
*/
|
|
177
|
+
readonly resource?: string;
|
|
178
|
+
/**
|
|
179
|
+
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
180
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
181
|
+
*/
|
|
182
|
+
readonly operation?: string;
|
|
183
|
+
/**
|
|
184
|
+
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
185
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
186
|
+
*/
|
|
187
|
+
readonly description?: string;
|
|
188
|
+
}
|
|
189
|
+
export interface EnergyService extends Resource {
|
|
190
|
+
properties?: EnergyServiceProperties;
|
|
191
|
+
/** Resource tags. */
|
|
192
|
+
tags?: {
|
|
193
|
+
[propertyName: string]: string;
|
|
194
|
+
};
|
|
195
|
+
/** Geo-location where the resource lives. */
|
|
196
|
+
location: string;
|
|
197
|
+
}
|
|
198
|
+
/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
|
|
199
|
+
export declare enum KnownCheckNameAvailabilityReason {
|
|
200
|
+
/** Invalid */
|
|
201
|
+
Invalid = "Invalid",
|
|
202
|
+
/** AlreadyExists */
|
|
203
|
+
AlreadyExists = "AlreadyExists"
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* Defines values for CheckNameAvailabilityReason. \
|
|
207
|
+
* {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
|
|
208
|
+
* this enum contains the known values that the service supports.
|
|
209
|
+
* ### Known values supported by the service
|
|
210
|
+
* **Invalid** \
|
|
211
|
+
* **AlreadyExists**
|
|
212
|
+
*/
|
|
213
|
+
export type CheckNameAvailabilityReason = string;
|
|
214
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
215
|
+
export declare enum KnownProvisioningState {
|
|
216
|
+
/** Unknown */
|
|
217
|
+
Unknown = "Unknown",
|
|
218
|
+
/** Succeeded */
|
|
219
|
+
Succeeded = "Succeeded",
|
|
220
|
+
/** Failed */
|
|
221
|
+
Failed = "Failed",
|
|
222
|
+
/** Canceled */
|
|
223
|
+
Canceled = "Canceled",
|
|
224
|
+
/** Creating */
|
|
225
|
+
Creating = "Creating",
|
|
226
|
+
/** Deleting */
|
|
227
|
+
Deleting = "Deleting",
|
|
228
|
+
/** Updating */
|
|
229
|
+
Updating = "Updating"
|
|
230
|
+
}
|
|
231
|
+
/**
|
|
232
|
+
* Defines values for ProvisioningState. \
|
|
233
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
234
|
+
* this enum contains the known values that the service supports.
|
|
235
|
+
* ### Known values supported by the service
|
|
236
|
+
* **Unknown** \
|
|
237
|
+
* **Succeeded** \
|
|
238
|
+
* **Failed** \
|
|
239
|
+
* **Canceled** \
|
|
240
|
+
* **Creating** \
|
|
241
|
+
* **Deleting** \
|
|
242
|
+
* **Updating**
|
|
243
|
+
*/
|
|
244
|
+
export type ProvisioningState = string;
|
|
245
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
246
|
+
export declare enum KnownCreatedByType {
|
|
247
|
+
/** User */
|
|
248
|
+
User = "User",
|
|
249
|
+
/** Application */
|
|
250
|
+
Application = "Application",
|
|
251
|
+
/** ManagedIdentity */
|
|
252
|
+
ManagedIdentity = "ManagedIdentity",
|
|
253
|
+
/** Key */
|
|
254
|
+
Key = "Key"
|
|
255
|
+
}
|
|
256
|
+
/**
|
|
257
|
+
* Defines values for CreatedByType. \
|
|
258
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
259
|
+
* this enum contains the known values that the service supports.
|
|
260
|
+
* ### Known values supported by the service
|
|
261
|
+
* **User** \
|
|
262
|
+
* **Application** \
|
|
263
|
+
* **ManagedIdentity** \
|
|
264
|
+
* **Key**
|
|
265
|
+
*/
|
|
266
|
+
export type CreatedByType = string;
|
|
267
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
268
|
+
export declare enum KnownOrigin {
|
|
269
|
+
/** User */
|
|
270
|
+
User = "user",
|
|
271
|
+
/** System */
|
|
272
|
+
System = "system",
|
|
273
|
+
/** UserSystem */
|
|
274
|
+
UserSystem = "user,system"
|
|
275
|
+
}
|
|
276
|
+
/**
|
|
277
|
+
* Defines values for Origin. \
|
|
278
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
279
|
+
* this enum contains the known values that the service supports.
|
|
280
|
+
* ### Known values supported by the service
|
|
281
|
+
* **user** \
|
|
282
|
+
* **system** \
|
|
283
|
+
* **user,system**
|
|
284
|
+
*/
|
|
285
|
+
export type Origin = string;
|
|
286
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
287
|
+
export declare enum KnownActionType {
|
|
288
|
+
/** Internal */
|
|
289
|
+
Internal = "Internal"
|
|
290
|
+
}
|
|
291
|
+
/**
|
|
292
|
+
* Defines values for ActionType. \
|
|
293
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
294
|
+
* this enum contains the known values that the service supports.
|
|
295
|
+
* ### Known values supported by the service
|
|
296
|
+
* **Internal**
|
|
297
|
+
*/
|
|
298
|
+
export type ActionType = string;
|
|
299
|
+
/** Optional parameters. */
|
|
300
|
+
export interface LocationsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
301
|
+
}
|
|
302
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
303
|
+
export type LocationsCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
|
|
304
|
+
/** Optional parameters. */
|
|
305
|
+
export interface EnergyServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
306
|
+
}
|
|
307
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
308
|
+
export type EnergyServicesListByResourceGroupResponse = EnergyServiceList;
|
|
309
|
+
/** Optional parameters. */
|
|
310
|
+
export interface EnergyServicesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
311
|
+
}
|
|
312
|
+
/** Contains response data for the listBySubscription operation. */
|
|
313
|
+
export type EnergyServicesListBySubscriptionResponse = EnergyServiceList;
|
|
314
|
+
/** Optional parameters. */
|
|
315
|
+
export interface EnergyServicesGetOptionalParams extends coreClient.OperationOptions {
|
|
316
|
+
}
|
|
317
|
+
/** Contains response data for the get operation. */
|
|
318
|
+
export type EnergyServicesGetResponse = EnergyService;
|
|
319
|
+
/** Optional parameters. */
|
|
320
|
+
export interface EnergyServicesCreateOptionalParams extends coreClient.OperationOptions {
|
|
321
|
+
/** Request body. */
|
|
322
|
+
body?: EnergyService;
|
|
323
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
324
|
+
updateIntervalInMs?: number;
|
|
325
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
326
|
+
resumeFrom?: string;
|
|
327
|
+
}
|
|
328
|
+
/** Contains response data for the create operation. */
|
|
329
|
+
export type EnergyServicesCreateResponse = EnergyService;
|
|
330
|
+
/** Optional parameters. */
|
|
331
|
+
export interface EnergyServicesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
332
|
+
/** The resource model definition used for updating a tracked ARM resource. */
|
|
333
|
+
body?: EnergyResourceUpdate;
|
|
334
|
+
}
|
|
335
|
+
/** Contains response data for the update operation. */
|
|
336
|
+
export type EnergyServicesUpdateResponse = EnergyService;
|
|
337
|
+
/** Optional parameters. */
|
|
338
|
+
export interface EnergyServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
339
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
340
|
+
updateIntervalInMs?: number;
|
|
341
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
342
|
+
resumeFrom?: string;
|
|
343
|
+
}
|
|
344
|
+
/** Optional parameters. */
|
|
345
|
+
export interface EnergyServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
346
|
+
}
|
|
347
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
348
|
+
export type EnergyServicesListByResourceGroupNextResponse = EnergyServiceList;
|
|
349
|
+
/** Optional parameters. */
|
|
350
|
+
export interface EnergyServicesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
351
|
+
}
|
|
352
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
353
|
+
export type EnergyServicesListBySubscriptionNextResponse = EnergyServiceList;
|
|
354
|
+
/** Optional parameters. */
|
|
355
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
356
|
+
}
|
|
357
|
+
/** Contains response data for the list operation. */
|
|
358
|
+
export type OperationsListResponse = OperationListResult;
|
|
359
|
+
/** Optional parameters. */
|
|
360
|
+
export interface OpenEnergyPlatformManagementServiceAPIsOptionalParams extends coreClient.ServiceClientOptions {
|
|
361
|
+
/** server parameter */
|
|
362
|
+
$host?: string;
|
|
363
|
+
/** Api Version */
|
|
364
|
+
apiVersion?: string;
|
|
365
|
+
/** Overrides client endpoint. */
|
|
366
|
+
endpoint?: string;
|
|
367
|
+
}
|
|
368
|
+
//# sourceMappingURL=index.d.ts.map
|