@azure/arm-cosmosdb 16.3.0-alpha.20250522.1 → 16.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/dist/browser/cosmosDBManagementClient.d.ts +2 -10
- package/dist/browser/cosmosDBManagementClient.d.ts.map +1 -1
- package/dist/browser/cosmosDBManagementClient.js +4 -13
- package/dist/browser/cosmosDBManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -0
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +285 -2015
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +12 -196
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +29 -131
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +1733 -4254
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +6 -28
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +45 -206
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/cassandraClusters.d.ts +1 -65
- package/dist/browser/operations/cassandraClusters.d.ts.map +1 -1
- package/dist/browser/operations/cassandraClusters.js +1 -310
- package/dist/browser/operations/cassandraClusters.js.map +1 -1
- package/dist/browser/operations/cassandraDataCenters.js +2 -2
- package/dist/browser/operations/cassandraDataCenters.js.map +1 -1
- package/dist/browser/operations/cassandraResources.d.ts +1 -134
- package/dist/browser/operations/cassandraResources.d.ts.map +1 -1
- package/dist/browser/operations/cassandraResources.js +0 -579
- package/dist/browser/operations/cassandraResources.js.map +1 -1
- package/dist/browser/operations/gremlinResources.js +8 -8
- package/dist/browser/operations/gremlinResources.js.map +1 -1
- package/dist/browser/operations/index.d.ts +0 -8
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +0 -8
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/mongoDBResources.d.ts +1 -123
- package/dist/browser/operations/mongoDBResources.d.ts.map +1 -1
- package/dist/browser/operations/mongoDBResources.js +0 -590
- package/dist/browser/operations/mongoDBResources.js.map +1 -1
- package/dist/browser/operations/sqlResources.d.ts +26 -148
- package/dist/browser/operations/sqlResources.d.ts.map +1 -1
- package/dist/browser/operations/sqlResources.js +92 -682
- package/dist/browser/operations/sqlResources.js.map +1 -1
- package/dist/browser/operations/tableResources.d.ts +1 -121
- package/dist/browser/operations/tableResources.d.ts.map +1 -1
- package/dist/browser/operations/tableResources.js +0 -568
- package/dist/browser/operations/tableResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraClusters.d.ts +1 -47
- package/dist/browser/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraClusters.js.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraResources.d.ts +1 -124
- package/dist/browser/operationsInterfaces/cassandraResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/collectionRegion.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/collectionRegion.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -8
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +0 -8
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/mongoDBResources.d.ts +1 -123
- package/dist/browser/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/mongoDBResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/sqlResources.d.ts +20 -142
- package/dist/browser/operationsInterfaces/sqlResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/sqlResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/tableResources.d.ts +1 -103
- package/dist/browser/operationsInterfaces/tableResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/tableResources.js.map +1 -1
- package/dist/commonjs/cosmosDBManagementClient.d.ts +2 -10
- package/dist/commonjs/cosmosDBManagementClient.d.ts.map +1 -1
- package/dist/commonjs/cosmosDBManagementClient.js +3 -12
- package/dist/commonjs/cosmosDBManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -0
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +285 -2015
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +13 -198
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +29 -131
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +1740 -4263
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +6 -28
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +46 -207
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/cassandraClusters.d.ts +1 -65
- package/dist/commonjs/operations/cassandraClusters.d.ts.map +1 -1
- package/dist/commonjs/operations/cassandraClusters.js +1 -310
- package/dist/commonjs/operations/cassandraClusters.js.map +1 -1
- package/dist/commonjs/operations/cassandraDataCenters.js +2 -2
- package/dist/commonjs/operations/cassandraDataCenters.js.map +1 -1
- package/dist/commonjs/operations/cassandraResources.d.ts +1 -134
- package/dist/commonjs/operations/cassandraResources.d.ts.map +1 -1
- package/dist/commonjs/operations/cassandraResources.js +0 -579
- package/dist/commonjs/operations/cassandraResources.js.map +1 -1
- package/dist/commonjs/operations/gremlinResources.js +8 -8
- package/dist/commonjs/operations/gremlinResources.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +0 -8
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +0 -8
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/mongoDBResources.d.ts +1 -123
- package/dist/commonjs/operations/mongoDBResources.d.ts.map +1 -1
- package/dist/commonjs/operations/mongoDBResources.js +0 -590
- package/dist/commonjs/operations/mongoDBResources.js.map +1 -1
- package/dist/commonjs/operations/sqlResources.d.ts +26 -148
- package/dist/commonjs/operations/sqlResources.d.ts.map +1 -1
- package/dist/commonjs/operations/sqlResources.js +92 -682
- package/dist/commonjs/operations/sqlResources.js.map +1 -1
- package/dist/commonjs/operations/tableResources.d.ts +1 -121
- package/dist/commonjs/operations/tableResources.d.ts.map +1 -1
- package/dist/commonjs/operations/tableResources.js +0 -568
- package/dist/commonjs/operations/tableResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraClusters.d.ts +1 -47
- package/dist/commonjs/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraClusters.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraResources.d.ts +1 -124
- package/dist/commonjs/operationsInterfaces/cassandraResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionRegion.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionRegion.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -8
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -8
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/mongoDBResources.d.ts +1 -123
- package/dist/commonjs/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/mongoDBResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlResources.d.ts +20 -142
- package/dist/commonjs/operationsInterfaces/sqlResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/tableResources.d.ts +1 -103
- package/dist/commonjs/operationsInterfaces/tableResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/tableResources.js.map +1 -1
- package/dist/esm/cosmosDBManagementClient.d.ts +2 -10
- package/dist/esm/cosmosDBManagementClient.d.ts.map +1 -1
- package/dist/esm/cosmosDBManagementClient.js +4 -13
- package/dist/esm/cosmosDBManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -0
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +285 -2015
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +12 -196
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +29 -131
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +1733 -4254
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +6 -28
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +45 -206
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/cassandraClusters.d.ts +1 -65
- package/dist/esm/operations/cassandraClusters.d.ts.map +1 -1
- package/dist/esm/operations/cassandraClusters.js +1 -310
- package/dist/esm/operations/cassandraClusters.js.map +1 -1
- package/dist/esm/operations/cassandraDataCenters.js +2 -2
- package/dist/esm/operations/cassandraDataCenters.js.map +1 -1
- package/dist/esm/operations/cassandraResources.d.ts +1 -134
- package/dist/esm/operations/cassandraResources.d.ts.map +1 -1
- package/dist/esm/operations/cassandraResources.js +0 -579
- package/dist/esm/operations/cassandraResources.js.map +1 -1
- package/dist/esm/operations/gremlinResources.js +8 -8
- package/dist/esm/operations/gremlinResources.js.map +1 -1
- package/dist/esm/operations/index.d.ts +0 -8
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +0 -8
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/mongoDBResources.d.ts +1 -123
- package/dist/esm/operations/mongoDBResources.d.ts.map +1 -1
- package/dist/esm/operations/mongoDBResources.js +0 -590
- package/dist/esm/operations/mongoDBResources.js.map +1 -1
- package/dist/esm/operations/sqlResources.d.ts +26 -148
- package/dist/esm/operations/sqlResources.d.ts.map +1 -1
- package/dist/esm/operations/sqlResources.js +92 -682
- package/dist/esm/operations/sqlResources.js.map +1 -1
- package/dist/esm/operations/tableResources.d.ts +1 -121
- package/dist/esm/operations/tableResources.d.ts.map +1 -1
- package/dist/esm/operations/tableResources.js +0 -568
- package/dist/esm/operations/tableResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraClusters.d.ts +1 -47
- package/dist/esm/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraClusters.js.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraResources.d.ts +1 -124
- package/dist/esm/operationsInterfaces/cassandraResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/collectionRegion.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/collectionRegion.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -8
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +0 -8
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/mongoDBResources.d.ts +1 -123
- package/dist/esm/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/mongoDBResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/sqlResources.d.ts +20 -142
- package/dist/esm/operationsInterfaces/sqlResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/sqlResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/tableResources.d.ts +1 -103
- package/dist/esm/operationsInterfaces/tableResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/tableResources.js.map +1 -1
- package/dist/react-native/cosmosDBManagementClient.d.ts +2 -10
- package/dist/react-native/cosmosDBManagementClient.d.ts.map +1 -1
- package/dist/react-native/cosmosDBManagementClient.js +4 -13
- package/dist/react-native/cosmosDBManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +7 -0
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +285 -2015
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +12 -196
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +29 -131
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +1733 -4254
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +6 -28
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +45 -206
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/cassandraClusters.d.ts +1 -65
- package/dist/react-native/operations/cassandraClusters.d.ts.map +1 -1
- package/dist/react-native/operations/cassandraClusters.js +1 -310
- package/dist/react-native/operations/cassandraClusters.js.map +1 -1
- package/dist/react-native/operations/cassandraDataCenters.js +2 -2
- package/dist/react-native/operations/cassandraDataCenters.js.map +1 -1
- package/dist/react-native/operations/cassandraResources.d.ts +1 -134
- package/dist/react-native/operations/cassandraResources.d.ts.map +1 -1
- package/dist/react-native/operations/cassandraResources.js +0 -579
- package/dist/react-native/operations/cassandraResources.js.map +1 -1
- package/dist/react-native/operations/gremlinResources.js +8 -8
- package/dist/react-native/operations/gremlinResources.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +0 -8
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +0 -8
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/mongoDBResources.d.ts +1 -123
- package/dist/react-native/operations/mongoDBResources.d.ts.map +1 -1
- package/dist/react-native/operations/mongoDBResources.js +0 -590
- package/dist/react-native/operations/mongoDBResources.js.map +1 -1
- package/dist/react-native/operations/sqlResources.d.ts +26 -148
- package/dist/react-native/operations/sqlResources.d.ts.map +1 -1
- package/dist/react-native/operations/sqlResources.js +92 -682
- package/dist/react-native/operations/sqlResources.js.map +1 -1
- package/dist/react-native/operations/tableResources.d.ts +1 -121
- package/dist/react-native/operations/tableResources.d.ts.map +1 -1
- package/dist/react-native/operations/tableResources.js +0 -568
- package/dist/react-native/operations/tableResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraClusters.d.ts +1 -47
- package/dist/react-native/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraClusters.js.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraResources.d.ts +1 -124
- package/dist/react-native/operationsInterfaces/cassandraResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionRegion.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionRegion.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -8
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -8
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/mongoDBResources.d.ts +1 -123
- package/dist/react-native/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/mongoDBResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlResources.d.ts +20 -142
- package/dist/react-native/operationsInterfaces/sqlResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/tableResources.d.ts +1 -103
- package/dist/react-native/operationsInterfaces/tableResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/tableResources.js.map +1 -1
- package/package.json +23 -23
- package/review/arm-cosmosdb.api.md +39 -1537
- package/dist/browser/operations/chaosFault.d.ts +0 -65
- package/dist/browser/operations/chaosFault.d.ts.map +0 -1
- package/dist/browser/operations/chaosFault.js +0 -279
- package/dist/browser/operations/chaosFault.js.map +0 -1
- package/dist/browser/operations/dataTransferJobs.d.ts +0 -87
- package/dist/browser/operations/dataTransferJobs.d.ts.map +0 -1
- package/dist/browser/operations/dataTransferJobs.js +0 -345
- package/dist/browser/operations/dataTransferJobs.js.map +0 -1
- package/dist/browser/operations/graphResources.d.ts +0 -73
- package/dist/browser/operations/graphResources.d.ts.map +0 -1
- package/dist/browser/operations/graphResources.js +0 -291
- package/dist/browser/operations/graphResources.js.map +0 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +0 -282
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/browser/operations/throughputPool.d.ts +0 -67
- package/dist/browser/operations/throughputPool.d.ts.map +0 -1
- package/dist/browser/operations/throughputPool.js +0 -308
- package/dist/browser/operations/throughputPool.js.map +0 -1
- package/dist/browser/operations/throughputPoolAccount.d.ts +0 -58
- package/dist/browser/operations/throughputPoolAccount.d.ts.map +0 -1
- package/dist/browser/operations/throughputPoolAccount.js +0 -248
- package/dist/browser/operations/throughputPoolAccount.js.map +0 -1
- package/dist/browser/operations/throughputPoolAccounts.d.ts +0 -38
- package/dist/browser/operations/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/browser/operations/throughputPoolAccounts.js +0 -150
- package/dist/browser/operations/throughputPoolAccounts.js.map +0 -1
- package/dist/browser/operations/throughputPools.d.ts +0 -53
- package/dist/browser/operations/throughputPools.d.ts.map +0 -1
- package/dist/browser/operations/throughputPools.js +0 -256
- package/dist/browser/operations/throughputPools.js.map +0 -1
- package/dist/browser/operationsInterfaces/chaosFault.d.ts +0 -40
- package/dist/browser/operationsInterfaces/chaosFault.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/chaosFault.js +0 -9
- package/dist/browser/operationsInterfaces/chaosFault.js.map +0 -1
- package/dist/browser/operationsInterfaces/dataTransferJobs.d.ts +0 -62
- package/dist/browser/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/dataTransferJobs.js +0 -9
- package/dist/browser/operationsInterfaces/dataTransferJobs.js.map +0 -1
- package/dist/browser/operationsInterfaces/graphResources.d.ts +0 -56
- package/dist/browser/operationsInterfaces/graphResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/graphResources.js +0 -9
- package/dist/browser/operationsInterfaces/graphResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPool.d.ts +0 -59
- package/dist/browser/operationsInterfaces/throughputPool.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPool.js +0 -9
- package/dist/browser/operationsInterfaces/throughputPool.js.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
- package/dist/browser/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPoolAccount.js +0 -9
- package/dist/browser/operationsInterfaces/throughputPoolAccount.js.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
- package/dist/browser/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPoolAccounts.js +0 -9
- package/dist/browser/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPools.d.ts +0 -17
- package/dist/browser/operationsInterfaces/throughputPools.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPools.js +0 -9
- package/dist/browser/operationsInterfaces/throughputPools.js.map +0 -1
- package/dist/commonjs/operations/chaosFault.d.ts +0 -65
- package/dist/commonjs/operations/chaosFault.d.ts.map +0 -1
- package/dist/commonjs/operations/chaosFault.js +0 -283
- package/dist/commonjs/operations/chaosFault.js.map +0 -1
- package/dist/commonjs/operations/dataTransferJobs.d.ts +0 -87
- package/dist/commonjs/operations/dataTransferJobs.d.ts.map +0 -1
- package/dist/commonjs/operations/dataTransferJobs.js +0 -349
- package/dist/commonjs/operations/dataTransferJobs.js.map +0 -1
- package/dist/commonjs/operations/graphResources.d.ts +0 -73
- package/dist/commonjs/operations/graphResources.d.ts.map +0 -1
- package/dist/commonjs/operations/graphResources.js +0 -295
- package/dist/commonjs/operations/graphResources.js.map +0 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +0 -286
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/commonjs/operations/throughputPool.d.ts +0 -67
- package/dist/commonjs/operations/throughputPool.d.ts.map +0 -1
- package/dist/commonjs/operations/throughputPool.js +0 -313
- package/dist/commonjs/operations/throughputPool.js.map +0 -1
- package/dist/commonjs/operations/throughputPoolAccount.d.ts +0 -58
- package/dist/commonjs/operations/throughputPoolAccount.d.ts.map +0 -1
- package/dist/commonjs/operations/throughputPoolAccount.js +0 -253
- package/dist/commonjs/operations/throughputPoolAccount.js.map +0 -1
- package/dist/commonjs/operations/throughputPoolAccounts.d.ts +0 -38
- package/dist/commonjs/operations/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/commonjs/operations/throughputPoolAccounts.js +0 -154
- package/dist/commonjs/operations/throughputPoolAccounts.js.map +0 -1
- package/dist/commonjs/operations/throughputPools.d.ts +0 -53
- package/dist/commonjs/operations/throughputPools.d.ts.map +0 -1
- package/dist/commonjs/operations/throughputPools.js +0 -260
- package/dist/commonjs/operations/throughputPools.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/chaosFault.d.ts +0 -40
- package/dist/commonjs/operationsInterfaces/chaosFault.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/chaosFault.js +0 -10
- package/dist/commonjs/operationsInterfaces/chaosFault.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/dataTransferJobs.d.ts +0 -62
- package/dist/commonjs/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/dataTransferJobs.js +0 -10
- package/dist/commonjs/operationsInterfaces/dataTransferJobs.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/graphResources.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/graphResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/graphResources.js +0 -10
- package/dist/commonjs/operationsInterfaces/graphResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -10
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPool.d.ts +0 -59
- package/dist/commonjs/operationsInterfaces/throughputPool.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPool.js +0 -10
- package/dist/commonjs/operationsInterfaces/throughputPool.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
- package/dist/commonjs/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPoolAccount.js +0 -10
- package/dist/commonjs/operationsInterfaces/throughputPoolAccount.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.js +0 -10
- package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPools.d.ts +0 -17
- package/dist/commonjs/operationsInterfaces/throughputPools.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPools.js +0 -10
- package/dist/commonjs/operationsInterfaces/throughputPools.js.map +0 -1
- package/dist/esm/operations/chaosFault.d.ts +0 -65
- package/dist/esm/operations/chaosFault.d.ts.map +0 -1
- package/dist/esm/operations/chaosFault.js +0 -279
- package/dist/esm/operations/chaosFault.js.map +0 -1
- package/dist/esm/operations/dataTransferJobs.d.ts +0 -87
- package/dist/esm/operations/dataTransferJobs.d.ts.map +0 -1
- package/dist/esm/operations/dataTransferJobs.js +0 -345
- package/dist/esm/operations/dataTransferJobs.js.map +0 -1
- package/dist/esm/operations/graphResources.d.ts +0 -73
- package/dist/esm/operations/graphResources.d.ts.map +0 -1
- package/dist/esm/operations/graphResources.js +0 -291
- package/dist/esm/operations/graphResources.js.map +0 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +0 -282
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/esm/operations/throughputPool.d.ts +0 -67
- package/dist/esm/operations/throughputPool.d.ts.map +0 -1
- package/dist/esm/operations/throughputPool.js +0 -308
- package/dist/esm/operations/throughputPool.js.map +0 -1
- package/dist/esm/operations/throughputPoolAccount.d.ts +0 -58
- package/dist/esm/operations/throughputPoolAccount.d.ts.map +0 -1
- package/dist/esm/operations/throughputPoolAccount.js +0 -248
- package/dist/esm/operations/throughputPoolAccount.js.map +0 -1
- package/dist/esm/operations/throughputPoolAccounts.d.ts +0 -38
- package/dist/esm/operations/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/esm/operations/throughputPoolAccounts.js +0 -150
- package/dist/esm/operations/throughputPoolAccounts.js.map +0 -1
- package/dist/esm/operations/throughputPools.d.ts +0 -53
- package/dist/esm/operations/throughputPools.d.ts.map +0 -1
- package/dist/esm/operations/throughputPools.js +0 -256
- package/dist/esm/operations/throughputPools.js.map +0 -1
- package/dist/esm/operationsInterfaces/chaosFault.d.ts +0 -40
- package/dist/esm/operationsInterfaces/chaosFault.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/chaosFault.js +0 -9
- package/dist/esm/operationsInterfaces/chaosFault.js.map +0 -1
- package/dist/esm/operationsInterfaces/dataTransferJobs.d.ts +0 -62
- package/dist/esm/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/dataTransferJobs.js +0 -9
- package/dist/esm/operationsInterfaces/dataTransferJobs.js.map +0 -1
- package/dist/esm/operationsInterfaces/graphResources.d.ts +0 -56
- package/dist/esm/operationsInterfaces/graphResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/graphResources.js +0 -9
- package/dist/esm/operationsInterfaces/graphResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPool.d.ts +0 -59
- package/dist/esm/operationsInterfaces/throughputPool.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPool.js +0 -9
- package/dist/esm/operationsInterfaces/throughputPool.js.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
- package/dist/esm/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPoolAccount.js +0 -9
- package/dist/esm/operationsInterfaces/throughputPoolAccount.js.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
- package/dist/esm/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPoolAccounts.js +0 -9
- package/dist/esm/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPools.d.ts +0 -17
- package/dist/esm/operationsInterfaces/throughputPools.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPools.js +0 -9
- package/dist/esm/operationsInterfaces/throughputPools.js.map +0 -1
- package/dist/react-native/operations/chaosFault.d.ts +0 -65
- package/dist/react-native/operations/chaosFault.d.ts.map +0 -1
- package/dist/react-native/operations/chaosFault.js +0 -279
- package/dist/react-native/operations/chaosFault.js.map +0 -1
- package/dist/react-native/operations/dataTransferJobs.d.ts +0 -87
- package/dist/react-native/operations/dataTransferJobs.d.ts.map +0 -1
- package/dist/react-native/operations/dataTransferJobs.js +0 -345
- package/dist/react-native/operations/dataTransferJobs.js.map +0 -1
- package/dist/react-native/operations/graphResources.d.ts +0 -73
- package/dist/react-native/operations/graphResources.d.ts.map +0 -1
- package/dist/react-native/operations/graphResources.js +0 -291
- package/dist/react-native/operations/graphResources.js.map +0 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +0 -282
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/react-native/operations/throughputPool.d.ts +0 -67
- package/dist/react-native/operations/throughputPool.d.ts.map +0 -1
- package/dist/react-native/operations/throughputPool.js +0 -308
- package/dist/react-native/operations/throughputPool.js.map +0 -1
- package/dist/react-native/operations/throughputPoolAccount.d.ts +0 -58
- package/dist/react-native/operations/throughputPoolAccount.d.ts.map +0 -1
- package/dist/react-native/operations/throughputPoolAccount.js +0 -248
- package/dist/react-native/operations/throughputPoolAccount.js.map +0 -1
- package/dist/react-native/operations/throughputPoolAccounts.d.ts +0 -38
- package/dist/react-native/operations/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/react-native/operations/throughputPoolAccounts.js +0 -150
- package/dist/react-native/operations/throughputPoolAccounts.js.map +0 -1
- package/dist/react-native/operations/throughputPools.d.ts +0 -53
- package/dist/react-native/operations/throughputPools.d.ts.map +0 -1
- package/dist/react-native/operations/throughputPools.js +0 -256
- package/dist/react-native/operations/throughputPools.js.map +0 -1
- package/dist/react-native/operationsInterfaces/chaosFault.d.ts +0 -40
- package/dist/react-native/operationsInterfaces/chaosFault.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/chaosFault.js +0 -9
- package/dist/react-native/operationsInterfaces/chaosFault.js.map +0 -1
- package/dist/react-native/operationsInterfaces/dataTransferJobs.d.ts +0 -62
- package/dist/react-native/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/dataTransferJobs.js +0 -9
- package/dist/react-native/operationsInterfaces/dataTransferJobs.js.map +0 -1
- package/dist/react-native/operationsInterfaces/graphResources.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/graphResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/graphResources.js +0 -9
- package/dist/react-native/operationsInterfaces/graphResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPool.d.ts +0 -59
- package/dist/react-native/operationsInterfaces/throughputPool.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPool.js +0 -9
- package/dist/react-native/operationsInterfaces/throughputPool.js.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
- package/dist/react-native/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPoolAccount.js +0 -9
- package/dist/react-native/operationsInterfaces/throughputPoolAccount.js.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPoolAccounts.js +0 -9
- package/dist/react-native/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPools.d.ts +0 -17
- package/dist/react-native/operationsInterfaces/throughputPools.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPools.js +0 -9
- package/dist/react-native/operationsInterfaces/throughputPools.js.map +0 -1
|
@@ -7,20 +7,7 @@
|
|
|
7
7
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.
|
|
11
|
-
exports.KnownNodeStatus = exports.KnownDedicatedGatewayType = exports.KnownContinuousTier = exports.KnownServiceStatus = exports.KnownServiceType = exports.KnownServiceSize = exports.KnownOperationType = exports.KnownApiType = exports.KnownNotebookWorkspaceName = exports.KnownResourceAssociationAccessMode = exports.KnownAccessRuleDirection = void 0;
|
|
12
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
13
|
-
var KnownCreatedByType;
|
|
14
|
-
(function (KnownCreatedByType) {
|
|
15
|
-
/** User */
|
|
16
|
-
KnownCreatedByType["User"] = "User";
|
|
17
|
-
/** Application */
|
|
18
|
-
KnownCreatedByType["Application"] = "Application";
|
|
19
|
-
/** ManagedIdentity */
|
|
20
|
-
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
21
|
-
/** Key */
|
|
22
|
-
KnownCreatedByType["Key"] = "Key";
|
|
23
|
-
})(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
|
|
10
|
+
exports.KnownNodeStatus = exports.KnownDedicatedGatewayType = exports.KnownContinuousTier = exports.KnownServiceStatus = exports.KnownServiceType = exports.KnownServiceSize = exports.KnownOperationType = exports.KnownApiType = exports.KnownNotebookWorkspaceName = exports.KnownNodeState = exports.KnownConnectionState = exports.KnownManagedCassandraResourceIdentityType = exports.KnownAzureConnectionType = exports.KnownAuthenticationMethod = exports.KnownManagedCassandraProvisioningState = exports.KnownStatus = exports.KnownBackupStorageRedundancy = exports.KnownTriggerOperation = exports.KnownTriggerType = exports.KnownDistanceFunction = exports.KnownVectorDataType = exports.KnownConflictResolutionMode = exports.KnownPartitionKind = exports.KnownVectorIndexType = exports.KnownSpatialType = exports.KnownCompositePathSortOrder = exports.KnownIndexKind = exports.KnownDataType = exports.KnownIndexingMode = exports.KnownPrimaryAggregationType = exports.KnownUnitType = exports.KnownKeyKind = exports.KnownType = exports.KnownKind = exports.KnownCreatedByType = exports.KnownMinimalTlsVersion = exports.KnownBackupPolicyMigrationStatus = exports.KnownBackupPolicyType = exports.KnownRestoreMode = exports.KnownCreateMode = exports.KnownAnalyticalStorageSchemaType = exports.KnownServerVersion = exports.KnownPublicNetworkAccess = exports.KnownConnectorOffer = exports.KnownDatabaseAccountKind = void 0;
|
|
24
11
|
/** Known values of {@link DatabaseAccountKind} that the service accepts. */
|
|
25
12
|
var KnownDatabaseAccountKind;
|
|
26
13
|
(function (KnownDatabaseAccountKind) {
|
|
@@ -107,30 +94,6 @@ var KnownBackupPolicyMigrationStatus;
|
|
|
107
94
|
/** Failed */
|
|
108
95
|
KnownBackupPolicyMigrationStatus["Failed"] = "Failed";
|
|
109
96
|
})(KnownBackupPolicyMigrationStatus || (exports.KnownBackupPolicyMigrationStatus = KnownBackupPolicyMigrationStatus = {}));
|
|
110
|
-
/** Known values of {@link CapacityMode} that the service accepts. */
|
|
111
|
-
var KnownCapacityMode;
|
|
112
|
-
(function (KnownCapacityMode) {
|
|
113
|
-
/** None */
|
|
114
|
-
KnownCapacityMode["None"] = "None";
|
|
115
|
-
/** Provisioned */
|
|
116
|
-
KnownCapacityMode["Provisioned"] = "Provisioned";
|
|
117
|
-
/** Serverless */
|
|
118
|
-
KnownCapacityMode["Serverless"] = "Serverless";
|
|
119
|
-
})(KnownCapacityMode || (exports.KnownCapacityMode = KnownCapacityMode = {}));
|
|
120
|
-
/** Known values of {@link CapacityModeTransitionStatus} that the service accepts. */
|
|
121
|
-
var KnownCapacityModeTransitionStatus;
|
|
122
|
-
(function (KnownCapacityModeTransitionStatus) {
|
|
123
|
-
/** Invalid */
|
|
124
|
-
KnownCapacityModeTransitionStatus["Invalid"] = "Invalid";
|
|
125
|
-
/** Initialized */
|
|
126
|
-
KnownCapacityModeTransitionStatus["Initialized"] = "Initialized";
|
|
127
|
-
/** InProgress */
|
|
128
|
-
KnownCapacityModeTransitionStatus["InProgress"] = "InProgress";
|
|
129
|
-
/** Completed */
|
|
130
|
-
KnownCapacityModeTransitionStatus["Completed"] = "Completed";
|
|
131
|
-
/** Failed */
|
|
132
|
-
KnownCapacityModeTransitionStatus["Failed"] = "Failed";
|
|
133
|
-
})(KnownCapacityModeTransitionStatus || (exports.KnownCapacityModeTransitionStatus = KnownCapacityModeTransitionStatus = {}));
|
|
134
97
|
/** Known values of {@link MinimalTlsVersion} that the service accepts. */
|
|
135
98
|
var KnownMinimalTlsVersion;
|
|
136
99
|
(function (KnownMinimalTlsVersion) {
|
|
@@ -141,14 +104,18 @@ var KnownMinimalTlsVersion;
|
|
|
141
104
|
/** Tls12 */
|
|
142
105
|
KnownMinimalTlsVersion["Tls12"] = "Tls12";
|
|
143
106
|
})(KnownMinimalTlsVersion || (exports.KnownMinimalTlsVersion = KnownMinimalTlsVersion = {}));
|
|
144
|
-
/** Known values of {@link
|
|
145
|
-
var
|
|
146
|
-
(function (
|
|
147
|
-
/**
|
|
148
|
-
|
|
149
|
-
/**
|
|
150
|
-
|
|
151
|
-
|
|
107
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
108
|
+
var KnownCreatedByType;
|
|
109
|
+
(function (KnownCreatedByType) {
|
|
110
|
+
/** User */
|
|
111
|
+
KnownCreatedByType["User"] = "User";
|
|
112
|
+
/** Application */
|
|
113
|
+
KnownCreatedByType["Application"] = "Application";
|
|
114
|
+
/** ManagedIdentity */
|
|
115
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
116
|
+
/** Key */
|
|
117
|
+
KnownCreatedByType["Key"] = "Key";
|
|
118
|
+
})(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
|
|
152
119
|
/** Known values of {@link Kind} that the service accepts. */
|
|
153
120
|
var KnownKind;
|
|
154
121
|
(function (KnownKind) {
|
|
@@ -333,16 +300,6 @@ var KnownDistanceFunction;
|
|
|
333
300
|
/** Dotproduct */
|
|
334
301
|
KnownDistanceFunction["Dotproduct"] = "dotproduct";
|
|
335
302
|
})(KnownDistanceFunction || (exports.KnownDistanceFunction = KnownDistanceFunction = {}));
|
|
336
|
-
/** Known values of {@link ThroughputPolicyType} that the service accepts. */
|
|
337
|
-
var KnownThroughputPolicyType;
|
|
338
|
-
(function (KnownThroughputPolicyType) {
|
|
339
|
-
/** None */
|
|
340
|
-
KnownThroughputPolicyType["None"] = "none";
|
|
341
|
-
/** Equal */
|
|
342
|
-
KnownThroughputPolicyType["Equal"] = "equal";
|
|
343
|
-
/** Custom */
|
|
344
|
-
KnownThroughputPolicyType["Custom"] = "custom";
|
|
345
|
-
})(KnownThroughputPolicyType || (exports.KnownThroughputPolicyType = KnownThroughputPolicyType = {}));
|
|
346
303
|
/** Known values of {@link TriggerType} that the service accepts. */
|
|
347
304
|
var KnownTriggerType;
|
|
348
305
|
(function (KnownTriggerType) {
|
|
@@ -388,37 +345,7 @@ var KnownStatus;
|
|
|
388
345
|
KnownStatus["Online"] = "Online";
|
|
389
346
|
/** Deleting */
|
|
390
347
|
KnownStatus["Deleting"] = "Deleting";
|
|
391
|
-
/** Succeeded */
|
|
392
|
-
KnownStatus["Succeeded"] = "Succeeded";
|
|
393
|
-
/** Failed */
|
|
394
|
-
KnownStatus["Failed"] = "Failed";
|
|
395
|
-
/** Canceled */
|
|
396
|
-
KnownStatus["Canceled"] = "Canceled";
|
|
397
|
-
/** Updating */
|
|
398
|
-
KnownStatus["Updating"] = "Updating";
|
|
399
348
|
})(KnownStatus || (exports.KnownStatus = KnownStatus = {}));
|
|
400
|
-
/** Known values of {@link DataTransferComponent} that the service accepts. */
|
|
401
|
-
var KnownDataTransferComponent;
|
|
402
|
-
(function (KnownDataTransferComponent) {
|
|
403
|
-
/** CosmosDBCassandra */
|
|
404
|
-
KnownDataTransferComponent["CosmosDBCassandra"] = "CosmosDBCassandra";
|
|
405
|
-
/** CosmosDBMongo */
|
|
406
|
-
KnownDataTransferComponent["CosmosDBMongo"] = "CosmosDBMongo";
|
|
407
|
-
/** CosmosDBMongoVCore */
|
|
408
|
-
KnownDataTransferComponent["CosmosDBMongoVCore"] = "CosmosDBMongoVCore";
|
|
409
|
-
/** CosmosDBSql */
|
|
410
|
-
KnownDataTransferComponent["CosmosDBSql"] = "CosmosDBSql";
|
|
411
|
-
/** AzureBlobStorage */
|
|
412
|
-
KnownDataTransferComponent["AzureBlobStorage"] = "AzureBlobStorage";
|
|
413
|
-
})(KnownDataTransferComponent || (exports.KnownDataTransferComponent = KnownDataTransferComponent = {}));
|
|
414
|
-
/** Known values of {@link DataTransferJobMode} that the service accepts. */
|
|
415
|
-
var KnownDataTransferJobMode;
|
|
416
|
-
(function (KnownDataTransferJobMode) {
|
|
417
|
-
/** Offline */
|
|
418
|
-
KnownDataTransferJobMode["Offline"] = "Offline";
|
|
419
|
-
/** Online */
|
|
420
|
-
KnownDataTransferJobMode["Online"] = "Online";
|
|
421
|
-
})(KnownDataTransferJobMode || (exports.KnownDataTransferJobMode = KnownDataTransferJobMode = {}));
|
|
422
349
|
/** Known values of {@link ManagedCassandraProvisioningState} that the service accepts. */
|
|
423
350
|
var KnownManagedCassandraProvisioningState;
|
|
424
351
|
(function (KnownManagedCassandraProvisioningState) {
|
|
@@ -445,34 +372,6 @@ var KnownAuthenticationMethod;
|
|
|
445
372
|
/** Ldap */
|
|
446
373
|
KnownAuthenticationMethod["Ldap"] = "Ldap";
|
|
447
374
|
})(KnownAuthenticationMethod || (exports.KnownAuthenticationMethod = KnownAuthenticationMethod = {}));
|
|
448
|
-
/** Known values of {@link AutoReplicate} that the service accepts. */
|
|
449
|
-
var KnownAutoReplicate;
|
|
450
|
-
(function (KnownAutoReplicate) {
|
|
451
|
-
/** None */
|
|
452
|
-
KnownAutoReplicate["None"] = "None";
|
|
453
|
-
/** SystemKeyspaces */
|
|
454
|
-
KnownAutoReplicate["SystemKeyspaces"] = "SystemKeyspaces";
|
|
455
|
-
/** AllKeyspaces */
|
|
456
|
-
KnownAutoReplicate["AllKeyspaces"] = "AllKeyspaces";
|
|
457
|
-
})(KnownAutoReplicate || (exports.KnownAutoReplicate = KnownAutoReplicate = {}));
|
|
458
|
-
/** Known values of {@link ClusterType} that the service accepts. */
|
|
459
|
-
var KnownClusterType;
|
|
460
|
-
(function (KnownClusterType) {
|
|
461
|
-
/** Production */
|
|
462
|
-
KnownClusterType["Production"] = "Production";
|
|
463
|
-
/** NonProduction */
|
|
464
|
-
KnownClusterType["NonProduction"] = "NonProduction";
|
|
465
|
-
})(KnownClusterType || (exports.KnownClusterType = KnownClusterType = {}));
|
|
466
|
-
/** Known values of {@link ScheduledEventStrategy} that the service accepts. */
|
|
467
|
-
var KnownScheduledEventStrategy;
|
|
468
|
-
(function (KnownScheduledEventStrategy) {
|
|
469
|
-
/** Ignore */
|
|
470
|
-
KnownScheduledEventStrategy["Ignore"] = "Ignore";
|
|
471
|
-
/** StopAny */
|
|
472
|
-
KnownScheduledEventStrategy["StopAny"] = "StopAny";
|
|
473
|
-
/** StopByRack */
|
|
474
|
-
KnownScheduledEventStrategy["StopByRack"] = "StopByRack";
|
|
475
|
-
})(KnownScheduledEventStrategy || (exports.KnownScheduledEventStrategy = KnownScheduledEventStrategy = {}));
|
|
476
375
|
/** Known values of {@link AzureConnectionType} that the service accepts. */
|
|
477
376
|
var KnownAzureConnectionType;
|
|
478
377
|
(function (KnownAzureConnectionType) {
|
|
@@ -489,34 +388,6 @@ var KnownManagedCassandraResourceIdentityType;
|
|
|
489
388
|
/** None */
|
|
490
389
|
KnownManagedCassandraResourceIdentityType["None"] = "None";
|
|
491
390
|
})(KnownManagedCassandraResourceIdentityType || (exports.KnownManagedCassandraResourceIdentityType = KnownManagedCassandraResourceIdentityType = {}));
|
|
492
|
-
/** Known values of {@link CommandStatus} that the service accepts. */
|
|
493
|
-
var KnownCommandStatus;
|
|
494
|
-
(function (KnownCommandStatus) {
|
|
495
|
-
/** Done */
|
|
496
|
-
KnownCommandStatus["Done"] = "Done";
|
|
497
|
-
/** Running */
|
|
498
|
-
KnownCommandStatus["Running"] = "Running";
|
|
499
|
-
/** Enqueue */
|
|
500
|
-
KnownCommandStatus["Enqueue"] = "Enqueue";
|
|
501
|
-
/** Processing */
|
|
502
|
-
KnownCommandStatus["Processing"] = "Processing";
|
|
503
|
-
/** Finished */
|
|
504
|
-
KnownCommandStatus["Finished"] = "Finished";
|
|
505
|
-
/** Failed */
|
|
506
|
-
KnownCommandStatus["Failed"] = "Failed";
|
|
507
|
-
})(KnownCommandStatus || (exports.KnownCommandStatus = KnownCommandStatus = {}));
|
|
508
|
-
/** Known values of {@link BackupState} that the service accepts. */
|
|
509
|
-
var KnownBackupState;
|
|
510
|
-
(function (KnownBackupState) {
|
|
511
|
-
/** Initiated */
|
|
512
|
-
KnownBackupState["Initiated"] = "Initiated";
|
|
513
|
-
/** InProgress */
|
|
514
|
-
KnownBackupState["InProgress"] = "InProgress";
|
|
515
|
-
/** Succeeded */
|
|
516
|
-
KnownBackupState["Succeeded"] = "Succeeded";
|
|
517
|
-
/** Failed */
|
|
518
|
-
KnownBackupState["Failed"] = "Failed";
|
|
519
|
-
})(KnownBackupState || (exports.KnownBackupState = KnownBackupState = {}));
|
|
520
391
|
/** Known values of {@link ConnectionState} that the service accepts. */
|
|
521
392
|
var KnownConnectionState;
|
|
522
393
|
(function (KnownConnectionState) {
|
|
@@ -547,62 +418,6 @@ var KnownNodeState;
|
|
|
547
418
|
/** Stopped */
|
|
548
419
|
KnownNodeState["Stopped"] = "Stopped";
|
|
549
420
|
})(KnownNodeState || (exports.KnownNodeState = KnownNodeState = {}));
|
|
550
|
-
/** Known values of {@link NetworkSecurityPerimeterConfigurationProvisioningState} that the service accepts. */
|
|
551
|
-
var KnownNetworkSecurityPerimeterConfigurationProvisioningState;
|
|
552
|
-
(function (KnownNetworkSecurityPerimeterConfigurationProvisioningState) {
|
|
553
|
-
/** Succeeded */
|
|
554
|
-
KnownNetworkSecurityPerimeterConfigurationProvisioningState["Succeeded"] = "Succeeded";
|
|
555
|
-
/** Creating */
|
|
556
|
-
KnownNetworkSecurityPerimeterConfigurationProvisioningState["Creating"] = "Creating";
|
|
557
|
-
/** Updating */
|
|
558
|
-
KnownNetworkSecurityPerimeterConfigurationProvisioningState["Updating"] = "Updating";
|
|
559
|
-
/** Deleting */
|
|
560
|
-
KnownNetworkSecurityPerimeterConfigurationProvisioningState["Deleting"] = "Deleting";
|
|
561
|
-
/** Accepted */
|
|
562
|
-
KnownNetworkSecurityPerimeterConfigurationProvisioningState["Accepted"] = "Accepted";
|
|
563
|
-
/** Failed */
|
|
564
|
-
KnownNetworkSecurityPerimeterConfigurationProvisioningState["Failed"] = "Failed";
|
|
565
|
-
/** Canceled */
|
|
566
|
-
KnownNetworkSecurityPerimeterConfigurationProvisioningState["Canceled"] = "Canceled";
|
|
567
|
-
})(KnownNetworkSecurityPerimeterConfigurationProvisioningState || (exports.KnownNetworkSecurityPerimeterConfigurationProvisioningState = KnownNetworkSecurityPerimeterConfigurationProvisioningState = {}));
|
|
568
|
-
/** Known values of {@link IssueType} that the service accepts. */
|
|
569
|
-
var KnownIssueType;
|
|
570
|
-
(function (KnownIssueType) {
|
|
571
|
-
/** Unknown issue type */
|
|
572
|
-
KnownIssueType["Unknown"] = "Unknown";
|
|
573
|
-
/** An error occurred while applying the network security perimeter (NSP) configuration. */
|
|
574
|
-
KnownIssueType["ConfigurationPropagationFailure"] = "ConfigurationPropagationFailure";
|
|
575
|
-
/** A network connectivity issue is happening on the resource which could be addressed either by adding new resources to the network security perimeter (NSP) or by modifying access rules. */
|
|
576
|
-
KnownIssueType["MissingPerimeterConfiguration"] = "MissingPerimeterConfiguration";
|
|
577
|
-
/** An managed identity hasn't been associated with the resource. The resource will still be able to validate inbound traffic from the network security perimeter (NSP) or matching inbound access rules, but it won't be able to perform outbound access as a member of the NSP. */
|
|
578
|
-
KnownIssueType["MissingIdentityConfiguration"] = "MissingIdentityConfiguration";
|
|
579
|
-
})(KnownIssueType || (exports.KnownIssueType = KnownIssueType = {}));
|
|
580
|
-
/** Known values of {@link Severity} that the service accepts. */
|
|
581
|
-
var KnownSeverity;
|
|
582
|
-
(function (KnownSeverity) {
|
|
583
|
-
/** Warning */
|
|
584
|
-
KnownSeverity["Warning"] = "Warning";
|
|
585
|
-
/** Error */
|
|
586
|
-
KnownSeverity["Error"] = "Error";
|
|
587
|
-
})(KnownSeverity || (exports.KnownSeverity = KnownSeverity = {}));
|
|
588
|
-
/** Known values of {@link AccessRuleDirection} that the service accepts. */
|
|
589
|
-
var KnownAccessRuleDirection;
|
|
590
|
-
(function (KnownAccessRuleDirection) {
|
|
591
|
-
/** Applies to inbound network traffic to the secured resources. */
|
|
592
|
-
KnownAccessRuleDirection["Inbound"] = "Inbound";
|
|
593
|
-
/** Applies to outbound network traffic from the secured resources */
|
|
594
|
-
KnownAccessRuleDirection["Outbound"] = "Outbound";
|
|
595
|
-
})(KnownAccessRuleDirection || (exports.KnownAccessRuleDirection = KnownAccessRuleDirection = {}));
|
|
596
|
-
/** Known values of {@link ResourceAssociationAccessMode} that the service accepts. */
|
|
597
|
-
var KnownResourceAssociationAccessMode;
|
|
598
|
-
(function (KnownResourceAssociationAccessMode) {
|
|
599
|
-
/** Enforced access mode - traffic to the resource that failed access checks is blocked */
|
|
600
|
-
KnownResourceAssociationAccessMode["Enforced"] = "Enforced";
|
|
601
|
-
/** Learning access mode - traffic to the resource is enabled for analysis but not blocked */
|
|
602
|
-
KnownResourceAssociationAccessMode["Learning"] = "Learning";
|
|
603
|
-
/** Audit access mode - traffic to the resource that fails access checks is logged but not blocked */
|
|
604
|
-
KnownResourceAssociationAccessMode["Audit"] = "Audit";
|
|
605
|
-
})(KnownResourceAssociationAccessMode || (exports.KnownResourceAssociationAccessMode = KnownResourceAssociationAccessMode = {}));
|
|
606
421
|
/** Known values of {@link NotebookWorkspaceName} that the service accepts. */
|
|
607
422
|
var KnownNotebookWorkspaceName;
|
|
608
423
|
(function (KnownNotebookWorkspaceName) {
|