@azure/arm-domainservices 4.1.1-alpha.20250124.1 → 4.1.1-alpha.20250127.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
package/src/operations/index.ts
DELETED
@@ -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,648 +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 { OuContainerOperationGrp } 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 { PollerLike, PollOperationState, LroEngine } from "@azure/core-lro";
|
17
|
-
import { LroImpl } from "../lroImpl";
|
18
|
-
import {
|
19
|
-
OuContainer,
|
20
|
-
OuContainerListNextOptionalParams,
|
21
|
-
OuContainerListOptionalParams,
|
22
|
-
OuContainerListResponse,
|
23
|
-
OuContainerGetOptionalParams,
|
24
|
-
OuContainerGetResponse,
|
25
|
-
ContainerAccount,
|
26
|
-
OuContainerCreateOptionalParams,
|
27
|
-
OuContainerCreateResponse,
|
28
|
-
OuContainerDeleteOptionalParams,
|
29
|
-
OuContainerUpdateOptionalParams,
|
30
|
-
OuContainerUpdateResponse,
|
31
|
-
OuContainerListNextResponse
|
32
|
-
} from "../models";
|
33
|
-
|
34
|
-
/// <reference lib="esnext.asynciterable" />
|
35
|
-
/** Class containing OuContainerOperationGrp operations. */
|
36
|
-
export class OuContainerOperationGrpImpl implements OuContainerOperationGrp {
|
37
|
-
private readonly client: DomainServicesResourceProvider;
|
38
|
-
|
39
|
-
/**
|
40
|
-
* Initialize a new instance of the class OuContainerOperationGrp class.
|
41
|
-
* @param client Reference to the service client
|
42
|
-
*/
|
43
|
-
constructor(client: DomainServicesResourceProvider) {
|
44
|
-
this.client = client;
|
45
|
-
}
|
46
|
-
|
47
|
-
/**
|
48
|
-
* The List of OuContainers in DomainService instance.
|
49
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
50
|
-
* case insensitive.
|
51
|
-
* @param domainServiceName The name of the domain service.
|
52
|
-
* @param options The options parameters.
|
53
|
-
*/
|
54
|
-
public list(
|
55
|
-
resourceGroupName: string,
|
56
|
-
domainServiceName: string,
|
57
|
-
options?: OuContainerListOptionalParams
|
58
|
-
): PagedAsyncIterableIterator<OuContainer> {
|
59
|
-
const iter = this.listPagingAll(
|
60
|
-
resourceGroupName,
|
61
|
-
domainServiceName,
|
62
|
-
options
|
63
|
-
);
|
64
|
-
return {
|
65
|
-
next() {
|
66
|
-
return iter.next();
|
67
|
-
},
|
68
|
-
[Symbol.asyncIterator]() {
|
69
|
-
return this;
|
70
|
-
},
|
71
|
-
byPage: (settings?: PageSettings) => {
|
72
|
-
if (settings?.maxPageSize) {
|
73
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
74
|
-
}
|
75
|
-
return this.listPagingPage(
|
76
|
-
resourceGroupName,
|
77
|
-
domainServiceName,
|
78
|
-
options,
|
79
|
-
settings
|
80
|
-
);
|
81
|
-
}
|
82
|
-
};
|
83
|
-
}
|
84
|
-
|
85
|
-
private async *listPagingPage(
|
86
|
-
resourceGroupName: string,
|
87
|
-
domainServiceName: string,
|
88
|
-
options?: OuContainerListOptionalParams,
|
89
|
-
settings?: PageSettings
|
90
|
-
): AsyncIterableIterator<OuContainer[]> {
|
91
|
-
let result: OuContainerListResponse;
|
92
|
-
let continuationToken = settings?.continuationToken;
|
93
|
-
if (!continuationToken) {
|
94
|
-
result = await this._list(resourceGroupName, domainServiceName, options);
|
95
|
-
let page = result.value || [];
|
96
|
-
continuationToken = result.nextLink;
|
97
|
-
setContinuationToken(page, continuationToken);
|
98
|
-
yield page;
|
99
|
-
}
|
100
|
-
while (continuationToken) {
|
101
|
-
result = await this._listNext(
|
102
|
-
resourceGroupName,
|
103
|
-
domainServiceName,
|
104
|
-
continuationToken,
|
105
|
-
options
|
106
|
-
);
|
107
|
-
continuationToken = result.nextLink;
|
108
|
-
let page = result.value || [];
|
109
|
-
setContinuationToken(page, continuationToken);
|
110
|
-
yield page;
|
111
|
-
}
|
112
|
-
}
|
113
|
-
|
114
|
-
private async *listPagingAll(
|
115
|
-
resourceGroupName: string,
|
116
|
-
domainServiceName: string,
|
117
|
-
options?: OuContainerListOptionalParams
|
118
|
-
): AsyncIterableIterator<OuContainer> {
|
119
|
-
for await (const page of this.listPagingPage(
|
120
|
-
resourceGroupName,
|
121
|
-
domainServiceName,
|
122
|
-
options
|
123
|
-
)) {
|
124
|
-
yield* page;
|
125
|
-
}
|
126
|
-
}
|
127
|
-
|
128
|
-
/**
|
129
|
-
* The List of OuContainers in DomainService instance.
|
130
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
131
|
-
* case insensitive.
|
132
|
-
* @param domainServiceName The name of the domain service.
|
133
|
-
* @param options The options parameters.
|
134
|
-
*/
|
135
|
-
private _list(
|
136
|
-
resourceGroupName: string,
|
137
|
-
domainServiceName: string,
|
138
|
-
options?: OuContainerListOptionalParams
|
139
|
-
): Promise<OuContainerListResponse> {
|
140
|
-
return this.client.sendOperationRequest(
|
141
|
-
{ resourceGroupName, domainServiceName, options },
|
142
|
-
listOperationSpec
|
143
|
-
);
|
144
|
-
}
|
145
|
-
|
146
|
-
/**
|
147
|
-
* Get OuContainer in DomainService instance.
|
148
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
149
|
-
* case insensitive.
|
150
|
-
* @param domainServiceName The name of the domain service.
|
151
|
-
* @param ouContainerName The name of the OuContainer.
|
152
|
-
* @param options The options parameters.
|
153
|
-
*/
|
154
|
-
get(
|
155
|
-
resourceGroupName: string,
|
156
|
-
domainServiceName: string,
|
157
|
-
ouContainerName: string,
|
158
|
-
options?: OuContainerGetOptionalParams
|
159
|
-
): Promise<OuContainerGetResponse> {
|
160
|
-
return this.client.sendOperationRequest(
|
161
|
-
{ resourceGroupName, domainServiceName, ouContainerName, options },
|
162
|
-
getOperationSpec
|
163
|
-
);
|
164
|
-
}
|
165
|
-
|
166
|
-
/**
|
167
|
-
* The Create OuContainer operation creates a new OuContainer under the specified Domain Service
|
168
|
-
* instance.
|
169
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
170
|
-
* case insensitive.
|
171
|
-
* @param domainServiceName The name of the domain service.
|
172
|
-
* @param ouContainerName The name of the OuContainer.
|
173
|
-
* @param containerAccount Container Account Description.
|
174
|
-
* @param options The options parameters.
|
175
|
-
*/
|
176
|
-
async beginCreate(
|
177
|
-
resourceGroupName: string,
|
178
|
-
domainServiceName: string,
|
179
|
-
ouContainerName: string,
|
180
|
-
containerAccount: ContainerAccount,
|
181
|
-
options?: OuContainerCreateOptionalParams
|
182
|
-
): Promise<
|
183
|
-
PollerLike<
|
184
|
-
PollOperationState<OuContainerCreateResponse>,
|
185
|
-
OuContainerCreateResponse
|
186
|
-
>
|
187
|
-
> {
|
188
|
-
const directSendOperation = async (
|
189
|
-
args: coreClient.OperationArguments,
|
190
|
-
spec: coreClient.OperationSpec
|
191
|
-
): Promise<OuContainerCreateResponse> => {
|
192
|
-
return this.client.sendOperationRequest(args, spec);
|
193
|
-
};
|
194
|
-
const sendOperation = async (
|
195
|
-
args: coreClient.OperationArguments,
|
196
|
-
spec: coreClient.OperationSpec
|
197
|
-
) => {
|
198
|
-
let currentRawResponse:
|
199
|
-
| coreClient.FullOperationResponse
|
200
|
-
| undefined = undefined;
|
201
|
-
const providedCallback = args.options?.onResponse;
|
202
|
-
const callback: coreClient.RawResponseCallback = (
|
203
|
-
rawResponse: coreClient.FullOperationResponse,
|
204
|
-
flatResponse: unknown
|
205
|
-
) => {
|
206
|
-
currentRawResponse = rawResponse;
|
207
|
-
providedCallback?.(rawResponse, flatResponse);
|
208
|
-
};
|
209
|
-
const updatedArgs = {
|
210
|
-
...args,
|
211
|
-
options: {
|
212
|
-
...args.options,
|
213
|
-
onResponse: callback
|
214
|
-
}
|
215
|
-
};
|
216
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
217
|
-
return {
|
218
|
-
flatResponse,
|
219
|
-
rawResponse: {
|
220
|
-
statusCode: currentRawResponse!.status,
|
221
|
-
body: currentRawResponse!.parsedBody,
|
222
|
-
headers: currentRawResponse!.headers.toJSON()
|
223
|
-
}
|
224
|
-
};
|
225
|
-
};
|
226
|
-
|
227
|
-
const lro = new LroImpl(
|
228
|
-
sendOperation,
|
229
|
-
{
|
230
|
-
resourceGroupName,
|
231
|
-
domainServiceName,
|
232
|
-
ouContainerName,
|
233
|
-
containerAccount,
|
234
|
-
options
|
235
|
-
},
|
236
|
-
createOperationSpec
|
237
|
-
);
|
238
|
-
const poller = new LroEngine(lro, {
|
239
|
-
resumeFrom: options?.resumeFrom,
|
240
|
-
intervalInMs: options?.updateIntervalInMs
|
241
|
-
});
|
242
|
-
await poller.poll();
|
243
|
-
return poller;
|
244
|
-
}
|
245
|
-
|
246
|
-
/**
|
247
|
-
* The Create OuContainer operation creates a new OuContainer under the specified Domain Service
|
248
|
-
* instance.
|
249
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
250
|
-
* case insensitive.
|
251
|
-
* @param domainServiceName The name of the domain service.
|
252
|
-
* @param ouContainerName The name of the OuContainer.
|
253
|
-
* @param containerAccount Container Account Description.
|
254
|
-
* @param options The options parameters.
|
255
|
-
*/
|
256
|
-
async beginCreateAndWait(
|
257
|
-
resourceGroupName: string,
|
258
|
-
domainServiceName: string,
|
259
|
-
ouContainerName: string,
|
260
|
-
containerAccount: ContainerAccount,
|
261
|
-
options?: OuContainerCreateOptionalParams
|
262
|
-
): Promise<OuContainerCreateResponse> {
|
263
|
-
const poller = await this.beginCreate(
|
264
|
-
resourceGroupName,
|
265
|
-
domainServiceName,
|
266
|
-
ouContainerName,
|
267
|
-
containerAccount,
|
268
|
-
options
|
269
|
-
);
|
270
|
-
return poller.pollUntilDone();
|
271
|
-
}
|
272
|
-
|
273
|
-
/**
|
274
|
-
* The Delete OuContainer operation deletes specified OuContainer.
|
275
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
276
|
-
* case insensitive.
|
277
|
-
* @param domainServiceName The name of the domain service.
|
278
|
-
* @param ouContainerName The name of the OuContainer.
|
279
|
-
* @param options The options parameters.
|
280
|
-
*/
|
281
|
-
async beginDelete(
|
282
|
-
resourceGroupName: string,
|
283
|
-
domainServiceName: string,
|
284
|
-
ouContainerName: string,
|
285
|
-
options?: OuContainerDeleteOptionalParams
|
286
|
-
): Promise<PollerLike<PollOperationState<void>, void>> {
|
287
|
-
const directSendOperation = async (
|
288
|
-
args: coreClient.OperationArguments,
|
289
|
-
spec: coreClient.OperationSpec
|
290
|
-
): Promise<void> => {
|
291
|
-
return this.client.sendOperationRequest(args, spec);
|
292
|
-
};
|
293
|
-
const sendOperation = async (
|
294
|
-
args: coreClient.OperationArguments,
|
295
|
-
spec: coreClient.OperationSpec
|
296
|
-
) => {
|
297
|
-
let currentRawResponse:
|
298
|
-
| coreClient.FullOperationResponse
|
299
|
-
| undefined = undefined;
|
300
|
-
const providedCallback = args.options?.onResponse;
|
301
|
-
const callback: coreClient.RawResponseCallback = (
|
302
|
-
rawResponse: coreClient.FullOperationResponse,
|
303
|
-
flatResponse: unknown
|
304
|
-
) => {
|
305
|
-
currentRawResponse = rawResponse;
|
306
|
-
providedCallback?.(rawResponse, flatResponse);
|
307
|
-
};
|
308
|
-
const updatedArgs = {
|
309
|
-
...args,
|
310
|
-
options: {
|
311
|
-
...args.options,
|
312
|
-
onResponse: callback
|
313
|
-
}
|
314
|
-
};
|
315
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
316
|
-
return {
|
317
|
-
flatResponse,
|
318
|
-
rawResponse: {
|
319
|
-
statusCode: currentRawResponse!.status,
|
320
|
-
body: currentRawResponse!.parsedBody,
|
321
|
-
headers: currentRawResponse!.headers.toJSON()
|
322
|
-
}
|
323
|
-
};
|
324
|
-
};
|
325
|
-
|
326
|
-
const lro = new LroImpl(
|
327
|
-
sendOperation,
|
328
|
-
{ resourceGroupName, domainServiceName, ouContainerName, options },
|
329
|
-
deleteOperationSpec
|
330
|
-
);
|
331
|
-
const poller = new LroEngine(lro, {
|
332
|
-
resumeFrom: options?.resumeFrom,
|
333
|
-
intervalInMs: options?.updateIntervalInMs
|
334
|
-
});
|
335
|
-
await poller.poll();
|
336
|
-
return poller;
|
337
|
-
}
|
338
|
-
|
339
|
-
/**
|
340
|
-
* The Delete OuContainer operation deletes specified OuContainer.
|
341
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
342
|
-
* case insensitive.
|
343
|
-
* @param domainServiceName The name of the domain service.
|
344
|
-
* @param ouContainerName The name of the OuContainer.
|
345
|
-
* @param options The options parameters.
|
346
|
-
*/
|
347
|
-
async beginDeleteAndWait(
|
348
|
-
resourceGroupName: string,
|
349
|
-
domainServiceName: string,
|
350
|
-
ouContainerName: string,
|
351
|
-
options?: OuContainerDeleteOptionalParams
|
352
|
-
): Promise<void> {
|
353
|
-
const poller = await this.beginDelete(
|
354
|
-
resourceGroupName,
|
355
|
-
domainServiceName,
|
356
|
-
ouContainerName,
|
357
|
-
options
|
358
|
-
);
|
359
|
-
return poller.pollUntilDone();
|
360
|
-
}
|
361
|
-
|
362
|
-
/**
|
363
|
-
* The Update OuContainer operation can be used to update the existing OuContainers.
|
364
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
365
|
-
* case insensitive.
|
366
|
-
* @param domainServiceName The name of the domain service.
|
367
|
-
* @param ouContainerName The name of the OuContainer.
|
368
|
-
* @param containerAccount Container Account Description.
|
369
|
-
* @param options The options parameters.
|
370
|
-
*/
|
371
|
-
async beginUpdate(
|
372
|
-
resourceGroupName: string,
|
373
|
-
domainServiceName: string,
|
374
|
-
ouContainerName: string,
|
375
|
-
containerAccount: ContainerAccount,
|
376
|
-
options?: OuContainerUpdateOptionalParams
|
377
|
-
): Promise<
|
378
|
-
PollerLike<
|
379
|
-
PollOperationState<OuContainerUpdateResponse>,
|
380
|
-
OuContainerUpdateResponse
|
381
|
-
>
|
382
|
-
> {
|
383
|
-
const directSendOperation = async (
|
384
|
-
args: coreClient.OperationArguments,
|
385
|
-
spec: coreClient.OperationSpec
|
386
|
-
): Promise<OuContainerUpdateResponse> => {
|
387
|
-
return this.client.sendOperationRequest(args, spec);
|
388
|
-
};
|
389
|
-
const sendOperation = async (
|
390
|
-
args: coreClient.OperationArguments,
|
391
|
-
spec: coreClient.OperationSpec
|
392
|
-
) => {
|
393
|
-
let currentRawResponse:
|
394
|
-
| coreClient.FullOperationResponse
|
395
|
-
| undefined = undefined;
|
396
|
-
const providedCallback = args.options?.onResponse;
|
397
|
-
const callback: coreClient.RawResponseCallback = (
|
398
|
-
rawResponse: coreClient.FullOperationResponse,
|
399
|
-
flatResponse: unknown
|
400
|
-
) => {
|
401
|
-
currentRawResponse = rawResponse;
|
402
|
-
providedCallback?.(rawResponse, flatResponse);
|
403
|
-
};
|
404
|
-
const updatedArgs = {
|
405
|
-
...args,
|
406
|
-
options: {
|
407
|
-
...args.options,
|
408
|
-
onResponse: callback
|
409
|
-
}
|
410
|
-
};
|
411
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
412
|
-
return {
|
413
|
-
flatResponse,
|
414
|
-
rawResponse: {
|
415
|
-
statusCode: currentRawResponse!.status,
|
416
|
-
body: currentRawResponse!.parsedBody,
|
417
|
-
headers: currentRawResponse!.headers.toJSON()
|
418
|
-
}
|
419
|
-
};
|
420
|
-
};
|
421
|
-
|
422
|
-
const lro = new LroImpl(
|
423
|
-
sendOperation,
|
424
|
-
{
|
425
|
-
resourceGroupName,
|
426
|
-
domainServiceName,
|
427
|
-
ouContainerName,
|
428
|
-
containerAccount,
|
429
|
-
options
|
430
|
-
},
|
431
|
-
updateOperationSpec
|
432
|
-
);
|
433
|
-
const poller = new LroEngine(lro, {
|
434
|
-
resumeFrom: options?.resumeFrom,
|
435
|
-
intervalInMs: options?.updateIntervalInMs
|
436
|
-
});
|
437
|
-
await poller.poll();
|
438
|
-
return poller;
|
439
|
-
}
|
440
|
-
|
441
|
-
/**
|
442
|
-
* The Update OuContainer operation can be used to update the existing OuContainers.
|
443
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
444
|
-
* case insensitive.
|
445
|
-
* @param domainServiceName The name of the domain service.
|
446
|
-
* @param ouContainerName The name of the OuContainer.
|
447
|
-
* @param containerAccount Container Account Description.
|
448
|
-
* @param options The options parameters.
|
449
|
-
*/
|
450
|
-
async beginUpdateAndWait(
|
451
|
-
resourceGroupName: string,
|
452
|
-
domainServiceName: string,
|
453
|
-
ouContainerName: string,
|
454
|
-
containerAccount: ContainerAccount,
|
455
|
-
options?: OuContainerUpdateOptionalParams
|
456
|
-
): Promise<OuContainerUpdateResponse> {
|
457
|
-
const poller = await this.beginUpdate(
|
458
|
-
resourceGroupName,
|
459
|
-
domainServiceName,
|
460
|
-
ouContainerName,
|
461
|
-
containerAccount,
|
462
|
-
options
|
463
|
-
);
|
464
|
-
return poller.pollUntilDone();
|
465
|
-
}
|
466
|
-
|
467
|
-
/**
|
468
|
-
* ListNext
|
469
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
470
|
-
* case insensitive.
|
471
|
-
* @param domainServiceName The name of the domain service.
|
472
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
473
|
-
* @param options The options parameters.
|
474
|
-
*/
|
475
|
-
private _listNext(
|
476
|
-
resourceGroupName: string,
|
477
|
-
domainServiceName: string,
|
478
|
-
nextLink: string,
|
479
|
-
options?: OuContainerListNextOptionalParams
|
480
|
-
): Promise<OuContainerListNextResponse> {
|
481
|
-
return this.client.sendOperationRequest(
|
482
|
-
{ resourceGroupName, domainServiceName, nextLink, options },
|
483
|
-
listNextOperationSpec
|
484
|
-
);
|
485
|
-
}
|
486
|
-
}
|
487
|
-
// Operation Specifications
|
488
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
489
|
-
|
490
|
-
const listOperationSpec: coreClient.OperationSpec = {
|
491
|
-
path:
|
492
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer",
|
493
|
-
httpMethod: "GET",
|
494
|
-
responses: {
|
495
|
-
200: {
|
496
|
-
bodyMapper: Mappers.OuContainerListResult
|
497
|
-
},
|
498
|
-
default: {
|
499
|
-
bodyMapper: Mappers.CloudError
|
500
|
-
}
|
501
|
-
},
|
502
|
-
queryParameters: [Parameters.apiVersion],
|
503
|
-
urlParameters: [
|
504
|
-
Parameters.$host,
|
505
|
-
Parameters.subscriptionId,
|
506
|
-
Parameters.resourceGroupName,
|
507
|
-
Parameters.domainServiceName
|
508
|
-
],
|
509
|
-
headerParameters: [Parameters.accept],
|
510
|
-
serializer
|
511
|
-
};
|
512
|
-
const getOperationSpec: coreClient.OperationSpec = {
|
513
|
-
path:
|
514
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer/{ouContainerName}",
|
515
|
-
httpMethod: "GET",
|
516
|
-
responses: {
|
517
|
-
200: {
|
518
|
-
bodyMapper: Mappers.OuContainer
|
519
|
-
},
|
520
|
-
default: {
|
521
|
-
bodyMapper: Mappers.CloudError
|
522
|
-
}
|
523
|
-
},
|
524
|
-
queryParameters: [Parameters.apiVersion],
|
525
|
-
urlParameters: [
|
526
|
-
Parameters.$host,
|
527
|
-
Parameters.subscriptionId,
|
528
|
-
Parameters.resourceGroupName,
|
529
|
-
Parameters.domainServiceName,
|
530
|
-
Parameters.ouContainerName
|
531
|
-
],
|
532
|
-
headerParameters: [Parameters.accept],
|
533
|
-
serializer
|
534
|
-
};
|
535
|
-
const createOperationSpec: coreClient.OperationSpec = {
|
536
|
-
path:
|
537
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer/{ouContainerName}",
|
538
|
-
httpMethod: "PUT",
|
539
|
-
responses: {
|
540
|
-
200: {
|
541
|
-
bodyMapper: Mappers.OuContainer
|
542
|
-
},
|
543
|
-
201: {
|
544
|
-
bodyMapper: Mappers.OuContainer
|
545
|
-
},
|
546
|
-
202: {
|
547
|
-
bodyMapper: Mappers.OuContainer
|
548
|
-
},
|
549
|
-
204: {
|
550
|
-
bodyMapper: Mappers.OuContainer
|
551
|
-
},
|
552
|
-
default: {
|
553
|
-
bodyMapper: Mappers.CloudError
|
554
|
-
}
|
555
|
-
},
|
556
|
-
requestBody: Parameters.containerAccount,
|
557
|
-
queryParameters: [Parameters.apiVersion],
|
558
|
-
urlParameters: [
|
559
|
-
Parameters.$host,
|
560
|
-
Parameters.subscriptionId,
|
561
|
-
Parameters.resourceGroupName,
|
562
|
-
Parameters.domainServiceName,
|
563
|
-
Parameters.ouContainerName
|
564
|
-
],
|
565
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
566
|
-
mediaType: "json",
|
567
|
-
serializer
|
568
|
-
};
|
569
|
-
const deleteOperationSpec: coreClient.OperationSpec = {
|
570
|
-
path:
|
571
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer/{ouContainerName}",
|
572
|
-
httpMethod: "DELETE",
|
573
|
-
responses: {
|
574
|
-
200: {},
|
575
|
-
201: {},
|
576
|
-
202: {},
|
577
|
-
204: {},
|
578
|
-
default: {
|
579
|
-
bodyMapper: Mappers.CloudError
|
580
|
-
}
|
581
|
-
},
|
582
|
-
queryParameters: [Parameters.apiVersion],
|
583
|
-
urlParameters: [
|
584
|
-
Parameters.$host,
|
585
|
-
Parameters.subscriptionId,
|
586
|
-
Parameters.resourceGroupName,
|
587
|
-
Parameters.domainServiceName,
|
588
|
-
Parameters.ouContainerName
|
589
|
-
],
|
590
|
-
headerParameters: [Parameters.accept],
|
591
|
-
serializer
|
592
|
-
};
|
593
|
-
const updateOperationSpec: coreClient.OperationSpec = {
|
594
|
-
path:
|
595
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer/{ouContainerName}",
|
596
|
-
httpMethod: "PATCH",
|
597
|
-
responses: {
|
598
|
-
200: {
|
599
|
-
bodyMapper: Mappers.OuContainer
|
600
|
-
},
|
601
|
-
201: {
|
602
|
-
bodyMapper: Mappers.OuContainer
|
603
|
-
},
|
604
|
-
202: {
|
605
|
-
bodyMapper: Mappers.OuContainer
|
606
|
-
},
|
607
|
-
204: {
|
608
|
-
bodyMapper: Mappers.OuContainer
|
609
|
-
},
|
610
|
-
default: {
|
611
|
-
bodyMapper: Mappers.CloudError
|
612
|
-
}
|
613
|
-
},
|
614
|
-
requestBody: Parameters.containerAccount,
|
615
|
-
queryParameters: [Parameters.apiVersion],
|
616
|
-
urlParameters: [
|
617
|
-
Parameters.$host,
|
618
|
-
Parameters.subscriptionId,
|
619
|
-
Parameters.resourceGroupName,
|
620
|
-
Parameters.domainServiceName,
|
621
|
-
Parameters.ouContainerName
|
622
|
-
],
|
623
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
624
|
-
mediaType: "json",
|
625
|
-
serializer
|
626
|
-
};
|
627
|
-
const listNextOperationSpec: coreClient.OperationSpec = {
|
628
|
-
path: "{nextLink}",
|
629
|
-
httpMethod: "GET",
|
630
|
-
responses: {
|
631
|
-
200: {
|
632
|
-
bodyMapper: Mappers.OuContainerListResult
|
633
|
-
},
|
634
|
-
default: {
|
635
|
-
bodyMapper: Mappers.CloudError
|
636
|
-
}
|
637
|
-
},
|
638
|
-
queryParameters: [Parameters.apiVersion],
|
639
|
-
urlParameters: [
|
640
|
-
Parameters.$host,
|
641
|
-
Parameters.nextLink,
|
642
|
-
Parameters.subscriptionId,
|
643
|
-
Parameters.resourceGroupName,
|
644
|
-
Parameters.domainServiceName
|
645
|
-
],
|
646
|
-
headerParameters: [Parameters.accept],
|
647
|
-
serializer
|
648
|
-
};
|