@azure/arm-domainservices 4.1.1-alpha.20250124.1 → 4.1.1-alpha.20250128.1
Sign up to get free protection for your applications and to get access to all the features.
- package/{dist-esm/src → dist/browser}/domainServicesResourceProvider.d.ts +2 -2
- package/dist/browser/domainServicesResourceProvider.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/domainServicesResourceProvider.js +15 -18
- package/dist/browser/domainServicesResourceProvider.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js +25 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/domainServiceOperations.d.ts +3 -3
- package/dist/browser/operations/domainServiceOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/domainServiceOperations.js +3 -3
- package/dist/browser/operations/domainServiceOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/domainServices.d.ts +3 -3
- package/dist/browser/operations/domainServices.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/domainServices.js +101 -113
- package/dist/browser/operations/domainServices.js.map +1 -0
- package/dist/browser/operations/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +4 -4
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/ouContainerOperationGrp.d.ts +3 -3
- package/dist/browser/operations/ouContainerOperationGrp.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/ouContainerOperationGrp.js +113 -125
- package/dist/browser/operations/ouContainerOperationGrp.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/ouContainerOperations.d.ts +3 -3
- package/dist/browser/operations/ouContainerOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/ouContainerOperations.js +3 -3
- package/dist/browser/operations/ouContainerOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/domainServiceOperations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/domainServiceOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/domainServiceOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/domainServices.d.ts +1 -1
- package/dist/browser/operationsInterfaces/domainServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/domainServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +4 -4
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/ouContainerOperationGrp.d.ts +1 -1
- package/dist/browser/operationsInterfaces/ouContainerOperationGrp.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/ouContainerOperationGrp.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/ouContainerOperations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/ouContainerOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/ouContainerOperations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/domainServicesResourceProvider.d.ts +24 -0
- package/dist/commonjs/domainServicesResourceProvider.d.ts.map +1 -0
- package/dist/commonjs/domainServicesResourceProvider.js +106 -0
- package/dist/commonjs/domainServicesResourceProvider.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 +29 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-domainservices.d.ts → dist/commonjs/models/index.d.ts} +802 -1107
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +135 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +27 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1018 -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 +120 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/domainServiceOperations.d.ts +32 -0
- package/dist/commonjs/operations/domainServiceOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/domainServiceOperations.js +138 -0
- package/dist/commonjs/operations/domainServiceOperations.js.map +1 -0
- package/dist/commonjs/operations/domainServices.d.ts +127 -0
- package/dist/commonjs/operations/domainServices.d.ts.map +1 -0
- package/dist/commonjs/operations/domainServices.js +545 -0
- package/dist/commonjs/operations/domainServices.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +5 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +15 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/ouContainerOperationGrp.d.ts +111 -0
- package/dist/commonjs/operations/ouContainerOperationGrp.d.ts.map +1 -0
- package/dist/commonjs/operations/ouContainerOperationGrp.js +453 -0
- package/dist/commonjs/operations/ouContainerOperationGrp.js.map +1 -0
- package/dist/commonjs/operations/ouContainerOperations.d.ts +32 -0
- package/dist/commonjs/operations/ouContainerOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/ouContainerOperations.js +138 -0
- package/dist/commonjs/operations/ouContainerOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/domainServiceOperations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/domainServiceOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/domainServiceOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/domainServiceOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/domainServices.d.ts +87 -0
- package/dist/commonjs/operationsInterfaces/domainServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/domainServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/domainServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +15 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/ouContainerOperationGrp.d.ts +84 -0
- package/dist/commonjs/operationsInterfaces/ouContainerOperationGrp.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/ouContainerOperationGrp.js +10 -0
- package/dist/commonjs/operationsInterfaces/ouContainerOperationGrp.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/ouContainerOperations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/ouContainerOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/ouContainerOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/ouContainerOperations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/domainServicesResourceProvider.d.ts +24 -0
- package/dist/esm/domainServicesResourceProvider.d.ts.map +1 -0
- package/dist/esm/domainServicesResourceProvider.js +101 -0
- package/dist/esm/domainServicesResourceProvider.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +802 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +132 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +27 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1015 -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 +117 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/domainServiceOperations.d.ts +32 -0
- package/dist/esm/operations/domainServiceOperations.d.ts.map +1 -0
- package/dist/esm/operations/domainServiceOperations.js +134 -0
- package/dist/esm/operations/domainServiceOperations.js.map +1 -0
- package/dist/esm/operations/domainServices.d.ts +127 -0
- package/dist/esm/operations/domainServices.d.ts.map +1 -0
- package/dist/esm/operations/domainServices.js +541 -0
- package/dist/esm/operations/domainServices.js.map +1 -0
- package/dist/esm/operations/index.d.ts +5 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +12 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/ouContainerOperationGrp.d.ts +111 -0
- package/dist/esm/operations/ouContainerOperationGrp.d.ts.map +1 -0
- package/dist/esm/operations/ouContainerOperationGrp.js +449 -0
- package/dist/esm/operations/ouContainerOperationGrp.js.map +1 -0
- package/dist/esm/operations/ouContainerOperations.d.ts +32 -0
- package/dist/esm/operations/ouContainerOperations.d.ts.map +1 -0
- package/dist/esm/operations/ouContainerOperations.js +134 -0
- package/dist/esm/operations/ouContainerOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/domainServiceOperations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/domainServiceOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/domainServiceOperations.js +9 -0
- package/dist/esm/operationsInterfaces/domainServiceOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/domainServices.d.ts +87 -0
- package/dist/esm/operationsInterfaces/domainServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/domainServices.js +9 -0
- package/dist/esm/operationsInterfaces/domainServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +5 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +12 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/ouContainerOperationGrp.d.ts +84 -0
- package/dist/esm/operationsInterfaces/ouContainerOperationGrp.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/ouContainerOperationGrp.js +9 -0
- package/dist/esm/operationsInterfaces/ouContainerOperationGrp.js.map +1 -0
- package/dist/esm/operationsInterfaces/ouContainerOperations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/ouContainerOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/ouContainerOperations.js +9 -0
- package/dist/esm/operationsInterfaces/ouContainerOperations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/domainServicesResourceProvider.d.ts +24 -0
- package/dist/react-native/domainServicesResourceProvider.d.ts.map +1 -0
- package/dist/react-native/domainServicesResourceProvider.js +101 -0
- package/dist/react-native/domainServicesResourceProvider.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 +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +802 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +132 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +27 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1015 -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 +117 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/domainServiceOperations.d.ts +32 -0
- package/dist/react-native/operations/domainServiceOperations.d.ts.map +1 -0
- package/dist/react-native/operations/domainServiceOperations.js +134 -0
- package/dist/react-native/operations/domainServiceOperations.js.map +1 -0
- package/dist/react-native/operations/domainServices.d.ts +127 -0
- package/dist/react-native/operations/domainServices.d.ts.map +1 -0
- package/dist/react-native/operations/domainServices.js +541 -0
- package/dist/react-native/operations/domainServices.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +5 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +12 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/ouContainerOperationGrp.d.ts +111 -0
- package/dist/react-native/operations/ouContainerOperationGrp.d.ts.map +1 -0
- package/dist/react-native/operations/ouContainerOperationGrp.js +449 -0
- package/dist/react-native/operations/ouContainerOperationGrp.js.map +1 -0
- package/dist/react-native/operations/ouContainerOperations.d.ts +32 -0
- package/dist/react-native/operations/ouContainerOperations.d.ts.map +1 -0
- package/dist/react-native/operations/ouContainerOperations.js +134 -0
- package/dist/react-native/operations/ouContainerOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/domainServiceOperations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/domainServiceOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/domainServiceOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/domainServiceOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/domainServices.d.ts +87 -0
- package/dist/react-native/operationsInterfaces/domainServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/domainServices.js +9 -0
- package/dist/react-native/operationsInterfaces/domainServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +12 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/ouContainerOperationGrp.d.ts +84 -0
- package/dist/react-native/operationsInterfaces/ouContainerOperationGrp.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/ouContainerOperationGrp.js +9 -0
- package/dist/react-native/operationsInterfaces/ouContainerOperationGrp.js.map +1 -0
- package/dist/react-native/operationsInterfaces/ouContainerOperations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/ouContainerOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/ouContainerOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/ouContainerOperations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +65 -35
- package/dist/index.js +0 -2742
- 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/domainServiceOperationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/domainServiceOperationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/domainServiceOperationsListSample.js +0 -45
- package/dist-esm/samples-dev/domainServiceOperationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/domainServicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/domainServicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/domainServicesCreateOrUpdateSample.js +0 -57
- package/dist-esm/samples-dev/domainServicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/domainServicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/domainServicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/domainServicesDeleteSample.js +0 -31
- package/dist-esm/samples-dev/domainServicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/domainServicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/domainServicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/domainServicesGetSample.js +0 -31
- package/dist-esm/samples-dev/domainServicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/domainServicesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/domainServicesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/domainServicesListByResourceGroupSample.js +0 -46
- package/dist-esm/samples-dev/domainServicesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/domainServicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/domainServicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/domainServicesListSample.js +0 -45
- package/dist-esm/samples-dev/domainServicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/domainServicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/domainServicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/domainServicesUpdateSample.js +0 -71
- package/dist-esm/samples-dev/domainServicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/ouContainerCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/ouContainerCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ouContainerCreateSample.js +0 -37
- package/dist-esm/samples-dev/ouContainerCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/ouContainerDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/ouContainerDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ouContainerDeleteSample.js +0 -32
- package/dist-esm/samples-dev/ouContainerDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/ouContainerGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/ouContainerGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ouContainerGetSample.js +0 -32
- package/dist-esm/samples-dev/ouContainerGetSample.js.map +0 -1
- package/dist-esm/samples-dev/ouContainerListSample.d.ts +0 -2
- package/dist-esm/samples-dev/ouContainerListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ouContainerListSample.js +0 -47
- package/dist-esm/samples-dev/ouContainerListSample.js.map +0 -1
- package/dist-esm/samples-dev/ouContainerOperationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/ouContainerOperationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ouContainerOperationsListSample.js +0 -45
- package/dist-esm/samples-dev/ouContainerOperationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/ouContainerUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/ouContainerUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ouContainerUpdateSample.js +0 -37
- package/dist-esm/samples-dev/ouContainerUpdateSample.js.map +0 -1
- package/dist-esm/src/domainServicesResourceProvider.d.ts.map +0 -1
- package/dist-esm/src/domainServicesResourceProvider.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- 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/operations/domainServiceOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/domainServiceOperations.js.map +0 -1
- package/dist-esm/src/operations/domainServices.d.ts.map +0 -1
- package/dist-esm/src/operations/domainServices.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -5
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/ouContainerOperationGrp.d.ts.map +0 -1
- package/dist-esm/src/operations/ouContainerOperationGrp.js.map +0 -1
- package/dist-esm/src/operations/ouContainerOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/ouContainerOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/domainServiceOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/domainServiceOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/domainServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/domainServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/ouContainerOperationGrp.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/ouContainerOperationGrp.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/ouContainerOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/ouContainerOperations.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 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/src/domainServicesResourceProvider.ts +0 -157
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -902
- package/src/models/mappers.ts +0 -1069
- package/src/models/parameters.ts +0 -136
- package/src/operations/domainServiceOperations.ts +0 -150
- package/src/operations/domainServices.ts +0 -725
- package/src/operations/index.ts +0 -12
- package/src/operations/ouContainerOperationGrp.ts +0 -648
- package/src/operations/ouContainerOperations.ts +0 -150
- package/src/operationsInterfaces/domainServiceOperations.ts +0 -25
- package/src/operationsInterfaces/domainServices.ts +0 -154
- package/src/operationsInterfaces/index.ts +0 -12
- package/src/operationsInterfaces/ouContainerOperationGrp.ts +0 -157
- package/src/operationsInterfaces/ouContainerOperations.ts +0 -25
- 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.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/domainServiceOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/domainServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/ouContainerOperationGrp.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/ouContainerOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,150 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
3
|
-
* Licensed under the MIT License.
|
4
|
-
*
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
-
*/
|
8
|
-
|
9
|
-
import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
|
10
|
-
import { setContinuationToken } from "../pagingHelper";
|
11
|
-
import { OuContainerOperations } from "../operationsInterfaces";
|
12
|
-
import * as coreClient from "@azure/core-client";
|
13
|
-
import * as Mappers from "../models/mappers";
|
14
|
-
import * as Parameters from "../models/parameters";
|
15
|
-
import { DomainServicesResourceProvider } from "../domainServicesResourceProvider";
|
16
|
-
import {
|
17
|
-
OperationEntity,
|
18
|
-
OuContainerOperationsListNextOptionalParams,
|
19
|
-
OuContainerOperationsListOptionalParams,
|
20
|
-
OuContainerOperationsListResponse,
|
21
|
-
OuContainerOperationsListNextResponse
|
22
|
-
} from "../models";
|
23
|
-
|
24
|
-
/// <reference lib="esnext.asynciterable" />
|
25
|
-
/** Class containing OuContainerOperations operations. */
|
26
|
-
export class OuContainerOperationsImpl implements OuContainerOperations {
|
27
|
-
private readonly client: DomainServicesResourceProvider;
|
28
|
-
|
29
|
-
/**
|
30
|
-
* Initialize a new instance of the class OuContainerOperations class.
|
31
|
-
* @param client Reference to the service client
|
32
|
-
*/
|
33
|
-
constructor(client: DomainServicesResourceProvider) {
|
34
|
-
this.client = client;
|
35
|
-
}
|
36
|
-
|
37
|
-
/**
|
38
|
-
* Lists all the available OuContainer operations.
|
39
|
-
* @param options The options parameters.
|
40
|
-
*/
|
41
|
-
public list(
|
42
|
-
options?: OuContainerOperationsListOptionalParams
|
43
|
-
): PagedAsyncIterableIterator<OperationEntity> {
|
44
|
-
const iter = this.listPagingAll(options);
|
45
|
-
return {
|
46
|
-
next() {
|
47
|
-
return iter.next();
|
48
|
-
},
|
49
|
-
[Symbol.asyncIterator]() {
|
50
|
-
return this;
|
51
|
-
},
|
52
|
-
byPage: (settings?: PageSettings) => {
|
53
|
-
if (settings?.maxPageSize) {
|
54
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
55
|
-
}
|
56
|
-
return this.listPagingPage(options, settings);
|
57
|
-
}
|
58
|
-
};
|
59
|
-
}
|
60
|
-
|
61
|
-
private async *listPagingPage(
|
62
|
-
options?: OuContainerOperationsListOptionalParams,
|
63
|
-
settings?: PageSettings
|
64
|
-
): AsyncIterableIterator<OperationEntity[]> {
|
65
|
-
let result: OuContainerOperationsListResponse;
|
66
|
-
let continuationToken = settings?.continuationToken;
|
67
|
-
if (!continuationToken) {
|
68
|
-
result = await this._list(options);
|
69
|
-
let page = result.value || [];
|
70
|
-
continuationToken = result.nextLink;
|
71
|
-
setContinuationToken(page, continuationToken);
|
72
|
-
yield page;
|
73
|
-
}
|
74
|
-
while (continuationToken) {
|
75
|
-
result = await this._listNext(continuationToken, options);
|
76
|
-
continuationToken = result.nextLink;
|
77
|
-
let page = result.value || [];
|
78
|
-
setContinuationToken(page, continuationToken);
|
79
|
-
yield page;
|
80
|
-
}
|
81
|
-
}
|
82
|
-
|
83
|
-
private async *listPagingAll(
|
84
|
-
options?: OuContainerOperationsListOptionalParams
|
85
|
-
): AsyncIterableIterator<OperationEntity> {
|
86
|
-
for await (const page of this.listPagingPage(options)) {
|
87
|
-
yield* page;
|
88
|
-
}
|
89
|
-
}
|
90
|
-
|
91
|
-
/**
|
92
|
-
* Lists all the available OuContainer operations.
|
93
|
-
* @param options The options parameters.
|
94
|
-
*/
|
95
|
-
private _list(
|
96
|
-
options?: OuContainerOperationsListOptionalParams
|
97
|
-
): Promise<OuContainerOperationsListResponse> {
|
98
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
99
|
-
}
|
100
|
-
|
101
|
-
/**
|
102
|
-
* ListNext
|
103
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
104
|
-
* @param options The options parameters.
|
105
|
-
*/
|
106
|
-
private _listNext(
|
107
|
-
nextLink: string,
|
108
|
-
options?: OuContainerOperationsListNextOptionalParams
|
109
|
-
): Promise<OuContainerOperationsListNextResponse> {
|
110
|
-
return this.client.sendOperationRequest(
|
111
|
-
{ nextLink, options },
|
112
|
-
listNextOperationSpec
|
113
|
-
);
|
114
|
-
}
|
115
|
-
}
|
116
|
-
// Operation Specifications
|
117
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
118
|
-
|
119
|
-
const listOperationSpec: coreClient.OperationSpec = {
|
120
|
-
path: "/providers/Microsoft.Aad/operations",
|
121
|
-
httpMethod: "GET",
|
122
|
-
responses: {
|
123
|
-
200: {
|
124
|
-
bodyMapper: Mappers.OperationEntityListResult
|
125
|
-
},
|
126
|
-
default: {
|
127
|
-
bodyMapper: Mappers.CloudError
|
128
|
-
}
|
129
|
-
},
|
130
|
-
queryParameters: [Parameters.apiVersion],
|
131
|
-
urlParameters: [Parameters.$host],
|
132
|
-
headerParameters: [Parameters.accept],
|
133
|
-
serializer
|
134
|
-
};
|
135
|
-
const listNextOperationSpec: coreClient.OperationSpec = {
|
136
|
-
path: "{nextLink}",
|
137
|
-
httpMethod: "GET",
|
138
|
-
responses: {
|
139
|
-
200: {
|
140
|
-
bodyMapper: Mappers.OperationEntityListResult
|
141
|
-
},
|
142
|
-
default: {
|
143
|
-
bodyMapper: Mappers.CloudError
|
144
|
-
}
|
145
|
-
},
|
146
|
-
queryParameters: [Parameters.apiVersion],
|
147
|
-
urlParameters: [Parameters.$host, Parameters.nextLink],
|
148
|
-
headerParameters: [Parameters.accept],
|
149
|
-
serializer
|
150
|
-
};
|
@@ -1,25 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
3
|
-
* Licensed under the MIT License.
|
4
|
-
*
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
-
*/
|
8
|
-
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
10
|
-
import {
|
11
|
-
OperationEntity,
|
12
|
-
DomainServiceOperationsListOptionalParams
|
13
|
-
} from "../models";
|
14
|
-
|
15
|
-
/// <reference lib="esnext.asynciterable" />
|
16
|
-
/** Interface representing a DomainServiceOperations. */
|
17
|
-
export interface DomainServiceOperations {
|
18
|
-
/**
|
19
|
-
* Lists all the available Domain Services operations.
|
20
|
-
* @param options The options parameters.
|
21
|
-
*/
|
22
|
-
list(
|
23
|
-
options?: DomainServiceOperationsListOptionalParams
|
24
|
-
): PagedAsyncIterableIterator<OperationEntity>;
|
25
|
-
}
|
@@ -1,154 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
3
|
-
* Licensed under the MIT License.
|
4
|
-
*
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
-
*/
|
8
|
-
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
10
|
-
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
11
|
-
import {
|
12
|
-
DomainService,
|
13
|
-
DomainServicesListOptionalParams,
|
14
|
-
DomainServicesListByResourceGroupOptionalParams,
|
15
|
-
DomainServicesCreateOrUpdateOptionalParams,
|
16
|
-
DomainServicesCreateOrUpdateResponse,
|
17
|
-
DomainServicesGetOptionalParams,
|
18
|
-
DomainServicesGetResponse,
|
19
|
-
DomainServicesDeleteOptionalParams,
|
20
|
-
DomainServicesUpdateOptionalParams,
|
21
|
-
DomainServicesUpdateResponse
|
22
|
-
} from "../models";
|
23
|
-
|
24
|
-
/// <reference lib="esnext.asynciterable" />
|
25
|
-
/** Interface representing a DomainServices. */
|
26
|
-
export interface DomainServices {
|
27
|
-
/**
|
28
|
-
* The List Domain Services in Subscription operation lists all the domain services available under the
|
29
|
-
* given subscription (and across all resource groups within that subscription).
|
30
|
-
* @param options The options parameters.
|
31
|
-
*/
|
32
|
-
list(
|
33
|
-
options?: DomainServicesListOptionalParams
|
34
|
-
): PagedAsyncIterableIterator<DomainService>;
|
35
|
-
/**
|
36
|
-
* The List Domain Services in Resource Group operation lists all the domain services available under
|
37
|
-
* the given resource group.
|
38
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
39
|
-
* case insensitive.
|
40
|
-
* @param options The options parameters.
|
41
|
-
*/
|
42
|
-
listByResourceGroup(
|
43
|
-
resourceGroupName: string,
|
44
|
-
options?: DomainServicesListByResourceGroupOptionalParams
|
45
|
-
): PagedAsyncIterableIterator<DomainService>;
|
46
|
-
/**
|
47
|
-
* The Create Domain Service operation creates a new domain service with the specified parameters. If
|
48
|
-
* the specific service already exists, then any patchable properties will be updated and any immutable
|
49
|
-
* properties will remain unchanged.
|
50
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
51
|
-
* case insensitive.
|
52
|
-
* @param domainServiceName The name of the domain service.
|
53
|
-
* @param domainService Properties supplied to the Create or Update a Domain Service operation.
|
54
|
-
* @param options The options parameters.
|
55
|
-
*/
|
56
|
-
beginCreateOrUpdate(
|
57
|
-
resourceGroupName: string,
|
58
|
-
domainServiceName: string,
|
59
|
-
domainService: DomainService,
|
60
|
-
options?: DomainServicesCreateOrUpdateOptionalParams
|
61
|
-
): Promise<
|
62
|
-
PollerLike<
|
63
|
-
PollOperationState<DomainServicesCreateOrUpdateResponse>,
|
64
|
-
DomainServicesCreateOrUpdateResponse
|
65
|
-
>
|
66
|
-
>;
|
67
|
-
/**
|
68
|
-
* The Create Domain Service operation creates a new domain service with the specified parameters. If
|
69
|
-
* the specific service already exists, then any patchable properties will be updated and any immutable
|
70
|
-
* properties will remain unchanged.
|
71
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
72
|
-
* case insensitive.
|
73
|
-
* @param domainServiceName The name of the domain service.
|
74
|
-
* @param domainService Properties supplied to the Create or Update a Domain Service operation.
|
75
|
-
* @param options The options parameters.
|
76
|
-
*/
|
77
|
-
beginCreateOrUpdateAndWait(
|
78
|
-
resourceGroupName: string,
|
79
|
-
domainServiceName: string,
|
80
|
-
domainService: DomainService,
|
81
|
-
options?: DomainServicesCreateOrUpdateOptionalParams
|
82
|
-
): Promise<DomainServicesCreateOrUpdateResponse>;
|
83
|
-
/**
|
84
|
-
* The Get Domain Service operation retrieves a json representation of the Domain Service.
|
85
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
86
|
-
* case insensitive.
|
87
|
-
* @param domainServiceName The name of the domain service.
|
88
|
-
* @param options The options parameters.
|
89
|
-
*/
|
90
|
-
get(
|
91
|
-
resourceGroupName: string,
|
92
|
-
domainServiceName: string,
|
93
|
-
options?: DomainServicesGetOptionalParams
|
94
|
-
): Promise<DomainServicesGetResponse>;
|
95
|
-
/**
|
96
|
-
* The Delete Domain Service operation deletes an existing Domain Service.
|
97
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
98
|
-
* case insensitive.
|
99
|
-
* @param domainServiceName The name of the domain service.
|
100
|
-
* @param options The options parameters.
|
101
|
-
*/
|
102
|
-
beginDelete(
|
103
|
-
resourceGroupName: string,
|
104
|
-
domainServiceName: string,
|
105
|
-
options?: DomainServicesDeleteOptionalParams
|
106
|
-
): Promise<PollerLike<PollOperationState<void>, void>>;
|
107
|
-
/**
|
108
|
-
* The Delete Domain Service operation deletes an existing Domain Service.
|
109
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
110
|
-
* case insensitive.
|
111
|
-
* @param domainServiceName The name of the domain service.
|
112
|
-
* @param options The options parameters.
|
113
|
-
*/
|
114
|
-
beginDeleteAndWait(
|
115
|
-
resourceGroupName: string,
|
116
|
-
domainServiceName: string,
|
117
|
-
options?: DomainServicesDeleteOptionalParams
|
118
|
-
): Promise<void>;
|
119
|
-
/**
|
120
|
-
* The Update Domain Service operation can be used to update the existing deployment. The update call
|
121
|
-
* only supports the properties listed in the PATCH body.
|
122
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
123
|
-
* case insensitive.
|
124
|
-
* @param domainServiceName The name of the domain service.
|
125
|
-
* @param domainService Properties supplied to the Update a Domain Service operation.
|
126
|
-
* @param options The options parameters.
|
127
|
-
*/
|
128
|
-
beginUpdate(
|
129
|
-
resourceGroupName: string,
|
130
|
-
domainServiceName: string,
|
131
|
-
domainService: DomainService,
|
132
|
-
options?: DomainServicesUpdateOptionalParams
|
133
|
-
): Promise<
|
134
|
-
PollerLike<
|
135
|
-
PollOperationState<DomainServicesUpdateResponse>,
|
136
|
-
DomainServicesUpdateResponse
|
137
|
-
>
|
138
|
-
>;
|
139
|
-
/**
|
140
|
-
* The Update Domain Service operation can be used to update the existing deployment. The update call
|
141
|
-
* only supports the properties listed in the PATCH body.
|
142
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
143
|
-
* case insensitive.
|
144
|
-
* @param domainServiceName The name of the domain service.
|
145
|
-
* @param domainService Properties supplied to the Update a Domain Service operation.
|
146
|
-
* @param options The options parameters.
|
147
|
-
*/
|
148
|
-
beginUpdateAndWait(
|
149
|
-
resourceGroupName: string,
|
150
|
-
domainServiceName: string,
|
151
|
-
domainService: DomainService,
|
152
|
-
options?: DomainServicesUpdateOptionalParams
|
153
|
-
): Promise<DomainServicesUpdateResponse>;
|
154
|
-
}
|
@@ -1,12 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
3
|
-
* Licensed under the MIT License.
|
4
|
-
*
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
-
*/
|
8
|
-
|
9
|
-
export * from "./domainServiceOperations";
|
10
|
-
export * from "./domainServices";
|
11
|
-
export * from "./ouContainerOperations";
|
12
|
-
export * from "./ouContainerOperationGrp";
|
@@ -1,157 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
3
|
-
* Licensed under the MIT License.
|
4
|
-
*
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
-
*/
|
8
|
-
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
10
|
-
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
11
|
-
import {
|
12
|
-
OuContainer,
|
13
|
-
OuContainerListOptionalParams,
|
14
|
-
OuContainerGetOptionalParams,
|
15
|
-
OuContainerGetResponse,
|
16
|
-
ContainerAccount,
|
17
|
-
OuContainerCreateOptionalParams,
|
18
|
-
OuContainerCreateResponse,
|
19
|
-
OuContainerDeleteOptionalParams,
|
20
|
-
OuContainerUpdateOptionalParams,
|
21
|
-
OuContainerUpdateResponse
|
22
|
-
} from "../models";
|
23
|
-
|
24
|
-
/// <reference lib="esnext.asynciterable" />
|
25
|
-
/** Interface representing a OuContainerOperationGrp. */
|
26
|
-
export interface OuContainerOperationGrp {
|
27
|
-
/**
|
28
|
-
* The List of OuContainers in DomainService instance.
|
29
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
30
|
-
* case insensitive.
|
31
|
-
* @param domainServiceName The name of the domain service.
|
32
|
-
* @param options The options parameters.
|
33
|
-
*/
|
34
|
-
list(
|
35
|
-
resourceGroupName: string,
|
36
|
-
domainServiceName: string,
|
37
|
-
options?: OuContainerListOptionalParams
|
38
|
-
): PagedAsyncIterableIterator<OuContainer>;
|
39
|
-
/**
|
40
|
-
* Get OuContainer in DomainService instance.
|
41
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
42
|
-
* case insensitive.
|
43
|
-
* @param domainServiceName The name of the domain service.
|
44
|
-
* @param ouContainerName The name of the OuContainer.
|
45
|
-
* @param options The options parameters.
|
46
|
-
*/
|
47
|
-
get(
|
48
|
-
resourceGroupName: string,
|
49
|
-
domainServiceName: string,
|
50
|
-
ouContainerName: string,
|
51
|
-
options?: OuContainerGetOptionalParams
|
52
|
-
): Promise<OuContainerGetResponse>;
|
53
|
-
/**
|
54
|
-
* The Create OuContainer operation creates a new OuContainer under the specified Domain Service
|
55
|
-
* instance.
|
56
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
57
|
-
* case insensitive.
|
58
|
-
* @param domainServiceName The name of the domain service.
|
59
|
-
* @param ouContainerName The name of the OuContainer.
|
60
|
-
* @param containerAccount Container Account Description.
|
61
|
-
* @param options The options parameters.
|
62
|
-
*/
|
63
|
-
beginCreate(
|
64
|
-
resourceGroupName: string,
|
65
|
-
domainServiceName: string,
|
66
|
-
ouContainerName: string,
|
67
|
-
containerAccount: ContainerAccount,
|
68
|
-
options?: OuContainerCreateOptionalParams
|
69
|
-
): Promise<
|
70
|
-
PollerLike<
|
71
|
-
PollOperationState<OuContainerCreateResponse>,
|
72
|
-
OuContainerCreateResponse
|
73
|
-
>
|
74
|
-
>;
|
75
|
-
/**
|
76
|
-
* The Create OuContainer operation creates a new OuContainer under the specified Domain Service
|
77
|
-
* instance.
|
78
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
79
|
-
* case insensitive.
|
80
|
-
* @param domainServiceName The name of the domain service.
|
81
|
-
* @param ouContainerName The name of the OuContainer.
|
82
|
-
* @param containerAccount Container Account Description.
|
83
|
-
* @param options The options parameters.
|
84
|
-
*/
|
85
|
-
beginCreateAndWait(
|
86
|
-
resourceGroupName: string,
|
87
|
-
domainServiceName: string,
|
88
|
-
ouContainerName: string,
|
89
|
-
containerAccount: ContainerAccount,
|
90
|
-
options?: OuContainerCreateOptionalParams
|
91
|
-
): Promise<OuContainerCreateResponse>;
|
92
|
-
/**
|
93
|
-
* The Delete OuContainer operation deletes specified OuContainer.
|
94
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
95
|
-
* case insensitive.
|
96
|
-
* @param domainServiceName The name of the domain service.
|
97
|
-
* @param ouContainerName The name of the OuContainer.
|
98
|
-
* @param options The options parameters.
|
99
|
-
*/
|
100
|
-
beginDelete(
|
101
|
-
resourceGroupName: string,
|
102
|
-
domainServiceName: string,
|
103
|
-
ouContainerName: string,
|
104
|
-
options?: OuContainerDeleteOptionalParams
|
105
|
-
): Promise<PollerLike<PollOperationState<void>, void>>;
|
106
|
-
/**
|
107
|
-
* The Delete OuContainer operation deletes specified OuContainer.
|
108
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
109
|
-
* case insensitive.
|
110
|
-
* @param domainServiceName The name of the domain service.
|
111
|
-
* @param ouContainerName The name of the OuContainer.
|
112
|
-
* @param options The options parameters.
|
113
|
-
*/
|
114
|
-
beginDeleteAndWait(
|
115
|
-
resourceGroupName: string,
|
116
|
-
domainServiceName: string,
|
117
|
-
ouContainerName: string,
|
118
|
-
options?: OuContainerDeleteOptionalParams
|
119
|
-
): Promise<void>;
|
120
|
-
/**
|
121
|
-
* The Update OuContainer operation can be used to update the existing OuContainers.
|
122
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
123
|
-
* case insensitive.
|
124
|
-
* @param domainServiceName The name of the domain service.
|
125
|
-
* @param ouContainerName The name of the OuContainer.
|
126
|
-
* @param containerAccount Container Account Description.
|
127
|
-
* @param options The options parameters.
|
128
|
-
*/
|
129
|
-
beginUpdate(
|
130
|
-
resourceGroupName: string,
|
131
|
-
domainServiceName: string,
|
132
|
-
ouContainerName: string,
|
133
|
-
containerAccount: ContainerAccount,
|
134
|
-
options?: OuContainerUpdateOptionalParams
|
135
|
-
): Promise<
|
136
|
-
PollerLike<
|
137
|
-
PollOperationState<OuContainerUpdateResponse>,
|
138
|
-
OuContainerUpdateResponse
|
139
|
-
>
|
140
|
-
>;
|
141
|
-
/**
|
142
|
-
* The Update OuContainer operation can be used to update the existing OuContainers.
|
143
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
144
|
-
* case insensitive.
|
145
|
-
* @param domainServiceName The name of the domain service.
|
146
|
-
* @param ouContainerName The name of the OuContainer.
|
147
|
-
* @param containerAccount Container Account Description.
|
148
|
-
* @param options The options parameters.
|
149
|
-
*/
|
150
|
-
beginUpdateAndWait(
|
151
|
-
resourceGroupName: string,
|
152
|
-
domainServiceName: string,
|
153
|
-
ouContainerName: string,
|
154
|
-
containerAccount: ContainerAccount,
|
155
|
-
options?: OuContainerUpdateOptionalParams
|
156
|
-
): Promise<OuContainerUpdateResponse>;
|
157
|
-
}
|
@@ -1,25 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
3
|
-
* Licensed under the MIT License.
|
4
|
-
*
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
-
*/
|
8
|
-
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
10
|
-
import {
|
11
|
-
OperationEntity,
|
12
|
-
OuContainerOperationsListOptionalParams
|
13
|
-
} from "../models";
|
14
|
-
|
15
|
-
/// <reference lib="esnext.asynciterable" />
|
16
|
-
/** Interface representing a OuContainerOperations. */
|
17
|
-
export interface OuContainerOperations {
|
18
|
-
/**
|
19
|
-
* Lists all the available OuContainer operations.
|
20
|
-
* @param options The options parameters.
|
21
|
-
*/
|
22
|
-
list(
|
23
|
-
options?: OuContainerOperationsListOptionalParams
|
24
|
-
): PagedAsyncIterableIterator<OperationEntity>;
|
25
|
-
}
|
package/src/pagingHelper.ts
DELETED
@@ -1,39 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
3
|
-
* Licensed under the MIT License.
|
4
|
-
*
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
-
*/
|
8
|
-
|
9
|
-
export interface PageInfo {
|
10
|
-
continuationToken?: string;
|
11
|
-
}
|
12
|
-
|
13
|
-
const pageMap = new WeakMap<object, PageInfo>();
|
14
|
-
|
15
|
-
/**
|
16
|
-
* Given a result page from a pageable operation, returns a
|
17
|
-
* continuation token that can be used to begin paging from
|
18
|
-
* that point later.
|
19
|
-
* @param page A result object from calling .byPage() on a paged operation.
|
20
|
-
* @returns The continuation token that can be passed into byPage().
|
21
|
-
*/
|
22
|
-
export function getContinuationToken(page: unknown): string | undefined {
|
23
|
-
if (typeof page !== "object" || page === null) {
|
24
|
-
return undefined;
|
25
|
-
}
|
26
|
-
return pageMap.get(page)?.continuationToken;
|
27
|
-
}
|
28
|
-
|
29
|
-
export function setContinuationToken(
|
30
|
-
page: unknown,
|
31
|
-
continuationToken: string | undefined
|
32
|
-
): void {
|
33
|
-
if (typeof page !== "object" || page === null || !continuationToken) {
|
34
|
-
return;
|
35
|
-
}
|
36
|
-
const pageInfo = pageMap.get(page) ?? {};
|
37
|
-
pageInfo.continuationToken = continuationToken;
|
38
|
-
pageMap.set(page, pageInfo);
|
39
|
-
}
|
package/tsconfig.json
DELETED
@@ -1,33 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"compilerOptions": {
|
3
|
-
"module": "es6",
|
4
|
-
"moduleResolution": "node",
|
5
|
-
"strict": true,
|
6
|
-
"target": "es6",
|
7
|
-
"sourceMap": true,
|
8
|
-
"declarationMap": true,
|
9
|
-
"esModuleInterop": true,
|
10
|
-
"allowSyntheticDefaultImports": true,
|
11
|
-
"forceConsistentCasingInFileNames": true,
|
12
|
-
"lib": [
|
13
|
-
"es6",
|
14
|
-
"dom"
|
15
|
-
],
|
16
|
-
"declaration": true,
|
17
|
-
"outDir": "./dist-esm",
|
18
|
-
"importHelpers": true,
|
19
|
-
"paths": {
|
20
|
-
"@azure/arm-domainservices": [
|
21
|
-
"./src/index"
|
22
|
-
]
|
23
|
-
}
|
24
|
-
},
|
25
|
-
"include": [
|
26
|
-
"./src/**/*.ts",
|
27
|
-
"./test/**/*.ts",
|
28
|
-
"samples-dev/**/*.ts"
|
29
|
-
],
|
30
|
-
"exclude": [
|
31
|
-
"node_modules"
|
32
|
-
]
|
33
|
-
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|