@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
package/src/models/index.ts
DELETED
@@ -1,902 +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 * as coreClient from "@azure/core-client";
|
10
|
-
|
11
|
-
/** The list of domain service operation response. */
|
12
|
-
export interface OperationEntityListResult {
|
13
|
-
/** The list of operations. */
|
14
|
-
value?: OperationEntity[];
|
15
|
-
/**
|
16
|
-
* The continuation token for the next page of results.
|
17
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
18
|
-
*/
|
19
|
-
readonly nextLink?: string;
|
20
|
-
}
|
21
|
-
|
22
|
-
/** The operation supported by Domain Services. */
|
23
|
-
export interface OperationEntity {
|
24
|
-
/** Operation name: {provider}/{resource}/{operation}. */
|
25
|
-
name?: string;
|
26
|
-
/** The operation supported by Domain Services. */
|
27
|
-
display?: OperationDisplayInfo;
|
28
|
-
/** The origin of the operation. */
|
29
|
-
origin?: string;
|
30
|
-
}
|
31
|
-
|
32
|
-
/** The operation supported by Domain Services. */
|
33
|
-
export interface OperationDisplayInfo {
|
34
|
-
/** The description of the operation. */
|
35
|
-
description?: string;
|
36
|
-
/** The action that users can perform, based on their permission level. */
|
37
|
-
operation?: string;
|
38
|
-
/** Service provider: Domain Services. */
|
39
|
-
provider?: string;
|
40
|
-
/** Resource on which the operation is performed. */
|
41
|
-
resource?: string;
|
42
|
-
}
|
43
|
-
|
44
|
-
/** An error response from the Domain Services. */
|
45
|
-
export interface CloudError {
|
46
|
-
/** An error response from the Domain Services. */
|
47
|
-
error?: CloudErrorBody;
|
48
|
-
}
|
49
|
-
|
50
|
-
/** An error response from the Domain Services. */
|
51
|
-
export interface CloudErrorBody {
|
52
|
-
/** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
|
53
|
-
code?: string;
|
54
|
-
/** A message describing the error, intended to be suitable for display in a user interface. */
|
55
|
-
message?: string;
|
56
|
-
/** The target of the particular error. For example, the name of the property in error. */
|
57
|
-
target?: string;
|
58
|
-
/** A list of additional details about the error. */
|
59
|
-
details?: CloudErrorBody[];
|
60
|
-
}
|
61
|
-
|
62
|
-
/** The response from the List Domain Services operation. */
|
63
|
-
export interface DomainServiceListResult {
|
64
|
-
/** the list of domain services. */
|
65
|
-
value?: DomainService[];
|
66
|
-
/**
|
67
|
-
* The continuation token for the next page of results.
|
68
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
69
|
-
*/
|
70
|
-
readonly nextLink?: string;
|
71
|
-
}
|
72
|
-
|
73
|
-
/** Replica Set Definition */
|
74
|
-
export interface ReplicaSet {
|
75
|
-
/**
|
76
|
-
* ReplicaSet Id
|
77
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
78
|
-
*/
|
79
|
-
readonly replicaSetId?: string;
|
80
|
-
/** Virtual network location */
|
81
|
-
location?: string;
|
82
|
-
/**
|
83
|
-
* Virtual network site id
|
84
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
85
|
-
*/
|
86
|
-
readonly vnetSiteId?: string;
|
87
|
-
/** The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName. */
|
88
|
-
subnetId?: string;
|
89
|
-
/**
|
90
|
-
* List of Domain Controller IP Address
|
91
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
92
|
-
*/
|
93
|
-
readonly domainControllerIpAddress?: string[];
|
94
|
-
/**
|
95
|
-
* External access ip address.
|
96
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
97
|
-
*/
|
98
|
-
readonly externalAccessIpAddress?: string;
|
99
|
-
/**
|
100
|
-
* Status of Domain Service instance
|
101
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
102
|
-
*/
|
103
|
-
readonly serviceStatus?: string;
|
104
|
-
/**
|
105
|
-
* Last domain evaluation run DateTime
|
106
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
107
|
-
*/
|
108
|
-
readonly healthLastEvaluated?: Date;
|
109
|
-
/**
|
110
|
-
* List of Domain Health Monitors
|
111
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
112
|
-
*/
|
113
|
-
readonly healthMonitors?: HealthMonitor[];
|
114
|
-
/**
|
115
|
-
* List of Domain Health Alerts
|
116
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
117
|
-
*/
|
118
|
-
readonly healthAlerts?: HealthAlert[];
|
119
|
-
}
|
120
|
-
|
121
|
-
/** Health Monitor Description */
|
122
|
-
export interface HealthMonitor {
|
123
|
-
/**
|
124
|
-
* Health Monitor Id
|
125
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
126
|
-
*/
|
127
|
-
readonly id?: string;
|
128
|
-
/**
|
129
|
-
* Health Monitor Name
|
130
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
131
|
-
*/
|
132
|
-
readonly name?: string;
|
133
|
-
/**
|
134
|
-
* Health Monitor Details
|
135
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
136
|
-
*/
|
137
|
-
readonly details?: string;
|
138
|
-
}
|
139
|
-
|
140
|
-
/** Health Alert Description */
|
141
|
-
export interface HealthAlert {
|
142
|
-
/**
|
143
|
-
* Health Alert Id
|
144
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
145
|
-
*/
|
146
|
-
readonly id?: string;
|
147
|
-
/**
|
148
|
-
* Health Alert Name
|
149
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
150
|
-
*/
|
151
|
-
readonly name?: string;
|
152
|
-
/**
|
153
|
-
* Health Alert Issue
|
154
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
155
|
-
*/
|
156
|
-
readonly issue?: string;
|
157
|
-
/**
|
158
|
-
* Health Alert Severity
|
159
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
160
|
-
*/
|
161
|
-
readonly severity?: string;
|
162
|
-
/**
|
163
|
-
* Health Alert Raised DateTime
|
164
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
165
|
-
*/
|
166
|
-
readonly raised?: Date;
|
167
|
-
/**
|
168
|
-
* Health Alert Last Detected DateTime
|
169
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
170
|
-
*/
|
171
|
-
readonly lastDetected?: Date;
|
172
|
-
/**
|
173
|
-
* Health Alert TSG Link
|
174
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
175
|
-
*/
|
176
|
-
readonly resolutionUri?: string;
|
177
|
-
}
|
178
|
-
|
179
|
-
/** Secure LDAP Settings */
|
180
|
-
export interface LdapsSettings {
|
181
|
-
/** A flag to determine whether or not Secure LDAP is enabled or disabled. */
|
182
|
-
ldaps?: Ldaps;
|
183
|
-
/** The certificate required to configure Secure LDAP. The parameter passed here should be a base64encoded representation of the certificate pfx file. */
|
184
|
-
pfxCertificate?: string;
|
185
|
-
/** The password to decrypt the provided Secure LDAP certificate pfx file. */
|
186
|
-
pfxCertificatePassword?: string;
|
187
|
-
/**
|
188
|
-
* Public certificate used to configure secure ldap.
|
189
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
190
|
-
*/
|
191
|
-
readonly publicCertificate?: string;
|
192
|
-
/**
|
193
|
-
* Thumbprint of configure ldaps certificate.
|
194
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
195
|
-
*/
|
196
|
-
readonly certificateThumbprint?: string;
|
197
|
-
/**
|
198
|
-
* NotAfter DateTime of configure ldaps certificate.
|
199
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
200
|
-
*/
|
201
|
-
readonly certificateNotAfter?: Date;
|
202
|
-
/** A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled. */
|
203
|
-
externalAccess?: ExternalAccess;
|
204
|
-
}
|
205
|
-
|
206
|
-
/** Settings for Resource Forest */
|
207
|
-
export interface ResourceForestSettings {
|
208
|
-
/** List of settings for Resource Forest */
|
209
|
-
settings?: ForestTrust[];
|
210
|
-
/** Resource Forest */
|
211
|
-
resourceForest?: string;
|
212
|
-
}
|
213
|
-
|
214
|
-
/** Forest Trust Setting */
|
215
|
-
export interface ForestTrust {
|
216
|
-
/** Trusted Domain FQDN */
|
217
|
-
trustedDomainFqdn?: string;
|
218
|
-
/** Trust Direction */
|
219
|
-
trustDirection?: string;
|
220
|
-
/** Friendly Name */
|
221
|
-
friendlyName?: string;
|
222
|
-
/** Remote Dns ips */
|
223
|
-
remoteDnsIps?: string;
|
224
|
-
/** Trust Password */
|
225
|
-
trustPassword?: string;
|
226
|
-
}
|
227
|
-
|
228
|
-
/** Domain Security Settings */
|
229
|
-
export interface DomainSecuritySettings {
|
230
|
-
/** A flag to determine whether or not NtlmV1 is enabled or disabled. */
|
231
|
-
ntlmV1?: NtlmV1;
|
232
|
-
/** A flag to determine whether or not TlsV1 is enabled or disabled. */
|
233
|
-
tlsV1?: TlsV1;
|
234
|
-
/** A flag to determine whether or not SyncNtlmPasswords is enabled or disabled. */
|
235
|
-
syncNtlmPasswords?: SyncNtlmPasswords;
|
236
|
-
/** A flag to determine whether or not SyncKerberosPasswords is enabled or disabled. */
|
237
|
-
syncKerberosPasswords?: SyncKerberosPasswords;
|
238
|
-
/** A flag to determine whether or not SyncOnPremPasswords is enabled or disabled. */
|
239
|
-
syncOnPremPasswords?: SyncOnPremPasswords;
|
240
|
-
/** A flag to determine whether or not KerberosRc4Encryption is enabled or disabled. */
|
241
|
-
kerberosRc4Encryption?: KerberosRc4Encryption;
|
242
|
-
/** A flag to determine whether or not KerberosArmoring is enabled or disabled. */
|
243
|
-
kerberosArmoring?: KerberosArmoring;
|
244
|
-
}
|
245
|
-
|
246
|
-
/** Settings for notification */
|
247
|
-
export interface NotificationSettings {
|
248
|
-
/** Should global admins be notified */
|
249
|
-
notifyGlobalAdmins?: NotifyGlobalAdmins;
|
250
|
-
/** Should domain controller admins be notified */
|
251
|
-
notifyDcAdmins?: NotifyDcAdmins;
|
252
|
-
/** The list of additional recipients */
|
253
|
-
additionalRecipients?: string[];
|
254
|
-
}
|
255
|
-
|
256
|
-
/** Migration Properties */
|
257
|
-
export interface MigrationProperties {
|
258
|
-
/**
|
259
|
-
* Old Subnet Id
|
260
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
261
|
-
*/
|
262
|
-
readonly oldSubnetId?: string;
|
263
|
-
/**
|
264
|
-
* Old Vnet Site Id
|
265
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
266
|
-
*/
|
267
|
-
readonly oldVnetSiteId?: string;
|
268
|
-
/**
|
269
|
-
* Migration Progress
|
270
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
271
|
-
*/
|
272
|
-
readonly migrationProgress?: MigrationProgress;
|
273
|
-
}
|
274
|
-
|
275
|
-
/** Migration Progress */
|
276
|
-
export interface MigrationProgress {
|
277
|
-
/** Completion Percentage */
|
278
|
-
completionPercentage?: number;
|
279
|
-
/** Progress Message */
|
280
|
-
progressMessage?: string;
|
281
|
-
}
|
282
|
-
|
283
|
-
/** Configuration Diagnostics */
|
284
|
-
export interface ConfigDiagnostics {
|
285
|
-
/** Last domain configuration diagnostics DateTime */
|
286
|
-
lastExecuted?: Date;
|
287
|
-
/** List of Configuration Diagnostics validator results. */
|
288
|
-
validatorResults?: ConfigDiagnosticsValidatorResult[];
|
289
|
-
}
|
290
|
-
|
291
|
-
/** Config Diagnostics validator result data */
|
292
|
-
export interface ConfigDiagnosticsValidatorResult {
|
293
|
-
/** Validator identifier */
|
294
|
-
validatorId?: string;
|
295
|
-
/** Replica set location and subnet name */
|
296
|
-
replicaSetSubnetDisplayName?: string;
|
297
|
-
/** Status for individual validator after running diagnostics. */
|
298
|
-
status?: Status;
|
299
|
-
/** List of resource config validation issues. */
|
300
|
-
issues?: ConfigDiagnosticsValidatorResultIssue[];
|
301
|
-
}
|
302
|
-
|
303
|
-
/** Specific issue for a particular config diagnostics validator */
|
304
|
-
export interface ConfigDiagnosticsValidatorResultIssue {
|
305
|
-
/** Validation issue identifier. */
|
306
|
-
id?: string;
|
307
|
-
/** List of domain resource property name or values used to compose a rich description. */
|
308
|
-
descriptionParams?: string[];
|
309
|
-
}
|
310
|
-
|
311
|
-
/** The Resource model definition. */
|
312
|
-
export interface Resource {
|
313
|
-
/**
|
314
|
-
* Resource Id
|
315
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
316
|
-
*/
|
317
|
-
readonly id?: string;
|
318
|
-
/**
|
319
|
-
* Resource name
|
320
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
321
|
-
*/
|
322
|
-
readonly name?: string;
|
323
|
-
/**
|
324
|
-
* Resource type
|
325
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
326
|
-
*/
|
327
|
-
readonly type?: string;
|
328
|
-
/** Resource location */
|
329
|
-
location?: string;
|
330
|
-
/** Resource tags */
|
331
|
-
tags?: { [propertyName: string]: string };
|
332
|
-
/** Resource etag */
|
333
|
-
etag?: string;
|
334
|
-
/**
|
335
|
-
* The system meta data relating to this resource.
|
336
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
337
|
-
*/
|
338
|
-
readonly systemData?: SystemData;
|
339
|
-
}
|
340
|
-
|
341
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
342
|
-
export interface SystemData {
|
343
|
-
/** The identity that created the resource. */
|
344
|
-
createdBy?: string;
|
345
|
-
/** The type of identity that created the resource. */
|
346
|
-
createdByType?: CreatedByType;
|
347
|
-
/** The timestamp of resource creation (UTC). */
|
348
|
-
createdAt?: Date;
|
349
|
-
/** The identity that last modified the resource. */
|
350
|
-
lastModifiedBy?: string;
|
351
|
-
/** The type of identity that last modified the resource. */
|
352
|
-
lastModifiedByType?: CreatedByType;
|
353
|
-
/** The timestamp of resource last modification (UTC) */
|
354
|
-
lastModifiedAt?: Date;
|
355
|
-
}
|
356
|
-
|
357
|
-
/** The response from the List OuContainer operation. */
|
358
|
-
export interface OuContainerListResult {
|
359
|
-
/** The list of OuContainer. */
|
360
|
-
value?: OuContainer[];
|
361
|
-
/**
|
362
|
-
* The continuation token for the next page of results.
|
363
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
364
|
-
*/
|
365
|
-
readonly nextLink?: string;
|
366
|
-
}
|
367
|
-
|
368
|
-
/** Container Account Description */
|
369
|
-
export interface ContainerAccount {
|
370
|
-
/** The account name */
|
371
|
-
accountName?: string;
|
372
|
-
/** The account spn */
|
373
|
-
spn?: string;
|
374
|
-
/** The account password */
|
375
|
-
password?: string;
|
376
|
-
}
|
377
|
-
|
378
|
-
/** Domain service. */
|
379
|
-
export interface DomainService extends Resource {
|
380
|
-
/**
|
381
|
-
* Data Model Version
|
382
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
383
|
-
*/
|
384
|
-
readonly version?: number;
|
385
|
-
/**
|
386
|
-
* Azure Active Directory Tenant Id
|
387
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
388
|
-
*/
|
389
|
-
readonly tenantId?: string;
|
390
|
-
/** The name of the Azure domain that the user would like to deploy Domain Services to. */
|
391
|
-
domainName?: string;
|
392
|
-
/**
|
393
|
-
* Deployment Id
|
394
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
395
|
-
*/
|
396
|
-
readonly deploymentId?: string;
|
397
|
-
/**
|
398
|
-
* SyncOwner ReplicaSet Id
|
399
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
400
|
-
*/
|
401
|
-
readonly syncOwner?: string;
|
402
|
-
/** List of ReplicaSets */
|
403
|
-
replicaSets?: ReplicaSet[];
|
404
|
-
/** Secure LDAP Settings */
|
405
|
-
ldapsSettings?: LdapsSettings;
|
406
|
-
/** Resource Forest Settings */
|
407
|
-
resourceForestSettings?: ResourceForestSettings;
|
408
|
-
/** DomainSecurity Settings */
|
409
|
-
domainSecuritySettings?: DomainSecuritySettings;
|
410
|
-
/** Domain Configuration Type */
|
411
|
-
domainConfigurationType?: string;
|
412
|
-
/** Sku Type */
|
413
|
-
sku?: string;
|
414
|
-
/** Enabled or Disabled flag to turn on Group-based filtered sync */
|
415
|
-
filteredSync?: FilteredSync;
|
416
|
-
/** Notification Settings */
|
417
|
-
notificationSettings?: NotificationSettings;
|
418
|
-
/**
|
419
|
-
* Migration Properties
|
420
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
421
|
-
*/
|
422
|
-
readonly migrationProperties?: MigrationProperties;
|
423
|
-
/**
|
424
|
-
* the current deployment or provisioning state, which only appears in the response.
|
425
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
426
|
-
*/
|
427
|
-
readonly provisioningState?: string;
|
428
|
-
/** Configuration diagnostics data containing latest execution from client. */
|
429
|
-
configDiagnostics?: ConfigDiagnostics;
|
430
|
-
}
|
431
|
-
|
432
|
-
/** Resource for OuContainer. */
|
433
|
-
export interface OuContainer extends Resource {
|
434
|
-
/**
|
435
|
-
* Azure Active Directory tenant id
|
436
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
437
|
-
*/
|
438
|
-
readonly tenantId?: string;
|
439
|
-
/**
|
440
|
-
* The domain name of Domain Services.
|
441
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
442
|
-
*/
|
443
|
-
readonly domainName?: string;
|
444
|
-
/**
|
445
|
-
* The Deployment id
|
446
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
447
|
-
*/
|
448
|
-
readonly deploymentId?: string;
|
449
|
-
/**
|
450
|
-
* The OuContainer name
|
451
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
452
|
-
*/
|
453
|
-
readonly containerId?: string;
|
454
|
-
/** The list of container accounts */
|
455
|
-
accounts?: ContainerAccount[];
|
456
|
-
/**
|
457
|
-
* Status of OuContainer instance
|
458
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
459
|
-
*/
|
460
|
-
readonly serviceStatus?: string;
|
461
|
-
/**
|
462
|
-
* Distinguished Name of OuContainer instance
|
463
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
464
|
-
*/
|
465
|
-
readonly distinguishedName?: string;
|
466
|
-
/**
|
467
|
-
* The current deployment or provisioning state, which only appears in the response.
|
468
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
469
|
-
*/
|
470
|
-
readonly provisioningState?: string;
|
471
|
-
}
|
472
|
-
|
473
|
-
/** Known values of {@link Ldaps} that the service accepts. */
|
474
|
-
export enum KnownLdaps {
|
475
|
-
/** Enabled */
|
476
|
-
Enabled = "Enabled",
|
477
|
-
/** Disabled */
|
478
|
-
Disabled = "Disabled"
|
479
|
-
}
|
480
|
-
|
481
|
-
/**
|
482
|
-
* Defines values for Ldaps. \
|
483
|
-
* {@link KnownLdaps} can be used interchangeably with Ldaps,
|
484
|
-
* this enum contains the known values that the service supports.
|
485
|
-
* ### Known values supported by the service
|
486
|
-
* **Enabled** \
|
487
|
-
* **Disabled**
|
488
|
-
*/
|
489
|
-
export type Ldaps = string;
|
490
|
-
|
491
|
-
/** Known values of {@link ExternalAccess} that the service accepts. */
|
492
|
-
export enum KnownExternalAccess {
|
493
|
-
/** Enabled */
|
494
|
-
Enabled = "Enabled",
|
495
|
-
/** Disabled */
|
496
|
-
Disabled = "Disabled"
|
497
|
-
}
|
498
|
-
|
499
|
-
/**
|
500
|
-
* Defines values for ExternalAccess. \
|
501
|
-
* {@link KnownExternalAccess} can be used interchangeably with ExternalAccess,
|
502
|
-
* this enum contains the known values that the service supports.
|
503
|
-
* ### Known values supported by the service
|
504
|
-
* **Enabled** \
|
505
|
-
* **Disabled**
|
506
|
-
*/
|
507
|
-
export type ExternalAccess = string;
|
508
|
-
|
509
|
-
/** Known values of {@link NtlmV1} that the service accepts. */
|
510
|
-
export enum KnownNtlmV1 {
|
511
|
-
/** Enabled */
|
512
|
-
Enabled = "Enabled",
|
513
|
-
/** Disabled */
|
514
|
-
Disabled = "Disabled"
|
515
|
-
}
|
516
|
-
|
517
|
-
/**
|
518
|
-
* Defines values for NtlmV1. \
|
519
|
-
* {@link KnownNtlmV1} can be used interchangeably with NtlmV1,
|
520
|
-
* this enum contains the known values that the service supports.
|
521
|
-
* ### Known values supported by the service
|
522
|
-
* **Enabled** \
|
523
|
-
* **Disabled**
|
524
|
-
*/
|
525
|
-
export type NtlmV1 = string;
|
526
|
-
|
527
|
-
/** Known values of {@link TlsV1} that the service accepts. */
|
528
|
-
export enum KnownTlsV1 {
|
529
|
-
/** Enabled */
|
530
|
-
Enabled = "Enabled",
|
531
|
-
/** Disabled */
|
532
|
-
Disabled = "Disabled"
|
533
|
-
}
|
534
|
-
|
535
|
-
/**
|
536
|
-
* Defines values for TlsV1. \
|
537
|
-
* {@link KnownTlsV1} can be used interchangeably with TlsV1,
|
538
|
-
* this enum contains the known values that the service supports.
|
539
|
-
* ### Known values supported by the service
|
540
|
-
* **Enabled** \
|
541
|
-
* **Disabled**
|
542
|
-
*/
|
543
|
-
export type TlsV1 = string;
|
544
|
-
|
545
|
-
/** Known values of {@link SyncNtlmPasswords} that the service accepts. */
|
546
|
-
export enum KnownSyncNtlmPasswords {
|
547
|
-
/** Enabled */
|
548
|
-
Enabled = "Enabled",
|
549
|
-
/** Disabled */
|
550
|
-
Disabled = "Disabled"
|
551
|
-
}
|
552
|
-
|
553
|
-
/**
|
554
|
-
* Defines values for SyncNtlmPasswords. \
|
555
|
-
* {@link KnownSyncNtlmPasswords} can be used interchangeably with SyncNtlmPasswords,
|
556
|
-
* this enum contains the known values that the service supports.
|
557
|
-
* ### Known values supported by the service
|
558
|
-
* **Enabled** \
|
559
|
-
* **Disabled**
|
560
|
-
*/
|
561
|
-
export type SyncNtlmPasswords = string;
|
562
|
-
|
563
|
-
/** Known values of {@link SyncKerberosPasswords} that the service accepts. */
|
564
|
-
export enum KnownSyncKerberosPasswords {
|
565
|
-
/** Enabled */
|
566
|
-
Enabled = "Enabled",
|
567
|
-
/** Disabled */
|
568
|
-
Disabled = "Disabled"
|
569
|
-
}
|
570
|
-
|
571
|
-
/**
|
572
|
-
* Defines values for SyncKerberosPasswords. \
|
573
|
-
* {@link KnownSyncKerberosPasswords} can be used interchangeably with SyncKerberosPasswords,
|
574
|
-
* this enum contains the known values that the service supports.
|
575
|
-
* ### Known values supported by the service
|
576
|
-
* **Enabled** \
|
577
|
-
* **Disabled**
|
578
|
-
*/
|
579
|
-
export type SyncKerberosPasswords = string;
|
580
|
-
|
581
|
-
/** Known values of {@link SyncOnPremPasswords} that the service accepts. */
|
582
|
-
export enum KnownSyncOnPremPasswords {
|
583
|
-
/** Enabled */
|
584
|
-
Enabled = "Enabled",
|
585
|
-
/** Disabled */
|
586
|
-
Disabled = "Disabled"
|
587
|
-
}
|
588
|
-
|
589
|
-
/**
|
590
|
-
* Defines values for SyncOnPremPasswords. \
|
591
|
-
* {@link KnownSyncOnPremPasswords} can be used interchangeably with SyncOnPremPasswords,
|
592
|
-
* this enum contains the known values that the service supports.
|
593
|
-
* ### Known values supported by the service
|
594
|
-
* **Enabled** \
|
595
|
-
* **Disabled**
|
596
|
-
*/
|
597
|
-
export type SyncOnPremPasswords = string;
|
598
|
-
|
599
|
-
/** Known values of {@link KerberosRc4Encryption} that the service accepts. */
|
600
|
-
export enum KnownKerberosRc4Encryption {
|
601
|
-
/** Enabled */
|
602
|
-
Enabled = "Enabled",
|
603
|
-
/** Disabled */
|
604
|
-
Disabled = "Disabled"
|
605
|
-
}
|
606
|
-
|
607
|
-
/**
|
608
|
-
* Defines values for KerberosRc4Encryption. \
|
609
|
-
* {@link KnownKerberosRc4Encryption} can be used interchangeably with KerberosRc4Encryption,
|
610
|
-
* this enum contains the known values that the service supports.
|
611
|
-
* ### Known values supported by the service
|
612
|
-
* **Enabled** \
|
613
|
-
* **Disabled**
|
614
|
-
*/
|
615
|
-
export type KerberosRc4Encryption = string;
|
616
|
-
|
617
|
-
/** Known values of {@link KerberosArmoring} that the service accepts. */
|
618
|
-
export enum KnownKerberosArmoring {
|
619
|
-
/** Enabled */
|
620
|
-
Enabled = "Enabled",
|
621
|
-
/** Disabled */
|
622
|
-
Disabled = "Disabled"
|
623
|
-
}
|
624
|
-
|
625
|
-
/**
|
626
|
-
* Defines values for KerberosArmoring. \
|
627
|
-
* {@link KnownKerberosArmoring} can be used interchangeably with KerberosArmoring,
|
628
|
-
* this enum contains the known values that the service supports.
|
629
|
-
* ### Known values supported by the service
|
630
|
-
* **Enabled** \
|
631
|
-
* **Disabled**
|
632
|
-
*/
|
633
|
-
export type KerberosArmoring = string;
|
634
|
-
|
635
|
-
/** Known values of {@link FilteredSync} that the service accepts. */
|
636
|
-
export enum KnownFilteredSync {
|
637
|
-
/** Enabled */
|
638
|
-
Enabled = "Enabled",
|
639
|
-
/** Disabled */
|
640
|
-
Disabled = "Disabled"
|
641
|
-
}
|
642
|
-
|
643
|
-
/**
|
644
|
-
* Defines values for FilteredSync. \
|
645
|
-
* {@link KnownFilteredSync} can be used interchangeably with FilteredSync,
|
646
|
-
* this enum contains the known values that the service supports.
|
647
|
-
* ### Known values supported by the service
|
648
|
-
* **Enabled** \
|
649
|
-
* **Disabled**
|
650
|
-
*/
|
651
|
-
export type FilteredSync = string;
|
652
|
-
|
653
|
-
/** Known values of {@link NotifyGlobalAdmins} that the service accepts. */
|
654
|
-
export enum KnownNotifyGlobalAdmins {
|
655
|
-
/** Enabled */
|
656
|
-
Enabled = "Enabled",
|
657
|
-
/** Disabled */
|
658
|
-
Disabled = "Disabled"
|
659
|
-
}
|
660
|
-
|
661
|
-
/**
|
662
|
-
* Defines values for NotifyGlobalAdmins. \
|
663
|
-
* {@link KnownNotifyGlobalAdmins} can be used interchangeably with NotifyGlobalAdmins,
|
664
|
-
* this enum contains the known values that the service supports.
|
665
|
-
* ### Known values supported by the service
|
666
|
-
* **Enabled** \
|
667
|
-
* **Disabled**
|
668
|
-
*/
|
669
|
-
export type NotifyGlobalAdmins = string;
|
670
|
-
|
671
|
-
/** Known values of {@link NotifyDcAdmins} that the service accepts. */
|
672
|
-
export enum KnownNotifyDcAdmins {
|
673
|
-
/** Enabled */
|
674
|
-
Enabled = "Enabled",
|
675
|
-
/** Disabled */
|
676
|
-
Disabled = "Disabled"
|
677
|
-
}
|
678
|
-
|
679
|
-
/**
|
680
|
-
* Defines values for NotifyDcAdmins. \
|
681
|
-
* {@link KnownNotifyDcAdmins} can be used interchangeably with NotifyDcAdmins,
|
682
|
-
* this enum contains the known values that the service supports.
|
683
|
-
* ### Known values supported by the service
|
684
|
-
* **Enabled** \
|
685
|
-
* **Disabled**
|
686
|
-
*/
|
687
|
-
export type NotifyDcAdmins = string;
|
688
|
-
|
689
|
-
/** Known values of {@link Status} that the service accepts. */
|
690
|
-
export enum KnownStatus {
|
691
|
-
/** None */
|
692
|
-
None = "None",
|
693
|
-
/** Running */
|
694
|
-
Running = "Running",
|
695
|
-
/** OK */
|
696
|
-
OK = "OK",
|
697
|
-
/** Failure */
|
698
|
-
Failure = "Failure",
|
699
|
-
/** Warning */
|
700
|
-
Warning = "Warning",
|
701
|
-
/** Skipped */
|
702
|
-
Skipped = "Skipped"
|
703
|
-
}
|
704
|
-
|
705
|
-
/**
|
706
|
-
* Defines values for Status. \
|
707
|
-
* {@link KnownStatus} can be used interchangeably with Status,
|
708
|
-
* this enum contains the known values that the service supports.
|
709
|
-
* ### Known values supported by the service
|
710
|
-
* **None** \
|
711
|
-
* **Running** \
|
712
|
-
* **OK** \
|
713
|
-
* **Failure** \
|
714
|
-
* **Warning** \
|
715
|
-
* **Skipped**
|
716
|
-
*/
|
717
|
-
export type Status = string;
|
718
|
-
|
719
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
720
|
-
export enum KnownCreatedByType {
|
721
|
-
/** User */
|
722
|
-
User = "User",
|
723
|
-
/** Application */
|
724
|
-
Application = "Application",
|
725
|
-
/** ManagedIdentity */
|
726
|
-
ManagedIdentity = "ManagedIdentity",
|
727
|
-
/** Key */
|
728
|
-
Key = "Key"
|
729
|
-
}
|
730
|
-
|
731
|
-
/**
|
732
|
-
* Defines values for CreatedByType. \
|
733
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
734
|
-
* this enum contains the known values that the service supports.
|
735
|
-
* ### Known values supported by the service
|
736
|
-
* **User** \
|
737
|
-
* **Application** \
|
738
|
-
* **ManagedIdentity** \
|
739
|
-
* **Key**
|
740
|
-
*/
|
741
|
-
export type CreatedByType = string;
|
742
|
-
|
743
|
-
/** Optional parameters. */
|
744
|
-
export interface DomainServiceOperationsListOptionalParams
|
745
|
-
extends coreClient.OperationOptions {}
|
746
|
-
|
747
|
-
/** Contains response data for the list operation. */
|
748
|
-
export type DomainServiceOperationsListResponse = OperationEntityListResult;
|
749
|
-
|
750
|
-
/** Optional parameters. */
|
751
|
-
export interface DomainServiceOperationsListNextOptionalParams
|
752
|
-
extends coreClient.OperationOptions {}
|
753
|
-
|
754
|
-
/** Contains response data for the listNext operation. */
|
755
|
-
export type DomainServiceOperationsListNextResponse = OperationEntityListResult;
|
756
|
-
|
757
|
-
/** Optional parameters. */
|
758
|
-
export interface DomainServicesListOptionalParams
|
759
|
-
extends coreClient.OperationOptions {}
|
760
|
-
|
761
|
-
/** Contains response data for the list operation. */
|
762
|
-
export type DomainServicesListResponse = DomainServiceListResult;
|
763
|
-
|
764
|
-
/** Optional parameters. */
|
765
|
-
export interface DomainServicesListByResourceGroupOptionalParams
|
766
|
-
extends coreClient.OperationOptions {}
|
767
|
-
|
768
|
-
/** Contains response data for the listByResourceGroup operation. */
|
769
|
-
export type DomainServicesListByResourceGroupResponse = DomainServiceListResult;
|
770
|
-
|
771
|
-
/** Optional parameters. */
|
772
|
-
export interface DomainServicesCreateOrUpdateOptionalParams
|
773
|
-
extends coreClient.OperationOptions {
|
774
|
-
/** Delay to wait until next poll, in milliseconds. */
|
775
|
-
updateIntervalInMs?: number;
|
776
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
777
|
-
resumeFrom?: string;
|
778
|
-
}
|
779
|
-
|
780
|
-
/** Contains response data for the createOrUpdate operation. */
|
781
|
-
export type DomainServicesCreateOrUpdateResponse = DomainService;
|
782
|
-
|
783
|
-
/** Optional parameters. */
|
784
|
-
export interface DomainServicesGetOptionalParams
|
785
|
-
extends coreClient.OperationOptions {}
|
786
|
-
|
787
|
-
/** Contains response data for the get operation. */
|
788
|
-
export type DomainServicesGetResponse = DomainService;
|
789
|
-
|
790
|
-
/** Optional parameters. */
|
791
|
-
export interface DomainServicesDeleteOptionalParams
|
792
|
-
extends coreClient.OperationOptions {
|
793
|
-
/** Delay to wait until next poll, in milliseconds. */
|
794
|
-
updateIntervalInMs?: number;
|
795
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
796
|
-
resumeFrom?: string;
|
797
|
-
}
|
798
|
-
|
799
|
-
/** Optional parameters. */
|
800
|
-
export interface DomainServicesUpdateOptionalParams
|
801
|
-
extends coreClient.OperationOptions {
|
802
|
-
/** Delay to wait until next poll, in milliseconds. */
|
803
|
-
updateIntervalInMs?: number;
|
804
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
805
|
-
resumeFrom?: string;
|
806
|
-
}
|
807
|
-
|
808
|
-
/** Contains response data for the update operation. */
|
809
|
-
export type DomainServicesUpdateResponse = DomainService;
|
810
|
-
|
811
|
-
/** Optional parameters. */
|
812
|
-
export interface DomainServicesListNextOptionalParams
|
813
|
-
extends coreClient.OperationOptions {}
|
814
|
-
|
815
|
-
/** Contains response data for the listNext operation. */
|
816
|
-
export type DomainServicesListNextResponse = DomainServiceListResult;
|
817
|
-
|
818
|
-
/** Optional parameters. */
|
819
|
-
export interface DomainServicesListByResourceGroupNextOptionalParams
|
820
|
-
extends coreClient.OperationOptions {}
|
821
|
-
|
822
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
823
|
-
export type DomainServicesListByResourceGroupNextResponse = DomainServiceListResult;
|
824
|
-
|
825
|
-
/** Optional parameters. */
|
826
|
-
export interface OuContainerOperationsListOptionalParams
|
827
|
-
extends coreClient.OperationOptions {}
|
828
|
-
|
829
|
-
/** Contains response data for the list operation. */
|
830
|
-
export type OuContainerOperationsListResponse = OperationEntityListResult;
|
831
|
-
|
832
|
-
/** Optional parameters. */
|
833
|
-
export interface OuContainerOperationsListNextOptionalParams
|
834
|
-
extends coreClient.OperationOptions {}
|
835
|
-
|
836
|
-
/** Contains response data for the listNext operation. */
|
837
|
-
export type OuContainerOperationsListNextResponse = OperationEntityListResult;
|
838
|
-
|
839
|
-
/** Optional parameters. */
|
840
|
-
export interface OuContainerListOptionalParams
|
841
|
-
extends coreClient.OperationOptions {}
|
842
|
-
|
843
|
-
/** Contains response data for the list operation. */
|
844
|
-
export type OuContainerListResponse = OuContainerListResult;
|
845
|
-
|
846
|
-
/** Optional parameters. */
|
847
|
-
export interface OuContainerGetOptionalParams
|
848
|
-
extends coreClient.OperationOptions {}
|
849
|
-
|
850
|
-
/** Contains response data for the get operation. */
|
851
|
-
export type OuContainerGetResponse = OuContainer;
|
852
|
-
|
853
|
-
/** Optional parameters. */
|
854
|
-
export interface OuContainerCreateOptionalParams
|
855
|
-
extends coreClient.OperationOptions {
|
856
|
-
/** Delay to wait until next poll, in milliseconds. */
|
857
|
-
updateIntervalInMs?: number;
|
858
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
859
|
-
resumeFrom?: string;
|
860
|
-
}
|
861
|
-
|
862
|
-
/** Contains response data for the create operation. */
|
863
|
-
export type OuContainerCreateResponse = OuContainer;
|
864
|
-
|
865
|
-
/** Optional parameters. */
|
866
|
-
export interface OuContainerDeleteOptionalParams
|
867
|
-
extends coreClient.OperationOptions {
|
868
|
-
/** Delay to wait until next poll, in milliseconds. */
|
869
|
-
updateIntervalInMs?: number;
|
870
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
871
|
-
resumeFrom?: string;
|
872
|
-
}
|
873
|
-
|
874
|
-
/** Optional parameters. */
|
875
|
-
export interface OuContainerUpdateOptionalParams
|
876
|
-
extends coreClient.OperationOptions {
|
877
|
-
/** Delay to wait until next poll, in milliseconds. */
|
878
|
-
updateIntervalInMs?: number;
|
879
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
880
|
-
resumeFrom?: string;
|
881
|
-
}
|
882
|
-
|
883
|
-
/** Contains response data for the update operation. */
|
884
|
-
export type OuContainerUpdateResponse = OuContainer;
|
885
|
-
|
886
|
-
/** Optional parameters. */
|
887
|
-
export interface OuContainerListNextOptionalParams
|
888
|
-
extends coreClient.OperationOptions {}
|
889
|
-
|
890
|
-
/** Contains response data for the listNext operation. */
|
891
|
-
export type OuContainerListNextResponse = OuContainerListResult;
|
892
|
-
|
893
|
-
/** Optional parameters. */
|
894
|
-
export interface DomainServicesResourceProviderOptionalParams
|
895
|
-
extends coreClient.ServiceClientOptions {
|
896
|
-
/** server parameter */
|
897
|
-
$host?: string;
|
898
|
-
/** Api Version */
|
899
|
-
apiVersion?: string;
|
900
|
-
/** Overrides client endpoint. */
|
901
|
-
endpoint?: string;
|
902
|
-
}
|