@azure/arm-cosmosdb 16.1.1-alpha.20241028.1 → 17.0.0-beta.1
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 +335 -7
- package/README.md +1 -1
- package/dist/index.js +13119 -6126
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/cassandraClustersCreateUpdateSample.js +3 -2
- package/dist-esm/samples-dev/cassandraClustersCreateUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/cassandraClustersDeallocateSample.js +3 -2
- package/dist-esm/samples-dev/cassandraClustersDeallocateSample.js.map +1 -1
- package/dist-esm/samples-dev/cassandraClustersDeleteSample.js +1 -1
- package/dist-esm/samples-dev/cassandraClustersGetBackupSample.d.ts +2 -0
- package/dist-esm/samples-dev/cassandraClustersGetBackupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cassandraClustersGetBackupSample.js +40 -0
- package/dist-esm/samples-dev/cassandraClustersGetBackupSample.js.map +1 -0
- package/dist-esm/samples-dev/cassandraClustersGetCommandAsyncSample.d.ts +2 -0
- package/dist-esm/samples-dev/cassandraClustersGetCommandAsyncSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cassandraClustersGetCommandAsyncSample.js +40 -0
- package/dist-esm/samples-dev/cassandraClustersGetCommandAsyncSample.js.map +1 -0
- package/dist-esm/samples-dev/cassandraClustersGetSample.js +1 -1
- package/dist-esm/samples-dev/cassandraClustersInvokeCommandAsyncSample.d.ts +2 -0
- package/dist-esm/samples-dev/cassandraClustersInvokeCommandAsyncSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cassandraClustersInvokeCommandAsyncSample.js +44 -0
- package/dist-esm/samples-dev/cassandraClustersInvokeCommandAsyncSample.js.map +1 -0
- package/dist-esm/samples-dev/cassandraClustersInvokeCommandSample.js +5 -3
- package/dist-esm/samples-dev/cassandraClustersInvokeCommandSample.js.map +1 -1
- package/dist-esm/samples-dev/cassandraClustersListBackupsSample.d.ts +2 -0
- package/dist-esm/samples-dev/cassandraClustersListBackupsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cassandraClustersListBackupsSample.js +55 -0
- package/dist-esm/samples-dev/cassandraClustersListBackupsSample.js.map +1 -0
- package/dist-esm/samples-dev/cassandraClustersListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/cassandraClustersListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/cassandraClustersListCommandSample.d.ts +2 -0
- package/dist-esm/samples-dev/cassandraClustersListCommandSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cassandraClustersListCommandSample.js +55 -0
- package/dist-esm/samples-dev/cassandraClustersListCommandSample.js.map +1 -0
- package/dist-esm/samples-dev/cassandraClustersStartSample.js +3 -2
- package/dist-esm/samples-dev/cassandraClustersStartSample.js.map +1 -1
- package/dist-esm/samples-dev/cassandraClustersStatusSample.js +3 -2
- package/dist-esm/samples-dev/cassandraClustersStatusSample.js.map +1 -1
- package/dist-esm/samples-dev/cassandraClustersUpdateSample.js +1 -1
- package/dist-esm/samples-dev/cassandraDataCentersCreateUpdateSample.js +1 -1
- package/dist-esm/samples-dev/cassandraDataCentersDeleteSample.js +1 -1
- package/dist-esm/samples-dev/cassandraDataCentersGetSample.js +1 -1
- package/dist-esm/samples-dev/cassandraDataCentersListSample.js +1 -1
- package/dist-esm/samples-dev/cassandraDataCentersUpdateSample.js +1 -1
- package/dist-esm/samples-dev/cassandraResourcesCreateUpdateCassandraKeyspaceSample.js +1 -1
- package/dist-esm/samples-dev/cassandraResourcesCreateUpdateCassandraTableSample.js +2 -1
- package/dist-esm/samples-dev/cassandraResourcesCreateUpdateCassandraTableSample.js.map +1 -1
- package/dist-esm/samples-dev/cassandraResourcesCreateUpdateCassandraViewSample.d.ts +2 -0
- package/dist-esm/samples-dev/cassandraResourcesCreateUpdateCassandraViewSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cassandraResourcesCreateUpdateCassandraViewSample.js +48 -0
- package/dist-esm/samples-dev/cassandraResourcesCreateUpdateCassandraViewSample.js.map +1 -0
- package/dist-esm/samples-dev/cassandraResourcesDeleteCassandraKeyspaceSample.js +1 -1
- package/dist-esm/samples-dev/cassandraResourcesDeleteCassandraTableSample.js +1 -1
- package/dist-esm/samples-dev/cassandraResourcesDeleteCassandraViewSample.d.ts +2 -0
- package/dist-esm/samples-dev/cassandraResourcesDeleteCassandraViewSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cassandraResourcesDeleteCassandraViewSample.js +40 -0
- package/dist-esm/samples-dev/cassandraResourcesDeleteCassandraViewSample.js.map +1 -0
- package/dist-esm/samples-dev/cassandraResourcesGetCassandraKeyspaceSample.js +1 -1
- package/dist-esm/samples-dev/cassandraResourcesGetCassandraKeyspaceThroughputSample.js +1 -1
- package/dist-esm/samples-dev/cassandraResourcesGetCassandraTableSample.js +1 -1
- package/dist-esm/samples-dev/cassandraResourcesGetCassandraTableThroughputSample.js +1 -1
- package/dist-esm/samples-dev/cassandraResourcesGetCassandraViewSample.d.ts +2 -0
- package/dist-esm/samples-dev/cassandraResourcesGetCassandraViewSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cassandraResourcesGetCassandraViewSample.js +40 -0
- package/dist-esm/samples-dev/cassandraResourcesGetCassandraViewSample.js.map +1 -0
- package/dist-esm/samples-dev/cassandraResourcesGetCassandraViewThroughputSample.d.ts +2 -0
- package/dist-esm/samples-dev/cassandraResourcesGetCassandraViewThroughputSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cassandraResourcesGetCassandraViewThroughputSample.js +40 -0
- package/dist-esm/samples-dev/cassandraResourcesGetCassandraViewThroughputSample.js.map +1 -0
- package/dist-esm/samples-dev/cassandraResourcesListCassandraKeyspacesSample.js +1 -1
- package/dist-esm/samples-dev/cassandraResourcesListCassandraTablesSample.js +1 -1
- package/dist-esm/samples-dev/cassandraResourcesListCassandraViewsSample.d.ts +2 -0
- package/dist-esm/samples-dev/cassandraResourcesListCassandraViewsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cassandraResourcesListCassandraViewsSample.js +55 -0
- package/dist-esm/samples-dev/cassandraResourcesListCassandraViewsSample.js.map +1 -0
- package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraKeyspaceToAutoscaleSample.js +1 -1
- package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraKeyspaceToManualThroughputSample.js +1 -1
- package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraTableToAutoscaleSample.js +1 -1
- package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraTableToManualThroughputSample.js +1 -1
- package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraViewToAutoscaleSample.d.ts +2 -0
- package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraViewToAutoscaleSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraViewToAutoscaleSample.js +40 -0
- package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraViewToAutoscaleSample.js.map +1 -0
- package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraViewToManualThroughputSample.d.ts +2 -0
- package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraViewToManualThroughputSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraViewToManualThroughputSample.js +40 -0
- package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraViewToManualThroughputSample.js.map +1 -0
- package/dist-esm/samples-dev/cassandraResourcesUpdateCassandraKeyspaceThroughputSample.js +1 -1
- package/dist-esm/samples-dev/cassandraResourcesUpdateCassandraTableThroughputSample.js +1 -1
- package/dist-esm/samples-dev/cassandraResourcesUpdateCassandraViewThroughputSample.d.ts +2 -0
- package/dist-esm/samples-dev/cassandraResourcesUpdateCassandraViewThroughputSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cassandraResourcesUpdateCassandraViewThroughputSample.js +44 -0
- package/dist-esm/samples-dev/cassandraResourcesUpdateCassandraViewThroughputSample.js.map +1 -0
- package/dist-esm/samples-dev/chaosFaultEnableDisableSample.d.ts +2 -0
- package/dist-esm/samples-dev/chaosFaultEnableDisableSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/chaosFaultEnableDisableSample.js +46 -0
- package/dist-esm/samples-dev/chaosFaultEnableDisableSample.js.map +1 -0
- package/dist-esm/samples-dev/chaosFaultGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/chaosFaultGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/chaosFaultGetSample.js +40 -0
- package/dist-esm/samples-dev/chaosFaultGetSample.js.map +1 -0
- package/dist-esm/samples-dev/chaosFaultListSample.d.ts +2 -0
- package/dist-esm/samples-dev/chaosFaultListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/chaosFaultListSample.js +55 -0
- package/dist-esm/samples-dev/chaosFaultListSample.js.map +1 -0
- package/dist-esm/samples-dev/collectionListMetricDefinitionsSample.js +1 -1
- package/dist-esm/samples-dev/collectionListMetricsSample.js +1 -1
- package/dist-esm/samples-dev/collectionListUsagesSample.js +1 -1
- package/dist-esm/samples-dev/collectionPartitionListMetricsSample.js +1 -1
- package/dist-esm/samples-dev/collectionPartitionListUsagesSample.js +1 -1
- package/dist-esm/samples-dev/collectionPartitionRegionListMetricsSample.js +1 -1
- package/dist-esm/samples-dev/collectionRegionListMetricsSample.js +1 -1
- package/dist-esm/samples-dev/dataTransferJobsCancelSample.d.ts +2 -0
- package/dist-esm/samples-dev/dataTransferJobsCancelSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dataTransferJobsCancelSample.js +39 -0
- package/dist-esm/samples-dev/dataTransferJobsCancelSample.js.map +1 -0
- package/dist-esm/samples-dev/dataTransferJobsCompleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/dataTransferJobsCompleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dataTransferJobsCompleteSample.js +40 -0
- package/dist-esm/samples-dev/dataTransferJobsCompleteSample.js.map +1 -0
- package/dist-esm/samples-dev/dataTransferJobsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/dataTransferJobsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dataTransferJobsCreateSample.js +53 -0
- package/dist-esm/samples-dev/dataTransferJobsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/dataTransferJobsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/dataTransferJobsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dataTransferJobsGetSample.js +39 -0
- package/dist-esm/samples-dev/dataTransferJobsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/dataTransferJobsListByDatabaseAccountSample.d.ts +2 -0
- package/dist-esm/samples-dev/dataTransferJobsListByDatabaseAccountSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dataTransferJobsListByDatabaseAccountSample.js +54 -0
- package/dist-esm/samples-dev/dataTransferJobsListByDatabaseAccountSample.js.map +1 -0
- package/dist-esm/samples-dev/dataTransferJobsPauseSample.d.ts +2 -0
- package/dist-esm/samples-dev/dataTransferJobsPauseSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dataTransferJobsPauseSample.js +39 -0
- package/dist-esm/samples-dev/dataTransferJobsPauseSample.js.map +1 -0
- package/dist-esm/samples-dev/dataTransferJobsResumeSample.d.ts +2 -0
- package/dist-esm/samples-dev/dataTransferJobsResumeSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/dataTransferJobsResumeSample.js +39 -0
- package/dist-esm/samples-dev/dataTransferJobsResumeSample.js.map +1 -0
- package/dist-esm/samples-dev/databaseAccountRegionListMetricsSample.js +1 -1
- package/dist-esm/samples-dev/databaseAccountsCheckNameExistsSample.js +1 -1
- package/dist-esm/samples-dev/databaseAccountsCreateOrUpdateSample.js +10 -3
- package/dist-esm/samples-dev/databaseAccountsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/databaseAccountsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/databaseAccountsFailoverPriorityChangeSample.js +1 -1
- package/dist-esm/samples-dev/databaseAccountsGetReadOnlyKeysSample.js +1 -1
- package/dist-esm/samples-dev/databaseAccountsGetSample.js +1 -1
- package/dist-esm/samples-dev/databaseAccountsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/databaseAccountsListConnectionStringsSample.js +2 -2
- package/dist-esm/samples-dev/databaseAccountsListKeysSample.js +1 -1
- package/dist-esm/samples-dev/databaseAccountsListMetricDefinitionsSample.js +1 -1
- package/dist-esm/samples-dev/databaseAccountsListMetricsSample.js +1 -1
- package/dist-esm/samples-dev/databaseAccountsListReadOnlyKeysSample.js +1 -1
- package/dist-esm/samples-dev/databaseAccountsListSample.js +1 -1
- package/dist-esm/samples-dev/databaseAccountsListUsagesSample.js +1 -1
- package/dist-esm/samples-dev/databaseAccountsOfflineRegionSample.js +1 -1
- package/dist-esm/samples-dev/databaseAccountsOnlineRegionSample.js +1 -1
- package/dist-esm/samples-dev/databaseAccountsRegenerateKeySample.js +1 -1
- package/dist-esm/samples-dev/databaseAccountsUpdateSample.js +7 -2
- package/dist-esm/samples-dev/databaseAccountsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/databaseListMetricDefinitionsSample.js +1 -1
- package/dist-esm/samples-dev/databaseListMetricsSample.js +1 -1
- package/dist-esm/samples-dev/databaseListUsagesSample.js +1 -1
- package/dist-esm/samples-dev/graphResourcesCreateUpdateGraphSample.d.ts +2 -0
- package/dist-esm/samples-dev/graphResourcesCreateUpdateGraphSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/graphResourcesCreateUpdateGraphSample.js +45 -0
- package/dist-esm/samples-dev/graphResourcesCreateUpdateGraphSample.js.map +1 -0
- package/dist-esm/samples-dev/graphResourcesDeleteGraphResourceSample.d.ts +2 -0
- package/dist-esm/samples-dev/graphResourcesDeleteGraphResourceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/graphResourcesDeleteGraphResourceSample.js +39 -0
- package/dist-esm/samples-dev/graphResourcesDeleteGraphResourceSample.js.map +1 -0
- package/dist-esm/samples-dev/graphResourcesGetGraphSample.d.ts +2 -0
- package/dist-esm/samples-dev/graphResourcesGetGraphSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/graphResourcesGetGraphSample.js +39 -0
- package/dist-esm/samples-dev/graphResourcesGetGraphSample.js.map +1 -0
- package/dist-esm/samples-dev/graphResourcesListGraphsSample.d.ts +2 -0
- package/dist-esm/samples-dev/graphResourcesListGraphsSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/graphResourcesListGraphsSample.js +54 -0
- package/dist-esm/samples-dev/graphResourcesListGraphsSample.js.map +1 -0
- package/dist-esm/samples-dev/gremlinResourcesCreateUpdateGremlinDatabaseSample.js +1 -1
- package/dist-esm/samples-dev/gremlinResourcesCreateUpdateGremlinGraphSample.js +1 -1
- package/dist-esm/samples-dev/gremlinResourcesDeleteGremlinDatabaseSample.js +1 -1
- package/dist-esm/samples-dev/gremlinResourcesDeleteGremlinGraphSample.js +1 -1
- package/dist-esm/samples-dev/gremlinResourcesGetGremlinDatabaseSample.js +1 -1
- package/dist-esm/samples-dev/gremlinResourcesGetGremlinDatabaseThroughputSample.js +1 -1
- package/dist-esm/samples-dev/gremlinResourcesGetGremlinGraphSample.js +1 -1
- package/dist-esm/samples-dev/gremlinResourcesGetGremlinGraphThroughputSample.js +1 -1
- package/dist-esm/samples-dev/gremlinResourcesListGremlinDatabasesSample.js +1 -1
- package/dist-esm/samples-dev/gremlinResourcesListGremlinGraphsSample.js +1 -1
- package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinDatabaseToAutoscaleSample.js +1 -1
- package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinDatabaseToManualThroughputSample.js +1 -1
- package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinGraphToAutoscaleSample.js +1 -1
- package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinGraphToManualThroughputSample.js +1 -1
- package/dist-esm/samples-dev/gremlinResourcesRetrieveContinuousBackupInformationSample.js +1 -1
- package/dist-esm/samples-dev/gremlinResourcesUpdateGremlinDatabaseThroughputSample.js +1 -1
- package/dist-esm/samples-dev/gremlinResourcesUpdateGremlinGraphThroughputSample.js +1 -1
- package/dist-esm/samples-dev/locationsGetSample.js +1 -1
- package/dist-esm/samples-dev/locationsListSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoDbcollectionSample.js +36 -1
- package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoDbcollectionSample.js.map +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoDbdatabaseSample.js +34 -1
- package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoDbdatabaseSample.js.map +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoRoleDefinitionSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoUserDefinitionSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoDbcollectionSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoDbdatabaseSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoRoleDefinitionSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoUserDefinitionSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbcollectionSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbcollectionThroughputSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbdatabaseSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbdatabaseThroughputSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesGetMongoRoleDefinitionSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesGetMongoUserDefinitionSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesListMongoDbcollectionPartitionMergeSample.d.ts +2 -0
- package/dist-esm/samples-dev/mongoDbResourcesListMongoDbcollectionPartitionMergeSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/mongoDbResourcesListMongoDbcollectionPartitionMergeSample.js +41 -0
- package/dist-esm/samples-dev/mongoDbResourcesListMongoDbcollectionPartitionMergeSample.js.map +1 -0
- package/dist-esm/samples-dev/mongoDbResourcesListMongoDbcollectionsSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesListMongoDbdatabasesSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesListMongoRoleDefinitionsSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesListMongoUserDefinitionsSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbcollectionToAutoscaleSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbcollectionToManualThroughputSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbdatabaseToAutoscaleSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbdatabaseToManualThroughputSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbcontainerRedistributeThroughputSample.d.ts +2 -0
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbcontainerRedistributeThroughputSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbcontainerRedistributeThroughputSample.js +53 -0
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbcontainerRedistributeThroughputSample.js.map +1 -0
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbcontainerRetrieveThroughputDistributionSample.d.ts +2 -0
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbcontainerRetrieveThroughputDistributionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbcontainerRetrieveThroughputDistributionSample.js +43 -0
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbcontainerRetrieveThroughputDistributionSample.js.map +1 -0
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbdatabasePartitionMergeSample.d.ts +2 -0
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbdatabasePartitionMergeSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbdatabasePartitionMergeSample.js +40 -0
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbdatabasePartitionMergeSample.js.map +1 -0
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbdatabaseRedistributeThroughputSample.d.ts +2 -0
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbdatabaseRedistributeThroughputSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbdatabaseRedistributeThroughputSample.js +52 -0
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbdatabaseRedistributeThroughputSample.js.map +1 -0
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbdatabaseRetrieveThroughputDistributionSample.d.ts +2 -0
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbdatabaseRetrieveThroughputDistributionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbdatabaseRetrieveThroughputDistributionSample.js +42 -0
- package/dist-esm/samples-dev/mongoDbResourcesMongoDbdatabaseRetrieveThroughputDistributionSample.js.map +1 -0
- package/dist-esm/samples-dev/mongoDbResourcesRetrieveContinuousBackupInformationSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesUpdateMongoDbcollectionThroughputSample.js +1 -1
- package/dist-esm/samples-dev/mongoDbResourcesUpdateMongoDbdatabaseThroughputSample.js +1 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js +40 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.js +55 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListSample.js.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js +40 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js.map +1 -0
- package/dist-esm/samples-dev/notebookWorkspacesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/notebookWorkspacesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/notebookWorkspacesGetSample.js +1 -1
- package/dist-esm/samples-dev/notebookWorkspacesListByDatabaseAccountSample.js +1 -1
- package/dist-esm/samples-dev/notebookWorkspacesListConnectionInfoSample.js +1 -1
- package/dist-esm/samples-dev/notebookWorkspacesRegenerateAuthTokenSample.js +1 -1
- package/dist-esm/samples-dev/notebookWorkspacesStartSample.js +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/partitionKeyRangeIdListMetricsSample.js +1 -1
- package/dist-esm/samples-dev/partitionKeyRangeIdRegionListMetricsSample.js +1 -1
- package/dist-esm/samples-dev/percentileListMetricsSample.js +1 -1
- package/dist-esm/samples-dev/percentileSourceTargetListMetricsSample.js +1 -1
- package/dist-esm/samples-dev/percentileTargetListMetricsSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByDatabaseAccountSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByDatabaseAccountSample.js +1 -1
- package/dist-esm/samples-dev/restorableDatabaseAccountsGetByLocationSample.js +1 -1
- package/dist-esm/samples-dev/restorableDatabaseAccountsListByLocationSample.js +1 -1
- package/dist-esm/samples-dev/restorableDatabaseAccountsListSample.js +1 -1
- package/dist-esm/samples-dev/restorableGremlinDatabasesListSample.js +1 -1
- package/dist-esm/samples-dev/restorableGremlinGraphsListSample.js +1 -1
- package/dist-esm/samples-dev/restorableGremlinResourcesListSample.js +1 -1
- package/dist-esm/samples-dev/restorableMongodbCollectionsListSample.js +1 -1
- package/dist-esm/samples-dev/restorableMongodbDatabasesListSample.js +1 -1
- package/dist-esm/samples-dev/restorableMongodbResourcesListSample.js +1 -1
- package/dist-esm/samples-dev/restorableSqlContainersListSample.js +1 -1
- package/dist-esm/samples-dev/restorableSqlDatabasesListSample.js +1 -1
- package/dist-esm/samples-dev/restorableSqlResourcesListSample.js +1 -1
- package/dist-esm/samples-dev/restorableTableResourcesListSample.js +1 -1
- package/dist-esm/samples-dev/restorableTablesListSample.js +1 -1
- package/dist-esm/samples-dev/serviceCreateSample.js +4 -4
- package/dist-esm/samples-dev/serviceDeleteSample.js +4 -4
- package/dist-esm/samples-dev/serviceGetSample.js +4 -4
- package/dist-esm/samples-dev/serviceListSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesCreateUpdateClientEncryptionKeySample.js +2 -2
- package/dist-esm/samples-dev/sqlResourcesCreateUpdateClientEncryptionKeySample.js.map +1 -1
- package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlContainerSample.js +82 -1
- package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlContainerSample.js.map +1 -1
- package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlDatabaseSample.js +34 -1
- package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlDatabaseSample.js.map +1 -1
- package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlRoleAssignmentSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlRoleDefinitionSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlStoredProcedureSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlTriggerSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlUserDefinedFunctionSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesDeleteSqlContainerSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesDeleteSqlDatabaseSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesDeleteSqlRoleAssignmentSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesDeleteSqlRoleDefinitionSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesDeleteSqlStoredProcedureSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesDeleteSqlTriggerSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesDeleteSqlUserDefinedFunctionSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesGetClientEncryptionKeySample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesGetSqlContainerSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesGetSqlContainerThroughputSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesGetSqlDatabaseSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesGetSqlDatabaseThroughputSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesGetSqlRoleAssignmentSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesGetSqlRoleDefinitionSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesGetSqlStoredProcedureSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesGetSqlTriggerSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesGetSqlUserDefinedFunctionSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesListClientEncryptionKeysSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesListSqlContainerPartitionMergeSample.d.ts +2 -0
- package/dist-esm/samples-dev/sqlResourcesListSqlContainerPartitionMergeSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sqlResourcesListSqlContainerPartitionMergeSample.js +41 -0
- package/dist-esm/samples-dev/sqlResourcesListSqlContainerPartitionMergeSample.js.map +1 -0
- package/dist-esm/samples-dev/sqlResourcesListSqlContainersSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesListSqlDatabasesSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesListSqlRoleAssignmentsSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesListSqlRoleDefinitionsSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesListSqlStoredProceduresSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesListSqlTriggersSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesListSqlUserDefinedFunctionsSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesMigrateSqlContainerToAutoscaleSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesMigrateSqlContainerToManualThroughputSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesMigrateSqlDatabaseToAutoscaleSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesMigrateSqlDatabaseToManualThroughputSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesRetrieveContinuousBackupInformationSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesSqlContainerRedistributeThroughputSample.d.ts +2 -0
- package/dist-esm/samples-dev/sqlResourcesSqlContainerRedistributeThroughputSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sqlResourcesSqlContainerRedistributeThroughputSample.js +53 -0
- package/dist-esm/samples-dev/sqlResourcesSqlContainerRedistributeThroughputSample.js.map +1 -0
- package/dist-esm/samples-dev/sqlResourcesSqlContainerRetrieveThroughputDistributionSample.d.ts +2 -0
- package/dist-esm/samples-dev/sqlResourcesSqlContainerRetrieveThroughputDistributionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sqlResourcesSqlContainerRetrieveThroughputDistributionSample.js +43 -0
- package/dist-esm/samples-dev/sqlResourcesSqlContainerRetrieveThroughputDistributionSample.js.map +1 -0
- package/dist-esm/samples-dev/sqlResourcesSqlDatabasePartitionMergeSample.d.ts +2 -0
- package/dist-esm/samples-dev/sqlResourcesSqlDatabasePartitionMergeSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sqlResourcesSqlDatabasePartitionMergeSample.js +40 -0
- package/dist-esm/samples-dev/sqlResourcesSqlDatabasePartitionMergeSample.js.map +1 -0
- package/dist-esm/samples-dev/sqlResourcesSqlDatabaseRedistributeThroughputSample.d.ts +2 -0
- package/dist-esm/samples-dev/sqlResourcesSqlDatabaseRedistributeThroughputSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sqlResourcesSqlDatabaseRedistributeThroughputSample.js +52 -0
- package/dist-esm/samples-dev/sqlResourcesSqlDatabaseRedistributeThroughputSample.js.map +1 -0
- package/dist-esm/samples-dev/sqlResourcesSqlDatabaseRetrieveThroughputDistributionSample.d.ts +2 -0
- package/dist-esm/samples-dev/sqlResourcesSqlDatabaseRetrieveThroughputDistributionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/sqlResourcesSqlDatabaseRetrieveThroughputDistributionSample.js +42 -0
- package/dist-esm/samples-dev/sqlResourcesSqlDatabaseRetrieveThroughputDistributionSample.js.map +1 -0
- package/dist-esm/samples-dev/sqlResourcesUpdateSqlContainerThroughputSample.js +1 -1
- package/dist-esm/samples-dev/sqlResourcesUpdateSqlDatabaseThroughputSample.js +1 -1
- package/dist-esm/samples-dev/tableResourcesCreateUpdateTableSample.js +1 -1
- package/dist-esm/samples-dev/tableResourcesDeleteTableSample.js +1 -1
- package/dist-esm/samples-dev/tableResourcesGetTableSample.js +1 -1
- package/dist-esm/samples-dev/tableResourcesGetTableThroughputSample.js +1 -1
- package/dist-esm/samples-dev/tableResourcesListTablesSample.js +1 -1
- package/dist-esm/samples-dev/tableResourcesMigrateTableToAutoscaleSample.js +1 -1
- package/dist-esm/samples-dev/tableResourcesMigrateTableToManualThroughputSample.js +1 -1
- package/dist-esm/samples-dev/tableResourcesRetrieveContinuousBackupInformationSample.js +1 -1
- package/dist-esm/samples-dev/tableResourcesUpdateTableThroughputSample.js +1 -1
- package/dist-esm/samples-dev/throughputPoolAccountCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/throughputPoolAccountCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/throughputPoolAccountCreateSample.js +44 -0
- package/dist-esm/samples-dev/throughputPoolAccountCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/throughputPoolAccountDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/throughputPoolAccountDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/throughputPoolAccountDeleteSample.js +40 -0
- package/dist-esm/samples-dev/throughputPoolAccountDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/throughputPoolAccountGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/throughputPoolAccountGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/throughputPoolAccountGetSample.js +40 -0
- package/dist-esm/samples-dev/throughputPoolAccountGetSample.js.map +1 -0
- package/dist-esm/samples-dev/throughputPoolAccountsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/throughputPoolAccountsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/throughputPoolAccountsListSample.js +55 -0
- package/dist-esm/samples-dev/throughputPoolAccountsListSample.js.map +1 -0
- package/dist-esm/samples-dev/throughputPoolCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/throughputPoolCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/throughputPoolCreateOrUpdateSample.js +44 -0
- package/dist-esm/samples-dev/throughputPoolCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/throughputPoolDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/throughputPoolDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/throughputPoolDeleteSample.js +39 -0
- package/dist-esm/samples-dev/throughputPoolDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/throughputPoolGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/throughputPoolGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/throughputPoolGetSample.js +39 -0
- package/dist-esm/samples-dev/throughputPoolGetSample.js.map +1 -0
- package/dist-esm/samples-dev/throughputPoolUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/throughputPoolUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/throughputPoolUpdateSample.js +41 -0
- package/dist-esm/samples-dev/throughputPoolUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/throughputPoolsListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/throughputPoolsListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/throughputPoolsListByResourceGroupSample.js +54 -0
- package/dist-esm/samples-dev/throughputPoolsListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/throughputPoolsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/throughputPoolsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/throughputPoolsListSample.js +53 -0
- package/dist-esm/samples-dev/throughputPoolsListSample.js.map +1 -0
- package/dist-esm/src/cosmosDBManagementClient.d.ts +9 -1
- package/dist-esm/src/cosmosDBManagementClient.d.ts.map +1 -1
- package/dist-esm/src/cosmosDBManagementClient.js +12 -3
- package/dist-esm/src/cosmosDBManagementClient.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +1800 -214
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +196 -12
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +116 -23
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +4234 -1962
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +22 -3
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +173 -21
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/cassandraClusters.d.ts +65 -1
- package/dist-esm/src/operations/cassandraClusters.d.ts.map +1 -1
- package/dist-esm/src/operations/cassandraClusters.js +314 -1
- package/dist-esm/src/operations/cassandraClusters.js.map +1 -1
- package/dist-esm/src/operations/cassandraResources.d.ts +134 -1
- package/dist-esm/src/operations/cassandraResources.d.ts.map +1 -1
- package/dist-esm/src/operations/cassandraResources.js +599 -0
- package/dist-esm/src/operations/cassandraResources.js.map +1 -1
- package/dist-esm/src/operations/chaosFault.d.ts +65 -0
- package/dist-esm/src/operations/chaosFault.d.ts.map +1 -0
- package/dist-esm/src/operations/chaosFault.js +283 -0
- package/dist-esm/src/operations/chaosFault.js.map +1 -0
- package/dist-esm/src/operations/dataTransferJobs.d.ts +87 -0
- package/dist-esm/src/operations/dataTransferJobs.d.ts.map +1 -0
- package/dist-esm/src/operations/dataTransferJobs.js +345 -0
- package/dist-esm/src/operations/dataTransferJobs.js.map +1 -0
- package/dist-esm/src/operations/graphResources.d.ts +73 -0
- package/dist-esm/src/operations/graphResources.d.ts.map +1 -0
- package/dist-esm/src/operations/graphResources.js +299 -0
- package/dist-esm/src/operations/graphResources.js.map +1 -0
- package/dist-esm/src/operations/gremlinResources.js +8 -8
- package/dist-esm/src/operations/gremlinResources.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +8 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +8 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/mongoDBResources.d.ts +123 -1
- package/dist-esm/src/operations/mongoDBResources.d.ts.map +1 -1
- package/dist-esm/src/operations/mongoDBResources.js +614 -0
- package/dist-esm/src/operations/mongoDBResources.js.map +1 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js +286 -0
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist-esm/src/operations/sqlResources.d.ts +148 -26
- package/dist-esm/src/operations/sqlResources.d.ts.map +1 -1
- package/dist-esm/src/operations/sqlResources.js +706 -92
- package/dist-esm/src/operations/sqlResources.js.map +1 -1
- package/dist-esm/src/operations/throughputPool.d.ts +67 -0
- package/dist-esm/src/operations/throughputPool.d.ts.map +1 -0
- package/dist-esm/src/operations/throughputPool.js +321 -0
- package/dist-esm/src/operations/throughputPool.js.map +1 -0
- package/dist-esm/src/operations/throughputPoolAccount.d.ts +58 -0
- package/dist-esm/src/operations/throughputPoolAccount.d.ts.map +1 -0
- package/dist-esm/src/operations/throughputPoolAccount.js +257 -0
- package/dist-esm/src/operations/throughputPoolAccount.js.map +1 -0
- package/dist-esm/src/operations/throughputPoolAccounts.d.ts +38 -0
- package/dist-esm/src/operations/throughputPoolAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/throughputPoolAccounts.js +150 -0
- package/dist-esm/src/operations/throughputPoolAccounts.js.map +1 -0
- package/dist-esm/src/operations/throughputPools.d.ts +53 -0
- package/dist-esm/src/operations/throughputPools.d.ts.map +1 -0
- package/dist-esm/src/operations/throughputPools.js +256 -0
- package/dist-esm/src/operations/throughputPools.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/cassandraClusters.d.ts +47 -1
- package/dist-esm/src/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/cassandraResources.d.ts +124 -1
- package/dist-esm/src/operationsInterfaces/cassandraResources.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/chaosFault.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/chaosFault.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/chaosFault.js +9 -0
- package/dist-esm/src/operationsInterfaces/chaosFault.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataTransferJobs.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/dataTransferJobs.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataTransferJobs.js +9 -0
- package/dist-esm/src/operationsInterfaces/dataTransferJobs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/graphResources.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/graphResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/graphResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/graphResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +8 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +8 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/mongoDBResources.d.ts +123 -1
- package/dist-esm/src/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sqlResources.d.ts +142 -20
- package/dist-esm/src/operationsInterfaces/sqlResources.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/throughputPool.d.ts +59 -0
- package/dist-esm/src/operationsInterfaces/throughputPool.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/throughputPool.js +9 -0
- package/dist-esm/src/operationsInterfaces/throughputPool.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/throughputPoolAccount.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/throughputPoolAccount.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/throughputPoolAccount.js +9 -0
- package/dist-esm/src/operationsInterfaces/throughputPoolAccount.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/throughputPoolAccounts.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/throughputPoolAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/throughputPoolAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/throughputPoolAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/throughputPools.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/throughputPools.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/throughputPools.js +9 -0
- package/dist-esm/src/operationsInterfaces/throughputPools.js.map +1 -0
- package/package.json +28 -29
- package/review/arm-cosmosdb.api.md +1401 -35
- package/src/cosmosDBManagementClient.ts +35 -2
- package/src/models/index.ts +2119 -220
- package/src/models/mappers.ts +3544 -1019
- package/src/models/parameters.ts +204 -22
- package/src/operations/cassandraClusters.ts +421 -1
- package/src/operations/cassandraResources.ts +1064 -197
- package/src/operations/chaosFault.ts +383 -0
- package/src/operations/dataTransferJobs.ts +464 -0
- package/src/operations/graphResources.ts +418 -0
- package/src/operations/gremlinResources.ts +8 -8
- package/src/operations/index.ts +8 -0
- package/src/operations/mongoDBResources.ts +934 -49
- package/src/operations/networkSecurityPerimeterConfigurations.ts +389 -0
- package/src/operations/sqlResources.ts +1321 -439
- package/src/operations/throughputPool.ts +454 -0
- package/src/operations/throughputPoolAccount.ts +361 -0
- package/src/operations/throughputPoolAccounts.ts +197 -0
- package/src/operations/throughputPools.ts +298 -0
- package/src/operationsInterfaces/cassandraClusters.ts +89 -0
- package/src/operationsInterfaces/cassandraResources.ts +240 -0
- package/src/operationsInterfaces/chaosFault.ts +82 -0
- package/src/operationsInterfaces/dataTransferJobs.ts +122 -0
- package/src/operationsInterfaces/graphResources.ts +110 -0
- package/src/operationsInterfaces/index.ts +8 -0
- package/src/operationsInterfaces/mongoDBResources.ts +245 -0
- package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +81 -0
- package/src/operationsInterfaces/sqlResources.ts +287 -42
- package/src/operationsInterfaces/throughputPool.ts +122 -0
- package/src/operationsInterfaces/throughputPoolAccount.ts +103 -0
- package/src/operationsInterfaces/throughputPoolAccounts.ts +29 -0
- package/src/operationsInterfaces/throughputPools.ts +35 -0
- package/types/arm-cosmosdb.d.ts +2728 -166
|
@@ -10,6 +10,31 @@ import { OperationState } from '@azure/core-lro';
|
|
|
10
10
|
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
11
|
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
12
|
|
|
13
|
+
// @public
|
|
14
|
+
export interface AccessRule {
|
|
15
|
+
name?: string;
|
|
16
|
+
properties?: AccessRuleProperties;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// @public
|
|
20
|
+
export type AccessRuleDirection = string;
|
|
21
|
+
|
|
22
|
+
// @public
|
|
23
|
+
export interface AccessRuleProperties {
|
|
24
|
+
addressPrefixes?: string[];
|
|
25
|
+
direction?: AccessRuleDirection;
|
|
26
|
+
emailAddresses?: string[];
|
|
27
|
+
fullyQualifiedDomainNames?: string[];
|
|
28
|
+
networkSecurityPerimeters?: NetworkSecurityPerimeter[];
|
|
29
|
+
phoneNumbers?: string[];
|
|
30
|
+
subscriptions?: AccessRulePropertiesSubscriptionsItem[];
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
// @public
|
|
34
|
+
export interface AccessRulePropertiesSubscriptionsItem {
|
|
35
|
+
id?: string;
|
|
36
|
+
}
|
|
37
|
+
|
|
13
38
|
// @public
|
|
14
39
|
export interface AccountKeyMetadata {
|
|
15
40
|
readonly generationTime?: Date;
|
|
@@ -41,6 +66,7 @@ export interface ARMProxyResource {
|
|
|
41
66
|
// @public
|
|
42
67
|
export interface ARMResourceProperties {
|
|
43
68
|
readonly id?: string;
|
|
69
|
+
identity?: ManagedServiceIdentity;
|
|
44
70
|
location?: string;
|
|
45
71
|
readonly name?: string;
|
|
46
72
|
tags?: {
|
|
@@ -65,6 +91,9 @@ export interface AuthenticationMethodLdapProperties {
|
|
|
65
91
|
serviceUserPassword?: string;
|
|
66
92
|
}
|
|
67
93
|
|
|
94
|
+
// @public
|
|
95
|
+
export type AutoReplicate = string;
|
|
96
|
+
|
|
68
97
|
// @public (undocumented)
|
|
69
98
|
export interface AutoscaleSettings {
|
|
70
99
|
maxThroughput?: number;
|
|
@@ -82,6 +111,15 @@ export interface AutoUpgradePolicyResource {
|
|
|
82
111
|
throughputPolicy?: ThroughputPolicyResource;
|
|
83
112
|
}
|
|
84
113
|
|
|
114
|
+
// @public
|
|
115
|
+
export interface AzureBlobDataTransferDataSourceSink extends DataTransferDataSourceSink {
|
|
116
|
+
component: "AzureBlobStorage";
|
|
117
|
+
// (undocumented)
|
|
118
|
+
containerName: string;
|
|
119
|
+
// (undocumented)
|
|
120
|
+
endpointUrl?: string;
|
|
121
|
+
}
|
|
122
|
+
|
|
85
123
|
// @public
|
|
86
124
|
export type AzureConnectionType = string;
|
|
87
125
|
|
|
@@ -112,9 +150,38 @@ export type BackupPolicyType = string;
|
|
|
112
150
|
// @public (undocumented)
|
|
113
151
|
export type BackupPolicyUnion = BackupPolicy | PeriodicModeBackupPolicy | ContinuousModeBackupPolicy;
|
|
114
152
|
|
|
153
|
+
// @public
|
|
154
|
+
export interface BackupResource {
|
|
155
|
+
backupExpiryTimestamp?: Date;
|
|
156
|
+
backupId?: string;
|
|
157
|
+
backupStartTimestamp?: Date;
|
|
158
|
+
backupState?: BackupState;
|
|
159
|
+
backupStopTimestamp?: Date;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
// @public (undocumented)
|
|
163
|
+
export interface BackupSchedule {
|
|
164
|
+
cronExpression?: string;
|
|
165
|
+
retentionInHours?: number;
|
|
166
|
+
scheduleName?: string;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
// @public
|
|
170
|
+
export type BackupState = string;
|
|
171
|
+
|
|
115
172
|
// @public
|
|
116
173
|
export type BackupStorageRedundancy = string;
|
|
117
174
|
|
|
175
|
+
// @public
|
|
176
|
+
export interface BaseCosmosDataTransferDataSourceSink extends DataTransferDataSourceSink {
|
|
177
|
+
component: "BaseCosmosDataTransferDataSourceSink" | "CosmosDBCassandra" | "CosmosDBMongo" | "CosmosDBSql";
|
|
178
|
+
// (undocumented)
|
|
179
|
+
remoteAccountName?: string;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
// @public (undocumented)
|
|
183
|
+
export type BaseCosmosDataTransferDataSourceSinkUnion = BaseCosmosDataTransferDataSourceSink | CosmosCassandraDataTransferDataSourceSink | CosmosMongoDataTransferDataSourceSink | CosmosSqlDataTransferDataSourceSink;
|
|
184
|
+
|
|
118
185
|
// @public
|
|
119
186
|
export interface Capability {
|
|
120
187
|
name?: string;
|
|
@@ -125,6 +192,22 @@ export interface Capacity {
|
|
|
125
192
|
totalThroughputLimit?: number;
|
|
126
193
|
}
|
|
127
194
|
|
|
195
|
+
// @public
|
|
196
|
+
export type CapacityMode = string;
|
|
197
|
+
|
|
198
|
+
// @public
|
|
199
|
+
export interface CapacityModeChangeTransitionState {
|
|
200
|
+
readonly capacityModeLastSuccessfulTransitionEndTimestamp?: Date;
|
|
201
|
+
readonly capacityModeTransitionBeginTimestamp?: Date;
|
|
202
|
+
readonly capacityModeTransitionEndTimestamp?: Date;
|
|
203
|
+
capacityModeTransitionStatus?: CapacityModeTransitionStatus;
|
|
204
|
+
currentCapacityMode?: CapacityMode;
|
|
205
|
+
previousCapacityMode?: CapacityMode;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
// @public
|
|
209
|
+
export type CapacityModeTransitionStatus = string;
|
|
210
|
+
|
|
128
211
|
// @public
|
|
129
212
|
export interface CassandraClusterPublicStatus {
|
|
130
213
|
connectionErrors?: ConnectionError[];
|
|
@@ -154,13 +237,19 @@ export interface CassandraClusters {
|
|
|
154
237
|
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: CassandraClustersDeleteOptionalParams): Promise<void>;
|
|
155
238
|
beginInvokeCommand(resourceGroupName: string, clusterName: string, body: CommandPostBody, options?: CassandraClustersInvokeCommandOptionalParams): Promise<SimplePollerLike<OperationState<CassandraClustersInvokeCommandResponse>, CassandraClustersInvokeCommandResponse>>;
|
|
156
239
|
beginInvokeCommandAndWait(resourceGroupName: string, clusterName: string, body: CommandPostBody, options?: CassandraClustersInvokeCommandOptionalParams): Promise<CassandraClustersInvokeCommandResponse>;
|
|
240
|
+
beginInvokeCommandAsync(resourceGroupName: string, clusterName: string, body: CommandPostBody, options?: CassandraClustersInvokeCommandAsyncOptionalParams): Promise<SimplePollerLike<OperationState<CassandraClustersInvokeCommandAsyncResponse>, CassandraClustersInvokeCommandAsyncResponse>>;
|
|
241
|
+
beginInvokeCommandAsyncAndWait(resourceGroupName: string, clusterName: string, body: CommandPostBody, options?: CassandraClustersInvokeCommandAsyncOptionalParams): Promise<CassandraClustersInvokeCommandAsyncResponse>;
|
|
157
242
|
beginStart(resourceGroupName: string, clusterName: string, options?: CassandraClustersStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
158
243
|
beginStartAndWait(resourceGroupName: string, clusterName: string, options?: CassandraClustersStartOptionalParams): Promise<void>;
|
|
159
244
|
beginUpdate(resourceGroupName: string, clusterName: string, body: ClusterResource, options?: CassandraClustersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CassandraClustersUpdateResponse>, CassandraClustersUpdateResponse>>;
|
|
160
245
|
beginUpdateAndWait(resourceGroupName: string, clusterName: string, body: ClusterResource, options?: CassandraClustersUpdateOptionalParams): Promise<CassandraClustersUpdateResponse>;
|
|
161
246
|
get(resourceGroupName: string, clusterName: string, options?: CassandraClustersGetOptionalParams): Promise<CassandraClustersGetResponse>;
|
|
247
|
+
getBackup(resourceGroupName: string, clusterName: string, backupId: string, options?: CassandraClustersGetBackupOptionalParams): Promise<CassandraClustersGetBackupResponse>;
|
|
248
|
+
getCommandAsync(resourceGroupName: string, clusterName: string, commandId: string, options?: CassandraClustersGetCommandAsyncOptionalParams): Promise<CassandraClustersGetCommandAsyncResponse>;
|
|
249
|
+
listBackups(resourceGroupName: string, clusterName: string, options?: CassandraClustersListBackupsOptionalParams): PagedAsyncIterableIterator<BackupResource>;
|
|
162
250
|
listByResourceGroup(resourceGroupName: string, options?: CassandraClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ClusterResource>;
|
|
163
251
|
listBySubscription(options?: CassandraClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ClusterResource>;
|
|
252
|
+
listCommand(resourceGroupName: string, clusterName: string, options?: CassandraClustersListCommandOptionalParams): PagedAsyncIterableIterator<CommandPublicResource>;
|
|
164
253
|
status(resourceGroupName: string, clusterName: string, options?: CassandraClustersStatusOptionalParams): Promise<CassandraClustersStatusResponse>;
|
|
165
254
|
}
|
|
166
255
|
|
|
@@ -177,6 +266,7 @@ export type CassandraClustersCreateUpdateResponse = ClusterResource;
|
|
|
177
266
|
export interface CassandraClustersDeallocateOptionalParams extends coreClient.OperationOptions {
|
|
178
267
|
resumeFrom?: string;
|
|
179
268
|
updateIntervalInMs?: number;
|
|
269
|
+
xMsForceDeallocate?: string;
|
|
180
270
|
}
|
|
181
271
|
|
|
182
272
|
// @public
|
|
@@ -185,6 +275,20 @@ export interface CassandraClustersDeleteOptionalParams extends coreClient.Operat
|
|
|
185
275
|
updateIntervalInMs?: number;
|
|
186
276
|
}
|
|
187
277
|
|
|
278
|
+
// @public
|
|
279
|
+
export interface CassandraClustersGetBackupOptionalParams extends coreClient.OperationOptions {
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
// @public
|
|
283
|
+
export type CassandraClustersGetBackupResponse = BackupResource;
|
|
284
|
+
|
|
285
|
+
// @public
|
|
286
|
+
export interface CassandraClustersGetCommandAsyncOptionalParams extends coreClient.OperationOptions {
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
// @public
|
|
290
|
+
export type CassandraClustersGetCommandAsyncResponse = ListCommands;
|
|
291
|
+
|
|
188
292
|
// @public
|
|
189
293
|
export interface CassandraClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
190
294
|
}
|
|
@@ -192,6 +296,21 @@ export interface CassandraClustersGetOptionalParams extends coreClient.Operation
|
|
|
192
296
|
// @public
|
|
193
297
|
export type CassandraClustersGetResponse = ClusterResource;
|
|
194
298
|
|
|
299
|
+
// @public
|
|
300
|
+
export interface CassandraClustersInvokeCommandAsyncHeaders {
|
|
301
|
+
azureAsyncOperation?: string;
|
|
302
|
+
location?: string;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
// @public
|
|
306
|
+
export interface CassandraClustersInvokeCommandAsyncOptionalParams extends coreClient.OperationOptions {
|
|
307
|
+
resumeFrom?: string;
|
|
308
|
+
updateIntervalInMs?: number;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
// @public
|
|
312
|
+
export type CassandraClustersInvokeCommandAsyncResponse = CommandPublicResource;
|
|
313
|
+
|
|
195
314
|
// @public
|
|
196
315
|
export interface CassandraClustersInvokeCommandOptionalParams extends coreClient.OperationOptions {
|
|
197
316
|
resumeFrom?: string;
|
|
@@ -201,6 +320,13 @@ export interface CassandraClustersInvokeCommandOptionalParams extends coreClient
|
|
|
201
320
|
// @public
|
|
202
321
|
export type CassandraClustersInvokeCommandResponse = CommandOutput;
|
|
203
322
|
|
|
323
|
+
// @public
|
|
324
|
+
export interface CassandraClustersListBackupsOptionalParams extends coreClient.OperationOptions {
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
// @public
|
|
328
|
+
export type CassandraClustersListBackupsResponse = ListBackups;
|
|
329
|
+
|
|
204
330
|
// @public
|
|
205
331
|
export interface CassandraClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
206
332
|
}
|
|
@@ -215,6 +341,13 @@ export interface CassandraClustersListBySubscriptionOptionalParams extends coreC
|
|
|
215
341
|
// @public
|
|
216
342
|
export type CassandraClustersListBySubscriptionResponse = ListClusters;
|
|
217
343
|
|
|
344
|
+
// @public
|
|
345
|
+
export interface CassandraClustersListCommandOptionalParams extends coreClient.OperationOptions {
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
// @public
|
|
349
|
+
export type CassandraClustersListCommandResponse = ListCommands;
|
|
350
|
+
|
|
218
351
|
// @public
|
|
219
352
|
export interface CassandraClustersStartOptionalParams extends coreClient.OperationOptions {
|
|
220
353
|
resumeFrom?: string;
|
|
@@ -338,10 +471,14 @@ export interface CassandraResources {
|
|
|
338
471
|
beginCreateUpdateCassandraKeyspaceAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, createUpdateCassandraKeyspaceParameters: CassandraKeyspaceCreateUpdateParameters, options?: CassandraResourcesCreateUpdateCassandraKeyspaceOptionalParams): Promise<CassandraResourcesCreateUpdateCassandraKeyspaceResponse>;
|
|
339
472
|
beginCreateUpdateCassandraTable(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, createUpdateCassandraTableParameters: CassandraTableCreateUpdateParameters, options?: CassandraResourcesCreateUpdateCassandraTableOptionalParams): Promise<SimplePollerLike<OperationState<CassandraResourcesCreateUpdateCassandraTableResponse>, CassandraResourcesCreateUpdateCassandraTableResponse>>;
|
|
340
473
|
beginCreateUpdateCassandraTableAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, createUpdateCassandraTableParameters: CassandraTableCreateUpdateParameters, options?: CassandraResourcesCreateUpdateCassandraTableOptionalParams): Promise<CassandraResourcesCreateUpdateCassandraTableResponse>;
|
|
474
|
+
beginCreateUpdateCassandraView(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, createUpdateCassandraViewParameters: CassandraViewCreateUpdateParameters, options?: CassandraResourcesCreateUpdateCassandraViewOptionalParams): Promise<SimplePollerLike<OperationState<CassandraResourcesCreateUpdateCassandraViewResponse>, CassandraResourcesCreateUpdateCassandraViewResponse>>;
|
|
475
|
+
beginCreateUpdateCassandraViewAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, createUpdateCassandraViewParameters: CassandraViewCreateUpdateParameters, options?: CassandraResourcesCreateUpdateCassandraViewOptionalParams): Promise<CassandraResourcesCreateUpdateCassandraViewResponse>;
|
|
341
476
|
beginDeleteCassandraKeyspace(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesDeleteCassandraKeyspaceOptionalParams): Promise<SimplePollerLike<OperationState<CassandraResourcesDeleteCassandraKeyspaceResponse>, CassandraResourcesDeleteCassandraKeyspaceResponse>>;
|
|
342
477
|
beginDeleteCassandraKeyspaceAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesDeleteCassandraKeyspaceOptionalParams): Promise<CassandraResourcesDeleteCassandraKeyspaceResponse>;
|
|
343
478
|
beginDeleteCassandraTable(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: CassandraResourcesDeleteCassandraTableOptionalParams): Promise<SimplePollerLike<OperationState<CassandraResourcesDeleteCassandraTableResponse>, CassandraResourcesDeleteCassandraTableResponse>>;
|
|
344
479
|
beginDeleteCassandraTableAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: CassandraResourcesDeleteCassandraTableOptionalParams): Promise<CassandraResourcesDeleteCassandraTableResponse>;
|
|
480
|
+
beginDeleteCassandraView(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesDeleteCassandraViewOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
481
|
+
beginDeleteCassandraViewAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesDeleteCassandraViewOptionalParams): Promise<void>;
|
|
345
482
|
beginMigrateCassandraKeyspaceToAutoscale(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesMigrateCassandraKeyspaceToAutoscaleOptionalParams): Promise<SimplePollerLike<OperationState<CassandraResourcesMigrateCassandraKeyspaceToAutoscaleResponse>, CassandraResourcesMigrateCassandraKeyspaceToAutoscaleResponse>>;
|
|
346
483
|
beginMigrateCassandraKeyspaceToAutoscaleAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesMigrateCassandraKeyspaceToAutoscaleOptionalParams): Promise<CassandraResourcesMigrateCassandraKeyspaceToAutoscaleResponse>;
|
|
347
484
|
beginMigrateCassandraKeyspaceToManualThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesMigrateCassandraKeyspaceToManualThroughputOptionalParams): Promise<SimplePollerLike<OperationState<CassandraResourcesMigrateCassandraKeyspaceToManualThroughputResponse>, CassandraResourcesMigrateCassandraKeyspaceToManualThroughputResponse>>;
|
|
@@ -350,16 +487,25 @@ export interface CassandraResources {
|
|
|
350
487
|
beginMigrateCassandraTableToAutoscaleAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: CassandraResourcesMigrateCassandraTableToAutoscaleOptionalParams): Promise<CassandraResourcesMigrateCassandraTableToAutoscaleResponse>;
|
|
351
488
|
beginMigrateCassandraTableToManualThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: CassandraResourcesMigrateCassandraTableToManualThroughputOptionalParams): Promise<SimplePollerLike<OperationState<CassandraResourcesMigrateCassandraTableToManualThroughputResponse>, CassandraResourcesMigrateCassandraTableToManualThroughputResponse>>;
|
|
352
489
|
beginMigrateCassandraTableToManualThroughputAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: CassandraResourcesMigrateCassandraTableToManualThroughputOptionalParams): Promise<CassandraResourcesMigrateCassandraTableToManualThroughputResponse>;
|
|
490
|
+
beginMigrateCassandraViewToAutoscale(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams): Promise<SimplePollerLike<OperationState<CassandraResourcesMigrateCassandraViewToAutoscaleResponse>, CassandraResourcesMigrateCassandraViewToAutoscaleResponse>>;
|
|
491
|
+
beginMigrateCassandraViewToAutoscaleAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams): Promise<CassandraResourcesMigrateCassandraViewToAutoscaleResponse>;
|
|
492
|
+
beginMigrateCassandraViewToManualThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams): Promise<SimplePollerLike<OperationState<CassandraResourcesMigrateCassandraViewToManualThroughputResponse>, CassandraResourcesMigrateCassandraViewToManualThroughputResponse>>;
|
|
493
|
+
beginMigrateCassandraViewToManualThroughputAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams): Promise<CassandraResourcesMigrateCassandraViewToManualThroughputResponse>;
|
|
353
494
|
beginUpdateCassandraKeyspaceThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: CassandraResourcesUpdateCassandraKeyspaceThroughputOptionalParams): Promise<SimplePollerLike<OperationState<CassandraResourcesUpdateCassandraKeyspaceThroughputResponse>, CassandraResourcesUpdateCassandraKeyspaceThroughputResponse>>;
|
|
354
495
|
beginUpdateCassandraKeyspaceThroughputAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: CassandraResourcesUpdateCassandraKeyspaceThroughputOptionalParams): Promise<CassandraResourcesUpdateCassandraKeyspaceThroughputResponse>;
|
|
355
496
|
beginUpdateCassandraTableThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: CassandraResourcesUpdateCassandraTableThroughputOptionalParams): Promise<SimplePollerLike<OperationState<CassandraResourcesUpdateCassandraTableThroughputResponse>, CassandraResourcesUpdateCassandraTableThroughputResponse>>;
|
|
356
497
|
beginUpdateCassandraTableThroughputAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: CassandraResourcesUpdateCassandraTableThroughputOptionalParams): Promise<CassandraResourcesUpdateCassandraTableThroughputResponse>;
|
|
498
|
+
beginUpdateCassandraViewThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: CassandraResourcesUpdateCassandraViewThroughputOptionalParams): Promise<SimplePollerLike<OperationState<CassandraResourcesUpdateCassandraViewThroughputResponse>, CassandraResourcesUpdateCassandraViewThroughputResponse>>;
|
|
499
|
+
beginUpdateCassandraViewThroughputAndWait(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: CassandraResourcesUpdateCassandraViewThroughputOptionalParams): Promise<CassandraResourcesUpdateCassandraViewThroughputResponse>;
|
|
357
500
|
getCassandraKeyspace(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesGetCassandraKeyspaceOptionalParams): Promise<CassandraResourcesGetCassandraKeyspaceResponse>;
|
|
358
501
|
getCassandraKeyspaceThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesGetCassandraKeyspaceThroughputOptionalParams): Promise<CassandraResourcesGetCassandraKeyspaceThroughputResponse>;
|
|
359
502
|
getCassandraTable(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: CassandraResourcesGetCassandraTableOptionalParams): Promise<CassandraResourcesGetCassandraTableResponse>;
|
|
360
503
|
getCassandraTableThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, tableName: string, options?: CassandraResourcesGetCassandraTableThroughputOptionalParams): Promise<CassandraResourcesGetCassandraTableThroughputResponse>;
|
|
504
|
+
getCassandraView(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesGetCassandraViewOptionalParams): Promise<CassandraResourcesGetCassandraViewResponse>;
|
|
505
|
+
getCassandraViewThroughput(resourceGroupName: string, accountName: string, keyspaceName: string, viewName: string, options?: CassandraResourcesGetCassandraViewThroughputOptionalParams): Promise<CassandraResourcesGetCassandraViewThroughputResponse>;
|
|
361
506
|
listCassandraKeyspaces(resourceGroupName: string, accountName: string, options?: CassandraResourcesListCassandraKeyspacesOptionalParams): PagedAsyncIterableIterator<CassandraKeyspaceGetResults>;
|
|
362
507
|
listCassandraTables(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesListCassandraTablesOptionalParams): PagedAsyncIterableIterator<CassandraTableGetResults>;
|
|
508
|
+
listCassandraViews(resourceGroupName: string, accountName: string, keyspaceName: string, options?: CassandraResourcesListCassandraViewsOptionalParams): PagedAsyncIterableIterator<CassandraViewGetResults>;
|
|
363
509
|
}
|
|
364
510
|
|
|
365
511
|
// @public
|
|
@@ -392,6 +538,21 @@ export interface CassandraResourcesCreateUpdateCassandraTableOptionalParams exte
|
|
|
392
538
|
// @public
|
|
393
539
|
export type CassandraResourcesCreateUpdateCassandraTableResponse = CassandraTableGetResults;
|
|
394
540
|
|
|
541
|
+
// @public
|
|
542
|
+
export interface CassandraResourcesCreateUpdateCassandraViewHeaders {
|
|
543
|
+
azureAsyncOperation?: string;
|
|
544
|
+
location?: string;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
// @public
|
|
548
|
+
export interface CassandraResourcesCreateUpdateCassandraViewOptionalParams extends coreClient.OperationOptions {
|
|
549
|
+
resumeFrom?: string;
|
|
550
|
+
updateIntervalInMs?: number;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
// @public
|
|
554
|
+
export type CassandraResourcesCreateUpdateCassandraViewResponse = CassandraViewGetResults;
|
|
555
|
+
|
|
395
556
|
// @public
|
|
396
557
|
export interface CassandraResourcesDeleteCassandraKeyspaceHeaders {
|
|
397
558
|
azureAsyncOperation?: string;
|
|
@@ -422,6 +583,18 @@ export interface CassandraResourcesDeleteCassandraTableOptionalParams extends co
|
|
|
422
583
|
// @public
|
|
423
584
|
export type CassandraResourcesDeleteCassandraTableResponse = CassandraResourcesDeleteCassandraTableHeaders;
|
|
424
585
|
|
|
586
|
+
// @public
|
|
587
|
+
export interface CassandraResourcesDeleteCassandraViewHeaders {
|
|
588
|
+
azureAsyncOperation?: string;
|
|
589
|
+
location?: string;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
// @public
|
|
593
|
+
export interface CassandraResourcesDeleteCassandraViewOptionalParams extends coreClient.OperationOptions {
|
|
594
|
+
resumeFrom?: string;
|
|
595
|
+
updateIntervalInMs?: number;
|
|
596
|
+
}
|
|
597
|
+
|
|
425
598
|
// @public
|
|
426
599
|
export interface CassandraResourcesGetCassandraKeyspaceOptionalParams extends coreClient.OperationOptions {
|
|
427
600
|
}
|
|
@@ -450,6 +623,20 @@ export interface CassandraResourcesGetCassandraTableThroughputOptionalParams ext
|
|
|
450
623
|
// @public
|
|
451
624
|
export type CassandraResourcesGetCassandraTableThroughputResponse = ThroughputSettingsGetResults;
|
|
452
625
|
|
|
626
|
+
// @public
|
|
627
|
+
export interface CassandraResourcesGetCassandraViewOptionalParams extends coreClient.OperationOptions {
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
// @public
|
|
631
|
+
export type CassandraResourcesGetCassandraViewResponse = CassandraViewGetResults;
|
|
632
|
+
|
|
633
|
+
// @public
|
|
634
|
+
export interface CassandraResourcesGetCassandraViewThroughputOptionalParams extends coreClient.OperationOptions {
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
// @public
|
|
638
|
+
export type CassandraResourcesGetCassandraViewThroughputResponse = ThroughputSettingsGetResults;
|
|
639
|
+
|
|
453
640
|
// @public
|
|
454
641
|
export interface CassandraResourcesListCassandraKeyspacesOptionalParams extends coreClient.OperationOptions {
|
|
455
642
|
}
|
|
@@ -464,6 +651,13 @@ export interface CassandraResourcesListCassandraTablesOptionalParams extends cor
|
|
|
464
651
|
// @public
|
|
465
652
|
export type CassandraResourcesListCassandraTablesResponse = CassandraTableListResult;
|
|
466
653
|
|
|
654
|
+
// @public
|
|
655
|
+
export interface CassandraResourcesListCassandraViewsOptionalParams extends coreClient.OperationOptions {
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
// @public
|
|
659
|
+
export type CassandraResourcesListCassandraViewsResponse = CassandraViewListResult;
|
|
660
|
+
|
|
467
661
|
// @public
|
|
468
662
|
export interface CassandraResourcesMigrateCassandraKeyspaceToAutoscaleHeaders {
|
|
469
663
|
azureAsyncOperation?: string;
|
|
@@ -524,6 +718,36 @@ export interface CassandraResourcesMigrateCassandraTableToManualThroughputOption
|
|
|
524
718
|
// @public
|
|
525
719
|
export type CassandraResourcesMigrateCassandraTableToManualThroughputResponse = ThroughputSettingsGetResults;
|
|
526
720
|
|
|
721
|
+
// @public
|
|
722
|
+
export interface CassandraResourcesMigrateCassandraViewToAutoscaleHeaders {
|
|
723
|
+
azureAsyncOperation?: string;
|
|
724
|
+
location?: string;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
// @public
|
|
728
|
+
export interface CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams extends coreClient.OperationOptions {
|
|
729
|
+
resumeFrom?: string;
|
|
730
|
+
updateIntervalInMs?: number;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
// @public
|
|
734
|
+
export type CassandraResourcesMigrateCassandraViewToAutoscaleResponse = ThroughputSettingsGetResults;
|
|
735
|
+
|
|
736
|
+
// @public
|
|
737
|
+
export interface CassandraResourcesMigrateCassandraViewToManualThroughputHeaders {
|
|
738
|
+
azureAsyncOperation?: string;
|
|
739
|
+
location?: string;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
// @public
|
|
743
|
+
export interface CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams extends coreClient.OperationOptions {
|
|
744
|
+
resumeFrom?: string;
|
|
745
|
+
updateIntervalInMs?: number;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
// @public
|
|
749
|
+
export type CassandraResourcesMigrateCassandraViewToManualThroughputResponse = ThroughputSettingsGetResults;
|
|
750
|
+
|
|
527
751
|
// @public
|
|
528
752
|
export interface CassandraResourcesUpdateCassandraKeyspaceThroughputHeaders {
|
|
529
753
|
azureAsyncOperation?: string;
|
|
@@ -554,6 +778,21 @@ export interface CassandraResourcesUpdateCassandraTableThroughputOptionalParams
|
|
|
554
778
|
// @public
|
|
555
779
|
export type CassandraResourcesUpdateCassandraTableThroughputResponse = ThroughputSettingsGetResults;
|
|
556
780
|
|
|
781
|
+
// @public
|
|
782
|
+
export interface CassandraResourcesUpdateCassandraViewThroughputHeaders {
|
|
783
|
+
azureAsyncOperation?: string;
|
|
784
|
+
location?: string;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
// @public
|
|
788
|
+
export interface CassandraResourcesUpdateCassandraViewThroughputOptionalParams extends coreClient.OperationOptions {
|
|
789
|
+
resumeFrom?: string;
|
|
790
|
+
updateIntervalInMs?: number;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
// @public
|
|
794
|
+
export type CassandraResourcesUpdateCassandraViewThroughputResponse = ThroughputSettingsGetResults;
|
|
795
|
+
|
|
557
796
|
// @public
|
|
558
797
|
export interface CassandraSchema {
|
|
559
798
|
clusterKeys?: ClusterKey[];
|
|
@@ -596,11 +835,97 @@ export interface CassandraTableResource {
|
|
|
596
835
|
schema?: CassandraSchema;
|
|
597
836
|
}
|
|
598
837
|
|
|
838
|
+
// @public
|
|
839
|
+
export interface CassandraViewCreateUpdateParameters extends ARMResourceProperties {
|
|
840
|
+
options?: CreateUpdateOptions;
|
|
841
|
+
resource: CassandraViewResource;
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
// @public (undocumented)
|
|
845
|
+
export interface CassandraViewGetPropertiesOptions extends OptionsResource {
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
// @public (undocumented)
|
|
849
|
+
export interface CassandraViewGetPropertiesResource extends CassandraViewResource, ExtendedResourceProperties {
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
// @public
|
|
853
|
+
export interface CassandraViewGetResults extends ARMResourceProperties {
|
|
854
|
+
// (undocumented)
|
|
855
|
+
options?: CassandraViewGetPropertiesOptions;
|
|
856
|
+
// (undocumented)
|
|
857
|
+
resource?: CassandraViewGetPropertiesResource;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
// @public
|
|
861
|
+
export interface CassandraViewListResult {
|
|
862
|
+
readonly value?: CassandraViewGetResults[];
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
// @public
|
|
866
|
+
export interface CassandraViewResource {
|
|
867
|
+
id: string;
|
|
868
|
+
viewDefinition: string;
|
|
869
|
+
}
|
|
870
|
+
|
|
599
871
|
// @public (undocumented)
|
|
600
872
|
export interface Certificate {
|
|
601
873
|
pem?: string;
|
|
602
874
|
}
|
|
603
875
|
|
|
876
|
+
// @public
|
|
877
|
+
export interface ChaosFault {
|
|
878
|
+
beginEnableDisable(resourceGroupName: string, accountName: string, chaosFault: string, chaosFaultRequest: ChaosFaultResource, options?: ChaosFaultEnableDisableOptionalParams): Promise<SimplePollerLike<OperationState<ChaosFaultEnableDisableResponse>, ChaosFaultEnableDisableResponse>>;
|
|
879
|
+
beginEnableDisableAndWait(resourceGroupName: string, accountName: string, chaosFault: string, chaosFaultRequest: ChaosFaultResource, options?: ChaosFaultEnableDisableOptionalParams): Promise<ChaosFaultEnableDisableResponse>;
|
|
880
|
+
get(resourceGroupName: string, accountName: string, chaosFault: string, options?: ChaosFaultGetOptionalParams): Promise<ChaosFaultGetResponse>;
|
|
881
|
+
list(resourceGroupName: string, accountName: string, options?: ChaosFaultListOptionalParams): PagedAsyncIterableIterator<ChaosFaultResource>;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
// @public
|
|
885
|
+
export interface ChaosFaultEnableDisableOptionalParams extends coreClient.OperationOptions {
|
|
886
|
+
resumeFrom?: string;
|
|
887
|
+
updateIntervalInMs?: number;
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
// @public
|
|
891
|
+
export type ChaosFaultEnableDisableResponse = ChaosFaultResource;
|
|
892
|
+
|
|
893
|
+
// @public
|
|
894
|
+
export interface ChaosFaultGetOptionalParams extends coreClient.OperationOptions {
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
// @public
|
|
898
|
+
export type ChaosFaultGetResponse = ChaosFaultResource;
|
|
899
|
+
|
|
900
|
+
// @public
|
|
901
|
+
export interface ChaosFaultListNextOptionalParams extends coreClient.OperationOptions {
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
// @public
|
|
905
|
+
export type ChaosFaultListNextResponse = ChaosFaultListResponse;
|
|
906
|
+
|
|
907
|
+
// @public
|
|
908
|
+
export type ChaosFaultListOperationResponse = ChaosFaultListResponse;
|
|
909
|
+
|
|
910
|
+
// @public
|
|
911
|
+
export interface ChaosFaultListOptionalParams extends coreClient.OperationOptions {
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
// @public
|
|
915
|
+
export interface ChaosFaultListResponse {
|
|
916
|
+
readonly nextLink?: string;
|
|
917
|
+
readonly value?: ChaosFaultResource[];
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
// @public
|
|
921
|
+
export interface ChaosFaultResource extends ProxyResource {
|
|
922
|
+
action?: SupportedActions;
|
|
923
|
+
containerName?: string;
|
|
924
|
+
databaseName?: string;
|
|
925
|
+
readonly provisioningState?: string;
|
|
926
|
+
region?: string;
|
|
927
|
+
}
|
|
928
|
+
|
|
604
929
|
// @public (undocumented)
|
|
605
930
|
export interface ClientEncryptionIncludedPath {
|
|
606
931
|
clientEncryptionKeyId: string;
|
|
@@ -657,13 +982,18 @@ export interface ClusterResource extends ManagedCassandraARMResourceProperties {
|
|
|
657
982
|
// @public
|
|
658
983
|
export interface ClusterResourceProperties {
|
|
659
984
|
authenticationMethod?: AuthenticationMethod;
|
|
985
|
+
autoReplicate?: AutoReplicate;
|
|
660
986
|
azureConnectionMethod?: AzureConnectionType;
|
|
987
|
+
backupSchedules?: BackupSchedule[];
|
|
661
988
|
cassandraAuditLoggingEnabled?: boolean;
|
|
662
989
|
cassandraVersion?: string;
|
|
663
990
|
clientCertificates?: Certificate[];
|
|
664
991
|
clusterNameOverride?: string;
|
|
992
|
+
clusterType?: ClusterType;
|
|
665
993
|
deallocated?: boolean;
|
|
666
994
|
delegatedManagementSubnetId?: string;
|
|
995
|
+
extensions?: string[];
|
|
996
|
+
externalDataCenters?: string[];
|
|
667
997
|
externalGossipCertificates?: Certificate[];
|
|
668
998
|
externalSeedNodes?: SeedNode[];
|
|
669
999
|
readonly gossipCertificates?: Certificate[];
|
|
@@ -675,9 +1005,13 @@ export interface ClusterResourceProperties {
|
|
|
675
1005
|
provisioningState?: ManagedCassandraProvisioningState;
|
|
676
1006
|
repairEnabled?: boolean;
|
|
677
1007
|
restoreFromBackupId?: string;
|
|
1008
|
+
scheduledEventStrategy?: ScheduledEventStrategy;
|
|
678
1009
|
readonly seedNodes?: SeedNode[];
|
|
679
1010
|
}
|
|
680
1011
|
|
|
1012
|
+
// @public
|
|
1013
|
+
export type ClusterType = string;
|
|
1014
|
+
|
|
681
1015
|
// @public
|
|
682
1016
|
export interface Collection {
|
|
683
1017
|
listMetricDefinitions(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, options?: CollectionListMetricDefinitionsOptionalParams): PagedAsyncIterableIterator<MetricDefinition>;
|
|
@@ -765,15 +1099,30 @@ export interface CommandOutput {
|
|
|
765
1099
|
|
|
766
1100
|
// @public
|
|
767
1101
|
export interface CommandPostBody {
|
|
768
|
-
arguments?:
|
|
769
|
-
[propertyName: string]: string;
|
|
770
|
-
};
|
|
1102
|
+
arguments?: Record<string, unknown>;
|
|
771
1103
|
cassandraStopStart?: boolean;
|
|
772
1104
|
command: string;
|
|
773
1105
|
host: string;
|
|
774
|
-
|
|
1106
|
+
readWrite?: boolean;
|
|
1107
|
+
}
|
|
1108
|
+
|
|
1109
|
+
// @public
|
|
1110
|
+
export interface CommandPublicResource {
|
|
1111
|
+
arguments?: Record<string, unknown>;
|
|
1112
|
+
cassandraStopStart?: boolean;
|
|
1113
|
+
command?: string;
|
|
1114
|
+
commandId?: string;
|
|
1115
|
+
host?: string;
|
|
1116
|
+
isAdmin?: boolean;
|
|
1117
|
+
outputFile?: string;
|
|
1118
|
+
readWrite?: boolean;
|
|
1119
|
+
result?: string;
|
|
1120
|
+
status?: CommandStatus;
|
|
775
1121
|
}
|
|
776
1122
|
|
|
1123
|
+
// @public
|
|
1124
|
+
export type CommandStatus = string;
|
|
1125
|
+
|
|
777
1126
|
// @public (undocumented)
|
|
778
1127
|
export interface Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties {
|
|
779
1128
|
readonly clientId?: string;
|
|
@@ -788,6 +1137,7 @@ export interface ComponentsM9L909SchemasCassandraclusterpublicstatusPropertiesDa
|
|
|
788
1137
|
diskFreeKB?: number;
|
|
789
1138
|
diskUsedKB?: number;
|
|
790
1139
|
hostID?: string;
|
|
1140
|
+
isLatestModel?: boolean;
|
|
791
1141
|
load?: string;
|
|
792
1142
|
memoryBuffersAndCachedKB?: number;
|
|
793
1143
|
memoryFreeKB?: number;
|
|
@@ -891,6 +1241,15 @@ export interface CorsPolicy {
|
|
|
891
1241
|
maxAgeInSeconds?: number;
|
|
892
1242
|
}
|
|
893
1243
|
|
|
1244
|
+
// @public
|
|
1245
|
+
export interface CosmosCassandraDataTransferDataSourceSink extends BaseCosmosDataTransferDataSourceSink {
|
|
1246
|
+
component: "CosmosDBCassandra";
|
|
1247
|
+
// (undocumented)
|
|
1248
|
+
keyspaceName: string;
|
|
1249
|
+
// (undocumented)
|
|
1250
|
+
tableName: string;
|
|
1251
|
+
}
|
|
1252
|
+
|
|
894
1253
|
// @public (undocumented)
|
|
895
1254
|
export class CosmosDBManagementClient extends coreClient.ServiceClient {
|
|
896
1255
|
// (undocumented)
|
|
@@ -905,6 +1264,8 @@ export class CosmosDBManagementClient extends coreClient.ServiceClient {
|
|
|
905
1264
|
// (undocumented)
|
|
906
1265
|
cassandraResources: CassandraResources;
|
|
907
1266
|
// (undocumented)
|
|
1267
|
+
chaosFault: ChaosFault;
|
|
1268
|
+
// (undocumented)
|
|
908
1269
|
collection: Collection;
|
|
909
1270
|
// (undocumented)
|
|
910
1271
|
collectionPartition: CollectionPartition;
|
|
@@ -919,12 +1280,18 @@ export class CosmosDBManagementClient extends coreClient.ServiceClient {
|
|
|
919
1280
|
// (undocumented)
|
|
920
1281
|
databaseAccounts: DatabaseAccounts;
|
|
921
1282
|
// (undocumented)
|
|
1283
|
+
dataTransferJobs: DataTransferJobs;
|
|
1284
|
+
// (undocumented)
|
|
1285
|
+
graphResources: GraphResources;
|
|
1286
|
+
// (undocumented)
|
|
922
1287
|
gremlinResources: GremlinResources;
|
|
923
1288
|
// (undocumented)
|
|
924
1289
|
locations: Locations;
|
|
925
1290
|
// (undocumented)
|
|
926
1291
|
mongoDBResources: MongoDBResources;
|
|
927
1292
|
// (undocumented)
|
|
1293
|
+
networkSecurityPerimeterConfigurations: NetworkSecurityPerimeterConfigurations;
|
|
1294
|
+
// (undocumented)
|
|
928
1295
|
notebookWorkspaces: NotebookWorkspaces;
|
|
929
1296
|
// (undocumented)
|
|
930
1297
|
operations: Operations;
|
|
@@ -974,6 +1341,14 @@ export class CosmosDBManagementClient extends coreClient.ServiceClient {
|
|
|
974
1341
|
subscriptionId: string;
|
|
975
1342
|
// (undocumented)
|
|
976
1343
|
tableResources: TableResources;
|
|
1344
|
+
// (undocumented)
|
|
1345
|
+
throughputPool: ThroughputPool;
|
|
1346
|
+
// (undocumented)
|
|
1347
|
+
throughputPoolAccount: ThroughputPoolAccount;
|
|
1348
|
+
// (undocumented)
|
|
1349
|
+
throughputPoolAccounts: ThroughputPoolAccounts;
|
|
1350
|
+
// (undocumented)
|
|
1351
|
+
throughputPools: ThroughputPools;
|
|
977
1352
|
}
|
|
978
1353
|
|
|
979
1354
|
// @public
|
|
@@ -983,9 +1358,45 @@ export interface CosmosDBManagementClientOptionalParams extends coreClient.Servi
|
|
|
983
1358
|
endpoint?: string;
|
|
984
1359
|
}
|
|
985
1360
|
|
|
1361
|
+
// @public
|
|
1362
|
+
export interface CosmosMongoDataTransferDataSourceSink extends BaseCosmosDataTransferDataSourceSink {
|
|
1363
|
+
// (undocumented)
|
|
1364
|
+
collectionName: string;
|
|
1365
|
+
component: "CosmosDBMongo";
|
|
1366
|
+
// (undocumented)
|
|
1367
|
+
databaseName: string;
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1370
|
+
// @public
|
|
1371
|
+
export interface CosmosMongoVCoreDataTransferDataSourceSink extends DataTransferDataSourceSink {
|
|
1372
|
+
// (undocumented)
|
|
1373
|
+
collectionName: string;
|
|
1374
|
+
component: "CosmosDBMongoVCore";
|
|
1375
|
+
// (undocumented)
|
|
1376
|
+
connectionStringKeyVaultUri?: string;
|
|
1377
|
+
// (undocumented)
|
|
1378
|
+
databaseName: string;
|
|
1379
|
+
// (undocumented)
|
|
1380
|
+
hostName?: string;
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
// @public
|
|
1384
|
+
export interface CosmosSqlDataTransferDataSourceSink extends BaseCosmosDataTransferDataSourceSink {
|
|
1385
|
+
component: "CosmosDBSql";
|
|
1386
|
+
// (undocumented)
|
|
1387
|
+
containerName: string;
|
|
1388
|
+
// (undocumented)
|
|
1389
|
+
databaseName: string;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
986
1392
|
// @public
|
|
987
1393
|
export type CreatedByType = string;
|
|
988
1394
|
|
|
1395
|
+
// @public
|
|
1396
|
+
export interface CreateJobRequest extends ARMProxyResource {
|
|
1397
|
+
properties: DataTransferJobProperties;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
989
1400
|
// @public
|
|
990
1401
|
export type CreateMode = string;
|
|
991
1402
|
|
|
@@ -1017,6 +1428,7 @@ export interface DatabaseAccountCreateUpdateParameters extends ARMResourceProper
|
|
|
1017
1428
|
backupPolicy?: BackupPolicyUnion;
|
|
1018
1429
|
capabilities?: Capability[];
|
|
1019
1430
|
capacity?: Capacity;
|
|
1431
|
+
capacityMode?: CapacityMode;
|
|
1020
1432
|
connectorOffer?: ConnectorOffer;
|
|
1021
1433
|
consistencyPolicy?: ConsistencyPolicy;
|
|
1022
1434
|
cors?: CorsPolicy[];
|
|
@@ -1024,6 +1436,8 @@ export interface DatabaseAccountCreateUpdateParameters extends ARMResourceProper
|
|
|
1024
1436
|
customerManagedKeyStatus?: string;
|
|
1025
1437
|
databaseAccountOfferType: "Standard";
|
|
1026
1438
|
defaultIdentity?: string;
|
|
1439
|
+
defaultPriorityLevel?: DefaultPriorityLevel;
|
|
1440
|
+
diagnosticLogSettings?: DiagnosticLogSettings;
|
|
1027
1441
|
disableKeyBasedMetadataWriteAccess?: boolean;
|
|
1028
1442
|
disableLocalAuth?: boolean;
|
|
1029
1443
|
enableAnalyticalStorage?: boolean;
|
|
@@ -1031,9 +1445,11 @@ export interface DatabaseAccountCreateUpdateParameters extends ARMResourceProper
|
|
|
1031
1445
|
enableBurstCapacity?: boolean;
|
|
1032
1446
|
enableCassandraConnector?: boolean;
|
|
1033
1447
|
enableFreeTier?: boolean;
|
|
1448
|
+
enableMaterializedViews?: boolean;
|
|
1034
1449
|
enableMultipleWriteLocations?: boolean;
|
|
1035
1450
|
enablePartitionMerge?: boolean;
|
|
1036
|
-
|
|
1451
|
+
enablePerRegionPerPartitionAutoscale?: boolean;
|
|
1452
|
+
enablePriorityBasedExecution?: boolean;
|
|
1037
1453
|
ipRules?: IpAddressOrRange[];
|
|
1038
1454
|
isVirtualNetworkFilterEnabled?: boolean;
|
|
1039
1455
|
readonly keysMetadata?: DatabaseAccountKeysMetadata;
|
|
@@ -1055,6 +1471,8 @@ export interface DatabaseAccountGetResults extends ARMResourceProperties {
|
|
|
1055
1471
|
backupPolicy?: BackupPolicyUnion;
|
|
1056
1472
|
capabilities?: Capability[];
|
|
1057
1473
|
capacity?: Capacity;
|
|
1474
|
+
capacityMode?: CapacityMode;
|
|
1475
|
+
capacityModeChangeTransitionState?: CapacityModeChangeTransitionState;
|
|
1058
1476
|
connectorOffer?: ConnectorOffer;
|
|
1059
1477
|
consistencyPolicy?: ConsistencyPolicy;
|
|
1060
1478
|
cors?: CorsPolicy[];
|
|
@@ -1062,6 +1480,8 @@ export interface DatabaseAccountGetResults extends ARMResourceProperties {
|
|
|
1062
1480
|
customerManagedKeyStatus?: string;
|
|
1063
1481
|
readonly databaseAccountOfferType?: "Standard";
|
|
1064
1482
|
defaultIdentity?: string;
|
|
1483
|
+
defaultPriorityLevel?: DefaultPriorityLevel;
|
|
1484
|
+
diagnosticLogSettings?: DiagnosticLogSettings;
|
|
1065
1485
|
disableKeyBasedMetadataWriteAccess?: boolean;
|
|
1066
1486
|
disableLocalAuth?: boolean;
|
|
1067
1487
|
readonly documentEndpoint?: string;
|
|
@@ -1070,10 +1490,12 @@ export interface DatabaseAccountGetResults extends ARMResourceProperties {
|
|
|
1070
1490
|
enableBurstCapacity?: boolean;
|
|
1071
1491
|
enableCassandraConnector?: boolean;
|
|
1072
1492
|
enableFreeTier?: boolean;
|
|
1493
|
+
enableMaterializedViews?: boolean;
|
|
1073
1494
|
enableMultipleWriteLocations?: boolean;
|
|
1074
1495
|
enablePartitionMerge?: boolean;
|
|
1496
|
+
enablePerRegionPerPartitionAutoscale?: boolean;
|
|
1497
|
+
enablePriorityBasedExecution?: boolean;
|
|
1075
1498
|
readonly failoverPolicies?: FailoverPolicy[];
|
|
1076
|
-
identity?: ManagedServiceIdentity;
|
|
1077
1499
|
readonly instanceId?: string;
|
|
1078
1500
|
ipRules?: IpAddressOrRange[];
|
|
1079
1501
|
isVirtualNetworkFilterEnabled?: boolean;
|
|
@@ -1344,11 +1766,14 @@ export interface DatabaseAccountUpdateParameters {
|
|
|
1344
1766
|
backupPolicy?: BackupPolicyUnion;
|
|
1345
1767
|
capabilities?: Capability[];
|
|
1346
1768
|
capacity?: Capacity;
|
|
1769
|
+
capacityMode?: CapacityMode;
|
|
1347
1770
|
connectorOffer?: ConnectorOffer;
|
|
1348
1771
|
consistencyPolicy?: ConsistencyPolicy;
|
|
1349
1772
|
cors?: CorsPolicy[];
|
|
1350
1773
|
customerManagedKeyStatus?: string;
|
|
1351
1774
|
defaultIdentity?: string;
|
|
1775
|
+
defaultPriorityLevel?: DefaultPriorityLevel;
|
|
1776
|
+
diagnosticLogSettings?: DiagnosticLogSettings;
|
|
1352
1777
|
disableKeyBasedMetadataWriteAccess?: boolean;
|
|
1353
1778
|
disableLocalAuth?: boolean;
|
|
1354
1779
|
enableAnalyticalStorage?: boolean;
|
|
@@ -1356,8 +1781,11 @@ export interface DatabaseAccountUpdateParameters {
|
|
|
1356
1781
|
enableBurstCapacity?: boolean;
|
|
1357
1782
|
enableCassandraConnector?: boolean;
|
|
1358
1783
|
enableFreeTier?: boolean;
|
|
1784
|
+
enableMaterializedViews?: boolean;
|
|
1359
1785
|
enableMultipleWriteLocations?: boolean;
|
|
1360
1786
|
enablePartitionMerge?: boolean;
|
|
1787
|
+
enablePerRegionPerPartitionAutoscale?: boolean;
|
|
1788
|
+
enablePriorityBasedExecution?: boolean;
|
|
1361
1789
|
identity?: ManagedServiceIdentity;
|
|
1362
1790
|
ipRules?: IpAddressOrRange[];
|
|
1363
1791
|
isVirtualNetworkFilterEnabled?: boolean;
|
|
@@ -1428,6 +1856,123 @@ export interface DataCenterResourceProperties {
|
|
|
1428
1856
|
sku?: string;
|
|
1429
1857
|
}
|
|
1430
1858
|
|
|
1859
|
+
// @public
|
|
1860
|
+
export type DataTransferComponent = string;
|
|
1861
|
+
|
|
1862
|
+
// @public
|
|
1863
|
+
export interface DataTransferDataSourceSink {
|
|
1864
|
+
component: "BaseCosmosDataTransferDataSourceSink" | "CosmosDBCassandra" | "CosmosDBMongo" | "CosmosDBMongoVCore" | "CosmosDBSql" | "AzureBlobStorage";
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
// @public (undocumented)
|
|
1868
|
+
export type DataTransferDataSourceSinkUnion = DataTransferDataSourceSink | BaseCosmosDataTransferDataSourceSinkUnion | CosmosMongoVCoreDataTransferDataSourceSink | AzureBlobDataTransferDataSourceSink;
|
|
1869
|
+
|
|
1870
|
+
// @public
|
|
1871
|
+
export interface DataTransferJobFeedResults {
|
|
1872
|
+
readonly nextLink?: string;
|
|
1873
|
+
readonly value?: DataTransferJobGetResults[];
|
|
1874
|
+
}
|
|
1875
|
+
|
|
1876
|
+
// @public
|
|
1877
|
+
export interface DataTransferJobGetResults extends ARMProxyResource {
|
|
1878
|
+
destination?: DataTransferDataSourceSinkUnion;
|
|
1879
|
+
readonly duration?: string;
|
|
1880
|
+
readonly error?: ErrorResponse;
|
|
1881
|
+
readonly jobName?: string;
|
|
1882
|
+
readonly lastUpdatedUtcTime?: Date;
|
|
1883
|
+
mode?: DataTransferJobMode;
|
|
1884
|
+
readonly processedCount?: number;
|
|
1885
|
+
source?: DataTransferDataSourceSinkUnion;
|
|
1886
|
+
readonly status?: string;
|
|
1887
|
+
readonly totalCount?: number;
|
|
1888
|
+
workerCount?: number;
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
// @public
|
|
1892
|
+
export type DataTransferJobMode = string;
|
|
1893
|
+
|
|
1894
|
+
// @public
|
|
1895
|
+
export interface DataTransferJobProperties {
|
|
1896
|
+
destination: DataTransferDataSourceSinkUnion;
|
|
1897
|
+
readonly duration?: string;
|
|
1898
|
+
readonly error?: ErrorResponse;
|
|
1899
|
+
readonly jobName?: string;
|
|
1900
|
+
readonly lastUpdatedUtcTime?: Date;
|
|
1901
|
+
mode?: DataTransferJobMode;
|
|
1902
|
+
readonly processedCount?: number;
|
|
1903
|
+
source: DataTransferDataSourceSinkUnion;
|
|
1904
|
+
readonly status?: string;
|
|
1905
|
+
readonly totalCount?: number;
|
|
1906
|
+
workerCount?: number;
|
|
1907
|
+
}
|
|
1908
|
+
|
|
1909
|
+
// @public
|
|
1910
|
+
export interface DataTransferJobs {
|
|
1911
|
+
cancel(resourceGroupName: string, accountName: string, jobName: string, options?: DataTransferJobsCancelOptionalParams): Promise<DataTransferJobsCancelResponse>;
|
|
1912
|
+
complete(resourceGroupName: string, accountName: string, jobName: string, options?: DataTransferJobsCompleteOptionalParams): Promise<DataTransferJobsCompleteResponse>;
|
|
1913
|
+
create(resourceGroupName: string, accountName: string, jobName: string, jobCreateParameters: CreateJobRequest, options?: DataTransferJobsCreateOptionalParams): Promise<DataTransferJobsCreateResponse>;
|
|
1914
|
+
get(resourceGroupName: string, accountName: string, jobName: string, options?: DataTransferJobsGetOptionalParams): Promise<DataTransferJobsGetResponse>;
|
|
1915
|
+
listByDatabaseAccount(resourceGroupName: string, accountName: string, options?: DataTransferJobsListByDatabaseAccountOptionalParams): PagedAsyncIterableIterator<DataTransferJobGetResults>;
|
|
1916
|
+
pause(resourceGroupName: string, accountName: string, jobName: string, options?: DataTransferJobsPauseOptionalParams): Promise<DataTransferJobsPauseResponse>;
|
|
1917
|
+
resume(resourceGroupName: string, accountName: string, jobName: string, options?: DataTransferJobsResumeOptionalParams): Promise<DataTransferJobsResumeResponse>;
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1920
|
+
// @public
|
|
1921
|
+
export interface DataTransferJobsCancelOptionalParams extends coreClient.OperationOptions {
|
|
1922
|
+
}
|
|
1923
|
+
|
|
1924
|
+
// @public
|
|
1925
|
+
export type DataTransferJobsCancelResponse = DataTransferJobGetResults;
|
|
1926
|
+
|
|
1927
|
+
// @public
|
|
1928
|
+
export interface DataTransferJobsCompleteOptionalParams extends coreClient.OperationOptions {
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
// @public
|
|
1932
|
+
export type DataTransferJobsCompleteResponse = DataTransferJobGetResults;
|
|
1933
|
+
|
|
1934
|
+
// @public
|
|
1935
|
+
export interface DataTransferJobsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1936
|
+
}
|
|
1937
|
+
|
|
1938
|
+
// @public
|
|
1939
|
+
export type DataTransferJobsCreateResponse = DataTransferJobGetResults;
|
|
1940
|
+
|
|
1941
|
+
// @public
|
|
1942
|
+
export interface DataTransferJobsGetOptionalParams extends coreClient.OperationOptions {
|
|
1943
|
+
}
|
|
1944
|
+
|
|
1945
|
+
// @public
|
|
1946
|
+
export type DataTransferJobsGetResponse = DataTransferJobGetResults;
|
|
1947
|
+
|
|
1948
|
+
// @public
|
|
1949
|
+
export interface DataTransferJobsListByDatabaseAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
// @public
|
|
1953
|
+
export type DataTransferJobsListByDatabaseAccountNextResponse = DataTransferJobFeedResults;
|
|
1954
|
+
|
|
1955
|
+
// @public
|
|
1956
|
+
export interface DataTransferJobsListByDatabaseAccountOptionalParams extends coreClient.OperationOptions {
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
// @public
|
|
1960
|
+
export type DataTransferJobsListByDatabaseAccountResponse = DataTransferJobFeedResults;
|
|
1961
|
+
|
|
1962
|
+
// @public
|
|
1963
|
+
export interface DataTransferJobsPauseOptionalParams extends coreClient.OperationOptions {
|
|
1964
|
+
}
|
|
1965
|
+
|
|
1966
|
+
// @public
|
|
1967
|
+
export type DataTransferJobsPauseResponse = DataTransferJobGetResults;
|
|
1968
|
+
|
|
1969
|
+
// @public
|
|
1970
|
+
export interface DataTransferJobsResumeOptionalParams extends coreClient.OperationOptions {
|
|
1971
|
+
}
|
|
1972
|
+
|
|
1973
|
+
// @public
|
|
1974
|
+
export type DataTransferJobsResumeResponse = DataTransferJobGetResults;
|
|
1975
|
+
|
|
1431
1976
|
// @public
|
|
1432
1977
|
export interface DataTransferRegionalServiceResource extends RegionalServiceResource {
|
|
1433
1978
|
}
|
|
@@ -1457,6 +2002,17 @@ export type DedicatedGatewayType = string;
|
|
|
1457
2002
|
// @public
|
|
1458
2003
|
export type DefaultConsistencyLevel = "Eventual" | "Session" | "BoundedStaleness" | "Strong" | "ConsistentPrefix";
|
|
1459
2004
|
|
|
2005
|
+
// @public
|
|
2006
|
+
export type DefaultPriorityLevel = string;
|
|
2007
|
+
|
|
2008
|
+
// @public
|
|
2009
|
+
export interface DiagnosticLogSettings {
|
|
2010
|
+
enableFullTextQuery?: EnableFullTextQuery;
|
|
2011
|
+
}
|
|
2012
|
+
|
|
2013
|
+
// @public
|
|
2014
|
+
export type EnableFullTextQuery = "None" | "True" | "False";
|
|
2015
|
+
|
|
1460
2016
|
// @public
|
|
1461
2017
|
export interface ErrorAdditionalInfo {
|
|
1462
2018
|
readonly info?: Record<string, unknown>;
|
|
@@ -1502,28 +2058,111 @@ export interface FailoverPolicy {
|
|
|
1502
2058
|
}
|
|
1503
2059
|
|
|
1504
2060
|
// @public
|
|
1505
|
-
export function getContinuationToken(page: unknown): string | undefined;
|
|
2061
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
2062
|
+
|
|
2063
|
+
// @public
|
|
2064
|
+
export interface GraphAPIComputeRegionalServiceResource extends RegionalServiceResource {
|
|
2065
|
+
readonly graphApiComputeEndpoint?: string;
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2068
|
+
// @public
|
|
2069
|
+
export interface GraphAPIComputeServiceResource {
|
|
2070
|
+
properties?: GraphAPIComputeServiceResourceProperties;
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2073
|
+
// @public
|
|
2074
|
+
export interface GraphAPIComputeServiceResourceCreateUpdateProperties extends ServiceResourceCreateUpdateProperties {
|
|
2075
|
+
serviceType: "GraphAPICompute";
|
|
2076
|
+
}
|
|
2077
|
+
|
|
2078
|
+
// @public
|
|
2079
|
+
export interface GraphAPIComputeServiceResourceProperties extends ServiceResourceProperties {
|
|
2080
|
+
graphApiComputeEndpoint?: string;
|
|
2081
|
+
readonly locations?: GraphAPIComputeRegionalServiceResource[];
|
|
2082
|
+
serviceType: "GraphAPICompute";
|
|
2083
|
+
}
|
|
2084
|
+
|
|
2085
|
+
// @public
|
|
2086
|
+
export interface GraphResource {
|
|
2087
|
+
id: string;
|
|
2088
|
+
}
|
|
2089
|
+
|
|
2090
|
+
// @public
|
|
2091
|
+
export interface GraphResourceCreateUpdateParameters extends ARMResourceProperties {
|
|
2092
|
+
options?: CreateUpdateOptions;
|
|
2093
|
+
resource: GraphResource;
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
// @public (undocumented)
|
|
2097
|
+
export interface GraphResourceGetPropertiesOptions extends OptionsResource {
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
// @public (undocumented)
|
|
2101
|
+
export interface GraphResourceGetPropertiesResource extends GraphResource {
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2104
|
+
// @public
|
|
2105
|
+
export interface GraphResourceGetResults extends ARMResourceProperties {
|
|
2106
|
+
// (undocumented)
|
|
2107
|
+
options?: GraphResourceGetPropertiesOptions;
|
|
2108
|
+
// (undocumented)
|
|
2109
|
+
resource?: GraphResourceGetPropertiesResource;
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
// @public
|
|
2113
|
+
export interface GraphResources {
|
|
2114
|
+
beginCreateUpdateGraph(resourceGroupName: string, accountName: string, graphName: string, createUpdateGraphParameters: GraphResourceCreateUpdateParameters, options?: GraphResourcesCreateUpdateGraphOptionalParams): Promise<SimplePollerLike<OperationState<GraphResourcesCreateUpdateGraphResponse>, GraphResourcesCreateUpdateGraphResponse>>;
|
|
2115
|
+
beginCreateUpdateGraphAndWait(resourceGroupName: string, accountName: string, graphName: string, createUpdateGraphParameters: GraphResourceCreateUpdateParameters, options?: GraphResourcesCreateUpdateGraphOptionalParams): Promise<GraphResourcesCreateUpdateGraphResponse>;
|
|
2116
|
+
beginDeleteGraphResource(resourceGroupName: string, accountName: string, graphName: string, options?: GraphResourcesDeleteGraphResourceOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2117
|
+
beginDeleteGraphResourceAndWait(resourceGroupName: string, accountName: string, graphName: string, options?: GraphResourcesDeleteGraphResourceOptionalParams): Promise<void>;
|
|
2118
|
+
getGraph(resourceGroupName: string, accountName: string, graphName: string, options?: GraphResourcesGetGraphOptionalParams): Promise<GraphResourcesGetGraphResponse>;
|
|
2119
|
+
listGraphs(resourceGroupName: string, accountName: string, options?: GraphResourcesListGraphsOptionalParams): PagedAsyncIterableIterator<GraphResourceGetResults>;
|
|
2120
|
+
}
|
|
2121
|
+
|
|
2122
|
+
// @public
|
|
2123
|
+
export interface GraphResourcesCreateUpdateGraphHeaders {
|
|
2124
|
+
azureAsyncOperation?: string;
|
|
2125
|
+
location?: string;
|
|
2126
|
+
}
|
|
2127
|
+
|
|
2128
|
+
// @public
|
|
2129
|
+
export interface GraphResourcesCreateUpdateGraphOptionalParams extends coreClient.OperationOptions {
|
|
2130
|
+
resumeFrom?: string;
|
|
2131
|
+
updateIntervalInMs?: number;
|
|
2132
|
+
}
|
|
2133
|
+
|
|
2134
|
+
// @public
|
|
2135
|
+
export type GraphResourcesCreateUpdateGraphResponse = GraphResourceGetResults;
|
|
2136
|
+
|
|
2137
|
+
// @public
|
|
2138
|
+
export interface GraphResourcesDeleteGraphResourceHeaders {
|
|
2139
|
+
azureAsyncOperation?: string;
|
|
2140
|
+
location?: string;
|
|
2141
|
+
}
|
|
2142
|
+
|
|
2143
|
+
// @public
|
|
2144
|
+
export interface GraphResourcesDeleteGraphResourceOptionalParams extends coreClient.OperationOptions {
|
|
2145
|
+
resumeFrom?: string;
|
|
2146
|
+
updateIntervalInMs?: number;
|
|
2147
|
+
}
|
|
1506
2148
|
|
|
1507
2149
|
// @public
|
|
1508
|
-
export interface
|
|
1509
|
-
readonly graphApiComputeEndpoint?: string;
|
|
2150
|
+
export interface GraphResourcesGetGraphOptionalParams extends coreClient.OperationOptions {
|
|
1510
2151
|
}
|
|
1511
2152
|
|
|
1512
2153
|
// @public
|
|
1513
|
-
export
|
|
1514
|
-
properties?: GraphAPIComputeServiceResourceProperties;
|
|
1515
|
-
}
|
|
2154
|
+
export type GraphResourcesGetGraphResponse = GraphResourceGetResults;
|
|
1516
2155
|
|
|
1517
2156
|
// @public
|
|
1518
|
-
export interface
|
|
1519
|
-
serviceType: "GraphAPICompute";
|
|
2157
|
+
export interface GraphResourcesListGraphsOptionalParams extends coreClient.OperationOptions {
|
|
1520
2158
|
}
|
|
1521
2159
|
|
|
1522
2160
|
// @public
|
|
1523
|
-
export
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
2161
|
+
export type GraphResourcesListGraphsResponse = GraphResourcesListResult;
|
|
2162
|
+
|
|
2163
|
+
// @public
|
|
2164
|
+
export interface GraphResourcesListResult {
|
|
2165
|
+
readonly value?: GraphResourceGetResults[];
|
|
1527
2166
|
}
|
|
1528
2167
|
|
|
1529
2168
|
// @public
|
|
@@ -1873,6 +2512,9 @@ export interface IpAddressOrRange {
|
|
|
1873
2512
|
ipAddressOrRange?: string;
|
|
1874
2513
|
}
|
|
1875
2514
|
|
|
2515
|
+
// @public
|
|
2516
|
+
export type IssueType = string;
|
|
2517
|
+
|
|
1876
2518
|
// @public
|
|
1877
2519
|
export type KeyKind = string;
|
|
1878
2520
|
|
|
@@ -1887,6 +2529,12 @@ export interface KeyWrapMetadata {
|
|
|
1887
2529
|
// @public
|
|
1888
2530
|
export type Kind = string;
|
|
1889
2531
|
|
|
2532
|
+
// @public
|
|
2533
|
+
export enum KnownAccessRuleDirection {
|
|
2534
|
+
Inbound = "Inbound",
|
|
2535
|
+
Outbound = "Outbound"
|
|
2536
|
+
}
|
|
2537
|
+
|
|
1890
2538
|
// @public
|
|
1891
2539
|
export enum KnownAnalyticalStorageSchemaType {
|
|
1892
2540
|
FullFidelity = "FullFidelity",
|
|
@@ -1910,6 +2558,13 @@ export enum KnownAuthenticationMethod {
|
|
|
1910
2558
|
None = "None"
|
|
1911
2559
|
}
|
|
1912
2560
|
|
|
2561
|
+
// @public
|
|
2562
|
+
export enum KnownAutoReplicate {
|
|
2563
|
+
AllKeyspaces = "AllKeyspaces",
|
|
2564
|
+
None = "None",
|
|
2565
|
+
SystemKeyspaces = "SystemKeyspaces"
|
|
2566
|
+
}
|
|
2567
|
+
|
|
1913
2568
|
// @public
|
|
1914
2569
|
export enum KnownAzureConnectionType {
|
|
1915
2570
|
None = "None",
|
|
@@ -1930,6 +2585,14 @@ export enum KnownBackupPolicyType {
|
|
|
1930
2585
|
Periodic = "Periodic"
|
|
1931
2586
|
}
|
|
1932
2587
|
|
|
2588
|
+
// @public
|
|
2589
|
+
export enum KnownBackupState {
|
|
2590
|
+
Failed = "Failed",
|
|
2591
|
+
Initiated = "Initiated",
|
|
2592
|
+
InProgress = "InProgress",
|
|
2593
|
+
Succeeded = "Succeeded"
|
|
2594
|
+
}
|
|
2595
|
+
|
|
1933
2596
|
// @public
|
|
1934
2597
|
export enum KnownBackupStorageRedundancy {
|
|
1935
2598
|
Geo = "Geo",
|
|
@@ -1937,6 +2600,38 @@ export enum KnownBackupStorageRedundancy {
|
|
|
1937
2600
|
Zone = "Zone"
|
|
1938
2601
|
}
|
|
1939
2602
|
|
|
2603
|
+
// @public
|
|
2604
|
+
export enum KnownCapacityMode {
|
|
2605
|
+
None = "None",
|
|
2606
|
+
Provisioned = "Provisioned",
|
|
2607
|
+
Serverless = "Serverless"
|
|
2608
|
+
}
|
|
2609
|
+
|
|
2610
|
+
// @public
|
|
2611
|
+
export enum KnownCapacityModeTransitionStatus {
|
|
2612
|
+
Completed = "Completed",
|
|
2613
|
+
Failed = "Failed",
|
|
2614
|
+
Initialized = "Initialized",
|
|
2615
|
+
InProgress = "InProgress",
|
|
2616
|
+
Invalid = "Invalid"
|
|
2617
|
+
}
|
|
2618
|
+
|
|
2619
|
+
// @public
|
|
2620
|
+
export enum KnownClusterType {
|
|
2621
|
+
NonProduction = "NonProduction",
|
|
2622
|
+
Production = "Production"
|
|
2623
|
+
}
|
|
2624
|
+
|
|
2625
|
+
// @public
|
|
2626
|
+
export enum KnownCommandStatus {
|
|
2627
|
+
Done = "Done",
|
|
2628
|
+
Enqueue = "Enqueue",
|
|
2629
|
+
Failed = "Failed",
|
|
2630
|
+
Finished = "Finished",
|
|
2631
|
+
Processing = "Processing",
|
|
2632
|
+
Running = "Running"
|
|
2633
|
+
}
|
|
2634
|
+
|
|
1940
2635
|
// @public
|
|
1941
2636
|
export enum KnownCompositePathSortOrder {
|
|
1942
2637
|
Ascending = "ascending",
|
|
@@ -1991,6 +2686,21 @@ export enum KnownDatabaseAccountKind {
|
|
|
1991
2686
|
Parse = "Parse"
|
|
1992
2687
|
}
|
|
1993
2688
|
|
|
2689
|
+
// @public
|
|
2690
|
+
export enum KnownDataTransferComponent {
|
|
2691
|
+
AzureBlobStorage = "AzureBlobStorage",
|
|
2692
|
+
CosmosDBCassandra = "CosmosDBCassandra",
|
|
2693
|
+
CosmosDBMongo = "CosmosDBMongo",
|
|
2694
|
+
CosmosDBMongoVCore = "CosmosDBMongoVCore",
|
|
2695
|
+
CosmosDBSql = "CosmosDBSql"
|
|
2696
|
+
}
|
|
2697
|
+
|
|
2698
|
+
// @public
|
|
2699
|
+
export enum KnownDataTransferJobMode {
|
|
2700
|
+
Offline = "Offline",
|
|
2701
|
+
Online = "Online"
|
|
2702
|
+
}
|
|
2703
|
+
|
|
1994
2704
|
// @public
|
|
1995
2705
|
export enum KnownDataType {
|
|
1996
2706
|
LineString = "LineString",
|
|
@@ -2007,6 +2717,12 @@ export enum KnownDedicatedGatewayType {
|
|
|
2007
2717
|
IntegratedCache = "IntegratedCache"
|
|
2008
2718
|
}
|
|
2009
2719
|
|
|
2720
|
+
// @public
|
|
2721
|
+
export enum KnownDefaultPriorityLevel {
|
|
2722
|
+
High = "High",
|
|
2723
|
+
Low = "Low"
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2010
2726
|
// @public
|
|
2011
2727
|
export enum KnownIndexingMode {
|
|
2012
2728
|
Consistent = "consistent",
|
|
@@ -2021,6 +2737,14 @@ export enum KnownIndexKind {
|
|
|
2021
2737
|
Spatial = "Spatial"
|
|
2022
2738
|
}
|
|
2023
2739
|
|
|
2740
|
+
// @public
|
|
2741
|
+
export enum KnownIssueType {
|
|
2742
|
+
ConfigurationPropagationFailure = "ConfigurationPropagationFailure",
|
|
2743
|
+
MissingIdentityConfiguration = "MissingIdentityConfiguration",
|
|
2744
|
+
MissingPerimeterConfiguration = "MissingPerimeterConfiguration",
|
|
2745
|
+
Unknown = "Unknown"
|
|
2746
|
+
}
|
|
2747
|
+
|
|
2024
2748
|
// @public
|
|
2025
2749
|
export enum KnownKeyKind {
|
|
2026
2750
|
Primary = "primary",
|
|
@@ -2060,6 +2784,17 @@ export enum KnownMinimalTlsVersion {
|
|
|
2060
2784
|
Tls12 = "Tls12"
|
|
2061
2785
|
}
|
|
2062
2786
|
|
|
2787
|
+
// @public
|
|
2788
|
+
export enum KnownNetworkSecurityPerimeterConfigurationProvisioningState {
|
|
2789
|
+
Accepted = "Accepted",
|
|
2790
|
+
Canceled = "Canceled",
|
|
2791
|
+
Creating = "Creating",
|
|
2792
|
+
Deleting = "Deleting",
|
|
2793
|
+
Failed = "Failed",
|
|
2794
|
+
Succeeded = "Succeeded",
|
|
2795
|
+
Updating = "Updating"
|
|
2796
|
+
}
|
|
2797
|
+
|
|
2063
2798
|
// @public
|
|
2064
2799
|
export enum KnownNodeState {
|
|
2065
2800
|
Joining = "Joining",
|
|
@@ -2113,11 +2848,25 @@ export enum KnownPublicNetworkAccess {
|
|
|
2113
2848
|
SecuredByPerimeter = "SecuredByPerimeter"
|
|
2114
2849
|
}
|
|
2115
2850
|
|
|
2851
|
+
// @public
|
|
2852
|
+
export enum KnownResourceAssociationAccessMode {
|
|
2853
|
+
Audit = "Audit",
|
|
2854
|
+
Enforced = "Enforced",
|
|
2855
|
+
Learning = "Learning"
|
|
2856
|
+
}
|
|
2857
|
+
|
|
2116
2858
|
// @public
|
|
2117
2859
|
export enum KnownRestoreMode {
|
|
2118
2860
|
PointInTime = "PointInTime"
|
|
2119
2861
|
}
|
|
2120
2862
|
|
|
2863
|
+
// @public
|
|
2864
|
+
export enum KnownScheduledEventStrategy {
|
|
2865
|
+
Ignore = "Ignore",
|
|
2866
|
+
StopAny = "StopAny",
|
|
2867
|
+
StopByRack = "StopByRack"
|
|
2868
|
+
}
|
|
2869
|
+
|
|
2121
2870
|
// @public
|
|
2122
2871
|
export enum KnownServerVersion {
|
|
2123
2872
|
Five0 = "5.0",
|
|
@@ -2154,6 +2903,12 @@ export enum KnownServiceType {
|
|
|
2154
2903
|
SqlDedicatedGateway = "SqlDedicatedGateway"
|
|
2155
2904
|
}
|
|
2156
2905
|
|
|
2906
|
+
// @public
|
|
2907
|
+
export enum KnownSeverity {
|
|
2908
|
+
Error = "Error",
|
|
2909
|
+
Warning = "Warning"
|
|
2910
|
+
}
|
|
2911
|
+
|
|
2157
2912
|
// @public
|
|
2158
2913
|
export enum KnownSpatialType {
|
|
2159
2914
|
LineString = "LineString",
|
|
@@ -2164,11 +2919,22 @@ export enum KnownSpatialType {
|
|
|
2164
2919
|
|
|
2165
2920
|
// @public
|
|
2166
2921
|
export enum KnownStatus {
|
|
2922
|
+
Canceled = "Canceled",
|
|
2167
2923
|
Deleting = "Deleting",
|
|
2924
|
+
Failed = "Failed",
|
|
2168
2925
|
Initializing = "Initializing",
|
|
2169
2926
|
InternallyReady = "InternallyReady",
|
|
2170
2927
|
Online = "Online",
|
|
2171
|
-
|
|
2928
|
+
Succeeded = "Succeeded",
|
|
2929
|
+
Uninitialized = "Uninitialized",
|
|
2930
|
+
Updating = "Updating"
|
|
2931
|
+
}
|
|
2932
|
+
|
|
2933
|
+
// @public
|
|
2934
|
+
export enum KnownThroughputPolicyType {
|
|
2935
|
+
Custom = "custom",
|
|
2936
|
+
Equal = "equal",
|
|
2937
|
+
None = "none"
|
|
2172
2938
|
}
|
|
2173
2939
|
|
|
2174
2940
|
// @public
|
|
@@ -2210,11 +2976,21 @@ export enum KnownUnitType {
|
|
|
2210
2976
|
Seconds = "Seconds"
|
|
2211
2977
|
}
|
|
2212
2978
|
|
|
2979
|
+
// @public
|
|
2980
|
+
export interface ListBackups {
|
|
2981
|
+
readonly value?: BackupResource[];
|
|
2982
|
+
}
|
|
2983
|
+
|
|
2213
2984
|
// @public
|
|
2214
2985
|
export interface ListClusters {
|
|
2215
2986
|
value?: ClusterResource[];
|
|
2216
2987
|
}
|
|
2217
2988
|
|
|
2989
|
+
// @public
|
|
2990
|
+
export interface ListCommands {
|
|
2991
|
+
readonly value?: CommandPublicResource[];
|
|
2992
|
+
}
|
|
2993
|
+
|
|
2218
2994
|
// @public
|
|
2219
2995
|
export interface ListDataCenters {
|
|
2220
2996
|
readonly value?: DataCenterResource[];
|
|
@@ -2318,6 +3094,13 @@ export interface ManagedServiceIdentity {
|
|
|
2318
3094
|
};
|
|
2319
3095
|
}
|
|
2320
3096
|
|
|
3097
|
+
// @public
|
|
3098
|
+
export interface MaterializedViewDefinition {
|
|
3099
|
+
definition: string;
|
|
3100
|
+
sourceCollectionId: string;
|
|
3101
|
+
readonly sourceCollectionRid?: string;
|
|
3102
|
+
}
|
|
3103
|
+
|
|
2321
3104
|
// @public
|
|
2322
3105
|
export interface MaterializedViewsBuilderRegionalServiceResource extends RegionalServiceResource {
|
|
2323
3106
|
}
|
|
@@ -2338,6 +3121,11 @@ export interface MaterializedViewsBuilderServiceResourceProperties extends Servi
|
|
|
2338
3121
|
serviceType: "MaterializedViewsBuilder";
|
|
2339
3122
|
}
|
|
2340
3123
|
|
|
3124
|
+
// @public
|
|
3125
|
+
export interface MergeParameters {
|
|
3126
|
+
isDryRun?: boolean;
|
|
3127
|
+
}
|
|
3128
|
+
|
|
2341
3129
|
// @public
|
|
2342
3130
|
export interface Metric {
|
|
2343
3131
|
readonly endTime?: Date;
|
|
@@ -2483,6 +3271,8 @@ export interface MongoDBResources {
|
|
|
2483
3271
|
beginDeleteMongoRoleDefinitionAndWait(mongoRoleDefinitionId: string, resourceGroupName: string, accountName: string, options?: MongoDBResourcesDeleteMongoRoleDefinitionOptionalParams): Promise<void>;
|
|
2484
3272
|
beginDeleteMongoUserDefinition(mongoUserDefinitionId: string, resourceGroupName: string, accountName: string, options?: MongoDBResourcesDeleteMongoUserDefinitionOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2485
3273
|
beginDeleteMongoUserDefinitionAndWait(mongoUserDefinitionId: string, resourceGroupName: string, accountName: string, options?: MongoDBResourcesDeleteMongoUserDefinitionOptionalParams): Promise<void>;
|
|
3274
|
+
beginListMongoDBCollectionPartitionMerge(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, mergeParameters: MergeParameters, options?: MongoDBResourcesListMongoDBCollectionPartitionMergeOptionalParams): Promise<SimplePollerLike<OperationState<MongoDBResourcesListMongoDBCollectionPartitionMergeResponse>, MongoDBResourcesListMongoDBCollectionPartitionMergeResponse>>;
|
|
3275
|
+
beginListMongoDBCollectionPartitionMergeAndWait(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, mergeParameters: MergeParameters, options?: MongoDBResourcesListMongoDBCollectionPartitionMergeOptionalParams): Promise<MongoDBResourcesListMongoDBCollectionPartitionMergeResponse>;
|
|
2486
3276
|
beginMigrateMongoDBCollectionToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams): Promise<SimplePollerLike<OperationState<MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse>, MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse>>;
|
|
2487
3277
|
beginMigrateMongoDBCollectionToAutoscaleAndWait(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams): Promise<MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse>;
|
|
2488
3278
|
beginMigrateMongoDBCollectionToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, options?: MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptionalParams): Promise<SimplePollerLike<OperationState<MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse>, MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse>>;
|
|
@@ -2491,6 +3281,16 @@ export interface MongoDBResources {
|
|
|
2491
3281
|
beginMigrateMongoDBDatabaseToAutoscaleAndWait(resourceGroupName: string, accountName: string, databaseName: string, options?: MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleOptionalParams): Promise<MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse>;
|
|
2492
3282
|
beginMigrateMongoDBDatabaseToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, options?: MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptionalParams): Promise<SimplePollerLike<OperationState<MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse>, MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse>>;
|
|
2493
3283
|
beginMigrateMongoDBDatabaseToManualThroughputAndWait(resourceGroupName: string, accountName: string, databaseName: string, options?: MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptionalParams): Promise<MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse>;
|
|
3284
|
+
beginMongoDBContainerRedistributeThroughput(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, redistributeThroughputParameters: RedistributeThroughputParameters, options?: MongoDBResourcesMongoDBContainerRedistributeThroughputOptionalParams): Promise<SimplePollerLike<OperationState<MongoDBResourcesMongoDBContainerRedistributeThroughputResponse>, MongoDBResourcesMongoDBContainerRedistributeThroughputResponse>>;
|
|
3285
|
+
beginMongoDBContainerRedistributeThroughputAndWait(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, redistributeThroughputParameters: RedistributeThroughputParameters, options?: MongoDBResourcesMongoDBContainerRedistributeThroughputOptionalParams): Promise<MongoDBResourcesMongoDBContainerRedistributeThroughputResponse>;
|
|
3286
|
+
beginMongoDBContainerRetrieveThroughputDistribution(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, retrieveThroughputParameters: RetrieveThroughputParameters, options?: MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionOptionalParams): Promise<SimplePollerLike<OperationState<MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionResponse>, MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionResponse>>;
|
|
3287
|
+
beginMongoDBContainerRetrieveThroughputDistributionAndWait(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, retrieveThroughputParameters: RetrieveThroughputParameters, options?: MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionOptionalParams): Promise<MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionResponse>;
|
|
3288
|
+
beginMongoDBDatabasePartitionMerge(resourceGroupName: string, accountName: string, databaseName: string, mergeParameters: MergeParameters, options?: MongoDBResourcesMongoDBDatabasePartitionMergeOptionalParams): Promise<SimplePollerLike<OperationState<MongoDBResourcesMongoDBDatabasePartitionMergeResponse>, MongoDBResourcesMongoDBDatabasePartitionMergeResponse>>;
|
|
3289
|
+
beginMongoDBDatabasePartitionMergeAndWait(resourceGroupName: string, accountName: string, databaseName: string, mergeParameters: MergeParameters, options?: MongoDBResourcesMongoDBDatabasePartitionMergeOptionalParams): Promise<MongoDBResourcesMongoDBDatabasePartitionMergeResponse>;
|
|
3290
|
+
beginMongoDBDatabaseRedistributeThroughput(resourceGroupName: string, accountName: string, databaseName: string, redistributeThroughputParameters: RedistributeThroughputParameters, options?: MongoDBResourcesMongoDBDatabaseRedistributeThroughputOptionalParams): Promise<SimplePollerLike<OperationState<MongoDBResourcesMongoDBDatabaseRedistributeThroughputResponse>, MongoDBResourcesMongoDBDatabaseRedistributeThroughputResponse>>;
|
|
3291
|
+
beginMongoDBDatabaseRedistributeThroughputAndWait(resourceGroupName: string, accountName: string, databaseName: string, redistributeThroughputParameters: RedistributeThroughputParameters, options?: MongoDBResourcesMongoDBDatabaseRedistributeThroughputOptionalParams): Promise<MongoDBResourcesMongoDBDatabaseRedistributeThroughputResponse>;
|
|
3292
|
+
beginMongoDBDatabaseRetrieveThroughputDistribution(resourceGroupName: string, accountName: string, databaseName: string, retrieveThroughputParameters: RetrieveThroughputParameters, options?: MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionOptionalParams): Promise<SimplePollerLike<OperationState<MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionResponse>, MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionResponse>>;
|
|
3293
|
+
beginMongoDBDatabaseRetrieveThroughputDistributionAndWait(resourceGroupName: string, accountName: string, databaseName: string, retrieveThroughputParameters: RetrieveThroughputParameters, options?: MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionOptionalParams): Promise<MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionResponse>;
|
|
2494
3294
|
beginRetrieveContinuousBackupInformation(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, location: ContinuousBackupRestoreLocation, options?: MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams): Promise<SimplePollerLike<OperationState<MongoDBResourcesRetrieveContinuousBackupInformationResponse>, MongoDBResourcesRetrieveContinuousBackupInformationResponse>>;
|
|
2495
3295
|
beginRetrieveContinuousBackupInformationAndWait(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, location: ContinuousBackupRestoreLocation, options?: MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams): Promise<MongoDBResourcesRetrieveContinuousBackupInformationResponse>;
|
|
2496
3296
|
beginUpdateMongoDBCollectionThroughput(resourceGroupName: string, accountName: string, databaseName: string, collectionName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: MongoDBResourcesUpdateMongoDBCollectionThroughputOptionalParams): Promise<SimplePollerLike<OperationState<MongoDBResourcesUpdateMongoDBCollectionThroughputResponse>, MongoDBResourcesUpdateMongoDBCollectionThroughputResponse>>;
|
|
@@ -2641,6 +3441,21 @@ export interface MongoDBResourcesGetMongoUserDefinitionOptionalParams extends co
|
|
|
2641
3441
|
// @public
|
|
2642
3442
|
export type MongoDBResourcesGetMongoUserDefinitionResponse = MongoUserDefinitionGetResults;
|
|
2643
3443
|
|
|
3444
|
+
// @public
|
|
3445
|
+
export interface MongoDBResourcesListMongoDBCollectionPartitionMergeHeaders {
|
|
3446
|
+
azureAsyncOperation?: string;
|
|
3447
|
+
location?: string;
|
|
3448
|
+
}
|
|
3449
|
+
|
|
3450
|
+
// @public
|
|
3451
|
+
export interface MongoDBResourcesListMongoDBCollectionPartitionMergeOptionalParams extends coreClient.OperationOptions {
|
|
3452
|
+
resumeFrom?: string;
|
|
3453
|
+
updateIntervalInMs?: number;
|
|
3454
|
+
}
|
|
3455
|
+
|
|
3456
|
+
// @public
|
|
3457
|
+
export type MongoDBResourcesListMongoDBCollectionPartitionMergeResponse = PhysicalPartitionStorageInfoCollection;
|
|
3458
|
+
|
|
2644
3459
|
// @public
|
|
2645
3460
|
export interface MongoDBResourcesListMongoDBCollectionsOptionalParams extends coreClient.OperationOptions {
|
|
2646
3461
|
}
|
|
@@ -2729,6 +3544,81 @@ export interface MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptiona
|
|
|
2729
3544
|
// @public
|
|
2730
3545
|
export type MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse = ThroughputSettingsGetResults;
|
|
2731
3546
|
|
|
3547
|
+
// @public
|
|
3548
|
+
export interface MongoDBResourcesMongoDBContainerRedistributeThroughputHeaders {
|
|
3549
|
+
azureAsyncOperation?: string;
|
|
3550
|
+
location?: string;
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3553
|
+
// @public
|
|
3554
|
+
export interface MongoDBResourcesMongoDBContainerRedistributeThroughputOptionalParams extends coreClient.OperationOptions {
|
|
3555
|
+
resumeFrom?: string;
|
|
3556
|
+
updateIntervalInMs?: number;
|
|
3557
|
+
}
|
|
3558
|
+
|
|
3559
|
+
// @public
|
|
3560
|
+
export type MongoDBResourcesMongoDBContainerRedistributeThroughputResponse = PhysicalPartitionThroughputInfoResult;
|
|
3561
|
+
|
|
3562
|
+
// @public
|
|
3563
|
+
export interface MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionHeaders {
|
|
3564
|
+
azureAsyncOperation?: string;
|
|
3565
|
+
location?: string;
|
|
3566
|
+
}
|
|
3567
|
+
|
|
3568
|
+
// @public
|
|
3569
|
+
export interface MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionOptionalParams extends coreClient.OperationOptions {
|
|
3570
|
+
resumeFrom?: string;
|
|
3571
|
+
updateIntervalInMs?: number;
|
|
3572
|
+
}
|
|
3573
|
+
|
|
3574
|
+
// @public
|
|
3575
|
+
export type MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionResponse = PhysicalPartitionThroughputInfoResult;
|
|
3576
|
+
|
|
3577
|
+
// @public
|
|
3578
|
+
export interface MongoDBResourcesMongoDBDatabasePartitionMergeHeaders {
|
|
3579
|
+
azureAsyncOperation?: string;
|
|
3580
|
+
location?: string;
|
|
3581
|
+
}
|
|
3582
|
+
|
|
3583
|
+
// @public
|
|
3584
|
+
export interface MongoDBResourcesMongoDBDatabasePartitionMergeOptionalParams extends coreClient.OperationOptions {
|
|
3585
|
+
resumeFrom?: string;
|
|
3586
|
+
updateIntervalInMs?: number;
|
|
3587
|
+
}
|
|
3588
|
+
|
|
3589
|
+
// @public
|
|
3590
|
+
export type MongoDBResourcesMongoDBDatabasePartitionMergeResponse = PhysicalPartitionStorageInfoCollection;
|
|
3591
|
+
|
|
3592
|
+
// @public
|
|
3593
|
+
export interface MongoDBResourcesMongoDBDatabaseRedistributeThroughputHeaders {
|
|
3594
|
+
azureAsyncOperation?: string;
|
|
3595
|
+
location?: string;
|
|
3596
|
+
}
|
|
3597
|
+
|
|
3598
|
+
// @public
|
|
3599
|
+
export interface MongoDBResourcesMongoDBDatabaseRedistributeThroughputOptionalParams extends coreClient.OperationOptions {
|
|
3600
|
+
resumeFrom?: string;
|
|
3601
|
+
updateIntervalInMs?: number;
|
|
3602
|
+
}
|
|
3603
|
+
|
|
3604
|
+
// @public
|
|
3605
|
+
export type MongoDBResourcesMongoDBDatabaseRedistributeThroughputResponse = PhysicalPartitionThroughputInfoResult;
|
|
3606
|
+
|
|
3607
|
+
// @public
|
|
3608
|
+
export interface MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionHeaders {
|
|
3609
|
+
azureAsyncOperation?: string;
|
|
3610
|
+
location?: string;
|
|
3611
|
+
}
|
|
3612
|
+
|
|
3613
|
+
// @public
|
|
3614
|
+
export interface MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionOptionalParams extends coreClient.OperationOptions {
|
|
3615
|
+
resumeFrom?: string;
|
|
3616
|
+
updateIntervalInMs?: number;
|
|
3617
|
+
}
|
|
3618
|
+
|
|
3619
|
+
// @public
|
|
3620
|
+
export type MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionResponse = PhysicalPartitionThroughputInfoResult;
|
|
3621
|
+
|
|
2732
3622
|
// @public
|
|
2733
3623
|
export interface MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams extends coreClient.OperationOptions {
|
|
2734
3624
|
resumeFrom?: string;
|
|
@@ -2839,6 +3729,89 @@ export interface MongoUserDefinitionListResult {
|
|
|
2839
3729
|
// @public
|
|
2840
3730
|
export type NetworkAclBypass = "None" | "AzureServices";
|
|
2841
3731
|
|
|
3732
|
+
// @public
|
|
3733
|
+
export interface NetworkSecurityPerimeter {
|
|
3734
|
+
id?: string;
|
|
3735
|
+
location?: string;
|
|
3736
|
+
perimeterGuid?: string;
|
|
3737
|
+
}
|
|
3738
|
+
|
|
3739
|
+
// @public
|
|
3740
|
+
export interface NetworkSecurityPerimeterConfiguration extends ProxyResource {
|
|
3741
|
+
properties?: NetworkSecurityPerimeterConfigurationProperties;
|
|
3742
|
+
}
|
|
3743
|
+
|
|
3744
|
+
// @public
|
|
3745
|
+
export interface NetworkSecurityPerimeterConfigurationListResult {
|
|
3746
|
+
nextLink?: string;
|
|
3747
|
+
value?: NetworkSecurityPerimeterConfiguration[];
|
|
3748
|
+
}
|
|
3749
|
+
|
|
3750
|
+
// @public
|
|
3751
|
+
export interface NetworkSecurityPerimeterConfigurationProperties {
|
|
3752
|
+
networkSecurityPerimeter?: NetworkSecurityPerimeter;
|
|
3753
|
+
profile?: NetworkSecurityProfile;
|
|
3754
|
+
readonly provisioningIssues?: ProvisioningIssue[];
|
|
3755
|
+
readonly provisioningState?: NetworkSecurityPerimeterConfigurationProvisioningState;
|
|
3756
|
+
resourceAssociation?: ResourceAssociation;
|
|
3757
|
+
}
|
|
3758
|
+
|
|
3759
|
+
// @public
|
|
3760
|
+
export type NetworkSecurityPerimeterConfigurationProvisioningState = string;
|
|
3761
|
+
|
|
3762
|
+
// @public
|
|
3763
|
+
export interface NetworkSecurityPerimeterConfigurations {
|
|
3764
|
+
beginReconcile(resourceGroupName: string, accountName: string, networkSecurityPerimeterConfigurationName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams): Promise<SimplePollerLike<OperationState<NetworkSecurityPerimeterConfigurationsReconcileResponse>, NetworkSecurityPerimeterConfigurationsReconcileResponse>>;
|
|
3765
|
+
beginReconcileAndWait(resourceGroupName: string, accountName: string, networkSecurityPerimeterConfigurationName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams): Promise<NetworkSecurityPerimeterConfigurationsReconcileResponse>;
|
|
3766
|
+
get(resourceGroupName: string, accountName: string, networkSecurityPerimeterConfigurationName: string, options?: NetworkSecurityPerimeterConfigurationsGetOptionalParams): Promise<NetworkSecurityPerimeterConfigurationsGetResponse>;
|
|
3767
|
+
list(resourceGroupName: string, accountName: string, options?: NetworkSecurityPerimeterConfigurationsListOptionalParams): PagedAsyncIterableIterator<NetworkSecurityPerimeterConfiguration>;
|
|
3768
|
+
}
|
|
3769
|
+
|
|
3770
|
+
// @public
|
|
3771
|
+
export interface NetworkSecurityPerimeterConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
3772
|
+
}
|
|
3773
|
+
|
|
3774
|
+
// @public
|
|
3775
|
+
export type NetworkSecurityPerimeterConfigurationsGetResponse = NetworkSecurityPerimeterConfiguration;
|
|
3776
|
+
|
|
3777
|
+
// @public
|
|
3778
|
+
export interface NetworkSecurityPerimeterConfigurationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3779
|
+
}
|
|
3780
|
+
|
|
3781
|
+
// @public
|
|
3782
|
+
export type NetworkSecurityPerimeterConfigurationsListNextResponse = NetworkSecurityPerimeterConfigurationListResult;
|
|
3783
|
+
|
|
3784
|
+
// @public
|
|
3785
|
+
export interface NetworkSecurityPerimeterConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
|
3786
|
+
}
|
|
3787
|
+
|
|
3788
|
+
// @public
|
|
3789
|
+
export type NetworkSecurityPerimeterConfigurationsListResponse = NetworkSecurityPerimeterConfigurationListResult;
|
|
3790
|
+
|
|
3791
|
+
// @public
|
|
3792
|
+
export interface NetworkSecurityPerimeterConfigurationsReconcileHeaders {
|
|
3793
|
+
// (undocumented)
|
|
3794
|
+
location?: string;
|
|
3795
|
+
}
|
|
3796
|
+
|
|
3797
|
+
// @public
|
|
3798
|
+
export interface NetworkSecurityPerimeterConfigurationsReconcileOptionalParams extends coreClient.OperationOptions {
|
|
3799
|
+
resumeFrom?: string;
|
|
3800
|
+
updateIntervalInMs?: number;
|
|
3801
|
+
}
|
|
3802
|
+
|
|
3803
|
+
// @public
|
|
3804
|
+
export type NetworkSecurityPerimeterConfigurationsReconcileResponse = NetworkSecurityPerimeterConfigurationsReconcileHeaders;
|
|
3805
|
+
|
|
3806
|
+
// @public
|
|
3807
|
+
export interface NetworkSecurityProfile {
|
|
3808
|
+
accessRules?: AccessRule[];
|
|
3809
|
+
accessRulesVersion?: number;
|
|
3810
|
+
diagnosticSettingsVersion?: number;
|
|
3811
|
+
enabledLogCategories?: string[];
|
|
3812
|
+
name?: string;
|
|
3813
|
+
}
|
|
3814
|
+
|
|
2842
3815
|
// @public
|
|
2843
3816
|
export type NodeState = string;
|
|
2844
3817
|
|
|
@@ -3092,22 +4065,58 @@ export interface PercentileTargetListMetricsOptionalParams extends coreClient.Op
|
|
|
3092
4065
|
export type PercentileTargetListMetricsResponse = PercentileMetricListResult;
|
|
3093
4066
|
|
|
3094
4067
|
// @public
|
|
3095
|
-
export interface PeriodicModeBackupPolicy extends BackupPolicy {
|
|
3096
|
-
periodicModeProperties?: PeriodicModeProperties;
|
|
3097
|
-
type: "Periodic";
|
|
4068
|
+
export interface PeriodicModeBackupPolicy extends BackupPolicy {
|
|
4069
|
+
periodicModeProperties?: PeriodicModeProperties;
|
|
4070
|
+
type: "Periodic";
|
|
4071
|
+
}
|
|
4072
|
+
|
|
4073
|
+
// @public
|
|
4074
|
+
export interface PeriodicModeProperties {
|
|
4075
|
+
backupIntervalInMinutes?: number;
|
|
4076
|
+
backupRetentionIntervalInHours?: number;
|
|
4077
|
+
backupStorageRedundancy?: BackupStorageRedundancy;
|
|
4078
|
+
}
|
|
4079
|
+
|
|
4080
|
+
// @public
|
|
4081
|
+
export interface Permission {
|
|
4082
|
+
dataActions?: string[];
|
|
4083
|
+
notDataActions?: string[];
|
|
4084
|
+
}
|
|
4085
|
+
|
|
4086
|
+
// @public
|
|
4087
|
+
export interface PhysicalPartitionId {
|
|
4088
|
+
id: string;
|
|
4089
|
+
}
|
|
4090
|
+
|
|
4091
|
+
// @public
|
|
4092
|
+
export interface PhysicalPartitionStorageInfo {
|
|
4093
|
+
readonly id?: string;
|
|
4094
|
+
readonly storageInKB?: number;
|
|
4095
|
+
}
|
|
4096
|
+
|
|
4097
|
+
// @public
|
|
4098
|
+
export interface PhysicalPartitionStorageInfoCollection {
|
|
4099
|
+
readonly physicalPartitionStorageInfoCollection?: PhysicalPartitionStorageInfo[];
|
|
4100
|
+
}
|
|
4101
|
+
|
|
4102
|
+
// @public
|
|
4103
|
+
export interface PhysicalPartitionThroughputInfoProperties {
|
|
4104
|
+
physicalPartitionThroughputInfo?: PhysicalPartitionThroughputInfoResource[];
|
|
4105
|
+
}
|
|
4106
|
+
|
|
4107
|
+
// @public
|
|
4108
|
+
export interface PhysicalPartitionThroughputInfoResource {
|
|
4109
|
+
id: string;
|
|
4110
|
+
throughput?: number;
|
|
3098
4111
|
}
|
|
3099
4112
|
|
|
3100
4113
|
// @public
|
|
3101
|
-
export interface
|
|
3102
|
-
|
|
3103
|
-
backupRetentionIntervalInHours?: number;
|
|
3104
|
-
backupStorageRedundancy?: BackupStorageRedundancy;
|
|
4114
|
+
export interface PhysicalPartitionThroughputInfoResult extends ARMResourceProperties {
|
|
4115
|
+
resource?: PhysicalPartitionThroughputInfoResultPropertiesResource;
|
|
3105
4116
|
}
|
|
3106
4117
|
|
|
3107
4118
|
// @public
|
|
3108
|
-
export interface
|
|
3109
|
-
dataActions?: string[];
|
|
3110
|
-
notDataActions?: string[];
|
|
4119
|
+
export interface PhysicalPartitionThroughputInfoResultPropertiesResource extends PhysicalPartitionThroughputInfoProperties {
|
|
3111
4120
|
}
|
|
3112
4121
|
|
|
3113
4122
|
// @public
|
|
@@ -3221,6 +4230,21 @@ export interface PrivilegeResource {
|
|
|
3221
4230
|
db?: string;
|
|
3222
4231
|
}
|
|
3223
4232
|
|
|
4233
|
+
// @public
|
|
4234
|
+
export interface ProvisioningIssue {
|
|
4235
|
+
readonly name?: string;
|
|
4236
|
+
readonly properties?: ProvisioningIssueProperties;
|
|
4237
|
+
}
|
|
4238
|
+
|
|
4239
|
+
// @public
|
|
4240
|
+
export interface ProvisioningIssueProperties {
|
|
4241
|
+
readonly description?: string;
|
|
4242
|
+
readonly issueType?: IssueType;
|
|
4243
|
+
readonly severity?: Severity;
|
|
4244
|
+
readonly suggestedAccessRules?: AccessRule[];
|
|
4245
|
+
readonly suggestedResourceIds?: string[];
|
|
4246
|
+
}
|
|
4247
|
+
|
|
3224
4248
|
// @public
|
|
3225
4249
|
export interface ProxyResource extends Resource {
|
|
3226
4250
|
}
|
|
@@ -3228,6 +4252,18 @@ export interface ProxyResource extends Resource {
|
|
|
3228
4252
|
// @public
|
|
3229
4253
|
export type PublicNetworkAccess = string;
|
|
3230
4254
|
|
|
4255
|
+
// @public
|
|
4256
|
+
export interface RedistributeThroughputParameters extends ARMResourceProperties {
|
|
4257
|
+
resource: RedistributeThroughputPropertiesResource;
|
|
4258
|
+
}
|
|
4259
|
+
|
|
4260
|
+
// @public
|
|
4261
|
+
export interface RedistributeThroughputPropertiesResource {
|
|
4262
|
+
sourcePhysicalPartitionThroughputInfo: PhysicalPartitionThroughputInfoResource[];
|
|
4263
|
+
targetPhysicalPartitionThroughputInfo: PhysicalPartitionThroughputInfoResource[];
|
|
4264
|
+
throughputPolicy: ThroughputPolicyType;
|
|
4265
|
+
}
|
|
4266
|
+
|
|
3231
4267
|
// @public
|
|
3232
4268
|
export interface RegionalServiceResource {
|
|
3233
4269
|
readonly location?: string;
|
|
@@ -3244,9 +4280,19 @@ export interface RegionForOnlineOffline {
|
|
|
3244
4280
|
export interface Resource {
|
|
3245
4281
|
readonly id?: string;
|
|
3246
4282
|
readonly name?: string;
|
|
4283
|
+
readonly systemData?: SystemData;
|
|
3247
4284
|
readonly type?: string;
|
|
3248
4285
|
}
|
|
3249
4286
|
|
|
4287
|
+
// @public
|
|
4288
|
+
export interface ResourceAssociation {
|
|
4289
|
+
accessMode?: ResourceAssociationAccessMode;
|
|
4290
|
+
name?: string;
|
|
4291
|
+
}
|
|
4292
|
+
|
|
4293
|
+
// @public
|
|
4294
|
+
export type ResourceAssociationAccessMode = string;
|
|
4295
|
+
|
|
3250
4296
|
// @public
|
|
3251
4297
|
export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned,UserAssigned" | "None";
|
|
3252
4298
|
|
|
@@ -3704,6 +4750,7 @@ export interface RestoreParameters extends RestoreParametersBase {
|
|
|
3704
4750
|
databasesToRestore?: DatabaseRestoreResource[];
|
|
3705
4751
|
gremlinDatabasesToRestore?: GremlinDatabaseRestoreResource[];
|
|
3706
4752
|
restoreMode?: RestoreMode;
|
|
4753
|
+
sourceBackupLocation?: string;
|
|
3707
4754
|
tablesToRestore?: string[];
|
|
3708
4755
|
}
|
|
3709
4756
|
|
|
@@ -3714,6 +4761,16 @@ export interface RestoreParametersBase {
|
|
|
3714
4761
|
restoreWithTtlDisabled?: boolean;
|
|
3715
4762
|
}
|
|
3716
4763
|
|
|
4764
|
+
// @public
|
|
4765
|
+
export interface RetrieveThroughputParameters extends ARMResourceProperties {
|
|
4766
|
+
resource: RetrieveThroughputPropertiesResource;
|
|
4767
|
+
}
|
|
4768
|
+
|
|
4769
|
+
// @public
|
|
4770
|
+
export interface RetrieveThroughputPropertiesResource {
|
|
4771
|
+
physicalPartitionIds: PhysicalPartitionId[];
|
|
4772
|
+
}
|
|
4773
|
+
|
|
3717
4774
|
// @public
|
|
3718
4775
|
export interface Role {
|
|
3719
4776
|
db?: string;
|
|
@@ -3723,6 +4780,9 @@ export interface Role {
|
|
|
3723
4780
|
// @public
|
|
3724
4781
|
export type RoleDefinitionType = "BuiltInRole" | "CustomRole";
|
|
3725
4782
|
|
|
4783
|
+
// @public
|
|
4784
|
+
export type ScheduledEventStrategy = string;
|
|
4785
|
+
|
|
3726
4786
|
// @public (undocumented)
|
|
3727
4787
|
export interface SeedNode {
|
|
3728
4788
|
ipAddress?: string;
|
|
@@ -3741,12 +4801,6 @@ export interface Service {
|
|
|
3741
4801
|
list(resourceGroupName: string, accountName: string, options?: ServiceListOptionalParams): PagedAsyncIterableIterator<ServiceResource>;
|
|
3742
4802
|
}
|
|
3743
4803
|
|
|
3744
|
-
// @public
|
|
3745
|
-
export interface ServiceCreateHeaders {
|
|
3746
|
-
azureAsyncOperation?: string;
|
|
3747
|
-
location?: string;
|
|
3748
|
-
}
|
|
3749
|
-
|
|
3750
4804
|
// @public
|
|
3751
4805
|
export interface ServiceCreateOptionalParams extends coreClient.OperationOptions {
|
|
3752
4806
|
resumeFrom?: string;
|
|
@@ -3829,6 +4883,9 @@ export type ServiceStatus = string;
|
|
|
3829
4883
|
// @public
|
|
3830
4884
|
export type ServiceType = string;
|
|
3831
4885
|
|
|
4886
|
+
// @public
|
|
4887
|
+
export type Severity = string;
|
|
4888
|
+
|
|
3832
4889
|
// @public (undocumented)
|
|
3833
4890
|
export interface SpatialSpec {
|
|
3834
4891
|
path?: string;
|
|
@@ -3875,6 +4932,7 @@ export interface SqlContainerResource {
|
|
|
3875
4932
|
defaultTtl?: number;
|
|
3876
4933
|
id: string;
|
|
3877
4934
|
indexingPolicy?: IndexingPolicy;
|
|
4935
|
+
materializedViewDefinition?: MaterializedViewDefinition;
|
|
3878
4936
|
partitionKey?: ContainerPartitionKey;
|
|
3879
4937
|
restoreParameters?: ResourceRestoreParameters;
|
|
3880
4938
|
uniqueKeyPolicy?: UniqueKeyPolicy;
|
|
@@ -3972,6 +5030,8 @@ export interface SqlResources {
|
|
|
3972
5030
|
beginDeleteSqlTriggerAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, triggerName: string, options?: SqlResourcesDeleteSqlTriggerOptionalParams): Promise<SqlResourcesDeleteSqlTriggerResponse>;
|
|
3973
5031
|
beginDeleteSqlUserDefinedFunction(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, userDefinedFunctionName: string, options?: SqlResourcesDeleteSqlUserDefinedFunctionOptionalParams): Promise<SimplePollerLike<OperationState<SqlResourcesDeleteSqlUserDefinedFunctionResponse>, SqlResourcesDeleteSqlUserDefinedFunctionResponse>>;
|
|
3974
5032
|
beginDeleteSqlUserDefinedFunctionAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, userDefinedFunctionName: string, options?: SqlResourcesDeleteSqlUserDefinedFunctionOptionalParams): Promise<SqlResourcesDeleteSqlUserDefinedFunctionResponse>;
|
|
5033
|
+
beginListSqlContainerPartitionMerge(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, mergeParameters: MergeParameters, options?: SqlResourcesListSqlContainerPartitionMergeOptionalParams): Promise<SimplePollerLike<OperationState<SqlResourcesListSqlContainerPartitionMergeResponse>, SqlResourcesListSqlContainerPartitionMergeResponse>>;
|
|
5034
|
+
beginListSqlContainerPartitionMergeAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, mergeParameters: MergeParameters, options?: SqlResourcesListSqlContainerPartitionMergeOptionalParams): Promise<SqlResourcesListSqlContainerPartitionMergeResponse>;
|
|
3975
5035
|
beginMigrateSqlContainerToAutoscale(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: SqlResourcesMigrateSqlContainerToAutoscaleOptionalParams): Promise<SimplePollerLike<OperationState<SqlResourcesMigrateSqlContainerToAutoscaleResponse>, SqlResourcesMigrateSqlContainerToAutoscaleResponse>>;
|
|
3976
5036
|
beginMigrateSqlContainerToAutoscaleAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: SqlResourcesMigrateSqlContainerToAutoscaleOptionalParams): Promise<SqlResourcesMigrateSqlContainerToAutoscaleResponse>;
|
|
3977
5037
|
beginMigrateSqlContainerToManualThroughput(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, options?: SqlResourcesMigrateSqlContainerToManualThroughputOptionalParams): Promise<SimplePollerLike<OperationState<SqlResourcesMigrateSqlContainerToManualThroughputResponse>, SqlResourcesMigrateSqlContainerToManualThroughputResponse>>;
|
|
@@ -3982,6 +5042,16 @@ export interface SqlResources {
|
|
|
3982
5042
|
beginMigrateSqlDatabaseToManualThroughputAndWait(resourceGroupName: string, accountName: string, databaseName: string, options?: SqlResourcesMigrateSqlDatabaseToManualThroughputOptionalParams): Promise<SqlResourcesMigrateSqlDatabaseToManualThroughputResponse>;
|
|
3983
5043
|
beginRetrieveContinuousBackupInformation(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, location: ContinuousBackupRestoreLocation, options?: SqlResourcesRetrieveContinuousBackupInformationOptionalParams): Promise<SimplePollerLike<OperationState<SqlResourcesRetrieveContinuousBackupInformationResponse>, SqlResourcesRetrieveContinuousBackupInformationResponse>>;
|
|
3984
5044
|
beginRetrieveContinuousBackupInformationAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, location: ContinuousBackupRestoreLocation, options?: SqlResourcesRetrieveContinuousBackupInformationOptionalParams): Promise<SqlResourcesRetrieveContinuousBackupInformationResponse>;
|
|
5045
|
+
beginSqlContainerRedistributeThroughput(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, redistributeThroughputParameters: RedistributeThroughputParameters, options?: SqlResourcesSqlContainerRedistributeThroughputOptionalParams): Promise<SimplePollerLike<OperationState<SqlResourcesSqlContainerRedistributeThroughputResponse>, SqlResourcesSqlContainerRedistributeThroughputResponse>>;
|
|
5046
|
+
beginSqlContainerRedistributeThroughputAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, redistributeThroughputParameters: RedistributeThroughputParameters, options?: SqlResourcesSqlContainerRedistributeThroughputOptionalParams): Promise<SqlResourcesSqlContainerRedistributeThroughputResponse>;
|
|
5047
|
+
beginSqlContainerRetrieveThroughputDistribution(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, retrieveThroughputParameters: RetrieveThroughputParameters, options?: SqlResourcesSqlContainerRetrieveThroughputDistributionOptionalParams): Promise<SimplePollerLike<OperationState<SqlResourcesSqlContainerRetrieveThroughputDistributionResponse>, SqlResourcesSqlContainerRetrieveThroughputDistributionResponse>>;
|
|
5048
|
+
beginSqlContainerRetrieveThroughputDistributionAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, retrieveThroughputParameters: RetrieveThroughputParameters, options?: SqlResourcesSqlContainerRetrieveThroughputDistributionOptionalParams): Promise<SqlResourcesSqlContainerRetrieveThroughputDistributionResponse>;
|
|
5049
|
+
beginSqlDatabasePartitionMerge(resourceGroupName: string, accountName: string, databaseName: string, mergeParameters: MergeParameters, options?: SqlResourcesSqlDatabasePartitionMergeOptionalParams): Promise<SimplePollerLike<OperationState<SqlResourcesSqlDatabasePartitionMergeResponse>, SqlResourcesSqlDatabasePartitionMergeResponse>>;
|
|
5050
|
+
beginSqlDatabasePartitionMergeAndWait(resourceGroupName: string, accountName: string, databaseName: string, mergeParameters: MergeParameters, options?: SqlResourcesSqlDatabasePartitionMergeOptionalParams): Promise<SqlResourcesSqlDatabasePartitionMergeResponse>;
|
|
5051
|
+
beginSqlDatabaseRedistributeThroughput(resourceGroupName: string, accountName: string, databaseName: string, redistributeThroughputParameters: RedistributeThroughputParameters, options?: SqlResourcesSqlDatabaseRedistributeThroughputOptionalParams): Promise<SimplePollerLike<OperationState<SqlResourcesSqlDatabaseRedistributeThroughputResponse>, SqlResourcesSqlDatabaseRedistributeThroughputResponse>>;
|
|
5052
|
+
beginSqlDatabaseRedistributeThroughputAndWait(resourceGroupName: string, accountName: string, databaseName: string, redistributeThroughputParameters: RedistributeThroughputParameters, options?: SqlResourcesSqlDatabaseRedistributeThroughputOptionalParams): Promise<SqlResourcesSqlDatabaseRedistributeThroughputResponse>;
|
|
5053
|
+
beginSqlDatabaseRetrieveThroughputDistribution(resourceGroupName: string, accountName: string, databaseName: string, retrieveThroughputParameters: RetrieveThroughputParameters, options?: SqlResourcesSqlDatabaseRetrieveThroughputDistributionOptionalParams): Promise<SimplePollerLike<OperationState<SqlResourcesSqlDatabaseRetrieveThroughputDistributionResponse>, SqlResourcesSqlDatabaseRetrieveThroughputDistributionResponse>>;
|
|
5054
|
+
beginSqlDatabaseRetrieveThroughputDistributionAndWait(resourceGroupName: string, accountName: string, databaseName: string, retrieveThroughputParameters: RetrieveThroughputParameters, options?: SqlResourcesSqlDatabaseRetrieveThroughputDistributionOptionalParams): Promise<SqlResourcesSqlDatabaseRetrieveThroughputDistributionResponse>;
|
|
3985
5055
|
beginUpdateSqlContainerThroughput(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: SqlResourcesUpdateSqlContainerThroughputOptionalParams): Promise<SimplePollerLike<OperationState<SqlResourcesUpdateSqlContainerThroughputResponse>, SqlResourcesUpdateSqlContainerThroughputResponse>>;
|
|
3986
5056
|
beginUpdateSqlContainerThroughputAndWait(resourceGroupName: string, accountName: string, databaseName: string, containerName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: SqlResourcesUpdateSqlContainerThroughputOptionalParams): Promise<SqlResourcesUpdateSqlContainerThroughputResponse>;
|
|
3987
5057
|
beginUpdateSqlDatabaseThroughput(resourceGroupName: string, accountName: string, databaseName: string, updateThroughputParameters: ThroughputSettingsUpdateParameters, options?: SqlResourcesUpdateSqlDatabaseThroughputOptionalParams): Promise<SimplePollerLike<OperationState<SqlResourcesUpdateSqlDatabaseThroughputResponse>, SqlResourcesUpdateSqlDatabaseThroughputResponse>>;
|
|
@@ -4278,6 +5348,21 @@ export interface SqlResourcesListClientEncryptionKeysOptionalParams extends core
|
|
|
4278
5348
|
// @public
|
|
4279
5349
|
export type SqlResourcesListClientEncryptionKeysResponse = ClientEncryptionKeysListResult;
|
|
4280
5350
|
|
|
5351
|
+
// @public
|
|
5352
|
+
export interface SqlResourcesListSqlContainerPartitionMergeHeaders {
|
|
5353
|
+
azureAsyncOperation?: string;
|
|
5354
|
+
location?: string;
|
|
5355
|
+
}
|
|
5356
|
+
|
|
5357
|
+
// @public
|
|
5358
|
+
export interface SqlResourcesListSqlContainerPartitionMergeOptionalParams extends coreClient.OperationOptions {
|
|
5359
|
+
resumeFrom?: string;
|
|
5360
|
+
updateIntervalInMs?: number;
|
|
5361
|
+
}
|
|
5362
|
+
|
|
5363
|
+
// @public
|
|
5364
|
+
export type SqlResourcesListSqlContainerPartitionMergeResponse = PhysicalPartitionStorageInfoCollection;
|
|
5365
|
+
|
|
4281
5366
|
// @public
|
|
4282
5367
|
export interface SqlResourcesListSqlContainersOptionalParams extends coreClient.OperationOptions {
|
|
4283
5368
|
}
|
|
@@ -4396,6 +5481,81 @@ export interface SqlResourcesRetrieveContinuousBackupInformationOptionalParams e
|
|
|
4396
5481
|
// @public
|
|
4397
5482
|
export type SqlResourcesRetrieveContinuousBackupInformationResponse = BackupInformation;
|
|
4398
5483
|
|
|
5484
|
+
// @public
|
|
5485
|
+
export interface SqlResourcesSqlContainerRedistributeThroughputHeaders {
|
|
5486
|
+
azureAsyncOperation?: string;
|
|
5487
|
+
location?: string;
|
|
5488
|
+
}
|
|
5489
|
+
|
|
5490
|
+
// @public
|
|
5491
|
+
export interface SqlResourcesSqlContainerRedistributeThroughputOptionalParams extends coreClient.OperationOptions {
|
|
5492
|
+
resumeFrom?: string;
|
|
5493
|
+
updateIntervalInMs?: number;
|
|
5494
|
+
}
|
|
5495
|
+
|
|
5496
|
+
// @public
|
|
5497
|
+
export type SqlResourcesSqlContainerRedistributeThroughputResponse = PhysicalPartitionThroughputInfoResult;
|
|
5498
|
+
|
|
5499
|
+
// @public
|
|
5500
|
+
export interface SqlResourcesSqlContainerRetrieveThroughputDistributionHeaders {
|
|
5501
|
+
azureAsyncOperation?: string;
|
|
5502
|
+
location?: string;
|
|
5503
|
+
}
|
|
5504
|
+
|
|
5505
|
+
// @public
|
|
5506
|
+
export interface SqlResourcesSqlContainerRetrieveThroughputDistributionOptionalParams extends coreClient.OperationOptions {
|
|
5507
|
+
resumeFrom?: string;
|
|
5508
|
+
updateIntervalInMs?: number;
|
|
5509
|
+
}
|
|
5510
|
+
|
|
5511
|
+
// @public
|
|
5512
|
+
export type SqlResourcesSqlContainerRetrieveThroughputDistributionResponse = PhysicalPartitionThroughputInfoResult;
|
|
5513
|
+
|
|
5514
|
+
// @public
|
|
5515
|
+
export interface SqlResourcesSqlDatabasePartitionMergeHeaders {
|
|
5516
|
+
azureAsyncOperation?: string;
|
|
5517
|
+
location?: string;
|
|
5518
|
+
}
|
|
5519
|
+
|
|
5520
|
+
// @public
|
|
5521
|
+
export interface SqlResourcesSqlDatabasePartitionMergeOptionalParams extends coreClient.OperationOptions {
|
|
5522
|
+
resumeFrom?: string;
|
|
5523
|
+
updateIntervalInMs?: number;
|
|
5524
|
+
}
|
|
5525
|
+
|
|
5526
|
+
// @public
|
|
5527
|
+
export type SqlResourcesSqlDatabasePartitionMergeResponse = PhysicalPartitionStorageInfoCollection;
|
|
5528
|
+
|
|
5529
|
+
// @public
|
|
5530
|
+
export interface SqlResourcesSqlDatabaseRedistributeThroughputHeaders {
|
|
5531
|
+
azureAsyncOperation?: string;
|
|
5532
|
+
location?: string;
|
|
5533
|
+
}
|
|
5534
|
+
|
|
5535
|
+
// @public
|
|
5536
|
+
export interface SqlResourcesSqlDatabaseRedistributeThroughputOptionalParams extends coreClient.OperationOptions {
|
|
5537
|
+
resumeFrom?: string;
|
|
5538
|
+
updateIntervalInMs?: number;
|
|
5539
|
+
}
|
|
5540
|
+
|
|
5541
|
+
// @public
|
|
5542
|
+
export type SqlResourcesSqlDatabaseRedistributeThroughputResponse = PhysicalPartitionThroughputInfoResult;
|
|
5543
|
+
|
|
5544
|
+
// @public
|
|
5545
|
+
export interface SqlResourcesSqlDatabaseRetrieveThroughputDistributionHeaders {
|
|
5546
|
+
azureAsyncOperation?: string;
|
|
5547
|
+
location?: string;
|
|
5548
|
+
}
|
|
5549
|
+
|
|
5550
|
+
// @public
|
|
5551
|
+
export interface SqlResourcesSqlDatabaseRetrieveThroughputDistributionOptionalParams extends coreClient.OperationOptions {
|
|
5552
|
+
resumeFrom?: string;
|
|
5553
|
+
updateIntervalInMs?: number;
|
|
5554
|
+
}
|
|
5555
|
+
|
|
5556
|
+
// @public
|
|
5557
|
+
export type SqlResourcesSqlDatabaseRetrieveThroughputDistributionResponse = PhysicalPartitionThroughputInfoResult;
|
|
5558
|
+
|
|
4399
5559
|
// @public
|
|
4400
5560
|
export interface SqlResourcesUpdateSqlContainerThroughputHeaders {
|
|
4401
5561
|
azureAsyncOperation?: string;
|
|
@@ -4552,6 +5712,9 @@ export interface SqlUserDefinedFunctionResource {
|
|
|
4552
5712
|
// @public
|
|
4553
5713
|
export type Status = string;
|
|
4554
5714
|
|
|
5715
|
+
// @public
|
|
5716
|
+
export type SupportedActions = "Enable" | "Disable";
|
|
5717
|
+
|
|
4555
5718
|
// @public
|
|
4556
5719
|
export interface SystemData {
|
|
4557
5720
|
createdAt?: Date;
|
|
@@ -4726,6 +5889,201 @@ export interface ThroughputPolicyResource {
|
|
|
4726
5889
|
isEnabled?: boolean;
|
|
4727
5890
|
}
|
|
4728
5891
|
|
|
5892
|
+
// @public
|
|
5893
|
+
export type ThroughputPolicyType = string;
|
|
5894
|
+
|
|
5895
|
+
// @public
|
|
5896
|
+
export interface ThroughputPool {
|
|
5897
|
+
beginCreateOrUpdate(resourceGroupName: string, throughputPoolName: string, body: ThroughputPoolResource, options?: ThroughputPoolCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ThroughputPoolCreateOrUpdateResponse>, ThroughputPoolCreateOrUpdateResponse>>;
|
|
5898
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, throughputPoolName: string, body: ThroughputPoolResource, options?: ThroughputPoolCreateOrUpdateOptionalParams): Promise<ThroughputPoolCreateOrUpdateResponse>;
|
|
5899
|
+
beginDelete(resourceGroupName: string, throughputPoolName: string, options?: ThroughputPoolDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ThroughputPoolDeleteResponse>, ThroughputPoolDeleteResponse>>;
|
|
5900
|
+
beginDeleteAndWait(resourceGroupName: string, throughputPoolName: string, options?: ThroughputPoolDeleteOptionalParams): Promise<ThroughputPoolDeleteResponse>;
|
|
5901
|
+
beginUpdate(resourceGroupName: string, throughputPoolName: string, options?: ThroughputPoolUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ThroughputPoolUpdateResponse>, ThroughputPoolUpdateResponse>>;
|
|
5902
|
+
beginUpdateAndWait(resourceGroupName: string, throughputPoolName: string, options?: ThroughputPoolUpdateOptionalParams): Promise<ThroughputPoolUpdateResponse>;
|
|
5903
|
+
get(resourceGroupName: string, throughputPoolName: string, options?: ThroughputPoolGetOptionalParams): Promise<ThroughputPoolGetResponse>;
|
|
5904
|
+
}
|
|
5905
|
+
|
|
5906
|
+
// @public
|
|
5907
|
+
export interface ThroughputPoolAccount {
|
|
5908
|
+
beginCreate(resourceGroupName: string, throughputPoolName: string, throughputPoolAccountName: string, body: ThroughputPoolAccountResource, options?: ThroughputPoolAccountCreateOptionalParams): Promise<SimplePollerLike<OperationState<ThroughputPoolAccountCreateResponse>, ThroughputPoolAccountCreateResponse>>;
|
|
5909
|
+
beginCreateAndWait(resourceGroupName: string, throughputPoolName: string, throughputPoolAccountName: string, body: ThroughputPoolAccountResource, options?: ThroughputPoolAccountCreateOptionalParams): Promise<ThroughputPoolAccountCreateResponse>;
|
|
5910
|
+
beginDelete(resourceGroupName: string, throughputPoolName: string, throughputPoolAccountName: string, options?: ThroughputPoolAccountDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ThroughputPoolAccountDeleteResponse>, ThroughputPoolAccountDeleteResponse>>;
|
|
5911
|
+
beginDeleteAndWait(resourceGroupName: string, throughputPoolName: string, throughputPoolAccountName: string, options?: ThroughputPoolAccountDeleteOptionalParams): Promise<ThroughputPoolAccountDeleteResponse>;
|
|
5912
|
+
get(resourceGroupName: string, throughputPoolName: string, throughputPoolAccountName: string, options?: ThroughputPoolAccountGetOptionalParams): Promise<ThroughputPoolAccountGetResponse>;
|
|
5913
|
+
}
|
|
5914
|
+
|
|
5915
|
+
// @public
|
|
5916
|
+
export interface ThroughputPoolAccountCreateOptionalParams extends coreClient.OperationOptions {
|
|
5917
|
+
resumeFrom?: string;
|
|
5918
|
+
updateIntervalInMs?: number;
|
|
5919
|
+
}
|
|
5920
|
+
|
|
5921
|
+
// @public
|
|
5922
|
+
export interface ThroughputPoolAccountCreateParameters {
|
|
5923
|
+
accountLocation?: string;
|
|
5924
|
+
accountResourceIdentifier?: string;
|
|
5925
|
+
tags?: {
|
|
5926
|
+
[propertyName: string]: string;
|
|
5927
|
+
};
|
|
5928
|
+
}
|
|
5929
|
+
|
|
5930
|
+
// @public
|
|
5931
|
+
export type ThroughputPoolAccountCreateResponse = ThroughputPoolAccountResource;
|
|
5932
|
+
|
|
5933
|
+
// @public
|
|
5934
|
+
export interface ThroughputPoolAccountDeleteHeaders {
|
|
5935
|
+
azureAsyncOperation?: string;
|
|
5936
|
+
location?: string;
|
|
5937
|
+
}
|
|
5938
|
+
|
|
5939
|
+
// @public
|
|
5940
|
+
export interface ThroughputPoolAccountDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5941
|
+
resumeFrom?: string;
|
|
5942
|
+
updateIntervalInMs?: number;
|
|
5943
|
+
}
|
|
5944
|
+
|
|
5945
|
+
// @public
|
|
5946
|
+
export type ThroughputPoolAccountDeleteResponse = ThroughputPoolAccountDeleteHeaders;
|
|
5947
|
+
|
|
5948
|
+
// @public
|
|
5949
|
+
export interface ThroughputPoolAccountGetOptionalParams extends coreClient.OperationOptions {
|
|
5950
|
+
}
|
|
5951
|
+
|
|
5952
|
+
// @public
|
|
5953
|
+
export type ThroughputPoolAccountGetResponse = ThroughputPoolAccountResource;
|
|
5954
|
+
|
|
5955
|
+
// @public
|
|
5956
|
+
export interface ThroughputPoolAccountResource extends ProxyResource {
|
|
5957
|
+
readonly accountInstanceId?: string;
|
|
5958
|
+
accountLocation?: string;
|
|
5959
|
+
accountResourceIdentifier?: string;
|
|
5960
|
+
provisioningState?: Status;
|
|
5961
|
+
}
|
|
5962
|
+
|
|
5963
|
+
// @public
|
|
5964
|
+
export interface ThroughputPoolAccounts {
|
|
5965
|
+
list(resourceGroupName: string, throughputPoolName: string, options?: ThroughputPoolAccountsListOptionalParams): PagedAsyncIterableIterator<ThroughputPoolAccountResource>;
|
|
5966
|
+
}
|
|
5967
|
+
|
|
5968
|
+
// @public
|
|
5969
|
+
export interface ThroughputPoolAccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
5970
|
+
}
|
|
5971
|
+
|
|
5972
|
+
// @public
|
|
5973
|
+
export type ThroughputPoolAccountsListNextResponse = ThroughputPoolAccountsListResult;
|
|
5974
|
+
|
|
5975
|
+
// @public
|
|
5976
|
+
export interface ThroughputPoolAccountsListOptionalParams extends coreClient.OperationOptions {
|
|
5977
|
+
}
|
|
5978
|
+
|
|
5979
|
+
// @public
|
|
5980
|
+
export type ThroughputPoolAccountsListResponse = ThroughputPoolAccountsListResult;
|
|
5981
|
+
|
|
5982
|
+
// @public
|
|
5983
|
+
export interface ThroughputPoolAccountsListResult {
|
|
5984
|
+
readonly nextLink?: string;
|
|
5985
|
+
readonly value?: ThroughputPoolAccountResource[];
|
|
5986
|
+
}
|
|
5987
|
+
|
|
5988
|
+
// @public
|
|
5989
|
+
export interface ThroughputPoolCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5990
|
+
resumeFrom?: string;
|
|
5991
|
+
updateIntervalInMs?: number;
|
|
5992
|
+
}
|
|
5993
|
+
|
|
5994
|
+
// @public
|
|
5995
|
+
export type ThroughputPoolCreateOrUpdateResponse = ThroughputPoolResource;
|
|
5996
|
+
|
|
5997
|
+
// @public
|
|
5998
|
+
export interface ThroughputPoolDeleteHeaders {
|
|
5999
|
+
azureAsyncOperation?: string;
|
|
6000
|
+
location?: string;
|
|
6001
|
+
}
|
|
6002
|
+
|
|
6003
|
+
// @public
|
|
6004
|
+
export interface ThroughputPoolDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6005
|
+
resumeFrom?: string;
|
|
6006
|
+
updateIntervalInMs?: number;
|
|
6007
|
+
}
|
|
6008
|
+
|
|
6009
|
+
// @public
|
|
6010
|
+
export type ThroughputPoolDeleteResponse = ThroughputPoolDeleteHeaders;
|
|
6011
|
+
|
|
6012
|
+
// @public
|
|
6013
|
+
export interface ThroughputPoolGetOptionalParams extends coreClient.OperationOptions {
|
|
6014
|
+
}
|
|
6015
|
+
|
|
6016
|
+
// @public
|
|
6017
|
+
export type ThroughputPoolGetResponse = ThroughputPoolResource;
|
|
6018
|
+
|
|
6019
|
+
// @public
|
|
6020
|
+
export interface ThroughputPoolResource extends TrackedResource {
|
|
6021
|
+
maxThroughput?: number;
|
|
6022
|
+
provisioningState?: Status;
|
|
6023
|
+
}
|
|
6024
|
+
|
|
6025
|
+
// @public
|
|
6026
|
+
export interface ThroughputPools {
|
|
6027
|
+
list(options?: ThroughputPoolsListOptionalParams): PagedAsyncIterableIterator<ThroughputPoolResource>;
|
|
6028
|
+
listByResourceGroup(resourceGroupName: string, options?: ThroughputPoolsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ThroughputPoolResource>;
|
|
6029
|
+
}
|
|
6030
|
+
|
|
6031
|
+
// @public
|
|
6032
|
+
export interface ThroughputPoolsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
6033
|
+
}
|
|
6034
|
+
|
|
6035
|
+
// @public
|
|
6036
|
+
export type ThroughputPoolsListByResourceGroupNextResponse = ThroughputPoolsListResult;
|
|
6037
|
+
|
|
6038
|
+
// @public
|
|
6039
|
+
export interface ThroughputPoolsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
6040
|
+
}
|
|
6041
|
+
|
|
6042
|
+
// @public
|
|
6043
|
+
export type ThroughputPoolsListByResourceGroupResponse = ThroughputPoolsListResult;
|
|
6044
|
+
|
|
6045
|
+
// @public
|
|
6046
|
+
export interface ThroughputPoolsListNextOptionalParams extends coreClient.OperationOptions {
|
|
6047
|
+
}
|
|
6048
|
+
|
|
6049
|
+
// @public
|
|
6050
|
+
export type ThroughputPoolsListNextResponse = ThroughputPoolsListResult;
|
|
6051
|
+
|
|
6052
|
+
// @public
|
|
6053
|
+
export interface ThroughputPoolsListOptionalParams extends coreClient.OperationOptions {
|
|
6054
|
+
}
|
|
6055
|
+
|
|
6056
|
+
// @public
|
|
6057
|
+
export type ThroughputPoolsListResponse = ThroughputPoolsListResult;
|
|
6058
|
+
|
|
6059
|
+
// @public
|
|
6060
|
+
export interface ThroughputPoolsListResult {
|
|
6061
|
+
readonly nextLink?: string;
|
|
6062
|
+
readonly value?: ThroughputPoolResource[];
|
|
6063
|
+
}
|
|
6064
|
+
|
|
6065
|
+
// @public
|
|
6066
|
+
export interface ThroughputPoolUpdate {
|
|
6067
|
+
maxThroughput?: number;
|
|
6068
|
+
provisioningState?: Status;
|
|
6069
|
+
}
|
|
6070
|
+
|
|
6071
|
+
// @public
|
|
6072
|
+
export interface ThroughputPoolUpdateHeaders {
|
|
6073
|
+
azureAsyncOperation?: string;
|
|
6074
|
+
location?: string;
|
|
6075
|
+
}
|
|
6076
|
+
|
|
6077
|
+
// @public
|
|
6078
|
+
export interface ThroughputPoolUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6079
|
+
body?: ThroughputPoolUpdate;
|
|
6080
|
+
resumeFrom?: string;
|
|
6081
|
+
updateIntervalInMs?: number;
|
|
6082
|
+
}
|
|
6083
|
+
|
|
6084
|
+
// @public
|
|
6085
|
+
export type ThroughputPoolUpdateResponse = ThroughputPoolResource;
|
|
6086
|
+
|
|
4729
6087
|
// @public (undocumented)
|
|
4730
6088
|
export interface ThroughputSettingsGetPropertiesResource extends ThroughputSettingsResource, ExtendedResourceProperties {
|
|
4731
6089
|
}
|
|
@@ -4751,6 +6109,14 @@ export interface ThroughputSettingsUpdateParameters extends ARMResourcePropertie
|
|
|
4751
6109
|
resource: ThroughputSettingsResource;
|
|
4752
6110
|
}
|
|
4753
6111
|
|
|
6112
|
+
// @public
|
|
6113
|
+
export interface TrackedResource extends Resource {
|
|
6114
|
+
location: string;
|
|
6115
|
+
tags?: {
|
|
6116
|
+
[propertyName: string]: string;
|
|
6117
|
+
};
|
|
6118
|
+
}
|
|
6119
|
+
|
|
4754
6120
|
// @public
|
|
4755
6121
|
export type TriggerOperation = string;
|
|
4756
6122
|
|