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