@azure/arm-cosmosdb 16.3.0-beta.1 → 16.4.0-alpha.20251114.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/LICENSE +3 -3
- package/README.md +23 -16
- package/dist/browser/cosmosDBManagementClient.d.ts +7 -12
- package/dist/browser/cosmosDBManagementClient.d.ts.map +1 -1
- package/dist/browser/cosmosDBManagementClient.js +64 -27
- package/dist/browser/cosmosDBManagementClient.js.map +1 -1
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +4 -7
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +9 -10
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +524 -1877
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +32 -187
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +49 -133
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +2162 -3792
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +12 -26
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +81 -182
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/cassandraClusters.d.ts +5 -69
- package/dist/browser/operations/cassandraClusters.d.ts.map +1 -1
- package/dist/browser/operations/cassandraClusters.js +90 -412
- package/dist/browser/operations/cassandraClusters.js.map +1 -1
- package/dist/browser/operations/cassandraDataCenters.d.ts +5 -5
- package/dist/browser/operations/cassandraDataCenters.d.ts.map +1 -1
- package/dist/browser/operations/cassandraDataCenters.js +48 -55
- package/dist/browser/operations/cassandraDataCenters.js.map +1 -1
- package/dist/browser/operations/cassandraResources.d.ts +5 -138
- package/dist/browser/operations/cassandraResources.d.ts.map +1 -1
- package/dist/browser/operations/cassandraResources.js +132 -700
- package/dist/browser/operations/cassandraResources.js.map +1 -1
- package/dist/browser/operations/collection.d.ts +4 -4
- package/dist/browser/operations/collection.d.ts.map +1 -1
- package/dist/browser/operations/collection.js +30 -86
- package/dist/browser/operations/collection.js.map +1 -1
- package/dist/browser/operations/collectionPartition.d.ts +4 -4
- package/dist/browser/operations/collectionPartition.d.ts.map +1 -1
- package/dist/browser/operations/collectionPartition.js +21 -60
- package/dist/browser/operations/collectionPartition.js.map +1 -1
- package/dist/browser/operations/collectionPartitionRegion.d.ts +4 -4
- package/dist/browser/operations/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/browser/operations/collectionPartitionRegion.js +12 -34
- package/dist/browser/operations/collectionPartitionRegion.js.map +1 -1
- package/dist/browser/operations/collectionRegion.d.ts +4 -4
- package/dist/browser/operations/collectionRegion.d.ts.map +1 -1
- package/dist/browser/operations/collectionRegion.js +12 -34
- package/dist/browser/operations/collectionRegion.js.map +1 -1
- package/dist/browser/operations/database.d.ts +4 -4
- package/dist/browser/operations/database.d.ts.map +1 -1
- package/dist/browser/operations/database.js +30 -86
- package/dist/browser/operations/database.js.map +1 -1
- package/dist/browser/operations/databaseAccountRegion.d.ts +4 -4
- package/dist/browser/operations/databaseAccountRegion.d.ts.map +1 -1
- package/dist/browser/operations/databaseAccountRegion.js +12 -34
- package/dist/browser/operations/databaseAccountRegion.js.map +1 -1
- package/dist/browser/operations/databaseAccounts.d.ts +5 -5
- package/dist/browser/operations/databaseAccounts.d.ts.map +1 -1
- package/dist/browser/operations/databaseAccounts.js +127 -186
- package/dist/browser/operations/databaseAccounts.js.map +1 -1
- package/dist/browser/operations/fleet.d.ts +90 -0
- package/dist/browser/operations/fleet.d.ts.map +1 -0
- package/dist/browser/operations/fleet.js +396 -0
- package/dist/browser/operations/fleet.js.map +1 -0
- package/dist/browser/operations/fleetspace.d.ts +97 -0
- package/dist/browser/operations/fleetspace.d.ts.map +1 -0
- package/dist/browser/operations/fleetspace.js +438 -0
- package/dist/browser/operations/fleetspace.js.map +1 -0
- package/dist/browser/operations/fleetspaceAccount.d.ts +89 -0
- package/dist/browser/operations/fleetspaceAccount.d.ts.map +1 -0
- package/dist/browser/operations/fleetspaceAccount.js +378 -0
- package/dist/browser/operations/fleetspaceAccount.js.map +1 -0
- package/dist/browser/operations/gremlinResources.d.ts +5 -5
- package/dist/browser/operations/gremlinResources.d.ts.map +1 -1
- package/dist/browser/operations/gremlinResources.js +151 -135
- package/dist/browser/operations/gremlinResources.js.map +1 -1
- package/dist/browser/operations/index.d.ts +3 -8
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +7 -15
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/locations.d.ts +4 -4
- package/dist/browser/operations/locations.d.ts.map +1 -1
- package/dist/browser/operations/locations.js +13 -39
- package/dist/browser/operations/locations.js.map +1 -1
- package/dist/browser/operations/mongoDBResources.d.ts +5 -127
- package/dist/browser/operations/mongoDBResources.d.ts.map +1 -1
- package/dist/browser/operations/mongoDBResources.js +205 -793
- package/dist/browser/operations/mongoDBResources.js.map +1 -1
- package/dist/browser/operations/notebookWorkspaces.d.ts +5 -5
- package/dist/browser/operations/notebookWorkspaces.d.ts.map +1 -1
- package/dist/browser/operations/notebookWorkspaces.js +57 -59
- package/dist/browser/operations/notebookWorkspaces.js.map +1 -1
- package/dist/browser/operations/operations.d.ts +4 -4
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js +25 -47
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/partitionKeyRangeId.d.ts +4 -4
- package/dist/browser/operations/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/browser/operations/partitionKeyRangeId.js +12 -34
- package/dist/browser/operations/partitionKeyRangeId.js.map +1 -1
- package/dist/browser/operations/partitionKeyRangeIdRegion.d.ts +4 -4
- package/dist/browser/operations/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/browser/operations/partitionKeyRangeIdRegion.js +12 -34
- package/dist/browser/operations/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/browser/operations/percentile.d.ts +4 -4
- package/dist/browser/operations/percentile.d.ts.map +1 -1
- package/dist/browser/operations/percentile.js +12 -34
- package/dist/browser/operations/percentile.js.map +1 -1
- package/dist/browser/operations/percentileSourceTarget.d.ts +4 -4
- package/dist/browser/operations/percentileSourceTarget.d.ts.map +1 -1
- package/dist/browser/operations/percentileSourceTarget.js +12 -34
- package/dist/browser/operations/percentileSourceTarget.js.map +1 -1
- package/dist/browser/operations/percentileTarget.d.ts +4 -4
- package/dist/browser/operations/percentileTarget.d.ts.map +1 -1
- package/dist/browser/operations/percentileTarget.js +12 -34
- package/dist/browser/operations/percentileTarget.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +35 -47
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.d.ts +4 -4
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +12 -34
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/restorableDatabaseAccounts.d.ts +4 -4
- package/dist/browser/operations/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/browser/operations/restorableDatabaseAccounts.js +22 -65
- package/dist/browser/operations/restorableDatabaseAccounts.js.map +1 -1
- package/dist/browser/operations/restorableGremlinDatabases.d.ts +4 -4
- package/dist/browser/operations/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/browser/operations/restorableGremlinDatabases.js +12 -34
- package/dist/browser/operations/restorableGremlinDatabases.js.map +1 -1
- package/dist/browser/operations/restorableGremlinGraphs.d.ts +4 -4
- package/dist/browser/operations/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/browser/operations/restorableGremlinGraphs.js +12 -34
- package/dist/browser/operations/restorableGremlinGraphs.js.map +1 -1
- package/dist/browser/operations/restorableGremlinResources.d.ts +4 -4
- package/dist/browser/operations/restorableGremlinResources.d.ts.map +1 -1
- package/dist/browser/operations/restorableGremlinResources.js +12 -34
- package/dist/browser/operations/restorableGremlinResources.js.map +1 -1
- package/dist/browser/operations/restorableMongodbCollections.d.ts +4 -4
- package/dist/browser/operations/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/browser/operations/restorableMongodbCollections.js +12 -34
- package/dist/browser/operations/restorableMongodbCollections.js.map +1 -1
- package/dist/browser/operations/restorableMongodbDatabases.d.ts +4 -4
- package/dist/browser/operations/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/browser/operations/restorableMongodbDatabases.js +12 -34
- package/dist/browser/operations/restorableMongodbDatabases.js.map +1 -1
- package/dist/browser/operations/restorableMongodbResources.d.ts +4 -4
- package/dist/browser/operations/restorableMongodbResources.d.ts.map +1 -1
- package/dist/browser/operations/restorableMongodbResources.js +12 -34
- package/dist/browser/operations/restorableMongodbResources.js.map +1 -1
- package/dist/browser/operations/restorableSqlContainers.d.ts +4 -4
- package/dist/browser/operations/restorableSqlContainers.d.ts.map +1 -1
- package/dist/browser/operations/restorableSqlContainers.js +12 -34
- package/dist/browser/operations/restorableSqlContainers.js.map +1 -1
- package/dist/browser/operations/restorableSqlDatabases.d.ts +4 -4
- package/dist/browser/operations/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/browser/operations/restorableSqlDatabases.js +12 -34
- package/dist/browser/operations/restorableSqlDatabases.js.map +1 -1
- package/dist/browser/operations/restorableSqlResources.d.ts +4 -4
- package/dist/browser/operations/restorableSqlResources.d.ts.map +1 -1
- package/dist/browser/operations/restorableSqlResources.js +12 -34
- package/dist/browser/operations/restorableSqlResources.js.map +1 -1
- package/dist/browser/operations/restorableTableResources.d.ts +4 -4
- package/dist/browser/operations/restorableTableResources.d.ts.map +1 -1
- package/dist/browser/operations/restorableTableResources.js +12 -34
- package/dist/browser/operations/restorableTableResources.js.map +1 -1
- package/dist/browser/operations/restorableTables.d.ts +4 -4
- package/dist/browser/operations/restorableTables.d.ts.map +1 -1
- package/dist/browser/operations/restorableTables.js +13 -39
- package/dist/browser/operations/restorableTables.js.map +1 -1
- package/dist/browser/operations/service.d.ts +5 -5
- package/dist/browser/operations/service.d.ts.map +1 -1
- package/dist/browser/operations/service.js +35 -47
- package/dist/browser/operations/service.js.map +1 -1
- package/dist/browser/operations/sqlResources.d.ts +30 -152
- package/dist/browser/operations/sqlResources.d.ts.map +1 -1
- package/dist/browser/operations/sqlResources.js +375 -996
- package/dist/browser/operations/sqlResources.js.map +1 -1
- package/dist/browser/operations/tableResources.d.ts +5 -125
- package/dist/browser/operations/tableResources.d.ts.map +1 -1
- package/dist/browser/operations/tableResources.js +79 -639
- package/dist/browser/operations/tableResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraClusters.d.ts +3 -49
- package/dist/browser/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraClusters.js +2 -7
- package/dist/browser/operationsInterfaces/cassandraClusters.js.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraDataCenters.d.ts +3 -3
- package/dist/browser/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraDataCenters.js +2 -7
- package/dist/browser/operationsInterfaces/cassandraDataCenters.js.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraResources.d.ts +3 -126
- package/dist/browser/operationsInterfaces/cassandraResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraResources.js +2 -7
- package/dist/browser/operationsInterfaces/cassandraResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/collection.d.ts +2 -2
- package/dist/browser/operationsInterfaces/collection.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/collection.js +2 -7
- package/dist/browser/operationsInterfaces/collection.js.map +1 -1
- package/dist/browser/operationsInterfaces/collectionPartition.d.ts +2 -2
- package/dist/browser/operationsInterfaces/collectionPartition.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/collectionPartition.js +2 -7
- package/dist/browser/operationsInterfaces/collectionPartition.js.map +1 -1
- package/dist/browser/operationsInterfaces/collectionPartitionRegion.d.ts +2 -2
- package/dist/browser/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/collectionPartitionRegion.js +2 -7
- package/dist/browser/operationsInterfaces/collectionPartitionRegion.js.map +1 -1
- package/dist/browser/operationsInterfaces/collectionRegion.d.ts +2 -2
- package/dist/browser/operationsInterfaces/collectionRegion.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/collectionRegion.js +2 -7
- package/dist/browser/operationsInterfaces/collectionRegion.js.map +1 -1
- package/dist/browser/operationsInterfaces/database.d.ts +2 -2
- package/dist/browser/operationsInterfaces/database.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/database.js +2 -7
- package/dist/browser/operationsInterfaces/database.js.map +1 -1
- package/dist/browser/operationsInterfaces/databaseAccountRegion.d.ts +2 -2
- package/dist/browser/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/databaseAccountRegion.js +2 -7
- package/dist/browser/operationsInterfaces/databaseAccountRegion.js.map +1 -1
- package/dist/browser/operationsInterfaces/databaseAccounts.d.ts +3 -3
- package/dist/browser/operationsInterfaces/databaseAccounts.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/databaseAccounts.js +2 -7
- package/dist/browser/operationsInterfaces/databaseAccounts.js.map +1 -1
- package/dist/browser/operationsInterfaces/fleet.d.ts +54 -0
- package/dist/browser/operationsInterfaces/fleet.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fleet.js +4 -0
- package/dist/browser/operationsInterfaces/fleet.js.map +1 -0
- package/dist/browser/operationsInterfaces/fleetspace.d.ts +72 -0
- package/dist/browser/operationsInterfaces/fleetspace.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fleetspace.js +4 -0
- package/dist/browser/operationsInterfaces/fleetspace.js.map +1 -0
- package/dist/browser/operationsInterfaces/fleetspaceAccount.d.ts +62 -0
- package/dist/browser/operationsInterfaces/fleetspaceAccount.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fleetspaceAccount.js +4 -0
- package/dist/browser/operationsInterfaces/fleetspaceAccount.js.map +1 -0
- package/dist/browser/operationsInterfaces/gremlinResources.d.ts +3 -3
- package/dist/browser/operationsInterfaces/gremlinResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/gremlinResources.js +2 -7
- package/dist/browser/operationsInterfaces/gremlinResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +3 -8
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +7 -15
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/locations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/locations.js +2 -7
- package/dist/browser/operationsInterfaces/locations.js.map +1 -1
- package/dist/browser/operationsInterfaces/mongoDBResources.d.ts +3 -125
- package/dist/browser/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/mongoDBResources.js +2 -7
- package/dist/browser/operationsInterfaces/mongoDBResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/notebookWorkspaces.d.ts +3 -3
- package/dist/browser/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/notebookWorkspaces.js +2 -7
- package/dist/browser/operationsInterfaces/notebookWorkspaces.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js +2 -7
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/partitionKeyRangeId.d.ts +2 -2
- package/dist/browser/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/partitionKeyRangeId.js +2 -7
- package/dist/browser/operationsInterfaces/partitionKeyRangeId.js.map +1 -1
- package/dist/browser/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +2 -2
- package/dist/browser/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/partitionKeyRangeIdRegion.js +2 -7
- package/dist/browser/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/browser/operationsInterfaces/percentile.d.ts +2 -2
- package/dist/browser/operationsInterfaces/percentile.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/percentile.js +2 -7
- package/dist/browser/operationsInterfaces/percentile.js.map +1 -1
- package/dist/browser/operationsInterfaces/percentileSourceTarget.d.ts +2 -2
- package/dist/browser/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/percentileSourceTarget.js +2 -7
- package/dist/browser/operationsInterfaces/percentileSourceTarget.js.map +1 -1
- package/dist/browser/operationsInterfaces/percentileTarget.d.ts +2 -2
- package/dist/browser/operationsInterfaces/percentileTarget.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/percentileTarget.js +2 -7
- package/dist/browser/operationsInterfaces/percentileTarget.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableDatabaseAccounts.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableDatabaseAccounts.js +2 -7
- package/dist/browser/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableGremlinDatabases.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableGremlinDatabases.js +2 -7
- package/dist/browser/operationsInterfaces/restorableGremlinDatabases.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableGremlinGraphs.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableGremlinGraphs.js +2 -7
- package/dist/browser/operationsInterfaces/restorableGremlinGraphs.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableGremlinResources.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableGremlinResources.js +2 -7
- package/dist/browser/operationsInterfaces/restorableGremlinResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableMongodbCollections.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableMongodbCollections.js +2 -7
- package/dist/browser/operationsInterfaces/restorableMongodbCollections.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableMongodbDatabases.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableMongodbDatabases.js +2 -7
- package/dist/browser/operationsInterfaces/restorableMongodbDatabases.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableMongodbResources.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableMongodbResources.js +2 -7
- package/dist/browser/operationsInterfaces/restorableMongodbResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableSqlContainers.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableSqlContainers.js +2 -7
- package/dist/browser/operationsInterfaces/restorableSqlContainers.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableSqlDatabases.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableSqlDatabases.js +2 -7
- package/dist/browser/operationsInterfaces/restorableSqlDatabases.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableSqlResources.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableSqlResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableSqlResources.js +2 -7
- package/dist/browser/operationsInterfaces/restorableSqlResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableTableResources.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableTableResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableTableResources.js +2 -7
- package/dist/browser/operationsInterfaces/restorableTableResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableTables.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableTables.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableTables.js +2 -7
- package/dist/browser/operationsInterfaces/restorableTables.js.map +1 -1
- package/dist/browser/operationsInterfaces/service.d.ts +3 -3
- package/dist/browser/operationsInterfaces/service.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/service.js +2 -7
- package/dist/browser/operationsInterfaces/service.js.map +1 -1
- package/dist/browser/operationsInterfaces/sqlResources.d.ts +22 -144
- package/dist/browser/operationsInterfaces/sqlResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/sqlResources.js +2 -7
- package/dist/browser/operationsInterfaces/sqlResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/tableResources.d.ts +3 -105
- package/dist/browser/operationsInterfaces/tableResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/tableResources.js +2 -7
- package/dist/browser/operationsInterfaces/tableResources.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js +4 -11
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/cosmosDBManagementClient.d.ts +7 -12
- package/dist/commonjs/cosmosDBManagementClient.d.ts.map +1 -1
- package/dist/commonjs/cosmosDBManagementClient.js +63 -26
- package/dist/commonjs/cosmosDBManagementClient.js.map +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +4 -7
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +9 -10
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +524 -1877
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +33 -189
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +49 -133
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +2169 -3800
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +12 -26
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +82 -183
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/cassandraClusters.d.ts +5 -69
- package/dist/commonjs/operations/cassandraClusters.d.ts.map +1 -1
- package/dist/commonjs/operations/cassandraClusters.js +89 -410
- package/dist/commonjs/operations/cassandraClusters.js.map +1 -1
- package/dist/commonjs/operations/cassandraDataCenters.d.ts +5 -5
- package/dist/commonjs/operations/cassandraDataCenters.d.ts.map +1 -1
- package/dist/commonjs/operations/cassandraDataCenters.js +47 -53
- package/dist/commonjs/operations/cassandraDataCenters.js.map +1 -1
- package/dist/commonjs/operations/cassandraResources.d.ts +5 -138
- package/dist/commonjs/operations/cassandraResources.d.ts.map +1 -1
- package/dist/commonjs/operations/cassandraResources.js +131 -698
- package/dist/commonjs/operations/cassandraResources.js.map +1 -1
- package/dist/commonjs/operations/collection.d.ts +4 -4
- package/dist/commonjs/operations/collection.d.ts.map +1 -1
- package/dist/commonjs/operations/collection.js +30 -85
- package/dist/commonjs/operations/collection.js.map +1 -1
- package/dist/commonjs/operations/collectionPartition.d.ts +4 -4
- package/dist/commonjs/operations/collectionPartition.d.ts.map +1 -1
- package/dist/commonjs/operations/collectionPartition.js +21 -59
- package/dist/commonjs/operations/collectionPartition.js.map +1 -1
- package/dist/commonjs/operations/collectionPartitionRegion.d.ts +4 -4
- package/dist/commonjs/operations/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/commonjs/operations/collectionPartitionRegion.js +12 -33
- package/dist/commonjs/operations/collectionPartitionRegion.js.map +1 -1
- package/dist/commonjs/operations/collectionRegion.d.ts +4 -4
- package/dist/commonjs/operations/collectionRegion.d.ts.map +1 -1
- package/dist/commonjs/operations/collectionRegion.js +12 -33
- package/dist/commonjs/operations/collectionRegion.js.map +1 -1
- package/dist/commonjs/operations/database.d.ts +4 -4
- package/dist/commonjs/operations/database.d.ts.map +1 -1
- package/dist/commonjs/operations/database.js +30 -85
- package/dist/commonjs/operations/database.js.map +1 -1
- package/dist/commonjs/operations/databaseAccountRegion.d.ts +4 -4
- package/dist/commonjs/operations/databaseAccountRegion.d.ts.map +1 -1
- package/dist/commonjs/operations/databaseAccountRegion.js +12 -33
- package/dist/commonjs/operations/databaseAccountRegion.js.map +1 -1
- package/dist/commonjs/operations/databaseAccounts.d.ts +5 -5
- package/dist/commonjs/operations/databaseAccounts.d.ts.map +1 -1
- package/dist/commonjs/operations/databaseAccounts.js +126 -184
- package/dist/commonjs/operations/databaseAccounts.js.map +1 -1
- package/dist/commonjs/operations/fleet.d.ts +90 -0
- package/dist/commonjs/operations/fleet.d.ts.map +1 -0
- package/dist/commonjs/operations/fleet.js +401 -0
- package/dist/commonjs/operations/fleet.js.map +1 -0
- package/dist/commonjs/operations/fleetspace.d.ts +97 -0
- package/dist/commonjs/operations/fleetspace.d.ts.map +1 -0
- package/dist/commonjs/operations/fleetspace.js +443 -0
- package/dist/commonjs/operations/fleetspace.js.map +1 -0
- package/dist/commonjs/operations/fleetspaceAccount.d.ts +89 -0
- package/dist/commonjs/operations/fleetspaceAccount.d.ts.map +1 -0
- package/dist/commonjs/operations/fleetspaceAccount.js +383 -0
- package/dist/commonjs/operations/fleetspaceAccount.js.map +1 -0
- package/dist/commonjs/operations/gremlinResources.d.ts +5 -5
- package/dist/commonjs/operations/gremlinResources.d.ts.map +1 -1
- package/dist/commonjs/operations/gremlinResources.js +150 -133
- package/dist/commonjs/operations/gremlinResources.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +3 -8
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +7 -15
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/locations.d.ts +4 -4
- package/dist/commonjs/operations/locations.d.ts.map +1 -1
- package/dist/commonjs/operations/locations.js +13 -38
- package/dist/commonjs/operations/locations.js.map +1 -1
- package/dist/commonjs/operations/mongoDBResources.d.ts +5 -127
- package/dist/commonjs/operations/mongoDBResources.d.ts.map +1 -1
- package/dist/commonjs/operations/mongoDBResources.js +204 -791
- package/dist/commonjs/operations/mongoDBResources.js.map +1 -1
- package/dist/commonjs/operations/notebookWorkspaces.d.ts +5 -5
- package/dist/commonjs/operations/notebookWorkspaces.d.ts.map +1 -1
- package/dist/commonjs/operations/notebookWorkspaces.js +56 -57
- package/dist/commonjs/operations/notebookWorkspaces.js.map +1 -1
- package/dist/commonjs/operations/operations.d.ts +4 -4
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js +25 -46
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/partitionKeyRangeId.d.ts +4 -4
- package/dist/commonjs/operations/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/commonjs/operations/partitionKeyRangeId.js +12 -33
- package/dist/commonjs/operations/partitionKeyRangeId.js.map +1 -1
- package/dist/commonjs/operations/partitionKeyRangeIdRegion.d.ts +4 -4
- package/dist/commonjs/operations/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/commonjs/operations/partitionKeyRangeIdRegion.js +12 -33
- package/dist/commonjs/operations/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/commonjs/operations/percentile.d.ts +4 -4
- package/dist/commonjs/operations/percentile.d.ts.map +1 -1
- package/dist/commonjs/operations/percentile.js +12 -33
- package/dist/commonjs/operations/percentile.js.map +1 -1
- package/dist/commonjs/operations/percentileSourceTarget.d.ts +4 -4
- package/dist/commonjs/operations/percentileSourceTarget.d.ts.map +1 -1
- package/dist/commonjs/operations/percentileSourceTarget.js +12 -33
- package/dist/commonjs/operations/percentileSourceTarget.js.map +1 -1
- package/dist/commonjs/operations/percentileTarget.d.ts +4 -4
- package/dist/commonjs/operations/percentileTarget.d.ts.map +1 -1
- package/dist/commonjs/operations/percentileTarget.js +12 -33
- package/dist/commonjs/operations/percentileTarget.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +34 -45
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +4 -4
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +12 -33
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/restorableDatabaseAccounts.d.ts +4 -4
- package/dist/commonjs/operations/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableDatabaseAccounts.js +22 -64
- package/dist/commonjs/operations/restorableDatabaseAccounts.js.map +1 -1
- package/dist/commonjs/operations/restorableGremlinDatabases.d.ts +4 -4
- package/dist/commonjs/operations/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableGremlinDatabases.js +12 -33
- package/dist/commonjs/operations/restorableGremlinDatabases.js.map +1 -1
- package/dist/commonjs/operations/restorableGremlinGraphs.d.ts +4 -4
- package/dist/commonjs/operations/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableGremlinGraphs.js +12 -33
- package/dist/commonjs/operations/restorableGremlinGraphs.js.map +1 -1
- package/dist/commonjs/operations/restorableGremlinResources.d.ts +4 -4
- package/dist/commonjs/operations/restorableGremlinResources.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableGremlinResources.js +12 -33
- package/dist/commonjs/operations/restorableGremlinResources.js.map +1 -1
- package/dist/commonjs/operations/restorableMongodbCollections.d.ts +4 -4
- package/dist/commonjs/operations/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableMongodbCollections.js +12 -33
- package/dist/commonjs/operations/restorableMongodbCollections.js.map +1 -1
- package/dist/commonjs/operations/restorableMongodbDatabases.d.ts +4 -4
- package/dist/commonjs/operations/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableMongodbDatabases.js +12 -33
- package/dist/commonjs/operations/restorableMongodbDatabases.js.map +1 -1
- package/dist/commonjs/operations/restorableMongodbResources.d.ts +4 -4
- package/dist/commonjs/operations/restorableMongodbResources.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableMongodbResources.js +12 -33
- package/dist/commonjs/operations/restorableMongodbResources.js.map +1 -1
- package/dist/commonjs/operations/restorableSqlContainers.d.ts +4 -4
- package/dist/commonjs/operations/restorableSqlContainers.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableSqlContainers.js +12 -33
- package/dist/commonjs/operations/restorableSqlContainers.js.map +1 -1
- package/dist/commonjs/operations/restorableSqlDatabases.d.ts +4 -4
- package/dist/commonjs/operations/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableSqlDatabases.js +12 -33
- package/dist/commonjs/operations/restorableSqlDatabases.js.map +1 -1
- package/dist/commonjs/operations/restorableSqlResources.d.ts +4 -4
- package/dist/commonjs/operations/restorableSqlResources.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableSqlResources.js +12 -33
- package/dist/commonjs/operations/restorableSqlResources.js.map +1 -1
- package/dist/commonjs/operations/restorableTableResources.d.ts +4 -4
- package/dist/commonjs/operations/restorableTableResources.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableTableResources.js +12 -33
- package/dist/commonjs/operations/restorableTableResources.js.map +1 -1
- package/dist/commonjs/operations/restorableTables.d.ts +4 -4
- package/dist/commonjs/operations/restorableTables.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableTables.js +13 -38
- package/dist/commonjs/operations/restorableTables.js.map +1 -1
- package/dist/commonjs/operations/service.d.ts +5 -5
- package/dist/commonjs/operations/service.d.ts.map +1 -1
- package/dist/commonjs/operations/service.js +34 -45
- package/dist/commonjs/operations/service.js.map +1 -1
- package/dist/commonjs/operations/sqlResources.d.ts +30 -152
- package/dist/commonjs/operations/sqlResources.d.ts.map +1 -1
- package/dist/commonjs/operations/sqlResources.js +374 -994
- package/dist/commonjs/operations/sqlResources.js.map +1 -1
- package/dist/commonjs/operations/tableResources.d.ts +5 -125
- package/dist/commonjs/operations/tableResources.d.ts.map +1 -1
- package/dist/commonjs/operations/tableResources.js +78 -637
- package/dist/commonjs/operations/tableResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraClusters.d.ts +3 -49
- package/dist/commonjs/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraClusters.js +2 -7
- package/dist/commonjs/operationsInterfaces/cassandraClusters.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraDataCenters.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraDataCenters.js +2 -7
- package/dist/commonjs/operationsInterfaces/cassandraDataCenters.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraResources.d.ts +3 -126
- package/dist/commonjs/operationsInterfaces/cassandraResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/cassandraResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/collection.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/collection.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/collection.js +2 -7
- package/dist/commonjs/operationsInterfaces/collection.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionPartition.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/collectionPartition.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionPartition.js +2 -7
- package/dist/commonjs/operationsInterfaces/collectionPartition.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.js +2 -7
- package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionRegion.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/collectionRegion.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionRegion.js +2 -7
- package/dist/commonjs/operationsInterfaces/collectionRegion.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/database.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/database.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/database.js +2 -7
- package/dist/commonjs/operationsInterfaces/database.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseAccountRegion.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseAccountRegion.js +2 -7
- package/dist/commonjs/operationsInterfaces/databaseAccountRegion.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseAccounts.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/databaseAccounts.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseAccounts.js +2 -7
- package/dist/commonjs/operationsInterfaces/databaseAccounts.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/fleet.d.ts +54 -0
- package/dist/commonjs/operationsInterfaces/fleet.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fleet.js +5 -0
- package/dist/commonjs/operationsInterfaces/fleet.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fleetspace.d.ts +72 -0
- package/dist/commonjs/operationsInterfaces/fleetspace.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fleetspace.js +5 -0
- package/dist/commonjs/operationsInterfaces/fleetspace.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fleetspaceAccount.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/fleetspaceAccount.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fleetspaceAccount.js +5 -0
- package/dist/commonjs/operationsInterfaces/fleetspaceAccount.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/gremlinResources.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/gremlinResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/gremlinResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/gremlinResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +3 -8
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +7 -15
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/locations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/locations.js +2 -7
- package/dist/commonjs/operationsInterfaces/locations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/mongoDBResources.d.ts +3 -125
- package/dist/commonjs/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/mongoDBResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/mongoDBResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/notebookWorkspaces.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/notebookWorkspaces.js +2 -7
- package/dist/commonjs/operationsInterfaces/notebookWorkspaces.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js +2 -7
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.js +2 -7
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.js +2 -7
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/percentile.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/percentile.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/percentile.js +2 -7
- package/dist/commonjs/operationsInterfaces/percentile.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/percentileSourceTarget.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/percentileSourceTarget.js +2 -7
- package/dist/commonjs/operationsInterfaces/percentileSourceTarget.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/percentileTarget.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/percentileTarget.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/percentileTarget.js +2 -7
- package/dist/commonjs/operationsInterfaces/percentileTarget.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableGremlinResources.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableGremlinResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableGremlinResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableMongodbResources.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableMongodbResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableMongodbResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableSqlContainers.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableSqlContainers.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableSqlContainers.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableSqlResources.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableSqlResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableSqlResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableSqlResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableTableResources.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableTableResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableTableResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableTableResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableTables.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableTables.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableTables.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableTables.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/service.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/service.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/service.js +2 -7
- package/dist/commonjs/operationsInterfaces/service.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlResources.d.ts +22 -144
- package/dist/commonjs/operationsInterfaces/sqlResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/sqlResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/tableResources.d.ts +3 -105
- package/dist/commonjs/operationsInterfaces/tableResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/tableResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/tableResources.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js +4 -11
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/cosmosDBManagementClient.d.ts +7 -12
- package/dist/esm/cosmosDBManagementClient.d.ts.map +1 -1
- package/dist/esm/cosmosDBManagementClient.js +64 -27
- package/dist/esm/cosmosDBManagementClient.js.map +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +4 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +9 -10
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +524 -1877
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +32 -187
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +49 -133
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +2162 -3792
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +12 -26
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +81 -182
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/cassandraClusters.d.ts +5 -69
- package/dist/esm/operations/cassandraClusters.d.ts.map +1 -1
- package/dist/esm/operations/cassandraClusters.js +90 -412
- package/dist/esm/operations/cassandraClusters.js.map +1 -1
- package/dist/esm/operations/cassandraDataCenters.d.ts +5 -5
- package/dist/esm/operations/cassandraDataCenters.d.ts.map +1 -1
- package/dist/esm/operations/cassandraDataCenters.js +48 -55
- package/dist/esm/operations/cassandraDataCenters.js.map +1 -1
- package/dist/esm/operations/cassandraResources.d.ts +5 -138
- package/dist/esm/operations/cassandraResources.d.ts.map +1 -1
- package/dist/esm/operations/cassandraResources.js +132 -700
- package/dist/esm/operations/cassandraResources.js.map +1 -1
- package/dist/esm/operations/collection.d.ts +4 -4
- package/dist/esm/operations/collection.d.ts.map +1 -1
- package/dist/esm/operations/collection.js +30 -86
- package/dist/esm/operations/collection.js.map +1 -1
- package/dist/esm/operations/collectionPartition.d.ts +4 -4
- package/dist/esm/operations/collectionPartition.d.ts.map +1 -1
- package/dist/esm/operations/collectionPartition.js +21 -60
- package/dist/esm/operations/collectionPartition.js.map +1 -1
- package/dist/esm/operations/collectionPartitionRegion.d.ts +4 -4
- package/dist/esm/operations/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/esm/operations/collectionPartitionRegion.js +12 -34
- package/dist/esm/operations/collectionPartitionRegion.js.map +1 -1
- package/dist/esm/operations/collectionRegion.d.ts +4 -4
- package/dist/esm/operations/collectionRegion.d.ts.map +1 -1
- package/dist/esm/operations/collectionRegion.js +12 -34
- package/dist/esm/operations/collectionRegion.js.map +1 -1
- package/dist/esm/operations/database.d.ts +4 -4
- package/dist/esm/operations/database.d.ts.map +1 -1
- package/dist/esm/operations/database.js +30 -86
- package/dist/esm/operations/database.js.map +1 -1
- package/dist/esm/operations/databaseAccountRegion.d.ts +4 -4
- package/dist/esm/operations/databaseAccountRegion.d.ts.map +1 -1
- package/dist/esm/operations/databaseAccountRegion.js +12 -34
- package/dist/esm/operations/databaseAccountRegion.js.map +1 -1
- package/dist/esm/operations/databaseAccounts.d.ts +5 -5
- package/dist/esm/operations/databaseAccounts.d.ts.map +1 -1
- package/dist/esm/operations/databaseAccounts.js +127 -186
- package/dist/esm/operations/databaseAccounts.js.map +1 -1
- package/dist/esm/operations/fleet.d.ts +90 -0
- package/dist/esm/operations/fleet.d.ts.map +1 -0
- package/dist/esm/operations/fleet.js +396 -0
- package/dist/esm/operations/fleet.js.map +1 -0
- package/dist/esm/operations/fleetspace.d.ts +97 -0
- package/dist/esm/operations/fleetspace.d.ts.map +1 -0
- package/dist/esm/operations/fleetspace.js +438 -0
- package/dist/esm/operations/fleetspace.js.map +1 -0
- package/dist/esm/operations/fleetspaceAccount.d.ts +89 -0
- package/dist/esm/operations/fleetspaceAccount.d.ts.map +1 -0
- package/dist/esm/operations/fleetspaceAccount.js +378 -0
- package/dist/esm/operations/fleetspaceAccount.js.map +1 -0
- package/dist/esm/operations/gremlinResources.d.ts +5 -5
- package/dist/esm/operations/gremlinResources.d.ts.map +1 -1
- package/dist/esm/operations/gremlinResources.js +151 -135
- package/dist/esm/operations/gremlinResources.js.map +1 -1
- package/dist/esm/operations/index.d.ts +3 -8
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +7 -15
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/locations.d.ts +4 -4
- package/dist/esm/operations/locations.d.ts.map +1 -1
- package/dist/esm/operations/locations.js +13 -39
- package/dist/esm/operations/locations.js.map +1 -1
- package/dist/esm/operations/mongoDBResources.d.ts +5 -127
- package/dist/esm/operations/mongoDBResources.d.ts.map +1 -1
- package/dist/esm/operations/mongoDBResources.js +205 -793
- package/dist/esm/operations/mongoDBResources.js.map +1 -1
- package/dist/esm/operations/notebookWorkspaces.d.ts +5 -5
- package/dist/esm/operations/notebookWorkspaces.d.ts.map +1 -1
- package/dist/esm/operations/notebookWorkspaces.js +57 -59
- package/dist/esm/operations/notebookWorkspaces.js.map +1 -1
- package/dist/esm/operations/operations.d.ts +4 -4
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js +25 -47
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/partitionKeyRangeId.d.ts +4 -4
- package/dist/esm/operations/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/esm/operations/partitionKeyRangeId.js +12 -34
- package/dist/esm/operations/partitionKeyRangeId.js.map +1 -1
- package/dist/esm/operations/partitionKeyRangeIdRegion.d.ts +4 -4
- package/dist/esm/operations/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/esm/operations/partitionKeyRangeIdRegion.js +12 -34
- package/dist/esm/operations/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/esm/operations/percentile.d.ts +4 -4
- package/dist/esm/operations/percentile.d.ts.map +1 -1
- package/dist/esm/operations/percentile.js +12 -34
- package/dist/esm/operations/percentile.js.map +1 -1
- package/dist/esm/operations/percentileSourceTarget.d.ts +4 -4
- package/dist/esm/operations/percentileSourceTarget.d.ts.map +1 -1
- package/dist/esm/operations/percentileSourceTarget.js +12 -34
- package/dist/esm/operations/percentileSourceTarget.js.map +1 -1
- package/dist/esm/operations/percentileTarget.d.ts +4 -4
- package/dist/esm/operations/percentileTarget.d.ts.map +1 -1
- package/dist/esm/operations/percentileTarget.js +12 -34
- package/dist/esm/operations/percentileTarget.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +35 -47
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.d.ts +4 -4
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +12 -34
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/restorableDatabaseAccounts.d.ts +4 -4
- package/dist/esm/operations/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/esm/operations/restorableDatabaseAccounts.js +22 -65
- package/dist/esm/operations/restorableDatabaseAccounts.js.map +1 -1
- package/dist/esm/operations/restorableGremlinDatabases.d.ts +4 -4
- package/dist/esm/operations/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/esm/operations/restorableGremlinDatabases.js +12 -34
- package/dist/esm/operations/restorableGremlinDatabases.js.map +1 -1
- package/dist/esm/operations/restorableGremlinGraphs.d.ts +4 -4
- package/dist/esm/operations/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/esm/operations/restorableGremlinGraphs.js +12 -34
- package/dist/esm/operations/restorableGremlinGraphs.js.map +1 -1
- package/dist/esm/operations/restorableGremlinResources.d.ts +4 -4
- package/dist/esm/operations/restorableGremlinResources.d.ts.map +1 -1
- package/dist/esm/operations/restorableGremlinResources.js +12 -34
- package/dist/esm/operations/restorableGremlinResources.js.map +1 -1
- package/dist/esm/operations/restorableMongodbCollections.d.ts +4 -4
- package/dist/esm/operations/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/esm/operations/restorableMongodbCollections.js +12 -34
- package/dist/esm/operations/restorableMongodbCollections.js.map +1 -1
- package/dist/esm/operations/restorableMongodbDatabases.d.ts +4 -4
- package/dist/esm/operations/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/esm/operations/restorableMongodbDatabases.js +12 -34
- package/dist/esm/operations/restorableMongodbDatabases.js.map +1 -1
- package/dist/esm/operations/restorableMongodbResources.d.ts +4 -4
- package/dist/esm/operations/restorableMongodbResources.d.ts.map +1 -1
- package/dist/esm/operations/restorableMongodbResources.js +12 -34
- package/dist/esm/operations/restorableMongodbResources.js.map +1 -1
- package/dist/esm/operations/restorableSqlContainers.d.ts +4 -4
- package/dist/esm/operations/restorableSqlContainers.d.ts.map +1 -1
- package/dist/esm/operations/restorableSqlContainers.js +12 -34
- package/dist/esm/operations/restorableSqlContainers.js.map +1 -1
- package/dist/esm/operations/restorableSqlDatabases.d.ts +4 -4
- package/dist/esm/operations/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/esm/operations/restorableSqlDatabases.js +12 -34
- package/dist/esm/operations/restorableSqlDatabases.js.map +1 -1
- package/dist/esm/operations/restorableSqlResources.d.ts +4 -4
- package/dist/esm/operations/restorableSqlResources.d.ts.map +1 -1
- package/dist/esm/operations/restorableSqlResources.js +12 -34
- package/dist/esm/operations/restorableSqlResources.js.map +1 -1
- package/dist/esm/operations/restorableTableResources.d.ts +4 -4
- package/dist/esm/operations/restorableTableResources.d.ts.map +1 -1
- package/dist/esm/operations/restorableTableResources.js +12 -34
- package/dist/esm/operations/restorableTableResources.js.map +1 -1
- package/dist/esm/operations/restorableTables.d.ts +4 -4
- package/dist/esm/operations/restorableTables.d.ts.map +1 -1
- package/dist/esm/operations/restorableTables.js +13 -39
- package/dist/esm/operations/restorableTables.js.map +1 -1
- package/dist/esm/operations/service.d.ts +5 -5
- package/dist/esm/operations/service.d.ts.map +1 -1
- package/dist/esm/operations/service.js +35 -47
- package/dist/esm/operations/service.js.map +1 -1
- package/dist/esm/operations/sqlResources.d.ts +30 -152
- package/dist/esm/operations/sqlResources.d.ts.map +1 -1
- package/dist/esm/operations/sqlResources.js +375 -996
- package/dist/esm/operations/sqlResources.js.map +1 -1
- package/dist/esm/operations/tableResources.d.ts +5 -125
- package/dist/esm/operations/tableResources.d.ts.map +1 -1
- package/dist/esm/operations/tableResources.js +79 -639
- package/dist/esm/operations/tableResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraClusters.d.ts +3 -49
- package/dist/esm/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraClusters.js +2 -7
- package/dist/esm/operationsInterfaces/cassandraClusters.js.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraDataCenters.d.ts +3 -3
- package/dist/esm/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraDataCenters.js +2 -7
- package/dist/esm/operationsInterfaces/cassandraDataCenters.js.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraResources.d.ts +3 -126
- package/dist/esm/operationsInterfaces/cassandraResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraResources.js +2 -7
- package/dist/esm/operationsInterfaces/cassandraResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/collection.d.ts +2 -2
- package/dist/esm/operationsInterfaces/collection.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/collection.js +2 -7
- package/dist/esm/operationsInterfaces/collection.js.map +1 -1
- package/dist/esm/operationsInterfaces/collectionPartition.d.ts +2 -2
- package/dist/esm/operationsInterfaces/collectionPartition.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/collectionPartition.js +2 -7
- package/dist/esm/operationsInterfaces/collectionPartition.js.map +1 -1
- package/dist/esm/operationsInterfaces/collectionPartitionRegion.d.ts +2 -2
- package/dist/esm/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/collectionPartitionRegion.js +2 -7
- package/dist/esm/operationsInterfaces/collectionPartitionRegion.js.map +1 -1
- package/dist/esm/operationsInterfaces/collectionRegion.d.ts +2 -2
- package/dist/esm/operationsInterfaces/collectionRegion.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/collectionRegion.js +2 -7
- package/dist/esm/operationsInterfaces/collectionRegion.js.map +1 -1
- package/dist/esm/operationsInterfaces/database.d.ts +2 -2
- package/dist/esm/operationsInterfaces/database.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/database.js +2 -7
- package/dist/esm/operationsInterfaces/database.js.map +1 -1
- package/dist/esm/operationsInterfaces/databaseAccountRegion.d.ts +2 -2
- package/dist/esm/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/databaseAccountRegion.js +2 -7
- package/dist/esm/operationsInterfaces/databaseAccountRegion.js.map +1 -1
- package/dist/esm/operationsInterfaces/databaseAccounts.d.ts +3 -3
- package/dist/esm/operationsInterfaces/databaseAccounts.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/databaseAccounts.js +2 -7
- package/dist/esm/operationsInterfaces/databaseAccounts.js.map +1 -1
- package/dist/esm/operationsInterfaces/fleet.d.ts +54 -0
- package/dist/esm/operationsInterfaces/fleet.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fleet.js +4 -0
- package/dist/esm/operationsInterfaces/fleet.js.map +1 -0
- package/dist/esm/operationsInterfaces/fleetspace.d.ts +72 -0
- package/dist/esm/operationsInterfaces/fleetspace.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fleetspace.js +4 -0
- package/dist/esm/operationsInterfaces/fleetspace.js.map +1 -0
- package/dist/esm/operationsInterfaces/fleetspaceAccount.d.ts +62 -0
- package/dist/esm/operationsInterfaces/fleetspaceAccount.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fleetspaceAccount.js +4 -0
- package/dist/esm/operationsInterfaces/fleetspaceAccount.js.map +1 -0
- package/dist/esm/operationsInterfaces/gremlinResources.d.ts +3 -3
- package/dist/esm/operationsInterfaces/gremlinResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/gremlinResources.js +2 -7
- package/dist/esm/operationsInterfaces/gremlinResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +3 -8
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +7 -15
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/locations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/locations.js +2 -7
- package/dist/esm/operationsInterfaces/locations.js.map +1 -1
- package/dist/esm/operationsInterfaces/mongoDBResources.d.ts +3 -125
- package/dist/esm/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/mongoDBResources.js +2 -7
- package/dist/esm/operationsInterfaces/mongoDBResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/notebookWorkspaces.d.ts +3 -3
- package/dist/esm/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/notebookWorkspaces.js +2 -7
- package/dist/esm/operationsInterfaces/notebookWorkspaces.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js +2 -7
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/partitionKeyRangeId.d.ts +2 -2
- package/dist/esm/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/partitionKeyRangeId.js +2 -7
- package/dist/esm/operationsInterfaces/partitionKeyRangeId.js.map +1 -1
- package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +2 -2
- package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.js +2 -7
- package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/esm/operationsInterfaces/percentile.d.ts +2 -2
- package/dist/esm/operationsInterfaces/percentile.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/percentile.js +2 -7
- package/dist/esm/operationsInterfaces/percentile.js.map +1 -1
- package/dist/esm/operationsInterfaces/percentileSourceTarget.d.ts +2 -2
- package/dist/esm/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/percentileSourceTarget.js +2 -7
- package/dist/esm/operationsInterfaces/percentileSourceTarget.js.map +1 -1
- package/dist/esm/operationsInterfaces/percentileTarget.d.ts +2 -2
- package/dist/esm/operationsInterfaces/percentileTarget.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/percentileTarget.js +2 -7
- package/dist/esm/operationsInterfaces/percentileTarget.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.js +2 -7
- package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableGremlinDatabases.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableGremlinDatabases.js +2 -7
- package/dist/esm/operationsInterfaces/restorableGremlinDatabases.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableGremlinGraphs.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableGremlinGraphs.js +2 -7
- package/dist/esm/operationsInterfaces/restorableGremlinGraphs.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableGremlinResources.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableGremlinResources.js +2 -7
- package/dist/esm/operationsInterfaces/restorableGremlinResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableMongodbCollections.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableMongodbCollections.js +2 -7
- package/dist/esm/operationsInterfaces/restorableMongodbCollections.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableMongodbDatabases.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableMongodbDatabases.js +2 -7
- package/dist/esm/operationsInterfaces/restorableMongodbDatabases.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableMongodbResources.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableMongodbResources.js +2 -7
- package/dist/esm/operationsInterfaces/restorableMongodbResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableSqlContainers.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableSqlContainers.js +2 -7
- package/dist/esm/operationsInterfaces/restorableSqlContainers.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableSqlDatabases.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableSqlDatabases.js +2 -7
- package/dist/esm/operationsInterfaces/restorableSqlDatabases.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableSqlResources.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableSqlResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableSqlResources.js +2 -7
- package/dist/esm/operationsInterfaces/restorableSqlResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableTableResources.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableTableResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableTableResources.js +2 -7
- package/dist/esm/operationsInterfaces/restorableTableResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableTables.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableTables.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableTables.js +2 -7
- package/dist/esm/operationsInterfaces/restorableTables.js.map +1 -1
- package/dist/esm/operationsInterfaces/service.d.ts +3 -3
- package/dist/esm/operationsInterfaces/service.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/service.js +2 -7
- package/dist/esm/operationsInterfaces/service.js.map +1 -1
- package/dist/esm/operationsInterfaces/sqlResources.d.ts +22 -144
- package/dist/esm/operationsInterfaces/sqlResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/sqlResources.js +2 -7
- package/dist/esm/operationsInterfaces/sqlResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/tableResources.d.ts +3 -105
- package/dist/esm/operationsInterfaces/tableResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/tableResources.js +2 -7
- package/dist/esm/operationsInterfaces/tableResources.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js +4 -11
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/cosmosDBManagementClient.d.ts +7 -12
- package/dist/react-native/cosmosDBManagementClient.d.ts.map +1 -1
- package/dist/react-native/cosmosDBManagementClient.js +64 -27
- package/dist/react-native/cosmosDBManagementClient.js.map +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +4 -7
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +9 -10
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +524 -1877
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +32 -187
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +49 -133
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +2162 -3792
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +12 -26
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +81 -182
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/cassandraClusters.d.ts +5 -69
- package/dist/react-native/operations/cassandraClusters.d.ts.map +1 -1
- package/dist/react-native/operations/cassandraClusters.js +90 -412
- package/dist/react-native/operations/cassandraClusters.js.map +1 -1
- package/dist/react-native/operations/cassandraDataCenters.d.ts +5 -5
- package/dist/react-native/operations/cassandraDataCenters.d.ts.map +1 -1
- package/dist/react-native/operations/cassandraDataCenters.js +48 -55
- package/dist/react-native/operations/cassandraDataCenters.js.map +1 -1
- package/dist/react-native/operations/cassandraResources.d.ts +5 -138
- package/dist/react-native/operations/cassandraResources.d.ts.map +1 -1
- package/dist/react-native/operations/cassandraResources.js +132 -700
- package/dist/react-native/operations/cassandraResources.js.map +1 -1
- package/dist/react-native/operations/collection.d.ts +4 -4
- package/dist/react-native/operations/collection.d.ts.map +1 -1
- package/dist/react-native/operations/collection.js +30 -86
- package/dist/react-native/operations/collection.js.map +1 -1
- package/dist/react-native/operations/collectionPartition.d.ts +4 -4
- package/dist/react-native/operations/collectionPartition.d.ts.map +1 -1
- package/dist/react-native/operations/collectionPartition.js +21 -60
- package/dist/react-native/operations/collectionPartition.js.map +1 -1
- package/dist/react-native/operations/collectionPartitionRegion.d.ts +4 -4
- package/dist/react-native/operations/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/react-native/operations/collectionPartitionRegion.js +12 -34
- package/dist/react-native/operations/collectionPartitionRegion.js.map +1 -1
- package/dist/react-native/operations/collectionRegion.d.ts +4 -4
- package/dist/react-native/operations/collectionRegion.d.ts.map +1 -1
- package/dist/react-native/operations/collectionRegion.js +12 -34
- package/dist/react-native/operations/collectionRegion.js.map +1 -1
- package/dist/react-native/operations/database.d.ts +4 -4
- package/dist/react-native/operations/database.d.ts.map +1 -1
- package/dist/react-native/operations/database.js +30 -86
- package/dist/react-native/operations/database.js.map +1 -1
- package/dist/react-native/operations/databaseAccountRegion.d.ts +4 -4
- package/dist/react-native/operations/databaseAccountRegion.d.ts.map +1 -1
- package/dist/react-native/operations/databaseAccountRegion.js +12 -34
- package/dist/react-native/operations/databaseAccountRegion.js.map +1 -1
- package/dist/react-native/operations/databaseAccounts.d.ts +5 -5
- package/dist/react-native/operations/databaseAccounts.d.ts.map +1 -1
- package/dist/react-native/operations/databaseAccounts.js +127 -186
- package/dist/react-native/operations/databaseAccounts.js.map +1 -1
- package/dist/react-native/operations/fleet.d.ts +90 -0
- package/dist/react-native/operations/fleet.d.ts.map +1 -0
- package/dist/react-native/operations/fleet.js +396 -0
- package/dist/react-native/operations/fleet.js.map +1 -0
- package/dist/react-native/operations/fleetspace.d.ts +97 -0
- package/dist/react-native/operations/fleetspace.d.ts.map +1 -0
- package/dist/react-native/operations/fleetspace.js +438 -0
- package/dist/react-native/operations/fleetspace.js.map +1 -0
- package/dist/react-native/operations/fleetspaceAccount.d.ts +89 -0
- package/dist/react-native/operations/fleetspaceAccount.d.ts.map +1 -0
- package/dist/react-native/operations/fleetspaceAccount.js +378 -0
- package/dist/react-native/operations/fleetspaceAccount.js.map +1 -0
- package/dist/react-native/operations/gremlinResources.d.ts +5 -5
- package/dist/react-native/operations/gremlinResources.d.ts.map +1 -1
- package/dist/react-native/operations/gremlinResources.js +151 -135
- package/dist/react-native/operations/gremlinResources.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +3 -8
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +7 -15
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/locations.d.ts +4 -4
- package/dist/react-native/operations/locations.d.ts.map +1 -1
- package/dist/react-native/operations/locations.js +13 -39
- package/dist/react-native/operations/locations.js.map +1 -1
- package/dist/react-native/operations/mongoDBResources.d.ts +5 -127
- package/dist/react-native/operations/mongoDBResources.d.ts.map +1 -1
- package/dist/react-native/operations/mongoDBResources.js +205 -793
- package/dist/react-native/operations/mongoDBResources.js.map +1 -1
- package/dist/react-native/operations/notebookWorkspaces.d.ts +5 -5
- package/dist/react-native/operations/notebookWorkspaces.d.ts.map +1 -1
- package/dist/react-native/operations/notebookWorkspaces.js +57 -59
- package/dist/react-native/operations/notebookWorkspaces.js.map +1 -1
- package/dist/react-native/operations/operations.d.ts +4 -4
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js +25 -47
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/partitionKeyRangeId.d.ts +4 -4
- package/dist/react-native/operations/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/react-native/operations/partitionKeyRangeId.js +12 -34
- package/dist/react-native/operations/partitionKeyRangeId.js.map +1 -1
- package/dist/react-native/operations/partitionKeyRangeIdRegion.d.ts +4 -4
- package/dist/react-native/operations/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/react-native/operations/partitionKeyRangeIdRegion.js +12 -34
- package/dist/react-native/operations/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/react-native/operations/percentile.d.ts +4 -4
- package/dist/react-native/operations/percentile.d.ts.map +1 -1
- package/dist/react-native/operations/percentile.js +12 -34
- package/dist/react-native/operations/percentile.js.map +1 -1
- package/dist/react-native/operations/percentileSourceTarget.d.ts +4 -4
- package/dist/react-native/operations/percentileSourceTarget.d.ts.map +1 -1
- package/dist/react-native/operations/percentileSourceTarget.js +12 -34
- package/dist/react-native/operations/percentileSourceTarget.js.map +1 -1
- package/dist/react-native/operations/percentileTarget.d.ts +4 -4
- package/dist/react-native/operations/percentileTarget.d.ts.map +1 -1
- package/dist/react-native/operations/percentileTarget.js +12 -34
- package/dist/react-native/operations/percentileTarget.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +35 -47
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +4 -4
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +12 -34
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/restorableDatabaseAccounts.d.ts +4 -4
- package/dist/react-native/operations/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/react-native/operations/restorableDatabaseAccounts.js +22 -65
- package/dist/react-native/operations/restorableDatabaseAccounts.js.map +1 -1
- package/dist/react-native/operations/restorableGremlinDatabases.d.ts +4 -4
- package/dist/react-native/operations/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/react-native/operations/restorableGremlinDatabases.js +12 -34
- package/dist/react-native/operations/restorableGremlinDatabases.js.map +1 -1
- package/dist/react-native/operations/restorableGremlinGraphs.d.ts +4 -4
- package/dist/react-native/operations/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/react-native/operations/restorableGremlinGraphs.js +12 -34
- package/dist/react-native/operations/restorableGremlinGraphs.js.map +1 -1
- package/dist/react-native/operations/restorableGremlinResources.d.ts +4 -4
- package/dist/react-native/operations/restorableGremlinResources.d.ts.map +1 -1
- package/dist/react-native/operations/restorableGremlinResources.js +12 -34
- package/dist/react-native/operations/restorableGremlinResources.js.map +1 -1
- package/dist/react-native/operations/restorableMongodbCollections.d.ts +4 -4
- package/dist/react-native/operations/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/react-native/operations/restorableMongodbCollections.js +12 -34
- package/dist/react-native/operations/restorableMongodbCollections.js.map +1 -1
- package/dist/react-native/operations/restorableMongodbDatabases.d.ts +4 -4
- package/dist/react-native/operations/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/react-native/operations/restorableMongodbDatabases.js +12 -34
- package/dist/react-native/operations/restorableMongodbDatabases.js.map +1 -1
- package/dist/react-native/operations/restorableMongodbResources.d.ts +4 -4
- package/dist/react-native/operations/restorableMongodbResources.d.ts.map +1 -1
- package/dist/react-native/operations/restorableMongodbResources.js +12 -34
- package/dist/react-native/operations/restorableMongodbResources.js.map +1 -1
- package/dist/react-native/operations/restorableSqlContainers.d.ts +4 -4
- package/dist/react-native/operations/restorableSqlContainers.d.ts.map +1 -1
- package/dist/react-native/operations/restorableSqlContainers.js +12 -34
- package/dist/react-native/operations/restorableSqlContainers.js.map +1 -1
- package/dist/react-native/operations/restorableSqlDatabases.d.ts +4 -4
- package/dist/react-native/operations/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/react-native/operations/restorableSqlDatabases.js +12 -34
- package/dist/react-native/operations/restorableSqlDatabases.js.map +1 -1
- package/dist/react-native/operations/restorableSqlResources.d.ts +4 -4
- package/dist/react-native/operations/restorableSqlResources.d.ts.map +1 -1
- package/dist/react-native/operations/restorableSqlResources.js +12 -34
- package/dist/react-native/operations/restorableSqlResources.js.map +1 -1
- package/dist/react-native/operations/restorableTableResources.d.ts +4 -4
- package/dist/react-native/operations/restorableTableResources.d.ts.map +1 -1
- package/dist/react-native/operations/restorableTableResources.js +12 -34
- package/dist/react-native/operations/restorableTableResources.js.map +1 -1
- package/dist/react-native/operations/restorableTables.d.ts +4 -4
- package/dist/react-native/operations/restorableTables.d.ts.map +1 -1
- package/dist/react-native/operations/restorableTables.js +13 -39
- package/dist/react-native/operations/restorableTables.js.map +1 -1
- package/dist/react-native/operations/service.d.ts +5 -5
- package/dist/react-native/operations/service.d.ts.map +1 -1
- package/dist/react-native/operations/service.js +35 -47
- package/dist/react-native/operations/service.js.map +1 -1
- package/dist/react-native/operations/sqlResources.d.ts +30 -152
- package/dist/react-native/operations/sqlResources.d.ts.map +1 -1
- package/dist/react-native/operations/sqlResources.js +375 -996
- package/dist/react-native/operations/sqlResources.js.map +1 -1
- package/dist/react-native/operations/tableResources.d.ts +5 -125
- package/dist/react-native/operations/tableResources.d.ts.map +1 -1
- package/dist/react-native/operations/tableResources.js +79 -639
- package/dist/react-native/operations/tableResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraClusters.d.ts +3 -49
- package/dist/react-native/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraClusters.js +2 -7
- package/dist/react-native/operationsInterfaces/cassandraClusters.js.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraDataCenters.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraDataCenters.js +2 -7
- package/dist/react-native/operationsInterfaces/cassandraDataCenters.js.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraResources.d.ts +3 -126
- package/dist/react-native/operationsInterfaces/cassandraResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraResources.js +2 -7
- package/dist/react-native/operationsInterfaces/cassandraResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/collection.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/collection.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/collection.js +2 -7
- package/dist/react-native/operationsInterfaces/collection.js.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionPartition.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/collectionPartition.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionPartition.js +2 -7
- package/dist/react-native/operationsInterfaces/collectionPartition.js.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionPartitionRegion.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionPartitionRegion.js +2 -7
- package/dist/react-native/operationsInterfaces/collectionPartitionRegion.js.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionRegion.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/collectionRegion.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionRegion.js +2 -7
- package/dist/react-native/operationsInterfaces/collectionRegion.js.map +1 -1
- package/dist/react-native/operationsInterfaces/database.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/database.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/database.js +2 -7
- package/dist/react-native/operationsInterfaces/database.js.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseAccountRegion.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseAccountRegion.js +2 -7
- package/dist/react-native/operationsInterfaces/databaseAccountRegion.js.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseAccounts.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/databaseAccounts.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseAccounts.js +2 -7
- package/dist/react-native/operationsInterfaces/databaseAccounts.js.map +1 -1
- package/dist/react-native/operationsInterfaces/fleet.d.ts +54 -0
- package/dist/react-native/operationsInterfaces/fleet.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fleet.js +4 -0
- package/dist/react-native/operationsInterfaces/fleet.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fleetspace.d.ts +72 -0
- package/dist/react-native/operationsInterfaces/fleetspace.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fleetspace.js +4 -0
- package/dist/react-native/operationsInterfaces/fleetspace.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fleetspaceAccount.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/fleetspaceAccount.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fleetspaceAccount.js +4 -0
- package/dist/react-native/operationsInterfaces/fleetspaceAccount.js.map +1 -0
- package/dist/react-native/operationsInterfaces/gremlinResources.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/gremlinResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/gremlinResources.js +2 -7
- package/dist/react-native/operationsInterfaces/gremlinResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +3 -8
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +7 -15
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/locations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/locations.js +2 -7
- package/dist/react-native/operationsInterfaces/locations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/mongoDBResources.d.ts +3 -125
- package/dist/react-native/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/mongoDBResources.js +2 -7
- package/dist/react-native/operationsInterfaces/mongoDBResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/notebookWorkspaces.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/notebookWorkspaces.js +2 -7
- package/dist/react-native/operationsInterfaces/notebookWorkspaces.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js +2 -7
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/partitionKeyRangeId.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/partitionKeyRangeId.js +2 -7
- package/dist/react-native/operationsInterfaces/partitionKeyRangeId.js.map +1 -1
- package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.js +2 -7
- package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/react-native/operationsInterfaces/percentile.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/percentile.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/percentile.js +2 -7
- package/dist/react-native/operationsInterfaces/percentile.js.map +1 -1
- package/dist/react-native/operationsInterfaces/percentileSourceTarget.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/percentileSourceTarget.js +2 -7
- package/dist/react-native/operationsInterfaces/percentileSourceTarget.js.map +1 -1
- package/dist/react-native/operationsInterfaces/percentileTarget.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/percentileTarget.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/percentileTarget.js +2 -7
- package/dist/react-native/operationsInterfaces/percentileTarget.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableGremlinResources.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableGremlinResources.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableGremlinResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableMongodbCollections.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableMongodbCollections.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableMongodbCollections.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableMongodbResources.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableMongodbResources.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableMongodbResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableSqlContainers.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableSqlContainers.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableSqlContainers.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableSqlDatabases.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableSqlDatabases.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableSqlDatabases.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableSqlResources.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableSqlResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableSqlResources.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableSqlResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableTableResources.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableTableResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableTableResources.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableTableResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableTables.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableTables.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableTables.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableTables.js.map +1 -1
- package/dist/react-native/operationsInterfaces/service.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/service.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/service.js +2 -7
- package/dist/react-native/operationsInterfaces/service.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlResources.d.ts +22 -144
- package/dist/react-native/operationsInterfaces/sqlResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlResources.js +2 -7
- package/dist/react-native/operationsInterfaces/sqlResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/tableResources.d.ts +3 -105
- package/dist/react-native/operationsInterfaces/tableResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/tableResources.js +2 -7
- package/dist/react-native/operationsInterfaces/tableResources.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js +4 -11
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +59 -68
- package/CHANGELOG.md +0 -2155
- package/dist/browser/operations/chaosFault.d.ts +0 -65
- package/dist/browser/operations/chaosFault.d.ts.map +0 -1
- package/dist/browser/operations/chaosFault.js +0 -279
- package/dist/browser/operations/chaosFault.js.map +0 -1
- package/dist/browser/operations/dataTransferJobs.d.ts +0 -87
- package/dist/browser/operations/dataTransferJobs.d.ts.map +0 -1
- package/dist/browser/operations/dataTransferJobs.js +0 -345
- package/dist/browser/operations/dataTransferJobs.js.map +0 -1
- package/dist/browser/operations/graphResources.d.ts +0 -73
- package/dist/browser/operations/graphResources.d.ts.map +0 -1
- package/dist/browser/operations/graphResources.js +0 -291
- package/dist/browser/operations/graphResources.js.map +0 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +0 -282
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/browser/operations/throughputPool.d.ts +0 -67
- package/dist/browser/operations/throughputPool.d.ts.map +0 -1
- package/dist/browser/operations/throughputPool.js +0 -308
- package/dist/browser/operations/throughputPool.js.map +0 -1
- package/dist/browser/operations/throughputPoolAccount.d.ts +0 -58
- package/dist/browser/operations/throughputPoolAccount.d.ts.map +0 -1
- package/dist/browser/operations/throughputPoolAccount.js +0 -248
- package/dist/browser/operations/throughputPoolAccount.js.map +0 -1
- package/dist/browser/operations/throughputPoolAccounts.d.ts +0 -38
- package/dist/browser/operations/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/browser/operations/throughputPoolAccounts.js +0 -150
- package/dist/browser/operations/throughputPoolAccounts.js.map +0 -1
- package/dist/browser/operations/throughputPools.d.ts +0 -53
- package/dist/browser/operations/throughputPools.d.ts.map +0 -1
- package/dist/browser/operations/throughputPools.js +0 -256
- package/dist/browser/operations/throughputPools.js.map +0 -1
- package/dist/browser/operationsInterfaces/chaosFault.d.ts +0 -40
- package/dist/browser/operationsInterfaces/chaosFault.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/chaosFault.js +0 -9
- package/dist/browser/operationsInterfaces/chaosFault.js.map +0 -1
- package/dist/browser/operationsInterfaces/dataTransferJobs.d.ts +0 -62
- package/dist/browser/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/dataTransferJobs.js +0 -9
- package/dist/browser/operationsInterfaces/dataTransferJobs.js.map +0 -1
- package/dist/browser/operationsInterfaces/graphResources.d.ts +0 -56
- package/dist/browser/operationsInterfaces/graphResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/graphResources.js +0 -9
- package/dist/browser/operationsInterfaces/graphResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPool.d.ts +0 -59
- package/dist/browser/operationsInterfaces/throughputPool.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPool.js +0 -9
- package/dist/browser/operationsInterfaces/throughputPool.js.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
- package/dist/browser/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPoolAccount.js +0 -9
- package/dist/browser/operationsInterfaces/throughputPoolAccount.js.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
- package/dist/browser/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPoolAccounts.js +0 -9
- package/dist/browser/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPools.d.ts +0 -17
- package/dist/browser/operationsInterfaces/throughputPools.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPools.js +0 -9
- package/dist/browser/operationsInterfaces/throughputPools.js.map +0 -1
- package/dist/commonjs/operations/chaosFault.d.ts +0 -65
- package/dist/commonjs/operations/chaosFault.d.ts.map +0 -1
- package/dist/commonjs/operations/chaosFault.js +0 -283
- package/dist/commonjs/operations/chaosFault.js.map +0 -1
- package/dist/commonjs/operations/dataTransferJobs.d.ts +0 -87
- package/dist/commonjs/operations/dataTransferJobs.d.ts.map +0 -1
- package/dist/commonjs/operations/dataTransferJobs.js +0 -349
- package/dist/commonjs/operations/dataTransferJobs.js.map +0 -1
- package/dist/commonjs/operations/graphResources.d.ts +0 -73
- package/dist/commonjs/operations/graphResources.d.ts.map +0 -1
- package/dist/commonjs/operations/graphResources.js +0 -295
- package/dist/commonjs/operations/graphResources.js.map +0 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +0 -286
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/commonjs/operations/throughputPool.d.ts +0 -67
- package/dist/commonjs/operations/throughputPool.d.ts.map +0 -1
- package/dist/commonjs/operations/throughputPool.js +0 -313
- package/dist/commonjs/operations/throughputPool.js.map +0 -1
- package/dist/commonjs/operations/throughputPoolAccount.d.ts +0 -58
- package/dist/commonjs/operations/throughputPoolAccount.d.ts.map +0 -1
- package/dist/commonjs/operations/throughputPoolAccount.js +0 -253
- package/dist/commonjs/operations/throughputPoolAccount.js.map +0 -1
- package/dist/commonjs/operations/throughputPoolAccounts.d.ts +0 -38
- package/dist/commonjs/operations/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/commonjs/operations/throughputPoolAccounts.js +0 -154
- package/dist/commonjs/operations/throughputPoolAccounts.js.map +0 -1
- package/dist/commonjs/operations/throughputPools.d.ts +0 -53
- package/dist/commonjs/operations/throughputPools.d.ts.map +0 -1
- package/dist/commonjs/operations/throughputPools.js +0 -260
- package/dist/commonjs/operations/throughputPools.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/chaosFault.d.ts +0 -40
- package/dist/commonjs/operationsInterfaces/chaosFault.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/chaosFault.js +0 -10
- package/dist/commonjs/operationsInterfaces/chaosFault.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/dataTransferJobs.d.ts +0 -62
- package/dist/commonjs/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/dataTransferJobs.js +0 -10
- package/dist/commonjs/operationsInterfaces/dataTransferJobs.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/graphResources.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/graphResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/graphResources.js +0 -10
- package/dist/commonjs/operationsInterfaces/graphResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -10
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPool.d.ts +0 -59
- package/dist/commonjs/operationsInterfaces/throughputPool.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPool.js +0 -10
- package/dist/commonjs/operationsInterfaces/throughputPool.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
- package/dist/commonjs/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPoolAccount.js +0 -10
- package/dist/commonjs/operationsInterfaces/throughputPoolAccount.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.js +0 -10
- package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPools.d.ts +0 -17
- package/dist/commonjs/operationsInterfaces/throughputPools.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPools.js +0 -10
- package/dist/commonjs/operationsInterfaces/throughputPools.js.map +0 -1
- package/dist/esm/operations/chaosFault.d.ts +0 -65
- package/dist/esm/operations/chaosFault.d.ts.map +0 -1
- package/dist/esm/operations/chaosFault.js +0 -279
- package/dist/esm/operations/chaosFault.js.map +0 -1
- package/dist/esm/operations/dataTransferJobs.d.ts +0 -87
- package/dist/esm/operations/dataTransferJobs.d.ts.map +0 -1
- package/dist/esm/operations/dataTransferJobs.js +0 -345
- package/dist/esm/operations/dataTransferJobs.js.map +0 -1
- package/dist/esm/operations/graphResources.d.ts +0 -73
- package/dist/esm/operations/graphResources.d.ts.map +0 -1
- package/dist/esm/operations/graphResources.js +0 -291
- package/dist/esm/operations/graphResources.js.map +0 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +0 -282
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/esm/operations/throughputPool.d.ts +0 -67
- package/dist/esm/operations/throughputPool.d.ts.map +0 -1
- package/dist/esm/operations/throughputPool.js +0 -308
- package/dist/esm/operations/throughputPool.js.map +0 -1
- package/dist/esm/operations/throughputPoolAccount.d.ts +0 -58
- package/dist/esm/operations/throughputPoolAccount.d.ts.map +0 -1
- package/dist/esm/operations/throughputPoolAccount.js +0 -248
- package/dist/esm/operations/throughputPoolAccount.js.map +0 -1
- package/dist/esm/operations/throughputPoolAccounts.d.ts +0 -38
- package/dist/esm/operations/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/esm/operations/throughputPoolAccounts.js +0 -150
- package/dist/esm/operations/throughputPoolAccounts.js.map +0 -1
- package/dist/esm/operations/throughputPools.d.ts +0 -53
- package/dist/esm/operations/throughputPools.d.ts.map +0 -1
- package/dist/esm/operations/throughputPools.js +0 -256
- package/dist/esm/operations/throughputPools.js.map +0 -1
- package/dist/esm/operationsInterfaces/chaosFault.d.ts +0 -40
- package/dist/esm/operationsInterfaces/chaosFault.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/chaosFault.js +0 -9
- package/dist/esm/operationsInterfaces/chaosFault.js.map +0 -1
- package/dist/esm/operationsInterfaces/dataTransferJobs.d.ts +0 -62
- package/dist/esm/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/dataTransferJobs.js +0 -9
- package/dist/esm/operationsInterfaces/dataTransferJobs.js.map +0 -1
- package/dist/esm/operationsInterfaces/graphResources.d.ts +0 -56
- package/dist/esm/operationsInterfaces/graphResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/graphResources.js +0 -9
- package/dist/esm/operationsInterfaces/graphResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPool.d.ts +0 -59
- package/dist/esm/operationsInterfaces/throughputPool.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPool.js +0 -9
- package/dist/esm/operationsInterfaces/throughputPool.js.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
- package/dist/esm/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPoolAccount.js +0 -9
- package/dist/esm/operationsInterfaces/throughputPoolAccount.js.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
- package/dist/esm/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPoolAccounts.js +0 -9
- package/dist/esm/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPools.d.ts +0 -17
- package/dist/esm/operationsInterfaces/throughputPools.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPools.js +0 -9
- package/dist/esm/operationsInterfaces/throughputPools.js.map +0 -1
- package/dist/react-native/operations/chaosFault.d.ts +0 -65
- package/dist/react-native/operations/chaosFault.d.ts.map +0 -1
- package/dist/react-native/operations/chaosFault.js +0 -279
- package/dist/react-native/operations/chaosFault.js.map +0 -1
- package/dist/react-native/operations/dataTransferJobs.d.ts +0 -87
- package/dist/react-native/operations/dataTransferJobs.d.ts.map +0 -1
- package/dist/react-native/operations/dataTransferJobs.js +0 -345
- package/dist/react-native/operations/dataTransferJobs.js.map +0 -1
- package/dist/react-native/operations/graphResources.d.ts +0 -73
- package/dist/react-native/operations/graphResources.d.ts.map +0 -1
- package/dist/react-native/operations/graphResources.js +0 -291
- package/dist/react-native/operations/graphResources.js.map +0 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +0 -282
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/react-native/operations/throughputPool.d.ts +0 -67
- package/dist/react-native/operations/throughputPool.d.ts.map +0 -1
- package/dist/react-native/operations/throughputPool.js +0 -308
- package/dist/react-native/operations/throughputPool.js.map +0 -1
- package/dist/react-native/operations/throughputPoolAccount.d.ts +0 -58
- package/dist/react-native/operations/throughputPoolAccount.d.ts.map +0 -1
- package/dist/react-native/operations/throughputPoolAccount.js +0 -248
- package/dist/react-native/operations/throughputPoolAccount.js.map +0 -1
- package/dist/react-native/operations/throughputPoolAccounts.d.ts +0 -38
- package/dist/react-native/operations/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/react-native/operations/throughputPoolAccounts.js +0 -150
- package/dist/react-native/operations/throughputPoolAccounts.js.map +0 -1
- package/dist/react-native/operations/throughputPools.d.ts +0 -53
- package/dist/react-native/operations/throughputPools.d.ts.map +0 -1
- package/dist/react-native/operations/throughputPools.js +0 -256
- package/dist/react-native/operations/throughputPools.js.map +0 -1
- package/dist/react-native/operationsInterfaces/chaosFault.d.ts +0 -40
- package/dist/react-native/operationsInterfaces/chaosFault.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/chaosFault.js +0 -9
- package/dist/react-native/operationsInterfaces/chaosFault.js.map +0 -1
- package/dist/react-native/operationsInterfaces/dataTransferJobs.d.ts +0 -62
- package/dist/react-native/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/dataTransferJobs.js +0 -9
- package/dist/react-native/operationsInterfaces/dataTransferJobs.js.map +0 -1
- package/dist/react-native/operationsInterfaces/graphResources.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/graphResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/graphResources.js +0 -9
- package/dist/react-native/operationsInterfaces/graphResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPool.d.ts +0 -59
- package/dist/react-native/operationsInterfaces/throughputPool.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPool.js +0 -9
- package/dist/react-native/operationsInterfaces/throughputPool.js.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
- package/dist/react-native/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPoolAccount.js +0 -9
- package/dist/react-native/operationsInterfaces/throughputPoolAccount.js.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPoolAccounts.js +0 -9
- package/dist/react-native/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPools.d.ts +0 -17
- package/dist/react-native/operationsInterfaces/throughputPools.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPools.js +0 -9
- package/dist/react-native/operationsInterfaces/throughputPools.js.map +0 -1
- package/review/arm-cosmosdb.api.md +0 -6363
|
@@ -1,105 +1,37 @@
|
|
|
1
|
-
import * as coreClient from "@azure/core-client";
|
|
1
|
+
import type * as coreClient from "@azure/core-client";
|
|
2
2
|
export type BackupPolicyUnion = BackupPolicy | PeriodicModeBackupPolicy | ContinuousModeBackupPolicy;
|
|
3
|
-
export type DataTransferDataSourceSinkUnion = DataTransferDataSourceSink | BaseCosmosDataTransferDataSourceSinkUnion | CosmosMongoVCoreDataTransferDataSourceSink | AzureBlobDataTransferDataSourceSink;
|
|
4
3
|
export type ServiceResourcePropertiesUnion = ServiceResourceProperties | DataTransferServiceResourceProperties | SqlDedicatedGatewayServiceResourceProperties | GraphAPIComputeServiceResourceProperties | MaterializedViewsBuilderServiceResourceProperties;
|
|
5
4
|
export type ServiceResourceCreateUpdatePropertiesUnion = ServiceResourceCreateUpdateProperties | DataTransferServiceResourceCreateUpdateProperties | SqlDedicatedGatewayServiceResourceCreateUpdateProperties | GraphAPIComputeServiceResourceCreateUpdateProperties | MaterializedViewsBuilderServiceResourceCreateUpdateProperties;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export interface ChaosFaultListResponse {
|
|
9
|
-
/**
|
|
10
|
-
* List of Chaos Faults.
|
|
11
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
12
|
-
*/
|
|
13
|
-
readonly value?: ChaosFaultResource[];
|
|
14
|
-
/**
|
|
15
|
-
* The link used to get the next page of results.
|
|
16
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
17
|
-
*/
|
|
18
|
-
readonly nextLink?: string;
|
|
19
|
-
}
|
|
20
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
21
|
-
export interface Resource {
|
|
22
|
-
/**
|
|
23
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
24
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
25
|
-
*/
|
|
26
|
-
readonly id?: string;
|
|
27
|
-
/**
|
|
28
|
-
* The name of the resource
|
|
29
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
30
|
-
*/
|
|
31
|
-
readonly name?: string;
|
|
32
|
-
/**
|
|
33
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
34
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
35
|
-
*/
|
|
36
|
-
readonly type?: string;
|
|
37
|
-
/**
|
|
38
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
39
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
40
|
-
*/
|
|
41
|
-
readonly systemData?: SystemData;
|
|
42
|
-
}
|
|
43
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
44
|
-
export interface SystemData {
|
|
45
|
-
/** The identity that created the resource. */
|
|
46
|
-
createdBy?: string;
|
|
47
|
-
/** The type of identity that created the resource. */
|
|
48
|
-
createdByType?: CreatedByType;
|
|
49
|
-
/** The timestamp of resource creation (UTC). */
|
|
50
|
-
createdAt?: Date;
|
|
51
|
-
/** The identity that last modified the resource. */
|
|
52
|
-
lastModifiedBy?: string;
|
|
53
|
-
/** The type of identity that last modified the resource. */
|
|
54
|
-
lastModifiedByType?: CreatedByType;
|
|
55
|
-
/** The timestamp of resource last modification (UTC) */
|
|
56
|
-
lastModifiedAt?: Date;
|
|
57
|
-
}
|
|
58
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
59
|
-
export interface ErrorResponse {
|
|
60
|
-
/** The error object. */
|
|
61
|
-
error?: ErrorDetail;
|
|
62
|
-
}
|
|
63
|
-
/** The error detail. */
|
|
64
|
-
export interface ErrorDetail {
|
|
65
|
-
/**
|
|
66
|
-
* The error code.
|
|
67
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
68
|
-
*/
|
|
69
|
-
readonly code?: string;
|
|
70
|
-
/**
|
|
71
|
-
* The error message.
|
|
72
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
73
|
-
*/
|
|
74
|
-
readonly message?: string;
|
|
75
|
-
/**
|
|
76
|
-
* The error target.
|
|
77
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
78
|
-
*/
|
|
79
|
-
readonly target?: string;
|
|
5
|
+
/** Identity for the resource. */
|
|
6
|
+
export interface ManagedServiceIdentity {
|
|
80
7
|
/**
|
|
81
|
-
* The
|
|
8
|
+
* The principal id of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
82
9
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
83
10
|
*/
|
|
84
|
-
readonly
|
|
11
|
+
readonly principalId?: string;
|
|
85
12
|
/**
|
|
86
|
-
* The
|
|
13
|
+
* The tenant id of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
87
14
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
88
15
|
*/
|
|
89
|
-
readonly
|
|
16
|
+
readonly tenantId?: string;
|
|
17
|
+
/** The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service. */
|
|
18
|
+
type?: ResourceIdentityType;
|
|
19
|
+
/** The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */
|
|
20
|
+
userAssignedIdentities?: {
|
|
21
|
+
[propertyName: string]: Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties;
|
|
22
|
+
};
|
|
90
23
|
}
|
|
91
|
-
|
|
92
|
-
export interface ErrorAdditionalInfo {
|
|
24
|
+
export interface Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties {
|
|
93
25
|
/**
|
|
94
|
-
* The
|
|
26
|
+
* The principal id of user assigned identity.
|
|
95
27
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
96
28
|
*/
|
|
97
|
-
readonly
|
|
29
|
+
readonly principalId?: string;
|
|
98
30
|
/**
|
|
99
|
-
* The
|
|
31
|
+
* The client id of user assigned identity.
|
|
100
32
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
33
|
*/
|
|
102
|
-
readonly
|
|
34
|
+
readonly clientId?: string;
|
|
103
35
|
}
|
|
104
36
|
/** IpAddressOrRange object */
|
|
105
37
|
export interface IpAddressOrRange {
|
|
@@ -135,7 +67,7 @@ export interface Location {
|
|
|
135
67
|
*/
|
|
136
68
|
readonly documentEndpoint?: string;
|
|
137
69
|
/**
|
|
138
|
-
* The
|
|
70
|
+
* The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed.
|
|
139
71
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
140
72
|
*/
|
|
141
73
|
readonly provisioningState?: string;
|
|
@@ -180,6 +112,24 @@ export interface PrivateLinkServiceConnectionStateProperty {
|
|
|
180
112
|
*/
|
|
181
113
|
readonly actionsRequired?: string;
|
|
182
114
|
}
|
|
115
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
116
|
+
export interface Resource {
|
|
117
|
+
/**
|
|
118
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
119
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
120
|
+
*/
|
|
121
|
+
readonly id?: string;
|
|
122
|
+
/**
|
|
123
|
+
* The name of the resource
|
|
124
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
125
|
+
*/
|
|
126
|
+
readonly name?: string;
|
|
127
|
+
/**
|
|
128
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
129
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
130
|
+
*/
|
|
131
|
+
readonly type?: string;
|
|
132
|
+
}
|
|
183
133
|
export interface ApiProperties {
|
|
184
134
|
/** Describes the version of the MongoDB account. */
|
|
185
135
|
serverVersion?: ServerVersion;
|
|
@@ -241,40 +191,11 @@ export interface CorsPolicy {
|
|
|
241
191
|
/** The maximum amount time that a browser should cache the preflight OPTIONS request. */
|
|
242
192
|
maxAgeInSeconds?: number;
|
|
243
193
|
}
|
|
244
|
-
/** Indicates what diagnostic log settings are to be enabled. */
|
|
245
|
-
export interface DiagnosticLogSettings {
|
|
246
|
-
/** Describe the level of detail with which queries are to be logged. */
|
|
247
|
-
enableFullTextQuery?: EnableFullTextQuery;
|
|
248
|
-
}
|
|
249
194
|
/** The object that represents all properties related to capacity enforcement on an account. */
|
|
250
195
|
export interface Capacity {
|
|
251
196
|
/** The total throughput limit imposed on the account. A totalThroughputLimit of 2000 imposes a strict limit of max throughput that can be provisioned on that account to be 2000. A totalThroughputLimit of -1 indicates no limits on provisioning of throughput. */
|
|
252
197
|
totalThroughputLimit?: number;
|
|
253
198
|
}
|
|
254
|
-
/** The transition state information related capacity mode change with update request. */
|
|
255
|
-
export interface CapacityModeChangeTransitionState {
|
|
256
|
-
/** The transition status of capacity mode. */
|
|
257
|
-
capacityModeTransitionStatus?: CapacityModeTransitionStatus;
|
|
258
|
-
/** Indicates the current capacity mode of the account. */
|
|
259
|
-
currentCapacityMode?: CapacityMode;
|
|
260
|
-
/** Indicates the previous capacity mode of the account before successful transition. */
|
|
261
|
-
previousCapacityMode?: CapacityMode;
|
|
262
|
-
/**
|
|
263
|
-
* Begin time in UTC of the capacity mode change.
|
|
264
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
265
|
-
*/
|
|
266
|
-
readonly capacityModeTransitionBeginTimestamp?: Date;
|
|
267
|
-
/**
|
|
268
|
-
* End time in UTC of the capacity mode change.
|
|
269
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
270
|
-
*/
|
|
271
|
-
readonly capacityModeTransitionEndTimestamp?: Date;
|
|
272
|
-
/**
|
|
273
|
-
* End time in UTC of the last successful capacity mode change.
|
|
274
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
275
|
-
*/
|
|
276
|
-
readonly capacityModeLastSuccessfulTransitionEndTimestamp?: Date;
|
|
277
|
-
}
|
|
278
199
|
/** The metadata related to each access key for the given Cosmos DB database account. */
|
|
279
200
|
export interface DatabaseAccountKeysMetadata {
|
|
280
201
|
/**
|
|
@@ -306,6 +227,21 @@ export interface AccountKeyMetadata {
|
|
|
306
227
|
*/
|
|
307
228
|
readonly generationTime?: Date;
|
|
308
229
|
}
|
|
230
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
231
|
+
export interface SystemData {
|
|
232
|
+
/** The identity that created the resource. */
|
|
233
|
+
createdBy?: string;
|
|
234
|
+
/** The type of identity that created the resource. */
|
|
235
|
+
createdByType?: CreatedByType;
|
|
236
|
+
/** The timestamp of resource creation (UTC). */
|
|
237
|
+
createdAt?: Date;
|
|
238
|
+
/** The identity that last modified the resource. */
|
|
239
|
+
lastModifiedBy?: string;
|
|
240
|
+
/** The type of identity that last modified the resource. */
|
|
241
|
+
lastModifiedByType?: CreatedByType;
|
|
242
|
+
/** The timestamp of resource last modification (UTC) */
|
|
243
|
+
lastModifiedAt?: Date;
|
|
244
|
+
}
|
|
309
245
|
/** The core properties of ARM resources. */
|
|
310
246
|
export interface ARMResourceProperties {
|
|
311
247
|
/**
|
|
@@ -329,39 +265,6 @@ export interface ARMResourceProperties {
|
|
|
329
265
|
tags?: {
|
|
330
266
|
[propertyName: string]: string;
|
|
331
267
|
};
|
|
332
|
-
/** Identity for the resource. */
|
|
333
|
-
identity?: ManagedServiceIdentity;
|
|
334
|
-
}
|
|
335
|
-
/** Identity for the resource. */
|
|
336
|
-
export interface ManagedServiceIdentity {
|
|
337
|
-
/**
|
|
338
|
-
* The principal id of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
339
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
340
|
-
*/
|
|
341
|
-
readonly principalId?: string;
|
|
342
|
-
/**
|
|
343
|
-
* The tenant id of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
344
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
345
|
-
*/
|
|
346
|
-
readonly tenantId?: string;
|
|
347
|
-
/** The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service. */
|
|
348
|
-
type?: ResourceIdentityType;
|
|
349
|
-
/** The list of user identities associated with resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */
|
|
350
|
-
userAssignedIdentities?: {
|
|
351
|
-
[propertyName: string]: Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties;
|
|
352
|
-
};
|
|
353
|
-
}
|
|
354
|
-
export interface Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties {
|
|
355
|
-
/**
|
|
356
|
-
* The principal id of user assigned identity.
|
|
357
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
358
|
-
*/
|
|
359
|
-
readonly principalId?: string;
|
|
360
|
-
/**
|
|
361
|
-
* The client id of user assigned identity.
|
|
362
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
363
|
-
*/
|
|
364
|
-
readonly clientId?: string;
|
|
365
268
|
}
|
|
366
269
|
/** Parameters for patching Azure Cosmos DB database account properties. */
|
|
367
270
|
export interface DatabaseAccountUpdateParameters {
|
|
@@ -417,16 +320,10 @@ export interface DatabaseAccountUpdateParameters {
|
|
|
417
320
|
networkAclBypass?: NetworkAclBypass;
|
|
418
321
|
/** An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account. */
|
|
419
322
|
networkAclBypassResourceIds?: string[];
|
|
420
|
-
/** The Object representing the different Diagnostic log settings for the Cosmos DB Account. */
|
|
421
|
-
diagnosticLogSettings?: DiagnosticLogSettings;
|
|
422
323
|
/** Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication. */
|
|
423
324
|
disableLocalAuth?: boolean;
|
|
424
325
|
/** The object that represents all properties related to capacity enforcement on an account. */
|
|
425
326
|
capacity?: Capacity;
|
|
426
|
-
/** Indicates the capacityMode of the Cosmos DB account. */
|
|
427
|
-
capacityMode?: CapacityMode;
|
|
428
|
-
/** Flag to indicate whether to enable MaterializedViews on the Cosmos DB account */
|
|
429
|
-
enableMaterializedViews?: boolean;
|
|
430
327
|
/**
|
|
431
328
|
* This property is ignored during the update operation, as the metadata is read-only. The object represents the metadata for the Account Keys of the Cosmos DB account.
|
|
432
329
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -434,18 +331,18 @@ export interface DatabaseAccountUpdateParameters {
|
|
|
434
331
|
readonly keysMetadata?: DatabaseAccountKeysMetadata;
|
|
435
332
|
/** Flag to indicate enabling/disabling of Partition Merge feature on the account */
|
|
436
333
|
enablePartitionMerge?: boolean;
|
|
437
|
-
/**
|
|
438
|
-
enableBurstCapacity?: boolean;
|
|
439
|
-
/** Indicates the minimum allowed Tls version. The default is Tls 1.0, except for Cassandra and Mongo API's, which only work with Tls 1.2. */
|
|
334
|
+
/** Indicates the minimum allowed Tls version. The default value is Tls 1.2. Cassandra and Mongo APIs only work with Tls 1.2. */
|
|
440
335
|
minimalTlsVersion?: MinimalTlsVersion;
|
|
336
|
+
/** Flag to indicate enabling/disabling of Burst Capacity feature on the account */
|
|
337
|
+
enableBurstCapacity?: boolean;
|
|
441
338
|
/** Indicates the status of the Customer Managed Key feature on the account. In case there are errors, the property provides troubleshooting guidance. */
|
|
442
339
|
customerManagedKeyStatus?: string;
|
|
340
|
+
/** Flag to indicate enabling/disabling of PerRegionPerPartitionAutoscale feature on the account */
|
|
341
|
+
enablePerRegionPerPartitionAutoscale?: boolean;
|
|
443
342
|
/** Flag to indicate enabling/disabling of Priority Based Execution Preview feature on the account */
|
|
444
343
|
enablePriorityBasedExecution?: boolean;
|
|
445
344
|
/** Enum to indicate default Priority Level of request for Priority Based Execution. */
|
|
446
345
|
defaultPriorityLevel?: DefaultPriorityLevel;
|
|
447
|
-
/** Flag to indicate enabling/disabling of Per-Region Per-partition autoscale Preview feature on the account */
|
|
448
|
-
enablePerRegionPerPartitionAutoscale?: boolean;
|
|
449
346
|
}
|
|
450
347
|
/** The list of new failover policies for the failover priority change. */
|
|
451
348
|
export interface FailoverPolicies {
|
|
@@ -506,6 +403,52 @@ export interface RegionForOnlineOffline {
|
|
|
506
403
|
/** Cosmos DB region, with spaces between words and each word capitalized. */
|
|
507
404
|
region: string;
|
|
508
405
|
}
|
|
406
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
407
|
+
export interface ErrorResponse {
|
|
408
|
+
/** The error object. */
|
|
409
|
+
error?: ErrorDetail;
|
|
410
|
+
}
|
|
411
|
+
/** The error detail. */
|
|
412
|
+
export interface ErrorDetail {
|
|
413
|
+
/**
|
|
414
|
+
* The error code.
|
|
415
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
416
|
+
*/
|
|
417
|
+
readonly code?: string;
|
|
418
|
+
/**
|
|
419
|
+
* The error message.
|
|
420
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
421
|
+
*/
|
|
422
|
+
readonly message?: string;
|
|
423
|
+
/**
|
|
424
|
+
* The error target.
|
|
425
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
426
|
+
*/
|
|
427
|
+
readonly target?: string;
|
|
428
|
+
/**
|
|
429
|
+
* The error details.
|
|
430
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
431
|
+
*/
|
|
432
|
+
readonly details?: ErrorDetail[];
|
|
433
|
+
/**
|
|
434
|
+
* The error additional info.
|
|
435
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
436
|
+
*/
|
|
437
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
438
|
+
}
|
|
439
|
+
/** The resource management error additional info. */
|
|
440
|
+
export interface ErrorAdditionalInfo {
|
|
441
|
+
/**
|
|
442
|
+
* The additional info type.
|
|
443
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
444
|
+
*/
|
|
445
|
+
readonly type?: string;
|
|
446
|
+
/**
|
|
447
|
+
* The additional info.
|
|
448
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
449
|
+
*/
|
|
450
|
+
readonly info?: Record<string, unknown>;
|
|
451
|
+
}
|
|
509
452
|
/** Parameters to regenerate the keys within the database account. */
|
|
510
453
|
export interface DatabaseAccountRegenerateKeyParameters {
|
|
511
454
|
/** The access key to regenerate. */
|
|
@@ -765,37 +708,6 @@ export interface MetricAvailability {
|
|
|
765
708
|
*/
|
|
766
709
|
readonly retention?: string;
|
|
767
710
|
}
|
|
768
|
-
/** The List operation response, that contains the Graph resource and their properties. */
|
|
769
|
-
export interface GraphResourcesListResult {
|
|
770
|
-
/**
|
|
771
|
-
* List of Graph resource and their properties.
|
|
772
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
773
|
-
*/
|
|
774
|
-
readonly value?: GraphResourceGetResults[];
|
|
775
|
-
}
|
|
776
|
-
/** Cosmos DB Graph resource object */
|
|
777
|
-
export interface GraphResource {
|
|
778
|
-
/** Name of the Cosmos DB Graph */
|
|
779
|
-
id: string;
|
|
780
|
-
}
|
|
781
|
-
/** Cosmos DB options resource object */
|
|
782
|
-
export interface OptionsResource {
|
|
783
|
-
/** Value of the Cosmos DB resource throughput or autoscaleSettings. Use the ThroughputSetting resource when retrieving offer details. */
|
|
784
|
-
throughput?: number;
|
|
785
|
-
/** Specifies the Autoscale settings. */
|
|
786
|
-
autoscaleSettings?: AutoscaleSettings;
|
|
787
|
-
}
|
|
788
|
-
export interface AutoscaleSettings {
|
|
789
|
-
/** Represents maximum throughput, the resource can scale up to. */
|
|
790
|
-
maxThroughput?: number;
|
|
791
|
-
}
|
|
792
|
-
/** CreateUpdateOptions are a list of key-value pairs that describe the resource. Supported keys are "If-Match", "If-None-Match", "Session-Token" and "Throughput" */
|
|
793
|
-
export interface CreateUpdateOptions {
|
|
794
|
-
/** Request Units per second. For example, "throughput": 10000. */
|
|
795
|
-
throughput?: number;
|
|
796
|
-
/** Specifies the Autoscale settings. Note: Either throughput or autoscaleSettings is required, but not both. */
|
|
797
|
-
autoscaleSettings?: AutoscaleSettings;
|
|
798
|
-
}
|
|
799
711
|
/** The List operation response, that contains the SQL databases and their properties. */
|
|
800
712
|
export interface SqlDatabaseListResult {
|
|
801
713
|
/**
|
|
@@ -831,6 +743,24 @@ export interface ExtendedResourceProperties {
|
|
|
831
743
|
*/
|
|
832
744
|
readonly etag?: string;
|
|
833
745
|
}
|
|
746
|
+
/** Cosmos DB options resource object */
|
|
747
|
+
export interface OptionsResource {
|
|
748
|
+
/** Value of the Cosmos DB resource throughput or autoscaleSettings. Use the ThroughputSetting resource when retrieving offer details. */
|
|
749
|
+
throughput?: number;
|
|
750
|
+
/** Specifies the Autoscale settings. */
|
|
751
|
+
autoscaleSettings?: AutoscaleSettings;
|
|
752
|
+
}
|
|
753
|
+
export interface AutoscaleSettings {
|
|
754
|
+
/** Represents maximum throughput, the resource can scale up to. */
|
|
755
|
+
maxThroughput?: number;
|
|
756
|
+
}
|
|
757
|
+
/** CreateUpdateOptions are a list of key-value pairs that describe the resource. Supported keys are "If-Match", "If-None-Match", "Session-Token" and "Throughput" */
|
|
758
|
+
export interface CreateUpdateOptions {
|
|
759
|
+
/** Request Units per second. For example, "throughput": 10000. */
|
|
760
|
+
throughput?: number;
|
|
761
|
+
/** Specifies the Autoscale settings. Note: Either throughput or autoscaleSettings is required, but not both. */
|
|
762
|
+
autoscaleSettings?: AutoscaleSettings;
|
|
763
|
+
}
|
|
834
764
|
/** Cosmos DB resource throughput object. Either throughput is required or autoscaleSettings is required, but not both. */
|
|
835
765
|
export interface ThroughputSettingsResource {
|
|
836
766
|
/** Value of the Cosmos DB resource throughput. Either throughput is required or autoscaleSettings is required, but not both. */
|
|
@@ -853,96 +783,34 @@ export interface ThroughputSettingsResource {
|
|
|
853
783
|
*/
|
|
854
784
|
readonly instantMaximumThroughput?: string;
|
|
855
785
|
/**
|
|
856
|
-
* The maximum throughput value or the maximum maxThroughput value (for autoscale) that can be specified
|
|
857
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
858
|
-
*/
|
|
859
|
-
readonly softAllowedMaximumThroughput?: string;
|
|
860
|
-
/** Array of Throughput Bucket limits to be applied to the Cosmos DB container */
|
|
861
|
-
throughputBuckets?: ThroughputBucketResource[];
|
|
862
|
-
}
|
|
863
|
-
/** Cosmos DB provisioned throughput settings object */
|
|
864
|
-
export interface AutoscaleSettingsResource {
|
|
865
|
-
/** Represents maximum throughput container can scale up to. */
|
|
866
|
-
maxThroughput: number;
|
|
867
|
-
/** Cosmos DB resource auto-upgrade policy */
|
|
868
|
-
autoUpgradePolicy?: AutoUpgradePolicyResource;
|
|
869
|
-
/**
|
|
870
|
-
* Represents target maximum throughput container can scale up to once offer is no longer in pending state.
|
|
871
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
872
|
-
*/
|
|
873
|
-
readonly targetMaxThroughput?: number;
|
|
874
|
-
}
|
|
875
|
-
/** Cosmos DB resource auto-upgrade policy */
|
|
876
|
-
export interface AutoUpgradePolicyResource {
|
|
877
|
-
/** Represents throughput policy which service must adhere to for auto-upgrade */
|
|
878
|
-
throughputPolicy?: ThroughputPolicyResource;
|
|
879
|
-
}
|
|
880
|
-
/** Cosmos DB resource throughput policy */
|
|
881
|
-
export interface ThroughputPolicyResource {
|
|
882
|
-
/** Determines whether the ThroughputPolicy is active or not */
|
|
883
|
-
isEnabled?: boolean;
|
|
884
|
-
/** Represents the percentage by which throughput can increase every time throughput policy kicks in. */
|
|
885
|
-
incrementPercent?: number;
|
|
886
|
-
}
|
|
887
|
-
/** Cosmos DB throughput bucket object */
|
|
888
|
-
export interface ThroughputBucketResource {
|
|
889
|
-
/** Represents the throughput bucket id */
|
|
890
|
-
id: number;
|
|
891
|
-
/** Represents maximum percentage throughput that can be used by the bucket */
|
|
892
|
-
maxThroughputPercentage: number;
|
|
893
|
-
}
|
|
894
|
-
/** The List operation response, that contains the client encryption keys and their properties. */
|
|
895
|
-
export interface ClientEncryptionKeysListResult {
|
|
896
|
-
/**
|
|
897
|
-
* List of client encryption keys and their properties.
|
|
898
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
899
|
-
*/
|
|
900
|
-
readonly value?: ClientEncryptionKeyGetResults[];
|
|
901
|
-
}
|
|
902
|
-
/** Cosmos DB client encryption key resource object. */
|
|
903
|
-
export interface ClientEncryptionKeyResource {
|
|
904
|
-
/** Name of the ClientEncryptionKey */
|
|
905
|
-
id?: string;
|
|
906
|
-
/** Encryption algorithm that will be used along with this client encryption key to encrypt/decrypt data. */
|
|
907
|
-
encryptionAlgorithm?: string;
|
|
908
|
-
/** Wrapped (encrypted) form of the key represented as a byte array. */
|
|
909
|
-
wrappedDataEncryptionKey?: Uint8Array;
|
|
910
|
-
/** Metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key. */
|
|
911
|
-
keyWrapMetadata?: KeyWrapMetadata;
|
|
912
|
-
}
|
|
913
|
-
/** Represents key wrap metadata that a key wrapping provider can use to wrap/unwrap a client encryption key. */
|
|
914
|
-
export interface KeyWrapMetadata {
|
|
915
|
-
/** The name of associated KeyEncryptionKey (aka CustomerManagedKey). */
|
|
916
|
-
name?: string;
|
|
917
|
-
/** ProviderName of KeyStoreProvider. */
|
|
918
|
-
type?: string;
|
|
919
|
-
/** Reference / link to the KeyEncryptionKey. */
|
|
920
|
-
value?: string;
|
|
921
|
-
/** Algorithm used in wrapping and unwrapping of the data encryption key. */
|
|
922
|
-
algorithm?: string;
|
|
923
|
-
}
|
|
924
|
-
/** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags */
|
|
925
|
-
export interface ARMProxyResource {
|
|
926
|
-
/**
|
|
927
|
-
* The unique resource identifier of the database account.
|
|
928
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
929
|
-
*/
|
|
930
|
-
readonly id?: string;
|
|
931
|
-
/**
|
|
932
|
-
* The name of the database account.
|
|
786
|
+
* The maximum throughput value or the maximum maxThroughput value (for autoscale) that can be specified
|
|
933
787
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
934
788
|
*/
|
|
935
|
-
readonly
|
|
789
|
+
readonly softAllowedMaximumThroughput?: string;
|
|
790
|
+
}
|
|
791
|
+
/** Cosmos DB provisioned throughput settings object */
|
|
792
|
+
export interface AutoscaleSettingsResource {
|
|
793
|
+
/** Represents maximum throughput container can scale up to. */
|
|
794
|
+
maxThroughput: number;
|
|
795
|
+
/** Cosmos DB resource auto-upgrade policy */
|
|
796
|
+
autoUpgradePolicy?: AutoUpgradePolicyResource;
|
|
936
797
|
/**
|
|
937
|
-
*
|
|
798
|
+
* Represents target maximum throughput container can scale up to once offer is no longer in pending state.
|
|
938
799
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
939
800
|
*/
|
|
940
|
-
readonly
|
|
801
|
+
readonly targetMaxThroughput?: number;
|
|
941
802
|
}
|
|
942
|
-
/**
|
|
943
|
-
export interface
|
|
944
|
-
/**
|
|
945
|
-
|
|
803
|
+
/** Cosmos DB resource auto-upgrade policy */
|
|
804
|
+
export interface AutoUpgradePolicyResource {
|
|
805
|
+
/** Represents throughput policy which service must adhere to for auto-upgrade */
|
|
806
|
+
throughputPolicy?: ThroughputPolicyResource;
|
|
807
|
+
}
|
|
808
|
+
/** Cosmos DB resource throughput policy */
|
|
809
|
+
export interface ThroughputPolicyResource {
|
|
810
|
+
/** Determines whether the ThroughputPolicy is active or not */
|
|
811
|
+
isEnabled?: boolean;
|
|
812
|
+
/** Represents the percentage by which throughput can increase every time throughput policy kicks in. */
|
|
813
|
+
incrementPercent?: number;
|
|
946
814
|
}
|
|
947
815
|
/** The List operation response, that contains the containers and their properties. */
|
|
948
816
|
export interface SqlContainerListResult {
|
|
@@ -974,12 +842,12 @@ export interface SqlContainerResource {
|
|
|
974
842
|
restoreParameters?: ResourceRestoreParameters;
|
|
975
843
|
/** Enum to indicate the mode of resource creation. */
|
|
976
844
|
createMode?: CreateMode;
|
|
977
|
-
/** The configuration for defining Materialized Views. This must be specified only for creating a Materialized View container. */
|
|
978
|
-
materializedViewDefinition?: MaterializedViewDefinition;
|
|
979
845
|
/** List of computed properties */
|
|
980
846
|
computedProperties?: ComputedProperty[];
|
|
981
847
|
/** The vector embedding policy for the container. */
|
|
982
848
|
vectorEmbeddingPolicy?: VectorEmbeddingPolicy;
|
|
849
|
+
/** The FullText policy for the container. */
|
|
850
|
+
fullTextPolicy?: FullTextPolicy;
|
|
983
851
|
}
|
|
984
852
|
/** Cosmos DB indexing policy */
|
|
985
853
|
export interface IndexingPolicy {
|
|
@@ -997,6 +865,8 @@ export interface IndexingPolicy {
|
|
|
997
865
|
spatialIndexes?: SpatialSpec[];
|
|
998
866
|
/** List of paths to include in the vector indexing */
|
|
999
867
|
vectorIndexes?: VectorIndex[];
|
|
868
|
+
/** List of paths to include in the full text indexing */
|
|
869
|
+
fullTextIndexes?: FullTextIndexPath[];
|
|
1000
870
|
}
|
|
1001
871
|
/** The paths that are included in indexing */
|
|
1002
872
|
export interface IncludedPath {
|
|
@@ -1035,6 +905,17 @@ export interface VectorIndex {
|
|
|
1035
905
|
path: string;
|
|
1036
906
|
/** The index type of the vector. Currently, flat, diskANN, and quantizedFlat are supported. */
|
|
1037
907
|
type: VectorIndexType;
|
|
908
|
+
/** The number of bytes used in product quantization of the vectors. A larger value may result in better recall for vector searches at the expense of latency. This is only applicable for the quantizedFlat and diskANN vector index types. */
|
|
909
|
+
quantizationByteSize?: number;
|
|
910
|
+
/** This is the size of the candidate list of approximate neighbors stored while building the DiskANN index as part of the optimization processes. Large values may improve recall at the expense of latency. This is only applicable for the diskANN vector index type. */
|
|
911
|
+
indexingSearchListSize?: number;
|
|
912
|
+
/** Array of shard keys for the vector index. This is only applicable for the quantizedFlat and diskANN vector index types. */
|
|
913
|
+
vectorIndexShardKey?: string[];
|
|
914
|
+
}
|
|
915
|
+
/** Represents the full text index path. */
|
|
916
|
+
export interface FullTextIndexPath {
|
|
917
|
+
/** The path to the full text field in the document. */
|
|
918
|
+
path: string;
|
|
1038
919
|
}
|
|
1039
920
|
/** The configuration of the partition key to be used for partitioning data into multiple partitions */
|
|
1040
921
|
export interface ContainerPartitionKey {
|
|
@@ -1087,18 +968,6 @@ export interface ClientEncryptionIncludedPath {
|
|
|
1087
968
|
/** The encryption algorithm which will be used. Eg - AEAD_AES_256_CBC_HMAC_SHA256. */
|
|
1088
969
|
encryptionAlgorithm: string;
|
|
1089
970
|
}
|
|
1090
|
-
/** Materialized View definition for the container. */
|
|
1091
|
-
export interface MaterializedViewDefinition {
|
|
1092
|
-
/**
|
|
1093
|
-
* An unique identifier for the source collection. This is a system generated property.
|
|
1094
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1095
|
-
*/
|
|
1096
|
-
readonly sourceCollectionRid?: string;
|
|
1097
|
-
/** The name of the source container on which the Materialized View will be created. */
|
|
1098
|
-
sourceCollectionId: string;
|
|
1099
|
-
/** The definition should be an SQL query which would be used to fetch data from the source container to populate into the Materialized View container. */
|
|
1100
|
-
definition: string;
|
|
1101
|
-
}
|
|
1102
971
|
/** The definition of a computed property */
|
|
1103
972
|
export interface ComputedProperty {
|
|
1104
973
|
/** The name of a computed property, for example - "cp_lowerName" */
|
|
@@ -1122,62 +991,72 @@ export interface VectorEmbedding {
|
|
|
1122
991
|
/** The number of dimensions in the vector. */
|
|
1123
992
|
dimensions: number;
|
|
1124
993
|
}
|
|
1125
|
-
/**
|
|
1126
|
-
export interface
|
|
1127
|
-
/**
|
|
1128
|
-
|
|
994
|
+
/** Cosmos DB FullText Policy */
|
|
995
|
+
export interface FullTextPolicy {
|
|
996
|
+
/** The default language for a full text paths. */
|
|
997
|
+
defaultLanguage?: string;
|
|
998
|
+
/** List of FullText Paths */
|
|
999
|
+
fullTextPaths?: FullTextPath[];
|
|
1000
|
+
}
|
|
1001
|
+
/** Represents the full text path specification. */
|
|
1002
|
+
export interface FullTextPath {
|
|
1003
|
+
/** The path to the full text field in the document. */
|
|
1004
|
+
path: string;
|
|
1005
|
+
/** The language of the full text field in the document. */
|
|
1006
|
+
language?: string;
|
|
1129
1007
|
}
|
|
1130
|
-
/** List
|
|
1131
|
-
export interface
|
|
1008
|
+
/** The List operation response, that contains the client encryption keys and their properties. */
|
|
1009
|
+
export interface ClientEncryptionKeysListResult {
|
|
1132
1010
|
/**
|
|
1133
|
-
* List of
|
|
1011
|
+
* List of client encryption keys and their properties.
|
|
1134
1012
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1135
1013
|
*/
|
|
1136
|
-
readonly
|
|
1014
|
+
readonly value?: ClientEncryptionKeyGetResults[];
|
|
1015
|
+
}
|
|
1016
|
+
/** Cosmos DB client encryption key resource object. */
|
|
1017
|
+
export interface ClientEncryptionKeyResource {
|
|
1018
|
+
/** Name of the ClientEncryptionKey */
|
|
1019
|
+
id?: string;
|
|
1020
|
+
/** Encryption algorithm that will be used along with this client encryption key to encrypt/decrypt data. */
|
|
1021
|
+
encryptionAlgorithm?: string;
|
|
1022
|
+
/** Wrapped (encrypted) form of the key represented as a byte array. */
|
|
1023
|
+
wrappedDataEncryptionKey?: Uint8Array;
|
|
1024
|
+
/** Metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key. */
|
|
1025
|
+
keyWrapMetadata?: KeyWrapMetadata;
|
|
1026
|
+
}
|
|
1027
|
+
/** Represents key wrap metadata that a key wrapping provider can use to wrap/unwrap a client encryption key. */
|
|
1028
|
+
export interface KeyWrapMetadata {
|
|
1029
|
+
/** The name of associated KeyEncryptionKey (aka CustomerManagedKey). */
|
|
1030
|
+
name?: string;
|
|
1031
|
+
/** ProviderName of KeyStoreProvider. */
|
|
1032
|
+
type?: string;
|
|
1033
|
+
/** Reference / link to the KeyEncryptionKey. */
|
|
1034
|
+
value?: string;
|
|
1035
|
+
/** Algorithm used in wrapping and unwrapping of the data encryption key. */
|
|
1036
|
+
algorithm?: string;
|
|
1137
1037
|
}
|
|
1138
|
-
/** The
|
|
1139
|
-
export interface
|
|
1038
|
+
/** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags */
|
|
1039
|
+
export interface ARMProxyResource {
|
|
1140
1040
|
/**
|
|
1141
|
-
* The unique identifier of the
|
|
1041
|
+
* The unique resource identifier of the database account.
|
|
1142
1042
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1143
1043
|
*/
|
|
1144
1044
|
readonly id?: string;
|
|
1145
1045
|
/**
|
|
1146
|
-
* The
|
|
1046
|
+
* The name of the database account.
|
|
1147
1047
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1148
1048
|
*/
|
|
1149
|
-
readonly
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
}
|
|
1156
|
-
/** PhysicalPartitionId object */
|
|
1157
|
-
export interface PhysicalPartitionId {
|
|
1158
|
-
/** Id of a physical partition */
|
|
1159
|
-
id: string;
|
|
1160
|
-
}
|
|
1161
|
-
/** The properties of an Azure Cosmos DB PhysicalPartitionThroughputInfoProperties object */
|
|
1162
|
-
export interface PhysicalPartitionThroughputInfoProperties {
|
|
1163
|
-
/** Array of physical partition throughput info objects */
|
|
1164
|
-
physicalPartitionThroughputInfo?: PhysicalPartitionThroughputInfoResource[];
|
|
1165
|
-
}
|
|
1166
|
-
/** PhysicalPartitionThroughputInfo object */
|
|
1167
|
-
export interface PhysicalPartitionThroughputInfoResource {
|
|
1168
|
-
/** Id of a physical partition */
|
|
1169
|
-
id: string;
|
|
1170
|
-
/** Throughput of a physical partition */
|
|
1171
|
-
throughput?: number;
|
|
1049
|
+
readonly name?: string;
|
|
1050
|
+
/**
|
|
1051
|
+
* The type of Azure resource.
|
|
1052
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1053
|
+
*/
|
|
1054
|
+
readonly type?: string;
|
|
1172
1055
|
}
|
|
1173
|
-
/**
|
|
1174
|
-
export interface
|
|
1175
|
-
/**
|
|
1176
|
-
|
|
1177
|
-
/** Array of PhysicalPartitionThroughputInfoResource objects. */
|
|
1178
|
-
targetPhysicalPartitionThroughputInfo: PhysicalPartitionThroughputInfoResource[];
|
|
1179
|
-
/** Array of PhysicalPartitionThroughputInfoResource objects. */
|
|
1180
|
-
sourcePhysicalPartitionThroughputInfo: PhysicalPartitionThroughputInfoResource[];
|
|
1056
|
+
/** Parameters to create and update ClientEncryptionKey. */
|
|
1057
|
+
export interface ClientEncryptionKeyCreateUpdateParameters {
|
|
1058
|
+
/** The standard JSON format of a ClientEncryptionKey */
|
|
1059
|
+
resource: ClientEncryptionKeyResource;
|
|
1181
1060
|
}
|
|
1182
1061
|
/** The List operation response, that contains the storedProcedures and their properties. */
|
|
1183
1062
|
export interface SqlStoredProcedureListResult {
|
|
@@ -1453,85 +1332,6 @@ export interface LocationProperties {
|
|
|
1453
1332
|
*/
|
|
1454
1333
|
readonly status?: Status;
|
|
1455
1334
|
}
|
|
1456
|
-
/** The List operation response, that contains the Cassandra views and their properties. */
|
|
1457
|
-
export interface CassandraViewListResult {
|
|
1458
|
-
/**
|
|
1459
|
-
* List of Cassandra views and their properties.
|
|
1460
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1461
|
-
*/
|
|
1462
|
-
readonly value?: CassandraViewGetResults[];
|
|
1463
|
-
}
|
|
1464
|
-
/** Cosmos DB Cassandra view resource object */
|
|
1465
|
-
export interface CassandraViewResource {
|
|
1466
|
-
/** Name of the Cosmos DB Cassandra view */
|
|
1467
|
-
id: string;
|
|
1468
|
-
/** View Definition of the Cosmos DB Cassandra view */
|
|
1469
|
-
viewDefinition: string;
|
|
1470
|
-
}
|
|
1471
|
-
/** The properties of a DataTransfer Job */
|
|
1472
|
-
export interface DataTransferJobProperties {
|
|
1473
|
-
/**
|
|
1474
|
-
* Job Name
|
|
1475
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1476
|
-
*/
|
|
1477
|
-
readonly jobName?: string;
|
|
1478
|
-
/** Source DataStore details */
|
|
1479
|
-
source: DataTransferDataSourceSinkUnion;
|
|
1480
|
-
/** Destination DataStore details */
|
|
1481
|
-
destination: DataTransferDataSourceSinkUnion;
|
|
1482
|
-
/**
|
|
1483
|
-
* Job Status
|
|
1484
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1485
|
-
*/
|
|
1486
|
-
readonly status?: string;
|
|
1487
|
-
/**
|
|
1488
|
-
* Processed Count.
|
|
1489
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1490
|
-
*/
|
|
1491
|
-
readonly processedCount?: number;
|
|
1492
|
-
/**
|
|
1493
|
-
* Total Count.
|
|
1494
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1495
|
-
*/
|
|
1496
|
-
readonly totalCount?: number;
|
|
1497
|
-
/**
|
|
1498
|
-
* Last Updated Time (ISO-8601 format).
|
|
1499
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1500
|
-
*/
|
|
1501
|
-
readonly lastUpdatedUtcTime?: Date;
|
|
1502
|
-
/** Worker count */
|
|
1503
|
-
workerCount?: number;
|
|
1504
|
-
/**
|
|
1505
|
-
* Error response for Faulted job
|
|
1506
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1507
|
-
*/
|
|
1508
|
-
readonly error?: ErrorResponse;
|
|
1509
|
-
/**
|
|
1510
|
-
* Total Duration of Job
|
|
1511
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1512
|
-
*/
|
|
1513
|
-
readonly duration?: string;
|
|
1514
|
-
/** Mode of job execution */
|
|
1515
|
-
mode?: DataTransferJobMode;
|
|
1516
|
-
}
|
|
1517
|
-
/** Base class for all DataTransfer source/sink */
|
|
1518
|
-
export interface DataTransferDataSourceSink {
|
|
1519
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1520
|
-
component: "BaseCosmosDataTransferDataSourceSink" | "CosmosDBCassandra" | "CosmosDBMongo" | "CosmosDBMongoVCore" | "CosmosDBSql" | "AzureBlobStorage";
|
|
1521
|
-
}
|
|
1522
|
-
/** The List operation response, that contains the Data Transfer jobs and their properties. */
|
|
1523
|
-
export interface DataTransferJobFeedResults {
|
|
1524
|
-
/**
|
|
1525
|
-
* List of Data Transfer jobs and their properties.
|
|
1526
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1527
|
-
*/
|
|
1528
|
-
readonly value?: DataTransferJobGetResults[];
|
|
1529
|
-
/**
|
|
1530
|
-
* URL to get the next set of Data Transfer job list results if there are any.
|
|
1531
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1532
|
-
*/
|
|
1533
|
-
readonly nextLink?: string;
|
|
1534
|
-
}
|
|
1535
1335
|
/** List of managed Cassandra clusters. */
|
|
1536
1336
|
export interface ListClusters {
|
|
1537
1337
|
/** Container for the array of clusters. */
|
|
@@ -1557,8 +1357,6 @@ export interface ClusterResourceProperties {
|
|
|
1557
1357
|
prometheusEndpoint?: SeedNode;
|
|
1558
1358
|
/** Should automatic repairs run on this cluster? If omitted, this is true, and should stay true unless you are running a hybrid cluster where you are already doing your own repairs. */
|
|
1559
1359
|
repairEnabled?: boolean;
|
|
1560
|
-
/** The form of AutoReplicate that is being used by this cluster. */
|
|
1561
|
-
autoReplicate?: AutoReplicate;
|
|
1562
1360
|
/** List of TLS certificates used to authorize clients connecting to the cluster. All connections are TLS encrypted whether clientCertificates is set or not, but if clientCertificates is set, the managed Cassandra cluster will reject all connections not bearing a TLS client certificate that can be validated from one or more of the public certificates in this property. */
|
|
1563
1361
|
clientCertificates?: Certificate[];
|
|
1564
1362
|
/** List of TLS certificates used to authorize gossip from unmanaged data centers. The TLS certificates of all nodes in unmanaged data centers must be verifiable using one of the certificates provided in this property. */
|
|
@@ -1575,28 +1373,18 @@ export interface ClusterResourceProperties {
|
|
|
1575
1373
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1576
1374
|
*/
|
|
1577
1375
|
readonly seedNodes?: SeedNode[];
|
|
1578
|
-
/** List of the data center names for unmanaged data centers in this cluster to be included in auto-replication. */
|
|
1579
|
-
externalDataCenters?: string[];
|
|
1580
1376
|
/** (Deprecated) Number of hours to wait between taking a backup of the cluster. */
|
|
1581
1377
|
hoursBetweenBackups?: number;
|
|
1582
1378
|
/** Whether the cluster and associated data centers has been deallocated. */
|
|
1583
1379
|
deallocated?: boolean;
|
|
1584
1380
|
/** Whether Cassandra audit logging is enabled */
|
|
1585
1381
|
cassandraAuditLoggingEnabled?: boolean;
|
|
1586
|
-
/** Type of the cluster. If set to Production, some operations might not be permitted on cluster. */
|
|
1587
|
-
clusterType?: ClusterType;
|
|
1588
1382
|
/** Error related to resource provisioning. */
|
|
1589
1383
|
provisionError?: CassandraError;
|
|
1590
|
-
/** Extensions to be added or updated on cluster. */
|
|
1591
|
-
extensions?: string[];
|
|
1592
|
-
/** List of backup schedules that define when you want to back up your data. */
|
|
1593
|
-
backupSchedules?: BackupSchedule[];
|
|
1594
|
-
/** How the nodes in the cluster react to scheduled events */
|
|
1595
|
-
scheduledEventStrategy?: ScheduledEventStrategy;
|
|
1596
1384
|
/** How to connect to the azure services needed for running the cluster */
|
|
1597
1385
|
azureConnectionMethod?: AzureConnectionType;
|
|
1598
1386
|
/**
|
|
1599
|
-
* If the Connection Method is
|
|
1387
|
+
* If the Connection Method is VPN, this is the Id of the private link resource that the datacenters need to connect to.
|
|
1600
1388
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1601
1389
|
*/
|
|
1602
1390
|
readonly privateLinkResourceId?: string;
|
|
@@ -1619,14 +1407,6 @@ export interface CassandraError {
|
|
|
1619
1407
|
/** Additional information about the error. */
|
|
1620
1408
|
additionalErrorInfo?: string;
|
|
1621
1409
|
}
|
|
1622
|
-
export interface BackupSchedule {
|
|
1623
|
-
/** The unique identifier of backup schedule. */
|
|
1624
|
-
scheduleName?: string;
|
|
1625
|
-
/** The cron expression that defines when you want to back up your data. */
|
|
1626
|
-
cronExpression?: string;
|
|
1627
|
-
/** The retention period (hours) of the backups. If you want to retain data forever, set retention to 0. */
|
|
1628
|
-
retentionInHours?: number;
|
|
1629
|
-
}
|
|
1630
1410
|
/** The core properties of ARM resources. */
|
|
1631
1411
|
export interface ManagedCassandraARMResourceProperties {
|
|
1632
1412
|
/**
|
|
@@ -1688,71 +1468,6 @@ export interface CommandOutput {
|
|
|
1688
1468
|
/** Output of the command. */
|
|
1689
1469
|
commandOutput?: string;
|
|
1690
1470
|
}
|
|
1691
|
-
/** Specification of which command to run where */
|
|
1692
|
-
export interface CommandAsyncPostBody {
|
|
1693
|
-
/** The command which should be run */
|
|
1694
|
-
command: string;
|
|
1695
|
-
/** The arguments for the command to be run */
|
|
1696
|
-
arguments?: Record<string, unknown>;
|
|
1697
|
-
/** IP address of the cassandra host to run the command on */
|
|
1698
|
-
host: string;
|
|
1699
|
-
/** If true, stops cassandra before executing the command and then start it again */
|
|
1700
|
-
cassandraStopStart?: boolean;
|
|
1701
|
-
/** If true, allows the command to *write* to the cassandra directory, otherwise read-only. */
|
|
1702
|
-
readWrite?: boolean;
|
|
1703
|
-
}
|
|
1704
|
-
/** resource representing a command */
|
|
1705
|
-
export interface CommandPublicResource {
|
|
1706
|
-
/** The command which should be run */
|
|
1707
|
-
command?: string;
|
|
1708
|
-
/** The unique id of command */
|
|
1709
|
-
commandId?: string;
|
|
1710
|
-
/** The arguments for the command to be run */
|
|
1711
|
-
arguments?: Record<string, unknown>;
|
|
1712
|
-
/** IP address of the cassandra host to run the command on */
|
|
1713
|
-
host?: string;
|
|
1714
|
-
/** Whether command has admin privileges */
|
|
1715
|
-
isAdmin?: boolean;
|
|
1716
|
-
/** If true, stops cassandra before executing the command and then start it again */
|
|
1717
|
-
cassandraStopStart?: boolean;
|
|
1718
|
-
/** If true, allows the command to *write* to the cassandra directory, otherwise read-only. */
|
|
1719
|
-
readWrite?: boolean;
|
|
1720
|
-
/** Result output of the command. */
|
|
1721
|
-
result?: string;
|
|
1722
|
-
/** Status of the command. */
|
|
1723
|
-
status?: CommandStatus;
|
|
1724
|
-
/** The name of the file where the result is written. */
|
|
1725
|
-
outputFile?: string;
|
|
1726
|
-
}
|
|
1727
|
-
/** List of commands for cluster. */
|
|
1728
|
-
export interface ListCommands {
|
|
1729
|
-
/**
|
|
1730
|
-
* Container for array of commands.
|
|
1731
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1732
|
-
*/
|
|
1733
|
-
readonly value?: CommandPublicResource[];
|
|
1734
|
-
}
|
|
1735
|
-
/** List of restorable backups for a Cassandra cluster. */
|
|
1736
|
-
export interface ListBackups {
|
|
1737
|
-
/**
|
|
1738
|
-
* Container for array of backups.
|
|
1739
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1740
|
-
*/
|
|
1741
|
-
readonly value?: BackupResource[];
|
|
1742
|
-
}
|
|
1743
|
-
/** A restorable backup of a Cassandra cluster. */
|
|
1744
|
-
export interface BackupResource {
|
|
1745
|
-
/** The unique identifier of backup. */
|
|
1746
|
-
backupId?: string;
|
|
1747
|
-
/** The current state of the backup. */
|
|
1748
|
-
backupState?: BackupState;
|
|
1749
|
-
/** The time at which the backup process begins. */
|
|
1750
|
-
backupStartTimestamp?: Date;
|
|
1751
|
-
/** The time at which the backup process ends. */
|
|
1752
|
-
backupStopTimestamp?: Date;
|
|
1753
|
-
/** The time at which the backup will expire. */
|
|
1754
|
-
backupExpiryTimestamp?: Date;
|
|
1755
|
-
}
|
|
1756
1471
|
/** List of managed Cassandra data centers and their properties. */
|
|
1757
1472
|
export interface ListDataCenters {
|
|
1758
1473
|
/**
|
|
@@ -1891,8 +1606,6 @@ export interface ComponentsM9L909SchemasCassandraclusterpublicstatusPropertiesDa
|
|
|
1891
1606
|
memoryTotalKB?: number;
|
|
1892
1607
|
/** A float representing the current system-wide CPU utilization as a percentage. */
|
|
1893
1608
|
cpuUsage?: number;
|
|
1894
|
-
/** If node has been updated to latest model */
|
|
1895
|
-
isLatestModel?: boolean;
|
|
1896
1609
|
}
|
|
1897
1610
|
/** The set of data plane operations permitted through this Role Definition. */
|
|
1898
1611
|
export interface Privilege {
|
|
@@ -1959,131 +1672,6 @@ export interface MongoUserDefinitionListResult {
|
|
|
1959
1672
|
*/
|
|
1960
1673
|
readonly value?: MongoUserDefinitionGetResults[];
|
|
1961
1674
|
}
|
|
1962
|
-
/** Result of a list NSP (network security perimeter) configurations request. */
|
|
1963
|
-
export interface NetworkSecurityPerimeterConfigurationListResult {
|
|
1964
|
-
/** Array of network security perimeter results. */
|
|
1965
|
-
value?: NetworkSecurityPerimeterConfiguration[];
|
|
1966
|
-
/** The link used to get the next page of results. */
|
|
1967
|
-
nextLink?: string;
|
|
1968
|
-
}
|
|
1969
|
-
/** Network security configuration properties. */
|
|
1970
|
-
export interface NetworkSecurityPerimeterConfigurationProperties {
|
|
1971
|
-
/**
|
|
1972
|
-
* Provisioning state of a network security perimeter configuration that is being created or updated.
|
|
1973
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1974
|
-
*/
|
|
1975
|
-
readonly provisioningState?: NetworkSecurityPerimeterConfigurationProvisioningState;
|
|
1976
|
-
/**
|
|
1977
|
-
* List of provisioning issues, if any
|
|
1978
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1979
|
-
*/
|
|
1980
|
-
readonly provisioningIssues?: ProvisioningIssue[];
|
|
1981
|
-
/** Information about a network security perimeter (NSP) */
|
|
1982
|
-
networkSecurityPerimeter?: NetworkSecurityPerimeter;
|
|
1983
|
-
/** Information about resource association */
|
|
1984
|
-
resourceAssociation?: ResourceAssociation;
|
|
1985
|
-
/** Network security perimeter configuration profile */
|
|
1986
|
-
profile?: NetworkSecurityProfile;
|
|
1987
|
-
}
|
|
1988
|
-
/** Describes a provisioning issue for a network security perimeter configuration */
|
|
1989
|
-
export interface ProvisioningIssue {
|
|
1990
|
-
/**
|
|
1991
|
-
* Name of the issue
|
|
1992
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1993
|
-
*/
|
|
1994
|
-
readonly name?: string;
|
|
1995
|
-
/**
|
|
1996
|
-
* Details of a provisioning issue for a network security perimeter (NSP) configuration. Resource providers should generate separate provisioning issue elements for each separate issue detected, and include a meaningful and distinctive description, as well as any appropriate suggestedResourceIds and suggestedAccessRules
|
|
1997
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1998
|
-
*/
|
|
1999
|
-
readonly properties?: ProvisioningIssueProperties;
|
|
2000
|
-
}
|
|
2001
|
-
/** Details of a provisioning issue for a network security perimeter (NSP) configuration. Resource providers should generate separate provisioning issue elements for each separate issue detected, and include a meaningful and distinctive description, as well as any appropriate suggestedResourceIds and suggestedAccessRules */
|
|
2002
|
-
export interface ProvisioningIssueProperties {
|
|
2003
|
-
/**
|
|
2004
|
-
* Type of issue
|
|
2005
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2006
|
-
*/
|
|
2007
|
-
readonly issueType?: IssueType;
|
|
2008
|
-
/**
|
|
2009
|
-
* Severity of the issue.
|
|
2010
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2011
|
-
*/
|
|
2012
|
-
readonly severity?: Severity;
|
|
2013
|
-
/**
|
|
2014
|
-
* Description of the issue
|
|
2015
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2016
|
-
*/
|
|
2017
|
-
readonly description?: string;
|
|
2018
|
-
/**
|
|
2019
|
-
* Fully qualified resource IDs of suggested resources that can be associated to the network security perimeter (NSP) to remediate the issue.
|
|
2020
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2021
|
-
*/
|
|
2022
|
-
readonly suggestedResourceIds?: string[];
|
|
2023
|
-
/**
|
|
2024
|
-
* Access rules that can be added to the network security profile (NSP) to remediate the issue.
|
|
2025
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2026
|
-
*/
|
|
2027
|
-
readonly suggestedAccessRules?: AccessRule[];
|
|
2028
|
-
}
|
|
2029
|
-
/** Access rule in a network security perimeter configuration profile */
|
|
2030
|
-
export interface AccessRule {
|
|
2031
|
-
/** Name of the access rule */
|
|
2032
|
-
name?: string;
|
|
2033
|
-
/** Properties of Access Rule */
|
|
2034
|
-
properties?: AccessRuleProperties;
|
|
2035
|
-
}
|
|
2036
|
-
/** Properties of Access Rule */
|
|
2037
|
-
export interface AccessRuleProperties {
|
|
2038
|
-
/** Direction of Access Rule */
|
|
2039
|
-
direction?: AccessRuleDirection;
|
|
2040
|
-
/** Address prefixes in the CIDR format for inbound rules */
|
|
2041
|
-
addressPrefixes?: string[];
|
|
2042
|
-
/** Subscriptions for inbound rules */
|
|
2043
|
-
subscriptions?: AccessRulePropertiesSubscriptionsItem[];
|
|
2044
|
-
/** Network security perimeters for inbound rules */
|
|
2045
|
-
networkSecurityPerimeters?: NetworkSecurityPerimeter[];
|
|
2046
|
-
/** Fully qualified domain names (FQDN) for outbound rules */
|
|
2047
|
-
fullyQualifiedDomainNames?: string[];
|
|
2048
|
-
/** Email addresses for outbound rules */
|
|
2049
|
-
emailAddresses?: string[];
|
|
2050
|
-
/** Phone numbers for outbound rules */
|
|
2051
|
-
phoneNumbers?: string[];
|
|
2052
|
-
}
|
|
2053
|
-
/** Subscription identifiers */
|
|
2054
|
-
export interface AccessRulePropertiesSubscriptionsItem {
|
|
2055
|
-
/** The fully qualified Azure resource ID of the subscription e.g. ('/subscriptions/00000000-0000-0000-0000-000000000000') */
|
|
2056
|
-
id?: string;
|
|
2057
|
-
}
|
|
2058
|
-
/** Information about a network security perimeter (NSP) */
|
|
2059
|
-
export interface NetworkSecurityPerimeter {
|
|
2060
|
-
/** Fully qualified Azure resource ID of the NSP resource */
|
|
2061
|
-
id?: string;
|
|
2062
|
-
/** Universal unique ID (UUID) of the network security perimeter */
|
|
2063
|
-
perimeterGuid?: string;
|
|
2064
|
-
/** Location of the network security perimeter */
|
|
2065
|
-
location?: string;
|
|
2066
|
-
}
|
|
2067
|
-
/** Information about resource association */
|
|
2068
|
-
export interface ResourceAssociation {
|
|
2069
|
-
/** Name of the resource association */
|
|
2070
|
-
name?: string;
|
|
2071
|
-
/** Access mode of the resource association */
|
|
2072
|
-
accessMode?: ResourceAssociationAccessMode;
|
|
2073
|
-
}
|
|
2074
|
-
/** Network security perimeter configuration profile */
|
|
2075
|
-
export interface NetworkSecurityProfile {
|
|
2076
|
-
/** Name of the profile */
|
|
2077
|
-
name?: string;
|
|
2078
|
-
/** Current access rules version */
|
|
2079
|
-
accessRulesVersion?: number;
|
|
2080
|
-
/** List of Access Rules */
|
|
2081
|
-
accessRules?: AccessRule[];
|
|
2082
|
-
/** Current diagnostic settings version */
|
|
2083
|
-
diagnosticSettingsVersion?: number;
|
|
2084
|
-
/** List of log categories that are enabled */
|
|
2085
|
-
enabledLogCategories?: string[];
|
|
2086
|
-
}
|
|
2087
1675
|
/** A list of notebook workspace resources */
|
|
2088
1676
|
export interface NotebookWorkspaceListResult {
|
|
2089
1677
|
/** Array of notebook workspace resources */
|
|
@@ -2186,10 +1774,10 @@ export interface RestorableDatabaseAccountGetResult {
|
|
|
2186
1774
|
accountName?: string;
|
|
2187
1775
|
/** The creation time of the restorable database account (ISO-8601 format). */
|
|
2188
1776
|
creationTime?: Date;
|
|
2189
|
-
/** The least recent time at which the database account can be restored to (ISO-8601 format). */
|
|
2190
|
-
oldestRestorableTime?: Date;
|
|
2191
1777
|
/** The time at which the restorable database account has been deleted (ISO-8601 format). */
|
|
2192
1778
|
deletionTime?: Date;
|
|
1779
|
+
/** The least recent time at which the database account can be restored to (ISO-8601 format). */
|
|
1780
|
+
oldestRestorableTime?: Date;
|
|
2193
1781
|
/**
|
|
2194
1782
|
* The API type of the restorable database account.
|
|
2195
1783
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2867,74 +2455,100 @@ export interface ServiceResourceCreateUpdateProperties {
|
|
|
2867
2455
|
/** Instance count for the service. */
|
|
2868
2456
|
instanceCount?: number;
|
|
2869
2457
|
}
|
|
2870
|
-
/** The List operation
|
|
2871
|
-
export interface
|
|
2458
|
+
/** The response of the List operation that contains the fleets and their properties. */
|
|
2459
|
+
export interface FleetListResult {
|
|
2872
2460
|
/**
|
|
2873
|
-
* List of
|
|
2461
|
+
* List of fleets and their properties.
|
|
2874
2462
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2875
2463
|
*/
|
|
2876
|
-
readonly value?:
|
|
2464
|
+
readonly value?: FleetResource[];
|
|
2877
2465
|
/**
|
|
2878
2466
|
* The link used to get the next page of results.
|
|
2879
2467
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2880
2468
|
*/
|
|
2881
2469
|
readonly nextLink?: string;
|
|
2882
2470
|
}
|
|
2883
|
-
/**
|
|
2884
|
-
export interface
|
|
2885
|
-
/** A provisioning state of the ThroughputPool. */
|
|
2886
|
-
provisioningState?: Status;
|
|
2887
|
-
/** Value for throughput to be shared among CosmosDB resources in the pool. */
|
|
2888
|
-
maxThroughput?: number;
|
|
2889
|
-
}
|
|
2890
|
-
/** The List operation response, that contains the global database accounts and their properties. */
|
|
2891
|
-
export interface ThroughputPoolAccountsListResult {
|
|
2471
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
2472
|
+
export interface ResourceAutoGenerated {
|
|
2892
2473
|
/**
|
|
2893
|
-
*
|
|
2474
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
2894
2475
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2895
2476
|
*/
|
|
2896
|
-
readonly
|
|
2477
|
+
readonly id?: string;
|
|
2897
2478
|
/**
|
|
2898
|
-
* The
|
|
2479
|
+
* The name of the resource
|
|
2899
2480
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2900
2481
|
*/
|
|
2901
|
-
readonly
|
|
2482
|
+
readonly name?: string;
|
|
2483
|
+
/**
|
|
2484
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
2485
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2486
|
+
*/
|
|
2487
|
+
readonly type?: string;
|
|
2488
|
+
/**
|
|
2489
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
2490
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2491
|
+
*/
|
|
2492
|
+
readonly systemData?: SystemData;
|
|
2902
2493
|
}
|
|
2903
|
-
/**
|
|
2904
|
-
export interface
|
|
2905
|
-
/**
|
|
2906
|
-
|
|
2907
|
-
/** An array of data actions that are allowed. */
|
|
2908
|
-
dataActions?: string[];
|
|
2909
|
-
/** An array of data actions that are denied. */
|
|
2910
|
-
notDataActions?: string[];
|
|
2494
|
+
/** Represents a fleet resource for updates. */
|
|
2495
|
+
export interface FleetResourceUpdate {
|
|
2496
|
+
/** A provisioning state of the Fleet. */
|
|
2497
|
+
provisioningState?: Status;
|
|
2911
2498
|
}
|
|
2912
|
-
/** The
|
|
2913
|
-
export interface
|
|
2499
|
+
/** The response of the List operation that contains the fleetspaces and their properties. */
|
|
2500
|
+
export interface FleetspaceListResult {
|
|
2914
2501
|
/**
|
|
2915
|
-
* List of
|
|
2502
|
+
* List of fleetspaces and their properties.
|
|
2916
2503
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2917
2504
|
*/
|
|
2918
|
-
readonly value?:
|
|
2505
|
+
readonly value?: FleetspaceResource[];
|
|
2919
2506
|
/**
|
|
2920
2507
|
* The link used to get the next page of results.
|
|
2921
2508
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2922
2509
|
*/
|
|
2923
2510
|
readonly nextLink?: string;
|
|
2924
2511
|
}
|
|
2925
|
-
/**
|
|
2926
|
-
export interface
|
|
2512
|
+
/** Configuration for throughput pool in the fleetspace. */
|
|
2513
|
+
export interface FleetspacePropertiesThroughputPoolConfiguration {
|
|
2514
|
+
/** Minimum throughput for the pool. */
|
|
2515
|
+
minThroughput?: number;
|
|
2516
|
+
/** Maximum throughput for the pool. */
|
|
2517
|
+
maxThroughput?: number;
|
|
2518
|
+
}
|
|
2519
|
+
/** Represents a fleetspace resource for updates. */
|
|
2520
|
+
export interface FleetspaceUpdate {
|
|
2521
|
+
/** A provisioning state of the Fleetspace. */
|
|
2522
|
+
provisioningState?: Status;
|
|
2523
|
+
/** The kind of API this fleetspace belongs to. Acceptable values: 'NoSQL' */
|
|
2524
|
+
fleetspaceApiKind?: FleetspacePropertiesFleetspaceApiKind;
|
|
2525
|
+
/** Service Tier for the fleetspace. GeneralPurpose types refers to single write region accounts that can be added to this fleetspace, whereas BusinessCritical refers to multi write region. */
|
|
2526
|
+
serviceTier?: FleetspacePropertiesServiceTier;
|
|
2527
|
+
/** List of data regions assigned to the fleetspace. Eg [westus2] */
|
|
2528
|
+
dataRegions?: string[];
|
|
2529
|
+
/** Configuration for throughput pool in the fleetspace. */
|
|
2530
|
+
throughputPoolConfiguration?: FleetspacePropertiesThroughputPoolConfiguration;
|
|
2531
|
+
}
|
|
2532
|
+
/** The List operation response, that contains the global database accounts and their properties. */
|
|
2533
|
+
export interface FleetspaceAccountListResult {
|
|
2927
2534
|
/**
|
|
2928
|
-
* List of
|
|
2535
|
+
* List of global database accounts in a fleetspace and their properties.
|
|
2929
2536
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2930
2537
|
*/
|
|
2931
|
-
readonly value?:
|
|
2538
|
+
readonly value?: FleetspaceAccountResource[];
|
|
2932
2539
|
/**
|
|
2933
2540
|
* The link used to get the next page of results.
|
|
2934
2541
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2935
2542
|
*/
|
|
2936
2543
|
readonly nextLink?: string;
|
|
2937
2544
|
}
|
|
2545
|
+
/** Configuration for fleetspace Account in the fleetspace. */
|
|
2546
|
+
export interface FleetspaceAccountPropertiesGlobalDatabaseAccountProperties {
|
|
2547
|
+
/** The resource identifier of global database account in the Fleetspace Account. */
|
|
2548
|
+
resourceId?: string;
|
|
2549
|
+
/** The location of global database account in the Fleetspace Account. */
|
|
2550
|
+
armLocation?: string;
|
|
2551
|
+
}
|
|
2938
2552
|
/** Configuration values for periodic mode backup */
|
|
2939
2553
|
export interface PeriodicModeProperties {
|
|
2940
2554
|
/** An integer representing the interval in minutes between two backups */
|
|
@@ -2946,7 +2560,7 @@ export interface PeriodicModeProperties {
|
|
|
2946
2560
|
}
|
|
2947
2561
|
/** Configuration values for periodic mode backup */
|
|
2948
2562
|
export interface ContinuousModeProperties {
|
|
2949
|
-
/** Enum to indicate type of
|
|
2563
|
+
/** Enum to indicate type of Continuous backup mode */
|
|
2950
2564
|
tier?: ContinuousTier;
|
|
2951
2565
|
}
|
|
2952
2566
|
/** Describes the service response property. */
|
|
@@ -2982,33 +2596,13 @@ export interface GraphAPIComputeServiceResource {
|
|
|
2982
2596
|
/** Properties for GraphAPIComputeServiceResource. */
|
|
2983
2597
|
properties?: GraphAPIComputeServiceResourceProperties;
|
|
2984
2598
|
}
|
|
2985
|
-
/** Describes the service response property for MaterializedViewsBuilder. */
|
|
2986
|
-
export interface MaterializedViewsBuilderServiceResource {
|
|
2987
|
-
/** Properties for MaterializedViewsBuilderServiceResource. */
|
|
2988
|
-
properties?: MaterializedViewsBuilderServiceResourceProperties;
|
|
2989
|
-
}
|
|
2990
|
-
/**
|
|
2991
|
-
export interface
|
|
2992
|
-
/** Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB". */
|
|
2993
|
-
tags?: {
|
|
2994
|
-
[propertyName: string]: string;
|
|
2995
|
-
};
|
|
2996
|
-
/** The resource identifier of global database account in the throughputPool. */
|
|
2997
|
-
accountResourceIdentifier?: string;
|
|
2998
|
-
/** The location of global database account in the throughputPool. */
|
|
2999
|
-
accountLocation?: string;
|
|
3000
|
-
}
|
|
3001
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
3002
|
-
export interface ProxyResource extends Resource {
|
|
3003
|
-
}
|
|
3004
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
3005
|
-
export interface TrackedResource extends Resource {
|
|
3006
|
-
/** Resource tags. */
|
|
3007
|
-
tags?: {
|
|
3008
|
-
[propertyName: string]: string;
|
|
3009
|
-
};
|
|
3010
|
-
/** The geo-location where the resource lives */
|
|
3011
|
-
location: string;
|
|
2599
|
+
/** Describes the service response property for MaterializedViewsBuilder. */
|
|
2600
|
+
export interface MaterializedViewsBuilderServiceResource {
|
|
2601
|
+
/** Properties for MaterializedViewsBuilderServiceResource. */
|
|
2602
|
+
properties?: MaterializedViewsBuilderServiceResourceProperties;
|
|
2603
|
+
}
|
|
2604
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
2605
|
+
export interface ProxyResource extends Resource {
|
|
3012
2606
|
}
|
|
3013
2607
|
/** Parameters to indicate the information about the restore. */
|
|
3014
2608
|
export interface RestoreParameters extends RestoreParametersBase {
|
|
@@ -3044,13 +2638,15 @@ export interface ContinuousModeBackupPolicy extends BackupPolicy {
|
|
|
3044
2638
|
export interface DatabaseAccountGetResults extends ARMResourceProperties {
|
|
3045
2639
|
/** Indicates the type of database account. This can only be set at database account creation. */
|
|
3046
2640
|
kind?: DatabaseAccountKind;
|
|
2641
|
+
/** Identity for the resource. */
|
|
2642
|
+
identity?: ManagedServiceIdentity;
|
|
3047
2643
|
/**
|
|
3048
2644
|
* The system meta data relating to this resource.
|
|
3049
2645
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3050
2646
|
*/
|
|
3051
2647
|
readonly systemData?: SystemData;
|
|
3052
2648
|
/**
|
|
3053
|
-
* The
|
|
2649
|
+
* The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed.
|
|
3054
2650
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3055
2651
|
*/
|
|
3056
2652
|
readonly provisioningState?: string;
|
|
@@ -3140,18 +2736,10 @@ export interface DatabaseAccountGetResults extends ARMResourceProperties {
|
|
|
3140
2736
|
networkAclBypass?: NetworkAclBypass;
|
|
3141
2737
|
/** An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account. */
|
|
3142
2738
|
networkAclBypassResourceIds?: string[];
|
|
3143
|
-
/** The Object representing the different Diagnostic log settings for the Cosmos DB Account. */
|
|
3144
|
-
diagnosticLogSettings?: DiagnosticLogSettings;
|
|
3145
2739
|
/** Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication. */
|
|
3146
2740
|
disableLocalAuth?: boolean;
|
|
3147
2741
|
/** The object that represents all properties related to capacity enforcement on an account. */
|
|
3148
2742
|
capacity?: Capacity;
|
|
3149
|
-
/** Indicates the capacityMode of the Cosmos DB account. */
|
|
3150
|
-
capacityMode?: CapacityMode;
|
|
3151
|
-
/** The object that represents the migration state for the CapacityMode of the Cosmos DB account. */
|
|
3152
|
-
capacityModeChangeTransitionState?: CapacityModeChangeTransitionState;
|
|
3153
|
-
/** Flag to indicate whether to enable MaterializedViews on the Cosmos DB account */
|
|
3154
|
-
enableMaterializedViews?: boolean;
|
|
3155
2743
|
/**
|
|
3156
2744
|
* The object that represents the metadata for the Account Keys of the Cosmos DB account.
|
|
3157
2745
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -3159,23 +2747,30 @@ export interface DatabaseAccountGetResults extends ARMResourceProperties {
|
|
|
3159
2747
|
readonly keysMetadata?: DatabaseAccountKeysMetadata;
|
|
3160
2748
|
/** Flag to indicate enabling/disabling of Partition Merge feature on the account */
|
|
3161
2749
|
enablePartitionMerge?: boolean;
|
|
3162
|
-
/**
|
|
3163
|
-
enableBurstCapacity?: boolean;
|
|
3164
|
-
/** Indicates the minimum allowed Tls version. The default is Tls 1.0, except for Cassandra and Mongo API's, which only work with Tls 1.2. */
|
|
2750
|
+
/** Indicates the minimum allowed Tls version. The default value is Tls 1.2. Cassandra and Mongo APIs only work with Tls 1.2. */
|
|
3165
2751
|
minimalTlsVersion?: MinimalTlsVersion;
|
|
2752
|
+
/** Flag to indicate enabling/disabling of Burst Capacity feature on the account */
|
|
2753
|
+
enableBurstCapacity?: boolean;
|
|
3166
2754
|
/** Indicates the status of the Customer Managed Key feature on the account. In case there are errors, the property provides troubleshooting guidance. */
|
|
3167
2755
|
customerManagedKeyStatus?: string;
|
|
2756
|
+
/** Flag to indicate enabling/disabling of PerRegionPerPartitionAutoscale feature on the account */
|
|
2757
|
+
enablePerRegionPerPartitionAutoscale?: boolean;
|
|
2758
|
+
/**
|
|
2759
|
+
* The version of the Customer Managed Key currently being used by the account
|
|
2760
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2761
|
+
*/
|
|
2762
|
+
readonly keyVaultKeyUriVersion?: string;
|
|
3168
2763
|
/** Flag to indicate enabling/disabling of Priority Based Execution Preview feature on the account */
|
|
3169
2764
|
enablePriorityBasedExecution?: boolean;
|
|
3170
2765
|
/** Enum to indicate default Priority Level of request for Priority Based Execution. */
|
|
3171
2766
|
defaultPriorityLevel?: DefaultPriorityLevel;
|
|
3172
|
-
/** Flag to indicate enabling/disabling of Per-Region Per-partition autoscale Preview feature on the account */
|
|
3173
|
-
enablePerRegionPerPartitionAutoscale?: boolean;
|
|
3174
2767
|
}
|
|
3175
2768
|
/** Parameters to create and update Cosmos DB database accounts. */
|
|
3176
2769
|
export interface DatabaseAccountCreateUpdateParameters extends ARMResourceProperties {
|
|
3177
2770
|
/** Indicates the type of database account. This can only be set at database account creation. */
|
|
3178
2771
|
kind?: DatabaseAccountKind;
|
|
2772
|
+
/** Identity for the resource. */
|
|
2773
|
+
identity?: ManagedServiceIdentity;
|
|
3179
2774
|
/** The consistency policy for the Cosmos DB account. */
|
|
3180
2775
|
consistencyPolicy?: ConsistencyPolicy;
|
|
3181
2776
|
/** An array that contains the georeplication locations enabled for the Cosmos DB account. */
|
|
@@ -3224,18 +2819,12 @@ export interface DatabaseAccountCreateUpdateParameters extends ARMResourceProper
|
|
|
3224
2819
|
networkAclBypass?: NetworkAclBypass;
|
|
3225
2820
|
/** An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account. */
|
|
3226
2821
|
networkAclBypassResourceIds?: string[];
|
|
3227
|
-
/** The Object representing the different Diagnostic log settings for the Cosmos DB Account. */
|
|
3228
|
-
diagnosticLogSettings?: DiagnosticLogSettings;
|
|
3229
2822
|
/** Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication. */
|
|
3230
2823
|
disableLocalAuth?: boolean;
|
|
3231
2824
|
/** Parameters to indicate the information about the restore. */
|
|
3232
2825
|
restoreParameters?: RestoreParameters;
|
|
3233
2826
|
/** The object that represents all properties related to capacity enforcement on an account. */
|
|
3234
2827
|
capacity?: Capacity;
|
|
3235
|
-
/** Indicates the capacityMode of the Cosmos DB account. */
|
|
3236
|
-
capacityMode?: CapacityMode;
|
|
3237
|
-
/** Flag to indicate whether to enable MaterializedViews on the Cosmos DB account */
|
|
3238
|
-
enableMaterializedViews?: boolean;
|
|
3239
2828
|
/**
|
|
3240
2829
|
* This property is ignored during the update/create operation, as the metadata is read-only. The object represents the metadata for the Account Keys of the Cosmos DB account.
|
|
3241
2830
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -3243,30 +2832,18 @@ export interface DatabaseAccountCreateUpdateParameters extends ARMResourceProper
|
|
|
3243
2832
|
readonly keysMetadata?: DatabaseAccountKeysMetadata;
|
|
3244
2833
|
/** Flag to indicate enabling/disabling of Partition Merge feature on the account */
|
|
3245
2834
|
enablePartitionMerge?: boolean;
|
|
3246
|
-
/**
|
|
3247
|
-
enableBurstCapacity?: boolean;
|
|
3248
|
-
/** Indicates the minimum allowed Tls version. The default is Tls 1.0, except for Cassandra and Mongo API's, which only work with Tls 1.2. */
|
|
2835
|
+
/** Indicates the minimum allowed Tls version. The default value is Tls 1.2. Cassandra and Mongo APIs only work with Tls 1.2. */
|
|
3249
2836
|
minimalTlsVersion?: MinimalTlsVersion;
|
|
2837
|
+
/** Flag to indicate enabling/disabling of Burst Capacity feature on the account */
|
|
2838
|
+
enableBurstCapacity?: boolean;
|
|
3250
2839
|
/** Indicates the status of the Customer Managed Key feature on the account. In case there are errors, the property provides troubleshooting guidance. */
|
|
3251
2840
|
customerManagedKeyStatus?: string;
|
|
2841
|
+
/** Flag to indicate enabling/disabling of PerRegionPerPartitionAutoscale feature on the account */
|
|
2842
|
+
enablePerRegionPerPartitionAutoscale?: boolean;
|
|
3252
2843
|
/** Flag to indicate enabling/disabling of Priority Based Execution Preview feature on the account */
|
|
3253
2844
|
enablePriorityBasedExecution?: boolean;
|
|
3254
2845
|
/** Enum to indicate default Priority Level of request for Priority Based Execution. */
|
|
3255
2846
|
defaultPriorityLevel?: DefaultPriorityLevel;
|
|
3256
|
-
/** Flag to indicate enabling/disabling of Per-Region Per-partition autoscale Preview feature on the account */
|
|
3257
|
-
enablePerRegionPerPartitionAutoscale?: boolean;
|
|
3258
|
-
}
|
|
3259
|
-
/** An Azure Cosmos DB Graph resource. */
|
|
3260
|
-
export interface GraphResourceGetResults extends ARMResourceProperties {
|
|
3261
|
-
resource?: GraphResourceGetPropertiesResource;
|
|
3262
|
-
options?: GraphResourceGetPropertiesOptions;
|
|
3263
|
-
}
|
|
3264
|
-
/** Parameters to create and update Cosmos DB Graph resource. */
|
|
3265
|
-
export interface GraphResourceCreateUpdateParameters extends ARMResourceProperties {
|
|
3266
|
-
/** The standard JSON format of a Graph resource */
|
|
3267
|
-
resource: GraphResource;
|
|
3268
|
-
/** A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. */
|
|
3269
|
-
options?: CreateUpdateOptions;
|
|
3270
2847
|
}
|
|
3271
2848
|
/** An Azure Cosmos DB SQL database. */
|
|
3272
2849
|
export interface SqlDatabaseGetResults extends ARMResourceProperties {
|
|
@@ -3301,21 +2878,6 @@ export interface SqlContainerCreateUpdateParameters extends ARMResourcePropertie
|
|
|
3301
2878
|
/** A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. */
|
|
3302
2879
|
options?: CreateUpdateOptions;
|
|
3303
2880
|
}
|
|
3304
|
-
/** Cosmos DB retrieve throughput parameters object */
|
|
3305
|
-
export interface RetrieveThroughputParameters extends ARMResourceProperties {
|
|
3306
|
-
/** The standard JSON format of a resource throughput */
|
|
3307
|
-
resource: RetrieveThroughputPropertiesResource;
|
|
3308
|
-
}
|
|
3309
|
-
/** An Azure Cosmos DB PhysicalPartitionThroughputInfoResult object. */
|
|
3310
|
-
export interface PhysicalPartitionThroughputInfoResult extends ARMResourceProperties {
|
|
3311
|
-
/** properties of physical partition throughput info */
|
|
3312
|
-
resource?: PhysicalPartitionThroughputInfoResultPropertiesResource;
|
|
3313
|
-
}
|
|
3314
|
-
/** Cosmos DB redistribute throughput parameters object */
|
|
3315
|
-
export interface RedistributeThroughputParameters extends ARMResourceProperties {
|
|
3316
|
-
/** The standard JSON format of a resource throughput */
|
|
3317
|
-
resource: RedistributeThroughputPropertiesResource;
|
|
3318
|
-
}
|
|
3319
2881
|
/** An Azure Cosmos DB storedProcedure. */
|
|
3320
2882
|
export interface SqlStoredProcedureGetResults extends ARMResourceProperties {
|
|
3321
2883
|
resource?: SqlStoredProcedureGetPropertiesResource;
|
|
@@ -3433,18 +2995,6 @@ export interface GremlinGraphCreateUpdateParameters extends ARMResourcePropertie
|
|
|
3433
2995
|
/** A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. */
|
|
3434
2996
|
options?: CreateUpdateOptions;
|
|
3435
2997
|
}
|
|
3436
|
-
/** An Azure Cosmos DB Cassandra view. */
|
|
3437
|
-
export interface CassandraViewGetResults extends ARMResourceProperties {
|
|
3438
|
-
resource?: CassandraViewGetPropertiesResource;
|
|
3439
|
-
options?: CassandraViewGetPropertiesOptions;
|
|
3440
|
-
}
|
|
3441
|
-
/** Parameters to create and update Cosmos DB Cassandra view. */
|
|
3442
|
-
export interface CassandraViewCreateUpdateParameters extends ARMResourceProperties {
|
|
3443
|
-
/** The standard JSON format of a Cassandra view */
|
|
3444
|
-
resource: CassandraViewResource;
|
|
3445
|
-
/** A key-value pair of options to be applied for the request. This corresponds to the headers sent with the request. */
|
|
3446
|
-
options?: CreateUpdateOptions;
|
|
3447
|
-
}
|
|
3448
2998
|
/** The access keys for the given database account. */
|
|
3449
2999
|
export interface DatabaseAccountListKeysResult extends DatabaseAccountListReadOnlyKeysResult {
|
|
3450
3000
|
/**
|
|
@@ -3522,30 +3072,6 @@ export interface PartitionUsage extends Usage {
|
|
|
3522
3072
|
*/
|
|
3523
3073
|
readonly partitionKeyRangeId?: string;
|
|
3524
3074
|
}
|
|
3525
|
-
export interface GraphResourceGetPropertiesResource extends GraphResource {
|
|
3526
|
-
}
|
|
3527
|
-
export interface GraphResourceGetPropertiesOptions extends OptionsResource {
|
|
3528
|
-
}
|
|
3529
|
-
export interface SqlDatabaseGetPropertiesOptions extends OptionsResource {
|
|
3530
|
-
}
|
|
3531
|
-
export interface SqlContainerGetPropertiesOptions extends OptionsResource {
|
|
3532
|
-
}
|
|
3533
|
-
export interface MongoDBDatabaseGetPropertiesOptions extends OptionsResource {
|
|
3534
|
-
}
|
|
3535
|
-
export interface MongoDBCollectionGetPropertiesOptions extends OptionsResource {
|
|
3536
|
-
}
|
|
3537
|
-
export interface TableGetPropertiesOptions extends OptionsResource {
|
|
3538
|
-
}
|
|
3539
|
-
export interface CassandraKeyspaceGetPropertiesOptions extends OptionsResource {
|
|
3540
|
-
}
|
|
3541
|
-
export interface CassandraTableGetPropertiesOptions extends OptionsResource {
|
|
3542
|
-
}
|
|
3543
|
-
export interface GremlinDatabaseGetPropertiesOptions extends OptionsResource {
|
|
3544
|
-
}
|
|
3545
|
-
export interface GremlinGraphGetPropertiesOptions extends OptionsResource {
|
|
3546
|
-
}
|
|
3547
|
-
export interface CassandraViewGetPropertiesOptions extends OptionsResource {
|
|
3548
|
-
}
|
|
3549
3075
|
export interface SqlDatabaseGetPropertiesResource extends SqlDatabaseResource, ExtendedResourceProperties {
|
|
3550
3076
|
/** A system generated property that specified the addressable path of the collections resource. */
|
|
3551
3077
|
colls?: string;
|
|
@@ -3572,10 +3098,10 @@ export interface RestorableSqlDatabasePropertiesResourceDatabase extends SqlData
|
|
|
3572
3098
|
}
|
|
3573
3099
|
export interface ThroughputSettingsGetPropertiesResource extends ThroughputSettingsResource, ExtendedResourceProperties {
|
|
3574
3100
|
}
|
|
3575
|
-
export interface ClientEncryptionKeyGetPropertiesResource extends ClientEncryptionKeyResource, ExtendedResourceProperties {
|
|
3576
|
-
}
|
|
3577
3101
|
export interface SqlContainerGetPropertiesResource extends SqlContainerResource, ExtendedResourceProperties {
|
|
3578
3102
|
}
|
|
3103
|
+
export interface ClientEncryptionKeyGetPropertiesResource extends ClientEncryptionKeyResource, ExtendedResourceProperties {
|
|
3104
|
+
}
|
|
3579
3105
|
export interface SqlStoredProcedureGetPropertiesResource extends SqlStoredProcedureResource, ExtendedResourceProperties {
|
|
3580
3106
|
}
|
|
3581
3107
|
export interface SqlUserDefinedFunctionGetPropertiesResource extends SqlUserDefinedFunctionResource, ExtendedResourceProperties {
|
|
@@ -3596,8 +3122,6 @@ export interface GremlinDatabaseGetPropertiesResource extends GremlinDatabaseRes
|
|
|
3596
3122
|
}
|
|
3597
3123
|
export interface GremlinGraphGetPropertiesResource extends GremlinGraphResource, ExtendedResourceProperties {
|
|
3598
3124
|
}
|
|
3599
|
-
export interface CassandraViewGetPropertiesResource extends CassandraViewResource, ExtendedResourceProperties {
|
|
3600
|
-
}
|
|
3601
3125
|
/** Cosmos DB SQL container resource object */
|
|
3602
3126
|
export interface RestorableSqlContainerPropertiesResourceContainer extends SqlContainerResource, ExtendedResourceProperties {
|
|
3603
3127
|
/**
|
|
@@ -3606,6 +3130,24 @@ export interface RestorableSqlContainerPropertiesResourceContainer extends SqlCo
|
|
|
3606
3130
|
*/
|
|
3607
3131
|
readonly self?: string;
|
|
3608
3132
|
}
|
|
3133
|
+
export interface SqlDatabaseGetPropertiesOptions extends OptionsResource {
|
|
3134
|
+
}
|
|
3135
|
+
export interface SqlContainerGetPropertiesOptions extends OptionsResource {
|
|
3136
|
+
}
|
|
3137
|
+
export interface MongoDBDatabaseGetPropertiesOptions extends OptionsResource {
|
|
3138
|
+
}
|
|
3139
|
+
export interface MongoDBCollectionGetPropertiesOptions extends OptionsResource {
|
|
3140
|
+
}
|
|
3141
|
+
export interface TableGetPropertiesOptions extends OptionsResource {
|
|
3142
|
+
}
|
|
3143
|
+
export interface CassandraKeyspaceGetPropertiesOptions extends OptionsResource {
|
|
3144
|
+
}
|
|
3145
|
+
export interface CassandraTableGetPropertiesOptions extends OptionsResource {
|
|
3146
|
+
}
|
|
3147
|
+
export interface GremlinDatabaseGetPropertiesOptions extends OptionsResource {
|
|
3148
|
+
}
|
|
3149
|
+
export interface GremlinGraphGetPropertiesOptions extends OptionsResource {
|
|
3150
|
+
}
|
|
3609
3151
|
/** Client Encryption Key. */
|
|
3610
3152
|
export interface ClientEncryptionKeyGetResults extends ARMProxyResource {
|
|
3611
3153
|
resource?: ClientEncryptionKeyGetPropertiesResource;
|
|
@@ -3615,57 +3157,6 @@ export interface LocationGetResult extends ARMProxyResource {
|
|
|
3615
3157
|
/** Cosmos DB location metadata */
|
|
3616
3158
|
properties?: LocationProperties;
|
|
3617
3159
|
}
|
|
3618
|
-
/** Parameters to create Data Transfer Job */
|
|
3619
|
-
export interface CreateJobRequest extends ARMProxyResource {
|
|
3620
|
-
/** Data Transfer Create Job Properties */
|
|
3621
|
-
properties: DataTransferJobProperties;
|
|
3622
|
-
}
|
|
3623
|
-
/** A Cosmos DB Data Transfer Job */
|
|
3624
|
-
export interface DataTransferJobGetResults extends ARMProxyResource {
|
|
3625
|
-
/**
|
|
3626
|
-
* Job Name
|
|
3627
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3628
|
-
*/
|
|
3629
|
-
readonly jobName?: string;
|
|
3630
|
-
/** Source DataStore details */
|
|
3631
|
-
source?: DataTransferDataSourceSinkUnion;
|
|
3632
|
-
/** Destination DataStore details */
|
|
3633
|
-
destination?: DataTransferDataSourceSinkUnion;
|
|
3634
|
-
/**
|
|
3635
|
-
* Job Status
|
|
3636
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3637
|
-
*/
|
|
3638
|
-
readonly status?: string;
|
|
3639
|
-
/**
|
|
3640
|
-
* Processed Count.
|
|
3641
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3642
|
-
*/
|
|
3643
|
-
readonly processedCount?: number;
|
|
3644
|
-
/**
|
|
3645
|
-
* Total Count.
|
|
3646
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3647
|
-
*/
|
|
3648
|
-
readonly totalCount?: number;
|
|
3649
|
-
/**
|
|
3650
|
-
* Last Updated Time (ISO-8601 format).
|
|
3651
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3652
|
-
*/
|
|
3653
|
-
readonly lastUpdatedUtcTime?: Date;
|
|
3654
|
-
/** Worker count */
|
|
3655
|
-
workerCount?: number;
|
|
3656
|
-
/**
|
|
3657
|
-
* Error response for Faulted job
|
|
3658
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3659
|
-
*/
|
|
3660
|
-
readonly error?: ErrorResponse;
|
|
3661
|
-
/**
|
|
3662
|
-
* Total Duration of Job
|
|
3663
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3664
|
-
*/
|
|
3665
|
-
readonly duration?: string;
|
|
3666
|
-
/** Mode of job execution */
|
|
3667
|
-
mode?: DataTransferJobMode;
|
|
3668
|
-
}
|
|
3669
3160
|
/** A managed Cassandra data center. */
|
|
3670
3161
|
export interface DataCenterResource extends ARMProxyResource {
|
|
3671
3162
|
/** Properties of a managed Cassandra data center. */
|
|
@@ -3758,31 +3249,6 @@ export interface ServiceResource extends ARMProxyResource {
|
|
|
3758
3249
|
/** Services response resource. */
|
|
3759
3250
|
properties?: ServiceResourcePropertiesUnion;
|
|
3760
3251
|
}
|
|
3761
|
-
/** properties of physical partition throughput info */
|
|
3762
|
-
export interface PhysicalPartitionThroughputInfoResultPropertiesResource extends PhysicalPartitionThroughputInfoProperties {
|
|
3763
|
-
}
|
|
3764
|
-
/** A base CosmosDB data source/sink */
|
|
3765
|
-
export interface BaseCosmosDataTransferDataSourceSink extends DataTransferDataSourceSink {
|
|
3766
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3767
|
-
component: "BaseCosmosDataTransferDataSourceSink" | "CosmosDBCassandra" | "CosmosDBMongo" | "CosmosDBSql";
|
|
3768
|
-
remoteAccountName?: string;
|
|
3769
|
-
}
|
|
3770
|
-
/** A CosmosDB Mongo vCore API data source/sink */
|
|
3771
|
-
export interface CosmosMongoVCoreDataTransferDataSourceSink extends DataTransferDataSourceSink {
|
|
3772
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3773
|
-
component: "CosmosDBMongoVCore";
|
|
3774
|
-
databaseName: string;
|
|
3775
|
-
collectionName: string;
|
|
3776
|
-
hostName?: string;
|
|
3777
|
-
connectionStringKeyVaultUri?: string;
|
|
3778
|
-
}
|
|
3779
|
-
/** An Azure Blob Storage data source/sink */
|
|
3780
|
-
export interface AzureBlobDataTransferDataSourceSink extends DataTransferDataSourceSink {
|
|
3781
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3782
|
-
component: "AzureBlobStorage";
|
|
3783
|
-
containerName: string;
|
|
3784
|
-
endpointUrl?: string;
|
|
3785
|
-
}
|
|
3786
3252
|
/** Representation of a managed Cassandra cluster. */
|
|
3787
3253
|
export interface ClusterResource extends ManagedCassandraARMResourceProperties {
|
|
3788
3254
|
/** Properties of a managed Cassandra cluster. */
|
|
@@ -3856,6 +3322,18 @@ export interface MaterializedViewsBuilderServiceResourceCreateUpdateProperties e
|
|
|
3856
3322
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3857
3323
|
serviceType: "MaterializedViewsBuilder";
|
|
3858
3324
|
}
|
|
3325
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
3326
|
+
export interface TrackedResource extends ResourceAutoGenerated {
|
|
3327
|
+
/** Resource tags. */
|
|
3328
|
+
tags?: {
|
|
3329
|
+
[propertyName: string]: string;
|
|
3330
|
+
};
|
|
3331
|
+
/** The geo-location where the resource lives */
|
|
3332
|
+
location: string;
|
|
3333
|
+
}
|
|
3334
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
3335
|
+
export interface ProxyResourceAutoGenerated extends ResourceAutoGenerated {
|
|
3336
|
+
}
|
|
3859
3337
|
/** Resource for a regional service location. */
|
|
3860
3338
|
export interface DataTransferRegionalServiceResource extends RegionalServiceResource {
|
|
3861
3339
|
}
|
|
@@ -3878,22 +3356,6 @@ export interface GraphAPIComputeRegionalServiceResource extends RegionalServiceR
|
|
|
3878
3356
|
/** Resource for a regional service location. */
|
|
3879
3357
|
export interface MaterializedViewsBuilderRegionalServiceResource extends RegionalServiceResource {
|
|
3880
3358
|
}
|
|
3881
|
-
/** A request object to enable/disable the chaos fault */
|
|
3882
|
-
export interface ChaosFaultResource extends ProxyResource {
|
|
3883
|
-
/** Indicates whether what action to take for the Chaos Fault. */
|
|
3884
|
-
action?: SupportedActions;
|
|
3885
|
-
/** Region of the account where the Chaos Fault is to be enabled/disabled. */
|
|
3886
|
-
region?: string;
|
|
3887
|
-
/** Database name. */
|
|
3888
|
-
databaseName?: string;
|
|
3889
|
-
/** Container name. */
|
|
3890
|
-
containerName?: string;
|
|
3891
|
-
/**
|
|
3892
|
-
* A provisioning state of the Chaos Fault.
|
|
3893
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3894
|
-
*/
|
|
3895
|
-
readonly provisioningState?: string;
|
|
3896
|
-
}
|
|
3897
3359
|
/** A private endpoint connection */
|
|
3898
3360
|
export interface PrivateEndpointConnection extends ProxyResource {
|
|
3899
3361
|
/** Private endpoint which the connection belongs to. */
|
|
@@ -3905,79 +3367,30 @@ export interface PrivateEndpointConnection extends ProxyResource {
|
|
|
3905
3367
|
/** Provisioning state of the private endpoint. */
|
|
3906
3368
|
provisioningState?: string;
|
|
3907
3369
|
}
|
|
3908
|
-
/**
|
|
3909
|
-
export interface
|
|
3910
|
-
/**
|
|
3911
|
-
properties?: NetworkSecurityPerimeterConfigurationProperties;
|
|
3912
|
-
}
|
|
3913
|
-
/** An Azure Cosmos DB Throughputpool Account */
|
|
3914
|
-
export interface ThroughputPoolAccountResource extends ProxyResource {
|
|
3915
|
-
/** A provisioning state of the ThroughputPool Account. */
|
|
3370
|
+
/** An Azure Cosmos DB FleetResource. */
|
|
3371
|
+
export interface FleetResource extends TrackedResource {
|
|
3372
|
+
/** A provisioning state of the Fleet. */
|
|
3916
3373
|
provisioningState?: Status;
|
|
3917
|
-
/** The resource identifier of global database account in the throughputPool. */
|
|
3918
|
-
accountResourceIdentifier?: string;
|
|
3919
|
-
/** The location of global database account in the throughputPool. */
|
|
3920
|
-
accountLocation?: string;
|
|
3921
|
-
/**
|
|
3922
|
-
* The instance id of global database account in the throughputPool.
|
|
3923
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3924
|
-
*/
|
|
3925
|
-
readonly accountInstanceId?: string;
|
|
3926
|
-
}
|
|
3927
|
-
/** Parameters to create and update an Azure Cosmos DB Table Role Definition. */
|
|
3928
|
-
export interface TableRoleDefinitionResource extends ProxyResource {
|
|
3929
|
-
/** The path id for the Role Definition. */
|
|
3930
|
-
idPropertiesId?: string;
|
|
3931
|
-
/** A user-friendly name for the Role Definition. Must be unique for the database account. */
|
|
3932
|
-
roleName?: string;
|
|
3933
|
-
/** Indicates whether the Role Definition was built-in or user created. */
|
|
3934
|
-
typePropertiesType?: RoleDefinitionType;
|
|
3935
|
-
/** A set of fully qualified Scopes at or below which Table Role Assignments may be created using this Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Must have at least one element. Scopes higher than Database account are not enforceable as assignable Scopes. Note that resources referenced in assignable Scopes need not exist. */
|
|
3936
|
-
assignableScopes?: string[];
|
|
3937
|
-
/** The set of operations allowed through this Role Definition. */
|
|
3938
|
-
permissions?: PermissionAutoGenerated[];
|
|
3939
|
-
}
|
|
3940
|
-
/** Parameters to create and update an Azure Cosmos DB Table Role Assignment. */
|
|
3941
|
-
export interface TableRoleAssignmentResource extends ProxyResource {
|
|
3942
|
-
/** The unique identifier for the associated Role Definition. */
|
|
3943
|
-
roleDefinitionId?: string;
|
|
3944
|
-
/** The data plane resource path for which access is being granted through this Table Role Assignment. */
|
|
3945
|
-
scope?: string;
|
|
3946
|
-
/** The unique identifier for the associated AAD principal in the AAD graph to which access is being granted through this Table Role Assignment. Tenant ID for the principal is inferred using the tenant associated with the subscription. */
|
|
3947
|
-
principalId?: string;
|
|
3948
|
-
/**
|
|
3949
|
-
* Provisioning state of the resource.
|
|
3950
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3951
|
-
*/
|
|
3952
|
-
readonly provisioningState?: string;
|
|
3953
3374
|
}
|
|
3954
|
-
/** An Azure Cosmos DB
|
|
3955
|
-
export interface
|
|
3956
|
-
/** A provisioning state of the
|
|
3375
|
+
/** An Azure Cosmos DB Fleetspace. */
|
|
3376
|
+
export interface FleetspaceResource extends ProxyResourceAutoGenerated {
|
|
3377
|
+
/** A provisioning state of the Fleetspace. */
|
|
3957
3378
|
provisioningState?: Status;
|
|
3958
|
-
/**
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
collectionName: string;
|
|
3974
|
-
}
|
|
3975
|
-
/** A CosmosDB No Sql API data source/sink */
|
|
3976
|
-
export interface CosmosSqlDataTransferDataSourceSink extends BaseCosmosDataTransferDataSourceSink {
|
|
3977
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3978
|
-
component: "CosmosDBSql";
|
|
3979
|
-
databaseName: string;
|
|
3980
|
-
containerName: string;
|
|
3379
|
+
/** The kind of API this fleetspace belongs to. Acceptable values: 'NoSQL' */
|
|
3380
|
+
fleetspaceApiKind?: FleetspacePropertiesFleetspaceApiKind;
|
|
3381
|
+
/** Service Tier for the fleetspace. GeneralPurpose types refers to single write region accounts that can be added to this fleetspace, whereas BusinessCritical refers to multi write region. */
|
|
3382
|
+
serviceTier?: FleetspacePropertiesServiceTier;
|
|
3383
|
+
/** List of data regions assigned to the fleetspace. Eg [westus2] */
|
|
3384
|
+
dataRegions?: string[];
|
|
3385
|
+
/** Configuration for throughput pool in the fleetspace. */
|
|
3386
|
+
throughputPoolConfiguration?: FleetspacePropertiesThroughputPoolConfiguration;
|
|
3387
|
+
}
|
|
3388
|
+
/** An Azure Cosmos DB Fleetspace Account */
|
|
3389
|
+
export interface FleetspaceAccountResource extends ProxyResourceAutoGenerated {
|
|
3390
|
+
/** A provisioning state of the Fleetspace Account. */
|
|
3391
|
+
provisioningState?: Status;
|
|
3392
|
+
/** Configuration for fleetspace Account in the fleetspace. */
|
|
3393
|
+
globalDatabaseAccountProperties?: FleetspaceAccountPropertiesGlobalDatabaseAccountProperties;
|
|
3981
3394
|
}
|
|
3982
3395
|
/** Defines headers for DatabaseAccounts_delete operation. */
|
|
3983
3396
|
export interface DatabaseAccountsDeleteHeaders {
|
|
@@ -4014,20 +3427,6 @@ export interface DatabaseAccountsRegenerateKeyHeaders {
|
|
|
4014
3427
|
/** URI to poll for completion status. */
|
|
4015
3428
|
location?: string;
|
|
4016
3429
|
}
|
|
4017
|
-
/** Defines headers for GraphResources_createUpdateGraph operation. */
|
|
4018
|
-
export interface GraphResourcesCreateUpdateGraphHeaders {
|
|
4019
|
-
/** URI to poll for completion status. */
|
|
4020
|
-
azureAsyncOperation?: string;
|
|
4021
|
-
/** URI to poll for completion status. */
|
|
4022
|
-
location?: string;
|
|
4023
|
-
}
|
|
4024
|
-
/** Defines headers for GraphResources_deleteGraphResource operation. */
|
|
4025
|
-
export interface GraphResourcesDeleteGraphResourceHeaders {
|
|
4026
|
-
/** URI to poll for completion status. */
|
|
4027
|
-
azureAsyncOperation?: string;
|
|
4028
|
-
/** URI to poll for completion status. */
|
|
4029
|
-
location?: string;
|
|
4030
|
-
}
|
|
4031
3430
|
/** Defines headers for SqlResources_createUpdateSqlDatabase operation. */
|
|
4032
3431
|
export interface SqlResourcesCreateUpdateSqlDatabaseHeaders {
|
|
4033
3432
|
/** URI to poll for completion status. */
|
|
@@ -4063,13 +3462,6 @@ export interface SqlResourcesMigrateSqlDatabaseToManualThroughputHeaders {
|
|
|
4063
3462
|
/** URI to poll for completion status. */
|
|
4064
3463
|
location?: string;
|
|
4065
3464
|
}
|
|
4066
|
-
/** Defines headers for SqlResources_createUpdateClientEncryptionKey operation. */
|
|
4067
|
-
export interface SqlResourcesCreateUpdateClientEncryptionKeyHeaders {
|
|
4068
|
-
/** URI to poll for completion status. */
|
|
4069
|
-
azureAsyncOperation?: string;
|
|
4070
|
-
/** URI to poll for completion status. */
|
|
4071
|
-
location?: string;
|
|
4072
|
-
}
|
|
4073
3465
|
/** Defines headers for SqlResources_createUpdateSqlContainer operation. */
|
|
4074
3466
|
export interface SqlResourcesCreateUpdateSqlContainerHeaders {
|
|
4075
3467
|
/** URI to poll for completion status. */
|
|
@@ -4084,20 +3476,6 @@ export interface SqlResourcesDeleteSqlContainerHeaders {
|
|
|
4084
3476
|
/** URI to poll for completion status. */
|
|
4085
3477
|
location?: string;
|
|
4086
3478
|
}
|
|
4087
|
-
/** Defines headers for SqlResources_sqlDatabasePartitionMerge operation. */
|
|
4088
|
-
export interface SqlResourcesSqlDatabasePartitionMergeHeaders {
|
|
4089
|
-
/** URI to poll for completion status. */
|
|
4090
|
-
azureAsyncOperation?: string;
|
|
4091
|
-
/** URI to poll for completion status. */
|
|
4092
|
-
location?: string;
|
|
4093
|
-
}
|
|
4094
|
-
/** Defines headers for SqlResources_listSqlContainerPartitionMerge operation. */
|
|
4095
|
-
export interface SqlResourcesListSqlContainerPartitionMergeHeaders {
|
|
4096
|
-
/** URI to poll for completion status. */
|
|
4097
|
-
azureAsyncOperation?: string;
|
|
4098
|
-
/** URI to poll for completion status. */
|
|
4099
|
-
location?: string;
|
|
4100
|
-
}
|
|
4101
3479
|
/** Defines headers for SqlResources_updateSqlContainerThroughput operation. */
|
|
4102
3480
|
export interface SqlResourcesUpdateSqlContainerThroughputHeaders {
|
|
4103
3481
|
/** URI to poll for completion status. */
|
|
@@ -4119,29 +3497,8 @@ export interface SqlResourcesMigrateSqlContainerToManualThroughputHeaders {
|
|
|
4119
3497
|
/** URI to poll for completion status. */
|
|
4120
3498
|
location?: string;
|
|
4121
3499
|
}
|
|
4122
|
-
/** Defines headers for
|
|
4123
|
-
export interface
|
|
4124
|
-
/** URI to poll for completion status. */
|
|
4125
|
-
azureAsyncOperation?: string;
|
|
4126
|
-
/** URI to poll for completion status. */
|
|
4127
|
-
location?: string;
|
|
4128
|
-
}
|
|
4129
|
-
/** Defines headers for SqlResources_sqlDatabaseRedistributeThroughput operation. */
|
|
4130
|
-
export interface SqlResourcesSqlDatabaseRedistributeThroughputHeaders {
|
|
4131
|
-
/** URI to poll for completion status. */
|
|
4132
|
-
azureAsyncOperation?: string;
|
|
4133
|
-
/** URI to poll for completion status. */
|
|
4134
|
-
location?: string;
|
|
4135
|
-
}
|
|
4136
|
-
/** Defines headers for SqlResources_sqlContainerRetrieveThroughputDistribution operation. */
|
|
4137
|
-
export interface SqlResourcesSqlContainerRetrieveThroughputDistributionHeaders {
|
|
4138
|
-
/** URI to poll for completion status. */
|
|
4139
|
-
azureAsyncOperation?: string;
|
|
4140
|
-
/** URI to poll for completion status. */
|
|
4141
|
-
location?: string;
|
|
4142
|
-
}
|
|
4143
|
-
/** Defines headers for SqlResources_sqlContainerRedistributeThroughput operation. */
|
|
4144
|
-
export interface SqlResourcesSqlContainerRedistributeThroughputHeaders {
|
|
3500
|
+
/** Defines headers for SqlResources_createUpdateClientEncryptionKey operation. */
|
|
3501
|
+
export interface SqlResourcesCreateUpdateClientEncryptionKeyHeaders {
|
|
4145
3502
|
/** URI to poll for completion status. */
|
|
4146
3503
|
azureAsyncOperation?: string;
|
|
4147
3504
|
/** URI to poll for completion status. */
|
|
@@ -4224,34 +3581,6 @@ export interface MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputHeaders
|
|
|
4224
3581
|
/** URI to poll for completion status. */
|
|
4225
3582
|
location?: string;
|
|
4226
3583
|
}
|
|
4227
|
-
/** Defines headers for MongoDBResources_mongoDBDatabaseRetrieveThroughputDistribution operation. */
|
|
4228
|
-
export interface MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionHeaders {
|
|
4229
|
-
/** URI to poll for completion status. */
|
|
4230
|
-
azureAsyncOperation?: string;
|
|
4231
|
-
/** URI to poll for completion status. */
|
|
4232
|
-
location?: string;
|
|
4233
|
-
}
|
|
4234
|
-
/** Defines headers for MongoDBResources_mongoDBDatabaseRedistributeThroughput operation. */
|
|
4235
|
-
export interface MongoDBResourcesMongoDBDatabaseRedistributeThroughputHeaders {
|
|
4236
|
-
/** URI to poll for completion status. */
|
|
4237
|
-
azureAsyncOperation?: string;
|
|
4238
|
-
/** URI to poll for completion status. */
|
|
4239
|
-
location?: string;
|
|
4240
|
-
}
|
|
4241
|
-
/** Defines headers for MongoDBResources_mongoDBContainerRetrieveThroughputDistribution operation. */
|
|
4242
|
-
export interface MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionHeaders {
|
|
4243
|
-
/** URI to poll for completion status. */
|
|
4244
|
-
azureAsyncOperation?: string;
|
|
4245
|
-
/** URI to poll for completion status. */
|
|
4246
|
-
location?: string;
|
|
4247
|
-
}
|
|
4248
|
-
/** Defines headers for MongoDBResources_mongoDBContainerRedistributeThroughput operation. */
|
|
4249
|
-
export interface MongoDBResourcesMongoDBContainerRedistributeThroughputHeaders {
|
|
4250
|
-
/** URI to poll for completion status. */
|
|
4251
|
-
azureAsyncOperation?: string;
|
|
4252
|
-
/** URI to poll for completion status. */
|
|
4253
|
-
location?: string;
|
|
4254
|
-
}
|
|
4255
3584
|
/** Defines headers for MongoDBResources_createUpdateMongoDBCollection operation. */
|
|
4256
3585
|
export interface MongoDBResourcesCreateUpdateMongoDBCollectionHeaders {
|
|
4257
3586
|
/** URI to poll for completion status. */
|
|
@@ -4266,20 +3595,6 @@ export interface MongoDBResourcesDeleteMongoDBCollectionHeaders {
|
|
|
4266
3595
|
/** URI to poll for completion status. */
|
|
4267
3596
|
location?: string;
|
|
4268
3597
|
}
|
|
4269
|
-
/** Defines headers for MongoDBResources_mongoDBDatabasePartitionMerge operation. */
|
|
4270
|
-
export interface MongoDBResourcesMongoDBDatabasePartitionMergeHeaders {
|
|
4271
|
-
/** URI to poll for completion status. */
|
|
4272
|
-
azureAsyncOperation?: string;
|
|
4273
|
-
/** URI to poll for completion status. */
|
|
4274
|
-
location?: string;
|
|
4275
|
-
}
|
|
4276
|
-
/** Defines headers for MongoDBResources_listMongoDBCollectionPartitionMerge operation. */
|
|
4277
|
-
export interface MongoDBResourcesListMongoDBCollectionPartitionMergeHeaders {
|
|
4278
|
-
/** URI to poll for completion status. */
|
|
4279
|
-
azureAsyncOperation?: string;
|
|
4280
|
-
/** URI to poll for completion status. */
|
|
4281
|
-
location?: string;
|
|
4282
|
-
}
|
|
4283
3598
|
/** Defines headers for MongoDBResources_updateMongoDBCollectionThroughput operation. */
|
|
4284
3599
|
export interface MongoDBResourcesUpdateMongoDBCollectionThroughputHeaders {
|
|
4285
3600
|
/** URI to poll for completion status. */
|
|
@@ -4295,70 +3610,42 @@ export interface MongoDBResourcesMigrateMongoDBCollectionToAutoscaleHeaders {
|
|
|
4295
3610
|
location?: string;
|
|
4296
3611
|
}
|
|
4297
3612
|
/** Defines headers for MongoDBResources_migrateMongoDBCollectionToManualThroughput operation. */
|
|
4298
|
-
export interface MongoDBResourcesMigrateMongoDBCollectionToManualThroughputHeaders {
|
|
4299
|
-
/** URI to poll for completion status. */
|
|
4300
|
-
azureAsyncOperation?: string;
|
|
4301
|
-
/** URI to poll for completion status. */
|
|
4302
|
-
location?: string;
|
|
4303
|
-
}
|
|
4304
|
-
/** Defines headers for TableResources_createUpdateTable operation. */
|
|
4305
|
-
export interface TableResourcesCreateUpdateTableHeaders {
|
|
4306
|
-
/** URI to poll for completion status. */
|
|
4307
|
-
azureAsyncOperation?: string;
|
|
4308
|
-
/** URI to poll for completion status. */
|
|
4309
|
-
location?: string;
|
|
4310
|
-
}
|
|
4311
|
-
/** Defines headers for TableResources_deleteTable operation. */
|
|
4312
|
-
export interface TableResourcesDeleteTableHeaders {
|
|
4313
|
-
/** URI to poll for completion status. */
|
|
4314
|
-
azureAsyncOperation?: string;
|
|
4315
|
-
/** URI to poll for completion status. */
|
|
4316
|
-
location?: string;
|
|
4317
|
-
}
|
|
4318
|
-
/** Defines headers for TableResources_updateTableThroughput operation. */
|
|
4319
|
-
export interface TableResourcesUpdateTableThroughputHeaders {
|
|
4320
|
-
/** URI to poll for completion status. */
|
|
4321
|
-
azureAsyncOperation?: string;
|
|
4322
|
-
/** URI to poll for completion status. */
|
|
4323
|
-
location?: string;
|
|
4324
|
-
}
|
|
4325
|
-
/** Defines headers for TableResources_migrateTableToAutoscale operation. */
|
|
4326
|
-
export interface TableResourcesMigrateTableToAutoscaleHeaders {
|
|
3613
|
+
export interface MongoDBResourcesMigrateMongoDBCollectionToManualThroughputHeaders {
|
|
4327
3614
|
/** URI to poll for completion status. */
|
|
4328
3615
|
azureAsyncOperation?: string;
|
|
4329
3616
|
/** URI to poll for completion status. */
|
|
4330
3617
|
location?: string;
|
|
4331
3618
|
}
|
|
4332
|
-
/** Defines headers for
|
|
4333
|
-
export interface
|
|
3619
|
+
/** Defines headers for TableResources_createUpdateTable operation. */
|
|
3620
|
+
export interface TableResourcesCreateUpdateTableHeaders {
|
|
4334
3621
|
/** URI to poll for completion status. */
|
|
4335
3622
|
azureAsyncOperation?: string;
|
|
4336
3623
|
/** URI to poll for completion status. */
|
|
4337
3624
|
location?: string;
|
|
4338
3625
|
}
|
|
4339
|
-
/** Defines headers for
|
|
4340
|
-
export interface
|
|
3626
|
+
/** Defines headers for TableResources_deleteTable operation. */
|
|
3627
|
+
export interface TableResourcesDeleteTableHeaders {
|
|
4341
3628
|
/** URI to poll for completion status. */
|
|
4342
3629
|
azureAsyncOperation?: string;
|
|
4343
3630
|
/** URI to poll for completion status. */
|
|
4344
3631
|
location?: string;
|
|
4345
3632
|
}
|
|
4346
|
-
/** Defines headers for
|
|
4347
|
-
export interface
|
|
3633
|
+
/** Defines headers for TableResources_updateTableThroughput operation. */
|
|
3634
|
+
export interface TableResourcesUpdateTableThroughputHeaders {
|
|
4348
3635
|
/** URI to poll for completion status. */
|
|
4349
3636
|
azureAsyncOperation?: string;
|
|
4350
3637
|
/** URI to poll for completion status. */
|
|
4351
3638
|
location?: string;
|
|
4352
3639
|
}
|
|
4353
|
-
/** Defines headers for
|
|
4354
|
-
export interface
|
|
3640
|
+
/** Defines headers for TableResources_migrateTableToAutoscale operation. */
|
|
3641
|
+
export interface TableResourcesMigrateTableToAutoscaleHeaders {
|
|
4355
3642
|
/** URI to poll for completion status. */
|
|
4356
3643
|
azureAsyncOperation?: string;
|
|
4357
3644
|
/** URI to poll for completion status. */
|
|
4358
3645
|
location?: string;
|
|
4359
3646
|
}
|
|
4360
|
-
/** Defines headers for
|
|
4361
|
-
export interface
|
|
3647
|
+
/** Defines headers for TableResources_migrateTableToManualThroughput operation. */
|
|
3648
|
+
export interface TableResourcesMigrateTableToManualThroughputHeaders {
|
|
4362
3649
|
/** URI to poll for completion status. */
|
|
4363
3650
|
azureAsyncOperation?: string;
|
|
4364
3651
|
/** URI to poll for completion status. */
|
|
@@ -4434,41 +3721,6 @@ export interface CassandraResourcesMigrateCassandraTableToManualThroughputHeader
|
|
|
4434
3721
|
/** URI to poll for completion status. */
|
|
4435
3722
|
location?: string;
|
|
4436
3723
|
}
|
|
4437
|
-
/** Defines headers for CassandraResources_createUpdateCassandraView operation. */
|
|
4438
|
-
export interface CassandraResourcesCreateUpdateCassandraViewHeaders {
|
|
4439
|
-
/** URI to poll for completion status. */
|
|
4440
|
-
azureAsyncOperation?: string;
|
|
4441
|
-
/** URI to poll for completion status. */
|
|
4442
|
-
location?: string;
|
|
4443
|
-
}
|
|
4444
|
-
/** Defines headers for CassandraResources_deleteCassandraView operation. */
|
|
4445
|
-
export interface CassandraResourcesDeleteCassandraViewHeaders {
|
|
4446
|
-
/** URI to poll for completion status. */
|
|
4447
|
-
azureAsyncOperation?: string;
|
|
4448
|
-
/** URI to poll for completion status. */
|
|
4449
|
-
location?: string;
|
|
4450
|
-
}
|
|
4451
|
-
/** Defines headers for CassandraResources_updateCassandraViewThroughput operation. */
|
|
4452
|
-
export interface CassandraResourcesUpdateCassandraViewThroughputHeaders {
|
|
4453
|
-
/** URI to poll for completion status. */
|
|
4454
|
-
azureAsyncOperation?: string;
|
|
4455
|
-
/** URI to poll for completion status. */
|
|
4456
|
-
location?: string;
|
|
4457
|
-
}
|
|
4458
|
-
/** Defines headers for CassandraResources_migrateCassandraViewToAutoscale operation. */
|
|
4459
|
-
export interface CassandraResourcesMigrateCassandraViewToAutoscaleHeaders {
|
|
4460
|
-
/** URI to poll for completion status. */
|
|
4461
|
-
azureAsyncOperation?: string;
|
|
4462
|
-
/** URI to poll for completion status. */
|
|
4463
|
-
location?: string;
|
|
4464
|
-
}
|
|
4465
|
-
/** Defines headers for CassandraResources_migrateCassandraViewToManualThroughput operation. */
|
|
4466
|
-
export interface CassandraResourcesMigrateCassandraViewToManualThroughputHeaders {
|
|
4467
|
-
/** URI to poll for completion status. */
|
|
4468
|
-
azureAsyncOperation?: string;
|
|
4469
|
-
/** URI to poll for completion status. */
|
|
4470
|
-
location?: string;
|
|
4471
|
-
}
|
|
4472
3724
|
/** Defines headers for GremlinResources_createUpdateGremlinDatabase operation. */
|
|
4473
3725
|
export interface GremlinResourcesCreateUpdateGremlinDatabaseHeaders {
|
|
4474
3726
|
/** URI to poll for completion status. */
|
|
@@ -4539,17 +3791,13 @@ export interface GremlinResourcesMigrateGremlinGraphToManualThroughputHeaders {
|
|
|
4539
3791
|
/** URI to poll for completion status. */
|
|
4540
3792
|
location?: string;
|
|
4541
3793
|
}
|
|
4542
|
-
/** Defines headers for
|
|
4543
|
-
export interface
|
|
3794
|
+
/** Defines headers for Service_create operation. */
|
|
3795
|
+
export interface ServiceCreateHeaders {
|
|
4544
3796
|
/** URI to poll for completion status. */
|
|
4545
3797
|
azureAsyncOperation?: string;
|
|
4546
3798
|
/** URI to poll for completion status. */
|
|
4547
3799
|
location?: string;
|
|
4548
3800
|
}
|
|
4549
|
-
/** Defines headers for NetworkSecurityPerimeterConfigurations_reconcile operation. */
|
|
4550
|
-
export interface NetworkSecurityPerimeterConfigurationsReconcileHeaders {
|
|
4551
|
-
location?: string;
|
|
4552
|
-
}
|
|
4553
3801
|
/** Defines headers for Service_delete operation. */
|
|
4554
3802
|
export interface ServiceDeleteHeaders {
|
|
4555
3803
|
/** URI to poll for completion status. */
|
|
@@ -4557,49 +3805,34 @@ export interface ServiceDeleteHeaders {
|
|
|
4557
3805
|
/** URI to poll for completion status. */
|
|
4558
3806
|
location?: string;
|
|
4559
3807
|
}
|
|
4560
|
-
/** Defines headers for
|
|
4561
|
-
export interface
|
|
3808
|
+
/** Defines headers for Fleet_delete operation. */
|
|
3809
|
+
export interface FleetDeleteHeaders {
|
|
4562
3810
|
/** URI to poll for completion status. */
|
|
4563
3811
|
azureAsyncOperation?: string;
|
|
4564
3812
|
/** URI to poll for completion status. */
|
|
4565
3813
|
location?: string;
|
|
4566
3814
|
}
|
|
4567
|
-
/** Defines headers for
|
|
4568
|
-
export interface
|
|
3815
|
+
/** Defines headers for Fleetspace_update operation. */
|
|
3816
|
+
export interface FleetspaceUpdateHeaders {
|
|
4569
3817
|
/** URI to poll for completion status. */
|
|
4570
3818
|
azureAsyncOperation?: string;
|
|
4571
3819
|
/** URI to poll for completion status. */
|
|
4572
3820
|
location?: string;
|
|
4573
3821
|
}
|
|
4574
|
-
/** Defines headers for
|
|
4575
|
-
export interface
|
|
3822
|
+
/** Defines headers for Fleetspace_delete operation. */
|
|
3823
|
+
export interface FleetspaceDeleteHeaders {
|
|
4576
3824
|
/** URI to poll for completion status. */
|
|
4577
3825
|
azureAsyncOperation?: string;
|
|
4578
3826
|
/** URI to poll for completion status. */
|
|
4579
3827
|
location?: string;
|
|
4580
3828
|
}
|
|
4581
|
-
/**
|
|
4582
|
-
export
|
|
4583
|
-
/**
|
|
4584
|
-
|
|
4585
|
-
/**
|
|
4586
|
-
|
|
4587
|
-
/** ManagedIdentity */
|
|
4588
|
-
ManagedIdentity = "ManagedIdentity",
|
|
4589
|
-
/** Key */
|
|
4590
|
-
Key = "Key"
|
|
3829
|
+
/** Defines headers for FleetspaceAccount_delete operation. */
|
|
3830
|
+
export interface FleetspaceAccountDeleteHeaders {
|
|
3831
|
+
/** URI to poll for completion status. */
|
|
3832
|
+
azureAsyncOperation?: string;
|
|
3833
|
+
/** URI to poll for completion status. */
|
|
3834
|
+
location?: string;
|
|
4591
3835
|
}
|
|
4592
|
-
/**
|
|
4593
|
-
* Defines values for CreatedByType. \
|
|
4594
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
4595
|
-
* this enum contains the known values that the service supports.
|
|
4596
|
-
* ### Known values supported by the service
|
|
4597
|
-
* **User** \
|
|
4598
|
-
* **Application** \
|
|
4599
|
-
* **ManagedIdentity** \
|
|
4600
|
-
* **Key**
|
|
4601
|
-
*/
|
|
4602
|
-
export type CreatedByType = string;
|
|
4603
3836
|
/** Known values of {@link DatabaseAccountKind} that the service accepts. */
|
|
4604
3837
|
export declare enum KnownDatabaseAccountKind {
|
|
4605
3838
|
/** GlobalDocumentDB */
|
|
@@ -4765,50 +3998,6 @@ export declare enum KnownBackupPolicyMigrationStatus {
|
|
|
4765
3998
|
* **Failed**
|
|
4766
3999
|
*/
|
|
4767
4000
|
export type BackupPolicyMigrationStatus = string;
|
|
4768
|
-
/** Known values of {@link CapacityMode} that the service accepts. */
|
|
4769
|
-
export declare enum KnownCapacityMode {
|
|
4770
|
-
/** None */
|
|
4771
|
-
None = "None",
|
|
4772
|
-
/** Provisioned */
|
|
4773
|
-
Provisioned = "Provisioned",
|
|
4774
|
-
/** Serverless */
|
|
4775
|
-
Serverless = "Serverless"
|
|
4776
|
-
}
|
|
4777
|
-
/**
|
|
4778
|
-
* Defines values for CapacityMode. \
|
|
4779
|
-
* {@link KnownCapacityMode} can be used interchangeably with CapacityMode,
|
|
4780
|
-
* this enum contains the known values that the service supports.
|
|
4781
|
-
* ### Known values supported by the service
|
|
4782
|
-
* **None** \
|
|
4783
|
-
* **Provisioned** \
|
|
4784
|
-
* **Serverless**
|
|
4785
|
-
*/
|
|
4786
|
-
export type CapacityMode = string;
|
|
4787
|
-
/** Known values of {@link CapacityModeTransitionStatus} that the service accepts. */
|
|
4788
|
-
export declare enum KnownCapacityModeTransitionStatus {
|
|
4789
|
-
/** Invalid */
|
|
4790
|
-
Invalid = "Invalid",
|
|
4791
|
-
/** Initialized */
|
|
4792
|
-
Initialized = "Initialized",
|
|
4793
|
-
/** InProgress */
|
|
4794
|
-
InProgress = "InProgress",
|
|
4795
|
-
/** Completed */
|
|
4796
|
-
Completed = "Completed",
|
|
4797
|
-
/** Failed */
|
|
4798
|
-
Failed = "Failed"
|
|
4799
|
-
}
|
|
4800
|
-
/**
|
|
4801
|
-
* Defines values for CapacityModeTransitionStatus. \
|
|
4802
|
-
* {@link KnownCapacityModeTransitionStatus} can be used interchangeably with CapacityModeTransitionStatus,
|
|
4803
|
-
* this enum contains the known values that the service supports.
|
|
4804
|
-
* ### Known values supported by the service
|
|
4805
|
-
* **Invalid** \
|
|
4806
|
-
* **Initialized** \
|
|
4807
|
-
* **InProgress** \
|
|
4808
|
-
* **Completed** \
|
|
4809
|
-
* **Failed**
|
|
4810
|
-
*/
|
|
4811
|
-
export type CapacityModeTransitionStatus = string;
|
|
4812
4001
|
/** Known values of {@link MinimalTlsVersion} that the service accepts. */
|
|
4813
4002
|
export declare enum KnownMinimalTlsVersion {
|
|
4814
4003
|
/** Tls */
|
|
@@ -4844,6 +4033,28 @@ export declare enum KnownDefaultPriorityLevel {
|
|
|
4844
4033
|
* **Low**
|
|
4845
4034
|
*/
|
|
4846
4035
|
export type DefaultPriorityLevel = string;
|
|
4036
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
4037
|
+
export declare enum KnownCreatedByType {
|
|
4038
|
+
/** User */
|
|
4039
|
+
User = "User",
|
|
4040
|
+
/** Application */
|
|
4041
|
+
Application = "Application",
|
|
4042
|
+
/** ManagedIdentity */
|
|
4043
|
+
ManagedIdentity = "ManagedIdentity",
|
|
4044
|
+
/** Key */
|
|
4045
|
+
Key = "Key"
|
|
4046
|
+
}
|
|
4047
|
+
/**
|
|
4048
|
+
* Defines values for CreatedByType. \
|
|
4049
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
4050
|
+
* this enum contains the known values that the service supports.
|
|
4051
|
+
* ### Known values supported by the service
|
|
4052
|
+
* **User** \
|
|
4053
|
+
* **Application** \
|
|
4054
|
+
* **ManagedIdentity** \
|
|
4055
|
+
* **Key**
|
|
4056
|
+
*/
|
|
4057
|
+
export type CreatedByType = string;
|
|
4847
4058
|
/** Known values of {@link Kind} that the service accepts. */
|
|
4848
4059
|
export declare enum KnownKind {
|
|
4849
4060
|
/** Primary */
|
|
@@ -5149,7 +4360,9 @@ export declare enum KnownVectorDataType {
|
|
|
5149
4360
|
/** Uint8 */
|
|
5150
4361
|
Uint8 = "uint8",
|
|
5151
4362
|
/** Int8 */
|
|
5152
|
-
Int8 = "int8"
|
|
4363
|
+
Int8 = "int8",
|
|
4364
|
+
/** Float16 */
|
|
4365
|
+
Float16 = "float16"
|
|
5153
4366
|
}
|
|
5154
4367
|
/**
|
|
5155
4368
|
* Defines values for VectorDataType. \
|
|
@@ -5158,7 +4371,8 @@ export declare enum KnownVectorDataType {
|
|
|
5158
4371
|
* ### Known values supported by the service
|
|
5159
4372
|
* **float32** \
|
|
5160
4373
|
* **uint8** \
|
|
5161
|
-
* **int8**
|
|
4374
|
+
* **int8** \
|
|
4375
|
+
* **float16**
|
|
5162
4376
|
*/
|
|
5163
4377
|
export type VectorDataType = string;
|
|
5164
4378
|
/** Known values of {@link DistanceFunction} that the service accepts. */
|
|
@@ -5180,25 +4394,6 @@ export declare enum KnownDistanceFunction {
|
|
|
5180
4394
|
* **dotproduct**
|
|
5181
4395
|
*/
|
|
5182
4396
|
export type DistanceFunction = string;
|
|
5183
|
-
/** Known values of {@link ThroughputPolicyType} that the service accepts. */
|
|
5184
|
-
export declare enum KnownThroughputPolicyType {
|
|
5185
|
-
/** None */
|
|
5186
|
-
None = "none",
|
|
5187
|
-
/** Equal */
|
|
5188
|
-
Equal = "equal",
|
|
5189
|
-
/** Custom */
|
|
5190
|
-
Custom = "custom"
|
|
5191
|
-
}
|
|
5192
|
-
/**
|
|
5193
|
-
* Defines values for ThroughputPolicyType. \
|
|
5194
|
-
* {@link KnownThroughputPolicyType} can be used interchangeably with ThroughputPolicyType,
|
|
5195
|
-
* this enum contains the known values that the service supports.
|
|
5196
|
-
* ### Known values supported by the service
|
|
5197
|
-
* **none** \
|
|
5198
|
-
* **equal** \
|
|
5199
|
-
* **custom**
|
|
5200
|
-
*/
|
|
5201
|
-
export type ThroughputPolicyType = string;
|
|
5202
4397
|
/** Known values of {@link TriggerType} that the service accepts. */
|
|
5203
4398
|
export declare enum KnownTriggerType {
|
|
5204
4399
|
/** Pre */
|
|
@@ -5271,6 +4466,8 @@ export declare enum KnownStatus {
|
|
|
5271
4466
|
Online = "Online",
|
|
5272
4467
|
/** Deleting */
|
|
5273
4468
|
Deleting = "Deleting",
|
|
4469
|
+
/** Creating */
|
|
4470
|
+
Creating = "Creating",
|
|
5274
4471
|
/** Succeeded */
|
|
5275
4472
|
Succeeded = "Succeeded",
|
|
5276
4473
|
/** Failed */
|
|
@@ -5290,53 +4487,13 @@ export declare enum KnownStatus {
|
|
|
5290
4487
|
* **InternallyReady** \
|
|
5291
4488
|
* **Online** \
|
|
5292
4489
|
* **Deleting** \
|
|
4490
|
+
* **Creating** \
|
|
5293
4491
|
* **Succeeded** \
|
|
5294
4492
|
* **Failed** \
|
|
5295
4493
|
* **Canceled** \
|
|
5296
4494
|
* **Updating**
|
|
5297
4495
|
*/
|
|
5298
4496
|
export type Status = string;
|
|
5299
|
-
/** Known values of {@link DataTransferComponent} that the service accepts. */
|
|
5300
|
-
export declare enum KnownDataTransferComponent {
|
|
5301
|
-
/** CosmosDBCassandra */
|
|
5302
|
-
CosmosDBCassandra = "CosmosDBCassandra",
|
|
5303
|
-
/** CosmosDBMongo */
|
|
5304
|
-
CosmosDBMongo = "CosmosDBMongo",
|
|
5305
|
-
/** CosmosDBMongoVCore */
|
|
5306
|
-
CosmosDBMongoVCore = "CosmosDBMongoVCore",
|
|
5307
|
-
/** CosmosDBSql */
|
|
5308
|
-
CosmosDBSql = "CosmosDBSql",
|
|
5309
|
-
/** AzureBlobStorage */
|
|
5310
|
-
AzureBlobStorage = "AzureBlobStorage"
|
|
5311
|
-
}
|
|
5312
|
-
/**
|
|
5313
|
-
* Defines values for DataTransferComponent. \
|
|
5314
|
-
* {@link KnownDataTransferComponent} can be used interchangeably with DataTransferComponent,
|
|
5315
|
-
* this enum contains the known values that the service supports.
|
|
5316
|
-
* ### Known values supported by the service
|
|
5317
|
-
* **CosmosDBCassandra** \
|
|
5318
|
-
* **CosmosDBMongo** \
|
|
5319
|
-
* **CosmosDBMongoVCore** \
|
|
5320
|
-
* **CosmosDBSql** \
|
|
5321
|
-
* **AzureBlobStorage**
|
|
5322
|
-
*/
|
|
5323
|
-
export type DataTransferComponent = string;
|
|
5324
|
-
/** Known values of {@link DataTransferJobMode} that the service accepts. */
|
|
5325
|
-
export declare enum KnownDataTransferJobMode {
|
|
5326
|
-
/** Offline */
|
|
5327
|
-
Offline = "Offline",
|
|
5328
|
-
/** Online */
|
|
5329
|
-
Online = "Online"
|
|
5330
|
-
}
|
|
5331
|
-
/**
|
|
5332
|
-
* Defines values for DataTransferJobMode. \
|
|
5333
|
-
* {@link KnownDataTransferJobMode} can be used interchangeably with DataTransferJobMode,
|
|
5334
|
-
* this enum contains the known values that the service supports.
|
|
5335
|
-
* ### Known values supported by the service
|
|
5336
|
-
* **Offline** \
|
|
5337
|
-
* **Online**
|
|
5338
|
-
*/
|
|
5339
|
-
export type DataTransferJobMode = string;
|
|
5340
4497
|
/** Known values of {@link ManagedCassandraProvisioningState} that the service accepts. */
|
|
5341
4498
|
export declare enum KnownManagedCassandraProvisioningState {
|
|
5342
4499
|
/** Creating */
|
|
@@ -5384,60 +4541,6 @@ export declare enum KnownAuthenticationMethod {
|
|
|
5384
4541
|
* **Ldap**
|
|
5385
4542
|
*/
|
|
5386
4543
|
export type AuthenticationMethod = string;
|
|
5387
|
-
/** Known values of {@link AutoReplicate} that the service accepts. */
|
|
5388
|
-
export declare enum KnownAutoReplicate {
|
|
5389
|
-
/** None */
|
|
5390
|
-
None = "None",
|
|
5391
|
-
/** SystemKeyspaces */
|
|
5392
|
-
SystemKeyspaces = "SystemKeyspaces",
|
|
5393
|
-
/** AllKeyspaces */
|
|
5394
|
-
AllKeyspaces = "AllKeyspaces"
|
|
5395
|
-
}
|
|
5396
|
-
/**
|
|
5397
|
-
* Defines values for AutoReplicate. \
|
|
5398
|
-
* {@link KnownAutoReplicate} can be used interchangeably with AutoReplicate,
|
|
5399
|
-
* this enum contains the known values that the service supports.
|
|
5400
|
-
* ### Known values supported by the service
|
|
5401
|
-
* **None** \
|
|
5402
|
-
* **SystemKeyspaces** \
|
|
5403
|
-
* **AllKeyspaces**
|
|
5404
|
-
*/
|
|
5405
|
-
export type AutoReplicate = string;
|
|
5406
|
-
/** Known values of {@link ClusterType} that the service accepts. */
|
|
5407
|
-
export declare enum KnownClusterType {
|
|
5408
|
-
/** Production */
|
|
5409
|
-
Production = "Production",
|
|
5410
|
-
/** NonProduction */
|
|
5411
|
-
NonProduction = "NonProduction"
|
|
5412
|
-
}
|
|
5413
|
-
/**
|
|
5414
|
-
* Defines values for ClusterType. \
|
|
5415
|
-
* {@link KnownClusterType} can be used interchangeably with ClusterType,
|
|
5416
|
-
* this enum contains the known values that the service supports.
|
|
5417
|
-
* ### Known values supported by the service
|
|
5418
|
-
* **Production** \
|
|
5419
|
-
* **NonProduction**
|
|
5420
|
-
*/
|
|
5421
|
-
export type ClusterType = string;
|
|
5422
|
-
/** Known values of {@link ScheduledEventStrategy} that the service accepts. */
|
|
5423
|
-
export declare enum KnownScheduledEventStrategy {
|
|
5424
|
-
/** Ignore */
|
|
5425
|
-
Ignore = "Ignore",
|
|
5426
|
-
/** StopAny */
|
|
5427
|
-
StopAny = "StopAny",
|
|
5428
|
-
/** StopByRack */
|
|
5429
|
-
StopByRack = "StopByRack"
|
|
5430
|
-
}
|
|
5431
|
-
/**
|
|
5432
|
-
* Defines values for ScheduledEventStrategy. \
|
|
5433
|
-
* {@link KnownScheduledEventStrategy} can be used interchangeably with ScheduledEventStrategy,
|
|
5434
|
-
* this enum contains the known values that the service supports.
|
|
5435
|
-
* ### Known values supported by the service
|
|
5436
|
-
* **Ignore** \
|
|
5437
|
-
* **StopAny** \
|
|
5438
|
-
* **StopByRack**
|
|
5439
|
-
*/
|
|
5440
|
-
export type ScheduledEventStrategy = string;
|
|
5441
4544
|
/** Known values of {@link AzureConnectionType} that the service accepts. */
|
|
5442
4545
|
export declare enum KnownAzureConnectionType {
|
|
5443
4546
|
/** None */
|
|
@@ -5470,56 +4573,6 @@ export declare enum KnownManagedCassandraResourceIdentityType {
|
|
|
5470
4573
|
* **None**
|
|
5471
4574
|
*/
|
|
5472
4575
|
export type ManagedCassandraResourceIdentityType = string;
|
|
5473
|
-
/** Known values of {@link CommandStatus} that the service accepts. */
|
|
5474
|
-
export declare enum KnownCommandStatus {
|
|
5475
|
-
/** Done */
|
|
5476
|
-
Done = "Done",
|
|
5477
|
-
/** Running */
|
|
5478
|
-
Running = "Running",
|
|
5479
|
-
/** Enqueue */
|
|
5480
|
-
Enqueue = "Enqueue",
|
|
5481
|
-
/** Processing */
|
|
5482
|
-
Processing = "Processing",
|
|
5483
|
-
/** Finished */
|
|
5484
|
-
Finished = "Finished",
|
|
5485
|
-
/** Failed */
|
|
5486
|
-
Failed = "Failed"
|
|
5487
|
-
}
|
|
5488
|
-
/**
|
|
5489
|
-
* Defines values for CommandStatus. \
|
|
5490
|
-
* {@link KnownCommandStatus} can be used interchangeably with CommandStatus,
|
|
5491
|
-
* this enum contains the known values that the service supports.
|
|
5492
|
-
* ### Known values supported by the service
|
|
5493
|
-
* **Done** \
|
|
5494
|
-
* **Running** \
|
|
5495
|
-
* **Enqueue** \
|
|
5496
|
-
* **Processing** \
|
|
5497
|
-
* **Finished** \
|
|
5498
|
-
* **Failed**
|
|
5499
|
-
*/
|
|
5500
|
-
export type CommandStatus = string;
|
|
5501
|
-
/** Known values of {@link BackupState} that the service accepts. */
|
|
5502
|
-
export declare enum KnownBackupState {
|
|
5503
|
-
/** Initiated */
|
|
5504
|
-
Initiated = "Initiated",
|
|
5505
|
-
/** InProgress */
|
|
5506
|
-
InProgress = "InProgress",
|
|
5507
|
-
/** Succeeded */
|
|
5508
|
-
Succeeded = "Succeeded",
|
|
5509
|
-
/** Failed */
|
|
5510
|
-
Failed = "Failed"
|
|
5511
|
-
}
|
|
5512
|
-
/**
|
|
5513
|
-
* Defines values for BackupState. \
|
|
5514
|
-
* {@link KnownBackupState} can be used interchangeably with BackupState,
|
|
5515
|
-
* this enum contains the known values that the service supports.
|
|
5516
|
-
* ### Known values supported by the service
|
|
5517
|
-
* **Initiated** \
|
|
5518
|
-
* **InProgress** \
|
|
5519
|
-
* **Succeeded** \
|
|
5520
|
-
* **Failed**
|
|
5521
|
-
*/
|
|
5522
|
-
export type BackupState = string;
|
|
5523
4576
|
/** Known values of {@link ConnectionState} that the service accepts. */
|
|
5524
4577
|
export declare enum KnownConnectionState {
|
|
5525
4578
|
/** Unknown */
|
|
@@ -5573,110 +4626,6 @@ export declare enum KnownNodeState {
|
|
|
5573
4626
|
* **Stopped**
|
|
5574
4627
|
*/
|
|
5575
4628
|
export type NodeState = string;
|
|
5576
|
-
/** Known values of {@link NetworkSecurityPerimeterConfigurationProvisioningState} that the service accepts. */
|
|
5577
|
-
export declare enum KnownNetworkSecurityPerimeterConfigurationProvisioningState {
|
|
5578
|
-
/** Succeeded */
|
|
5579
|
-
Succeeded = "Succeeded",
|
|
5580
|
-
/** Creating */
|
|
5581
|
-
Creating = "Creating",
|
|
5582
|
-
/** Updating */
|
|
5583
|
-
Updating = "Updating",
|
|
5584
|
-
/** Deleting */
|
|
5585
|
-
Deleting = "Deleting",
|
|
5586
|
-
/** Accepted */
|
|
5587
|
-
Accepted = "Accepted",
|
|
5588
|
-
/** Failed */
|
|
5589
|
-
Failed = "Failed",
|
|
5590
|
-
/** Canceled */
|
|
5591
|
-
Canceled = "Canceled"
|
|
5592
|
-
}
|
|
5593
|
-
/**
|
|
5594
|
-
* Defines values for NetworkSecurityPerimeterConfigurationProvisioningState. \
|
|
5595
|
-
* {@link KnownNetworkSecurityPerimeterConfigurationProvisioningState} can be used interchangeably with NetworkSecurityPerimeterConfigurationProvisioningState,
|
|
5596
|
-
* this enum contains the known values that the service supports.
|
|
5597
|
-
* ### Known values supported by the service
|
|
5598
|
-
* **Succeeded** \
|
|
5599
|
-
* **Creating** \
|
|
5600
|
-
* **Updating** \
|
|
5601
|
-
* **Deleting** \
|
|
5602
|
-
* **Accepted** \
|
|
5603
|
-
* **Failed** \
|
|
5604
|
-
* **Canceled**
|
|
5605
|
-
*/
|
|
5606
|
-
export type NetworkSecurityPerimeterConfigurationProvisioningState = string;
|
|
5607
|
-
/** Known values of {@link IssueType} that the service accepts. */
|
|
5608
|
-
export declare enum KnownIssueType {
|
|
5609
|
-
/** Unknown issue type */
|
|
5610
|
-
Unknown = "Unknown",
|
|
5611
|
-
/** An error occurred while applying the network security perimeter (NSP) configuration. */
|
|
5612
|
-
ConfigurationPropagationFailure = "ConfigurationPropagationFailure",
|
|
5613
|
-
/** A network connectivity issue is happening on the resource which could be addressed either by adding new resources to the network security perimeter (NSP) or by modifying access rules. */
|
|
5614
|
-
MissingPerimeterConfiguration = "MissingPerimeterConfiguration",
|
|
5615
|
-
/** An managed identity hasn't been associated with the resource. The resource will still be able to validate inbound traffic from the network security perimeter (NSP) or matching inbound access rules, but it won't be able to perform outbound access as a member of the NSP. */
|
|
5616
|
-
MissingIdentityConfiguration = "MissingIdentityConfiguration"
|
|
5617
|
-
}
|
|
5618
|
-
/**
|
|
5619
|
-
* Defines values for IssueType. \
|
|
5620
|
-
* {@link KnownIssueType} can be used interchangeably with IssueType,
|
|
5621
|
-
* this enum contains the known values that the service supports.
|
|
5622
|
-
* ### Known values supported by the service
|
|
5623
|
-
* **Unknown**: Unknown issue type \
|
|
5624
|
-
* **ConfigurationPropagationFailure**: An error occurred while applying the network security perimeter (NSP) configuration. \
|
|
5625
|
-
* **MissingPerimeterConfiguration**: A network connectivity issue is happening on the resource which could be addressed either by adding new resources to the network security perimeter (NSP) or by modifying access rules. \
|
|
5626
|
-
* **MissingIdentityConfiguration**: An managed identity hasn't been associated with the resource. The resource will still be able to validate inbound traffic from the network security perimeter (NSP) or matching inbound access rules, but it won't be able to perform outbound access as a member of the NSP.
|
|
5627
|
-
*/
|
|
5628
|
-
export type IssueType = string;
|
|
5629
|
-
/** Known values of {@link Severity} that the service accepts. */
|
|
5630
|
-
export declare enum KnownSeverity {
|
|
5631
|
-
/** Warning */
|
|
5632
|
-
Warning = "Warning",
|
|
5633
|
-
/** Error */
|
|
5634
|
-
Error = "Error"
|
|
5635
|
-
}
|
|
5636
|
-
/**
|
|
5637
|
-
* Defines values for Severity. \
|
|
5638
|
-
* {@link KnownSeverity} can be used interchangeably with Severity,
|
|
5639
|
-
* this enum contains the known values that the service supports.
|
|
5640
|
-
* ### Known values supported by the service
|
|
5641
|
-
* **Warning** \
|
|
5642
|
-
* **Error**
|
|
5643
|
-
*/
|
|
5644
|
-
export type Severity = string;
|
|
5645
|
-
/** Known values of {@link AccessRuleDirection} that the service accepts. */
|
|
5646
|
-
export declare enum KnownAccessRuleDirection {
|
|
5647
|
-
/** Applies to inbound network traffic to the secured resources. */
|
|
5648
|
-
Inbound = "Inbound",
|
|
5649
|
-
/** Applies to outbound network traffic from the secured resources */
|
|
5650
|
-
Outbound = "Outbound"
|
|
5651
|
-
}
|
|
5652
|
-
/**
|
|
5653
|
-
* Defines values for AccessRuleDirection. \
|
|
5654
|
-
* {@link KnownAccessRuleDirection} can be used interchangeably with AccessRuleDirection,
|
|
5655
|
-
* this enum contains the known values that the service supports.
|
|
5656
|
-
* ### Known values supported by the service
|
|
5657
|
-
* **Inbound**: Applies to inbound network traffic to the secured resources. \
|
|
5658
|
-
* **Outbound**: Applies to outbound network traffic from the secured resources
|
|
5659
|
-
*/
|
|
5660
|
-
export type AccessRuleDirection = string;
|
|
5661
|
-
/** Known values of {@link ResourceAssociationAccessMode} that the service accepts. */
|
|
5662
|
-
export declare enum KnownResourceAssociationAccessMode {
|
|
5663
|
-
/** Enforced access mode - traffic to the resource that failed access checks is blocked */
|
|
5664
|
-
Enforced = "Enforced",
|
|
5665
|
-
/** Learning access mode - traffic to the resource is enabled for analysis but not blocked */
|
|
5666
|
-
Learning = "Learning",
|
|
5667
|
-
/** Audit access mode - traffic to the resource that fails access checks is logged but not blocked */
|
|
5668
|
-
Audit = "Audit"
|
|
5669
|
-
}
|
|
5670
|
-
/**
|
|
5671
|
-
* Defines values for ResourceAssociationAccessMode. \
|
|
5672
|
-
* {@link KnownResourceAssociationAccessMode} can be used interchangeably with ResourceAssociationAccessMode,
|
|
5673
|
-
* this enum contains the known values that the service supports.
|
|
5674
|
-
* ### Known values supported by the service
|
|
5675
|
-
* **Enforced**: Enforced access mode - traffic to the resource that failed access checks is blocked \
|
|
5676
|
-
* **Learning**: Learning access mode - traffic to the resource is enabled for analysis but not blocked \
|
|
5677
|
-
* **Audit**: Audit access mode - traffic to the resource that fails access checks is logged but not blocked
|
|
5678
|
-
*/
|
|
5679
|
-
export type ResourceAssociationAccessMode = string;
|
|
5680
4629
|
/** Known values of {@link NotebookWorkspaceName} that the service accepts. */
|
|
5681
4630
|
export declare enum KnownNotebookWorkspaceName {
|
|
5682
4631
|
/** Default */
|
|
@@ -5812,6 +4761,35 @@ export declare enum KnownServiceStatus {
|
|
|
5812
4761
|
* **Stopped**
|
|
5813
4762
|
*/
|
|
5814
4763
|
export type ServiceStatus = string;
|
|
4764
|
+
/** Known values of {@link FleetspacePropertiesFleetspaceApiKind} that the service accepts. */
|
|
4765
|
+
export declare enum KnownFleetspacePropertiesFleetspaceApiKind {
|
|
4766
|
+
/** NoSQL */
|
|
4767
|
+
NoSQL = "NoSQL"
|
|
4768
|
+
}
|
|
4769
|
+
/**
|
|
4770
|
+
* Defines values for FleetspacePropertiesFleetspaceApiKind. \
|
|
4771
|
+
* {@link KnownFleetspacePropertiesFleetspaceApiKind} can be used interchangeably with FleetspacePropertiesFleetspaceApiKind,
|
|
4772
|
+
* this enum contains the known values that the service supports.
|
|
4773
|
+
* ### Known values supported by the service
|
|
4774
|
+
* **NoSQL**
|
|
4775
|
+
*/
|
|
4776
|
+
export type FleetspacePropertiesFleetspaceApiKind = string;
|
|
4777
|
+
/** Known values of {@link FleetspacePropertiesServiceTier} that the service accepts. */
|
|
4778
|
+
export declare enum KnownFleetspacePropertiesServiceTier {
|
|
4779
|
+
/** GeneralPurpose */
|
|
4780
|
+
GeneralPurpose = "GeneralPurpose",
|
|
4781
|
+
/** BusinessCritical */
|
|
4782
|
+
BusinessCritical = "BusinessCritical"
|
|
4783
|
+
}
|
|
4784
|
+
/**
|
|
4785
|
+
* Defines values for FleetspacePropertiesServiceTier. \
|
|
4786
|
+
* {@link KnownFleetspacePropertiesServiceTier} can be used interchangeably with FleetspacePropertiesServiceTier,
|
|
4787
|
+
* this enum contains the known values that the service supports.
|
|
4788
|
+
* ### Known values supported by the service
|
|
4789
|
+
* **GeneralPurpose** \
|
|
4790
|
+
* **BusinessCritical**
|
|
4791
|
+
*/
|
|
4792
|
+
export type FleetspacePropertiesServiceTier = string;
|
|
5815
4793
|
/** Known values of {@link ContinuousTier} that the service accepts. */
|
|
5816
4794
|
export declare enum KnownContinuousTier {
|
|
5817
4795
|
/** Continuous7Days */
|
|
@@ -5860,44 +4838,16 @@ export declare enum KnownNodeStatus {
|
|
|
5860
4838
|
* **Down**
|
|
5861
4839
|
*/
|
|
5862
4840
|
export type NodeStatus = string;
|
|
5863
|
-
/** Defines values for SupportedActions. */
|
|
5864
|
-
export type SupportedActions = "Enable" | "Disable";
|
|
5865
|
-
/** Defines values for DefaultConsistencyLevel. */
|
|
5866
|
-
export type DefaultConsistencyLevel = "Eventual" | "Session" | "BoundedStaleness" | "Strong" | "ConsistentPrefix";
|
|
5867
|
-
/** Defines values for NetworkAclBypass. */
|
|
5868
|
-
export type NetworkAclBypass = "None" | "AzureServices";
|
|
5869
|
-
/** Defines values for EnableFullTextQuery. */
|
|
5870
|
-
export type EnableFullTextQuery = "None" | "True" | "False";
|
|
5871
4841
|
/** Defines values for ResourceIdentityType. */
|
|
5872
4842
|
export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned,UserAssigned" | "None";
|
|
5873
|
-
/** Defines values for
|
|
5874
|
-
export type
|
|
5875
|
-
/** Defines values for
|
|
5876
|
-
export type
|
|
5877
|
-
/**
|
|
5878
|
-
export
|
|
5879
|
-
|
|
5880
|
-
|
|
5881
|
-
export type ChaosFaultListOperationResponse = ChaosFaultListResponse;
|
|
5882
|
-
/** Optional parameters. */
|
|
5883
|
-
export interface ChaosFaultEnableDisableOptionalParams extends coreClient.OperationOptions {
|
|
5884
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
5885
|
-
updateIntervalInMs?: number;
|
|
5886
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5887
|
-
resumeFrom?: string;
|
|
5888
|
-
}
|
|
5889
|
-
/** Contains response data for the enableDisable operation. */
|
|
5890
|
-
export type ChaosFaultEnableDisableResponse = ChaosFaultResource;
|
|
5891
|
-
/** Optional parameters. */
|
|
5892
|
-
export interface ChaosFaultGetOptionalParams extends coreClient.OperationOptions {
|
|
5893
|
-
}
|
|
5894
|
-
/** Contains response data for the get operation. */
|
|
5895
|
-
export type ChaosFaultGetResponse = ChaosFaultResource;
|
|
5896
|
-
/** Optional parameters. */
|
|
5897
|
-
export interface ChaosFaultListNextOptionalParams extends coreClient.OperationOptions {
|
|
5898
|
-
}
|
|
5899
|
-
/** Contains response data for the listNext operation. */
|
|
5900
|
-
export type ChaosFaultListNextResponse = ChaosFaultListResponse;
|
|
4843
|
+
/** Defines values for DefaultConsistencyLevel. */
|
|
4844
|
+
export type DefaultConsistencyLevel = "Eventual" | "Session" | "BoundedStaleness" | "Strong" | "ConsistentPrefix";
|
|
4845
|
+
/** Defines values for NetworkAclBypass. */
|
|
4846
|
+
export type NetworkAclBypass = "None" | "AzureServices";
|
|
4847
|
+
/** Defines values for MongoRoleDefinitionType. */
|
|
4848
|
+
export type MongoRoleDefinitionType = "BuiltInRole" | "CustomRole";
|
|
4849
|
+
/** Defines values for RoleDefinitionType. */
|
|
4850
|
+
export type RoleDefinitionType = "BuiltInRole" | "CustomRole";
|
|
5901
4851
|
/** Optional parameters. */
|
|
5902
4852
|
export interface DatabaseAccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
5903
4853
|
}
|
|
@@ -6111,32 +5061,6 @@ export interface PartitionKeyRangeIdRegionListMetricsOptionalParams extends core
|
|
|
6111
5061
|
/** Contains response data for the listMetrics operation. */
|
|
6112
5062
|
export type PartitionKeyRangeIdRegionListMetricsResponse = PartitionMetricListResult;
|
|
6113
5063
|
/** Optional parameters. */
|
|
6114
|
-
export interface GraphResourcesListGraphsOptionalParams extends coreClient.OperationOptions {
|
|
6115
|
-
}
|
|
6116
|
-
/** Contains response data for the listGraphs operation. */
|
|
6117
|
-
export type GraphResourcesListGraphsResponse = GraphResourcesListResult;
|
|
6118
|
-
/** Optional parameters. */
|
|
6119
|
-
export interface GraphResourcesGetGraphOptionalParams extends coreClient.OperationOptions {
|
|
6120
|
-
}
|
|
6121
|
-
/** Contains response data for the getGraph operation. */
|
|
6122
|
-
export type GraphResourcesGetGraphResponse = GraphResourceGetResults;
|
|
6123
|
-
/** Optional parameters. */
|
|
6124
|
-
export interface GraphResourcesCreateUpdateGraphOptionalParams extends coreClient.OperationOptions {
|
|
6125
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6126
|
-
updateIntervalInMs?: number;
|
|
6127
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6128
|
-
resumeFrom?: string;
|
|
6129
|
-
}
|
|
6130
|
-
/** Contains response data for the createUpdateGraph operation. */
|
|
6131
|
-
export type GraphResourcesCreateUpdateGraphResponse = GraphResourceGetResults;
|
|
6132
|
-
/** Optional parameters. */
|
|
6133
|
-
export interface GraphResourcesDeleteGraphResourceOptionalParams extends coreClient.OperationOptions {
|
|
6134
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6135
|
-
updateIntervalInMs?: number;
|
|
6136
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6137
|
-
resumeFrom?: string;
|
|
6138
|
-
}
|
|
6139
|
-
/** Optional parameters. */
|
|
6140
5064
|
export interface SqlResourcesListSqlDatabasesOptionalParams extends coreClient.OperationOptions {
|
|
6141
5065
|
}
|
|
6142
5066
|
/** Contains response data for the listSqlDatabases operation. */
|
|
@@ -6197,25 +5121,6 @@ export interface SqlResourcesMigrateSqlDatabaseToManualThroughputOptionalParams
|
|
|
6197
5121
|
/** Contains response data for the migrateSqlDatabaseToManualThroughput operation. */
|
|
6198
5122
|
export type SqlResourcesMigrateSqlDatabaseToManualThroughputResponse = ThroughputSettingsGetResults;
|
|
6199
5123
|
/** Optional parameters. */
|
|
6200
|
-
export interface SqlResourcesListClientEncryptionKeysOptionalParams extends coreClient.OperationOptions {
|
|
6201
|
-
}
|
|
6202
|
-
/** Contains response data for the listClientEncryptionKeys operation. */
|
|
6203
|
-
export type SqlResourcesListClientEncryptionKeysResponse = ClientEncryptionKeysListResult;
|
|
6204
|
-
/** Optional parameters. */
|
|
6205
|
-
export interface SqlResourcesGetClientEncryptionKeyOptionalParams extends coreClient.OperationOptions {
|
|
6206
|
-
}
|
|
6207
|
-
/** Contains response data for the getClientEncryptionKey operation. */
|
|
6208
|
-
export type SqlResourcesGetClientEncryptionKeyResponse = ClientEncryptionKeyGetResults;
|
|
6209
|
-
/** Optional parameters. */
|
|
6210
|
-
export interface SqlResourcesCreateUpdateClientEncryptionKeyOptionalParams extends coreClient.OperationOptions {
|
|
6211
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6212
|
-
updateIntervalInMs?: number;
|
|
6213
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6214
|
-
resumeFrom?: string;
|
|
6215
|
-
}
|
|
6216
|
-
/** Contains response data for the createUpdateClientEncryptionKey operation. */
|
|
6217
|
-
export type SqlResourcesCreateUpdateClientEncryptionKeyResponse = ClientEncryptionKeyGetResults;
|
|
6218
|
-
/** Optional parameters. */
|
|
6219
5124
|
export interface SqlResourcesListSqlContainersOptionalParams extends coreClient.OperationOptions {
|
|
6220
5125
|
}
|
|
6221
5126
|
/** Contains response data for the listSqlContainers operation. */
|
|
@@ -6244,24 +5149,6 @@ export interface SqlResourcesDeleteSqlContainerOptionalParams extends coreClient
|
|
|
6244
5149
|
/** Contains response data for the deleteSqlContainer operation. */
|
|
6245
5150
|
export type SqlResourcesDeleteSqlContainerResponse = SqlResourcesDeleteSqlContainerHeaders;
|
|
6246
5151
|
/** Optional parameters. */
|
|
6247
|
-
export interface SqlResourcesSqlDatabasePartitionMergeOptionalParams extends coreClient.OperationOptions {
|
|
6248
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6249
|
-
updateIntervalInMs?: number;
|
|
6250
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6251
|
-
resumeFrom?: string;
|
|
6252
|
-
}
|
|
6253
|
-
/** Contains response data for the sqlDatabasePartitionMerge operation. */
|
|
6254
|
-
export type SqlResourcesSqlDatabasePartitionMergeResponse = PhysicalPartitionStorageInfoCollection;
|
|
6255
|
-
/** Optional parameters. */
|
|
6256
|
-
export interface SqlResourcesListSqlContainerPartitionMergeOptionalParams extends coreClient.OperationOptions {
|
|
6257
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6258
|
-
updateIntervalInMs?: number;
|
|
6259
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6260
|
-
resumeFrom?: string;
|
|
6261
|
-
}
|
|
6262
|
-
/** Contains response data for the listSqlContainerPartitionMerge operation. */
|
|
6263
|
-
export type SqlResourcesListSqlContainerPartitionMergeResponse = PhysicalPartitionStorageInfoCollection;
|
|
6264
|
-
/** Optional parameters. */
|
|
6265
5152
|
export interface SqlResourcesGetSqlContainerThroughputOptionalParams extends coreClient.OperationOptions {
|
|
6266
5153
|
}
|
|
6267
5154
|
/** Contains response data for the getSqlContainerThroughput operation. */
|
|
@@ -6294,41 +5181,24 @@ export interface SqlResourcesMigrateSqlContainerToManualThroughputOptionalParams
|
|
|
6294
5181
|
/** Contains response data for the migrateSqlContainerToManualThroughput operation. */
|
|
6295
5182
|
export type SqlResourcesMigrateSqlContainerToManualThroughputResponse = ThroughputSettingsGetResults;
|
|
6296
5183
|
/** Optional parameters. */
|
|
6297
|
-
export interface
|
|
6298
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6299
|
-
updateIntervalInMs?: number;
|
|
6300
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6301
|
-
resumeFrom?: string;
|
|
6302
|
-
}
|
|
6303
|
-
/** Contains response data for the sqlDatabaseRetrieveThroughputDistribution operation. */
|
|
6304
|
-
export type SqlResourcesSqlDatabaseRetrieveThroughputDistributionResponse = PhysicalPartitionThroughputInfoResult;
|
|
6305
|
-
/** Optional parameters. */
|
|
6306
|
-
export interface SqlResourcesSqlDatabaseRedistributeThroughputOptionalParams extends coreClient.OperationOptions {
|
|
6307
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6308
|
-
updateIntervalInMs?: number;
|
|
6309
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6310
|
-
resumeFrom?: string;
|
|
5184
|
+
export interface SqlResourcesListClientEncryptionKeysOptionalParams extends coreClient.OperationOptions {
|
|
6311
5185
|
}
|
|
6312
|
-
/** Contains response data for the
|
|
6313
|
-
export type
|
|
5186
|
+
/** Contains response data for the listClientEncryptionKeys operation. */
|
|
5187
|
+
export type SqlResourcesListClientEncryptionKeysResponse = ClientEncryptionKeysListResult;
|
|
6314
5188
|
/** Optional parameters. */
|
|
6315
|
-
export interface
|
|
6316
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6317
|
-
updateIntervalInMs?: number;
|
|
6318
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6319
|
-
resumeFrom?: string;
|
|
5189
|
+
export interface SqlResourcesGetClientEncryptionKeyOptionalParams extends coreClient.OperationOptions {
|
|
6320
5190
|
}
|
|
6321
|
-
/** Contains response data for the
|
|
6322
|
-
export type
|
|
5191
|
+
/** Contains response data for the getClientEncryptionKey operation. */
|
|
5192
|
+
export type SqlResourcesGetClientEncryptionKeyResponse = ClientEncryptionKeyGetResults;
|
|
6323
5193
|
/** Optional parameters. */
|
|
6324
|
-
export interface
|
|
5194
|
+
export interface SqlResourcesCreateUpdateClientEncryptionKeyOptionalParams extends coreClient.OperationOptions {
|
|
6325
5195
|
/** Delay to wait until next poll, in milliseconds. */
|
|
6326
5196
|
updateIntervalInMs?: number;
|
|
6327
5197
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6328
5198
|
resumeFrom?: string;
|
|
6329
5199
|
}
|
|
6330
|
-
/** Contains response data for the
|
|
6331
|
-
export type
|
|
5200
|
+
/** Contains response data for the createUpdateClientEncryptionKey operation. */
|
|
5201
|
+
export type SqlResourcesCreateUpdateClientEncryptionKeyResponse = ClientEncryptionKeyGetResults;
|
|
6332
5202
|
/** Optional parameters. */
|
|
6333
5203
|
export interface SqlResourcesListSqlStoredProceduresOptionalParams extends coreClient.OperationOptions {
|
|
6334
5204
|
}
|
|
@@ -6535,42 +5405,6 @@ export interface MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptiona
|
|
|
6535
5405
|
/** Contains response data for the migrateMongoDBDatabaseToManualThroughput operation. */
|
|
6536
5406
|
export type MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse = ThroughputSettingsGetResults;
|
|
6537
5407
|
/** Optional parameters. */
|
|
6538
|
-
export interface MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionOptionalParams extends coreClient.OperationOptions {
|
|
6539
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6540
|
-
updateIntervalInMs?: number;
|
|
6541
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6542
|
-
resumeFrom?: string;
|
|
6543
|
-
}
|
|
6544
|
-
/** Contains response data for the mongoDBDatabaseRetrieveThroughputDistribution operation. */
|
|
6545
|
-
export type MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionResponse = PhysicalPartitionThroughputInfoResult;
|
|
6546
|
-
/** Optional parameters. */
|
|
6547
|
-
export interface MongoDBResourcesMongoDBDatabaseRedistributeThroughputOptionalParams extends coreClient.OperationOptions {
|
|
6548
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6549
|
-
updateIntervalInMs?: number;
|
|
6550
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6551
|
-
resumeFrom?: string;
|
|
6552
|
-
}
|
|
6553
|
-
/** Contains response data for the mongoDBDatabaseRedistributeThroughput operation. */
|
|
6554
|
-
export type MongoDBResourcesMongoDBDatabaseRedistributeThroughputResponse = PhysicalPartitionThroughputInfoResult;
|
|
6555
|
-
/** Optional parameters. */
|
|
6556
|
-
export interface MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionOptionalParams extends coreClient.OperationOptions {
|
|
6557
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6558
|
-
updateIntervalInMs?: number;
|
|
6559
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6560
|
-
resumeFrom?: string;
|
|
6561
|
-
}
|
|
6562
|
-
/** Contains response data for the mongoDBContainerRetrieveThroughputDistribution operation. */
|
|
6563
|
-
export type MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionResponse = PhysicalPartitionThroughputInfoResult;
|
|
6564
|
-
/** Optional parameters. */
|
|
6565
|
-
export interface MongoDBResourcesMongoDBContainerRedistributeThroughputOptionalParams extends coreClient.OperationOptions {
|
|
6566
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6567
|
-
updateIntervalInMs?: number;
|
|
6568
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6569
|
-
resumeFrom?: string;
|
|
6570
|
-
}
|
|
6571
|
-
/** Contains response data for the mongoDBContainerRedistributeThroughput operation. */
|
|
6572
|
-
export type MongoDBResourcesMongoDBContainerRedistributeThroughputResponse = PhysicalPartitionThroughputInfoResult;
|
|
6573
|
-
/** Optional parameters. */
|
|
6574
5408
|
export interface MongoDBResourcesListMongoDBCollectionsOptionalParams extends coreClient.OperationOptions {
|
|
6575
5409
|
}
|
|
6576
5410
|
/** Contains response data for the listMongoDBCollections operation. */
|
|
@@ -6599,24 +5433,6 @@ export interface MongoDBResourcesDeleteMongoDBCollectionOptionalParams extends c
|
|
|
6599
5433
|
/** Contains response data for the deleteMongoDBCollection operation. */
|
|
6600
5434
|
export type MongoDBResourcesDeleteMongoDBCollectionResponse = MongoDBResourcesDeleteMongoDBCollectionHeaders;
|
|
6601
5435
|
/** Optional parameters. */
|
|
6602
|
-
export interface MongoDBResourcesMongoDBDatabasePartitionMergeOptionalParams extends coreClient.OperationOptions {
|
|
6603
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6604
|
-
updateIntervalInMs?: number;
|
|
6605
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6606
|
-
resumeFrom?: string;
|
|
6607
|
-
}
|
|
6608
|
-
/** Contains response data for the mongoDBDatabasePartitionMerge operation. */
|
|
6609
|
-
export type MongoDBResourcesMongoDBDatabasePartitionMergeResponse = PhysicalPartitionStorageInfoCollection;
|
|
6610
|
-
/** Optional parameters. */
|
|
6611
|
-
export interface MongoDBResourcesListMongoDBCollectionPartitionMergeOptionalParams extends coreClient.OperationOptions {
|
|
6612
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6613
|
-
updateIntervalInMs?: number;
|
|
6614
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6615
|
-
resumeFrom?: string;
|
|
6616
|
-
}
|
|
6617
|
-
/** Contains response data for the listMongoDBCollectionPartitionMerge operation. */
|
|
6618
|
-
export type MongoDBResourcesListMongoDBCollectionPartitionMergeResponse = PhysicalPartitionStorageInfoCollection;
|
|
6619
|
-
/** Optional parameters. */
|
|
6620
5436
|
export interface MongoDBResourcesGetMongoDBCollectionThroughputOptionalParams extends coreClient.OperationOptions {
|
|
6621
5437
|
}
|
|
6622
5438
|
/** Contains response data for the getMongoDBCollectionThroughput operation. */
|
|
@@ -6779,58 +5595,6 @@ export interface TableResourcesRetrieveContinuousBackupInformationOptionalParams
|
|
|
6779
5595
|
/** Contains response data for the retrieveContinuousBackupInformation operation. */
|
|
6780
5596
|
export type TableResourcesRetrieveContinuousBackupInformationResponse = BackupInformation;
|
|
6781
5597
|
/** Optional parameters. */
|
|
6782
|
-
export interface TableResourcesGetTableRoleDefinitionOptionalParams extends coreClient.OperationOptions {
|
|
6783
|
-
}
|
|
6784
|
-
/** Contains response data for the getTableRoleDefinition operation. */
|
|
6785
|
-
export type TableResourcesGetTableRoleDefinitionResponse = TableRoleDefinitionResource;
|
|
6786
|
-
/** Optional parameters. */
|
|
6787
|
-
export interface TableResourcesCreateUpdateTableRoleDefinitionOptionalParams extends coreClient.OperationOptions {
|
|
6788
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6789
|
-
updateIntervalInMs?: number;
|
|
6790
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6791
|
-
resumeFrom?: string;
|
|
6792
|
-
}
|
|
6793
|
-
/** Contains response data for the createUpdateTableRoleDefinition operation. */
|
|
6794
|
-
export type TableResourcesCreateUpdateTableRoleDefinitionResponse = TableRoleDefinitionResource;
|
|
6795
|
-
/** Optional parameters. */
|
|
6796
|
-
export interface TableResourcesDeleteTableRoleDefinitionOptionalParams extends coreClient.OperationOptions {
|
|
6797
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6798
|
-
updateIntervalInMs?: number;
|
|
6799
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6800
|
-
resumeFrom?: string;
|
|
6801
|
-
}
|
|
6802
|
-
/** Optional parameters. */
|
|
6803
|
-
export interface TableResourcesListTableRoleDefinitionsOptionalParams extends coreClient.OperationOptions {
|
|
6804
|
-
}
|
|
6805
|
-
/** Contains response data for the listTableRoleDefinitions operation. */
|
|
6806
|
-
export type TableResourcesListTableRoleDefinitionsResponse = TableRoleDefinitionListResult;
|
|
6807
|
-
/** Optional parameters. */
|
|
6808
|
-
export interface TableResourcesGetTableRoleAssignmentOptionalParams extends coreClient.OperationOptions {
|
|
6809
|
-
}
|
|
6810
|
-
/** Contains response data for the getTableRoleAssignment operation. */
|
|
6811
|
-
export type TableResourcesGetTableRoleAssignmentResponse = TableRoleAssignmentResource;
|
|
6812
|
-
/** Optional parameters. */
|
|
6813
|
-
export interface TableResourcesCreateUpdateTableRoleAssignmentOptionalParams extends coreClient.OperationOptions {
|
|
6814
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6815
|
-
updateIntervalInMs?: number;
|
|
6816
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6817
|
-
resumeFrom?: string;
|
|
6818
|
-
}
|
|
6819
|
-
/** Contains response data for the createUpdateTableRoleAssignment operation. */
|
|
6820
|
-
export type TableResourcesCreateUpdateTableRoleAssignmentResponse = TableRoleAssignmentResource;
|
|
6821
|
-
/** Optional parameters. */
|
|
6822
|
-
export interface TableResourcesDeleteTableRoleAssignmentOptionalParams extends coreClient.OperationOptions {
|
|
6823
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6824
|
-
updateIntervalInMs?: number;
|
|
6825
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6826
|
-
resumeFrom?: string;
|
|
6827
|
-
}
|
|
6828
|
-
/** Optional parameters. */
|
|
6829
|
-
export interface TableResourcesListTableRoleAssignmentsOptionalParams extends coreClient.OperationOptions {
|
|
6830
|
-
}
|
|
6831
|
-
/** Contains response data for the listTableRoleAssignments operation. */
|
|
6832
|
-
export type TableResourcesListTableRoleAssignmentsResponse = TableRoleAssignmentListResult;
|
|
6833
|
-
/** Optional parameters. */
|
|
6834
5598
|
export interface CassandraResourcesListCassandraKeyspacesOptionalParams extends coreClient.OperationOptions {
|
|
6835
5599
|
}
|
|
6836
5600
|
/** Contains response data for the listCassandraKeyspaces operation. */
|
|
@@ -6951,64 +5715,6 @@ export interface CassandraResourcesMigrateCassandraTableToManualThroughputOption
|
|
|
6951
5715
|
/** Contains response data for the migrateCassandraTableToManualThroughput operation. */
|
|
6952
5716
|
export type CassandraResourcesMigrateCassandraTableToManualThroughputResponse = ThroughputSettingsGetResults;
|
|
6953
5717
|
/** Optional parameters. */
|
|
6954
|
-
export interface CassandraResourcesListCassandraViewsOptionalParams extends coreClient.OperationOptions {
|
|
6955
|
-
}
|
|
6956
|
-
/** Contains response data for the listCassandraViews operation. */
|
|
6957
|
-
export type CassandraResourcesListCassandraViewsResponse = CassandraViewListResult;
|
|
6958
|
-
/** Optional parameters. */
|
|
6959
|
-
export interface CassandraResourcesGetCassandraViewOptionalParams extends coreClient.OperationOptions {
|
|
6960
|
-
}
|
|
6961
|
-
/** Contains response data for the getCassandraView operation. */
|
|
6962
|
-
export type CassandraResourcesGetCassandraViewResponse = CassandraViewGetResults;
|
|
6963
|
-
/** Optional parameters. */
|
|
6964
|
-
export interface CassandraResourcesCreateUpdateCassandraViewOptionalParams extends coreClient.OperationOptions {
|
|
6965
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6966
|
-
updateIntervalInMs?: number;
|
|
6967
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6968
|
-
resumeFrom?: string;
|
|
6969
|
-
}
|
|
6970
|
-
/** Contains response data for the createUpdateCassandraView operation. */
|
|
6971
|
-
export type CassandraResourcesCreateUpdateCassandraViewResponse = CassandraViewGetResults;
|
|
6972
|
-
/** Optional parameters. */
|
|
6973
|
-
export interface CassandraResourcesDeleteCassandraViewOptionalParams extends coreClient.OperationOptions {
|
|
6974
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6975
|
-
updateIntervalInMs?: number;
|
|
6976
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6977
|
-
resumeFrom?: string;
|
|
6978
|
-
}
|
|
6979
|
-
/** Optional parameters. */
|
|
6980
|
-
export interface CassandraResourcesGetCassandraViewThroughputOptionalParams extends coreClient.OperationOptions {
|
|
6981
|
-
}
|
|
6982
|
-
/** Contains response data for the getCassandraViewThroughput operation. */
|
|
6983
|
-
export type CassandraResourcesGetCassandraViewThroughputResponse = ThroughputSettingsGetResults;
|
|
6984
|
-
/** Optional parameters. */
|
|
6985
|
-
export interface CassandraResourcesUpdateCassandraViewThroughputOptionalParams extends coreClient.OperationOptions {
|
|
6986
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6987
|
-
updateIntervalInMs?: number;
|
|
6988
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6989
|
-
resumeFrom?: string;
|
|
6990
|
-
}
|
|
6991
|
-
/** Contains response data for the updateCassandraViewThroughput operation. */
|
|
6992
|
-
export type CassandraResourcesUpdateCassandraViewThroughputResponse = ThroughputSettingsGetResults;
|
|
6993
|
-
/** Optional parameters. */
|
|
6994
|
-
export interface CassandraResourcesMigrateCassandraViewToAutoscaleOptionalParams extends coreClient.OperationOptions {
|
|
6995
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
6996
|
-
updateIntervalInMs?: number;
|
|
6997
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6998
|
-
resumeFrom?: string;
|
|
6999
|
-
}
|
|
7000
|
-
/** Contains response data for the migrateCassandraViewToAutoscale operation. */
|
|
7001
|
-
export type CassandraResourcesMigrateCassandraViewToAutoscaleResponse = ThroughputSettingsGetResults;
|
|
7002
|
-
/** Optional parameters. */
|
|
7003
|
-
export interface CassandraResourcesMigrateCassandraViewToManualThroughputOptionalParams extends coreClient.OperationOptions {
|
|
7004
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
7005
|
-
updateIntervalInMs?: number;
|
|
7006
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
7007
|
-
resumeFrom?: string;
|
|
7008
|
-
}
|
|
7009
|
-
/** Contains response data for the migrateCassandraViewToManualThroughput operation. */
|
|
7010
|
-
export type CassandraResourcesMigrateCassandraViewToManualThroughputResponse = ThroughputSettingsGetResults;
|
|
7011
|
-
/** Optional parameters. */
|
|
7012
5718
|
export interface GremlinResourcesListGremlinDatabasesOptionalParams extends coreClient.OperationOptions {
|
|
7013
5719
|
}
|
|
7014
5720
|
/** Contains response data for the listGremlinDatabases operation. */
|
|
@@ -7148,46 +5854,6 @@ export interface LocationsGetOptionalParams extends coreClient.OperationOptions
|
|
|
7148
5854
|
/** Contains response data for the get operation. */
|
|
7149
5855
|
export type LocationsGetResponse = LocationGetResult;
|
|
7150
5856
|
/** Optional parameters. */
|
|
7151
|
-
export interface DataTransferJobsCreateOptionalParams extends coreClient.OperationOptions {
|
|
7152
|
-
}
|
|
7153
|
-
/** Contains response data for the create operation. */
|
|
7154
|
-
export type DataTransferJobsCreateResponse = DataTransferJobGetResults;
|
|
7155
|
-
/** Optional parameters. */
|
|
7156
|
-
export interface DataTransferJobsGetOptionalParams extends coreClient.OperationOptions {
|
|
7157
|
-
}
|
|
7158
|
-
/** Contains response data for the get operation. */
|
|
7159
|
-
export type DataTransferJobsGetResponse = DataTransferJobGetResults;
|
|
7160
|
-
/** Optional parameters. */
|
|
7161
|
-
export interface DataTransferJobsPauseOptionalParams extends coreClient.OperationOptions {
|
|
7162
|
-
}
|
|
7163
|
-
/** Contains response data for the pause operation. */
|
|
7164
|
-
export type DataTransferJobsPauseResponse = DataTransferJobGetResults;
|
|
7165
|
-
/** Optional parameters. */
|
|
7166
|
-
export interface DataTransferJobsResumeOptionalParams extends coreClient.OperationOptions {
|
|
7167
|
-
}
|
|
7168
|
-
/** Contains response data for the resume operation. */
|
|
7169
|
-
export type DataTransferJobsResumeResponse = DataTransferJobGetResults;
|
|
7170
|
-
/** Optional parameters. */
|
|
7171
|
-
export interface DataTransferJobsCancelOptionalParams extends coreClient.OperationOptions {
|
|
7172
|
-
}
|
|
7173
|
-
/** Contains response data for the cancel operation. */
|
|
7174
|
-
export type DataTransferJobsCancelResponse = DataTransferJobGetResults;
|
|
7175
|
-
/** Optional parameters. */
|
|
7176
|
-
export interface DataTransferJobsCompleteOptionalParams extends coreClient.OperationOptions {
|
|
7177
|
-
}
|
|
7178
|
-
/** Contains response data for the complete operation. */
|
|
7179
|
-
export type DataTransferJobsCompleteResponse = DataTransferJobGetResults;
|
|
7180
|
-
/** Optional parameters. */
|
|
7181
|
-
export interface DataTransferJobsListByDatabaseAccountOptionalParams extends coreClient.OperationOptions {
|
|
7182
|
-
}
|
|
7183
|
-
/** Contains response data for the listByDatabaseAccount operation. */
|
|
7184
|
-
export type DataTransferJobsListByDatabaseAccountResponse = DataTransferJobFeedResults;
|
|
7185
|
-
/** Optional parameters. */
|
|
7186
|
-
export interface DataTransferJobsListByDatabaseAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
7187
|
-
}
|
|
7188
|
-
/** Contains response data for the listByDatabaseAccountNext operation. */
|
|
7189
|
-
export type DataTransferJobsListByDatabaseAccountNextResponse = DataTransferJobFeedResults;
|
|
7190
|
-
/** Optional parameters. */
|
|
7191
5857
|
export interface CassandraClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
7192
5858
|
}
|
|
7193
5859
|
/** Contains response data for the listBySubscription operation. */
|
|
@@ -7237,38 +5903,7 @@ export interface CassandraClustersInvokeCommandOptionalParams extends coreClient
|
|
|
7237
5903
|
/** Contains response data for the invokeCommand operation. */
|
|
7238
5904
|
export type CassandraClustersInvokeCommandResponse = CommandOutput;
|
|
7239
5905
|
/** Optional parameters. */
|
|
7240
|
-
export interface CassandraClustersInvokeCommandAsyncOptionalParams extends coreClient.OperationOptions {
|
|
7241
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
7242
|
-
updateIntervalInMs?: number;
|
|
7243
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
7244
|
-
resumeFrom?: string;
|
|
7245
|
-
}
|
|
7246
|
-
/** Contains response data for the invokeCommandAsync operation. */
|
|
7247
|
-
export type CassandraClustersInvokeCommandAsyncResponse = CommandPublicResource;
|
|
7248
|
-
/** Optional parameters. */
|
|
7249
|
-
export interface CassandraClustersListCommandOptionalParams extends coreClient.OperationOptions {
|
|
7250
|
-
}
|
|
7251
|
-
/** Contains response data for the listCommand operation. */
|
|
7252
|
-
export type CassandraClustersListCommandResponse = ListCommands;
|
|
7253
|
-
/** Optional parameters. */
|
|
7254
|
-
export interface CassandraClustersGetCommandAsyncOptionalParams extends coreClient.OperationOptions {
|
|
7255
|
-
}
|
|
7256
|
-
/** Contains response data for the getCommandAsync operation. */
|
|
7257
|
-
export type CassandraClustersGetCommandAsyncResponse = CommandPublicResource;
|
|
7258
|
-
/** Optional parameters. */
|
|
7259
|
-
export interface CassandraClustersListBackupsOptionalParams extends coreClient.OperationOptions {
|
|
7260
|
-
}
|
|
7261
|
-
/** Contains response data for the listBackups operation. */
|
|
7262
|
-
export type CassandraClustersListBackupsResponse = ListBackups;
|
|
7263
|
-
/** Optional parameters. */
|
|
7264
|
-
export interface CassandraClustersGetBackupOptionalParams extends coreClient.OperationOptions {
|
|
7265
|
-
}
|
|
7266
|
-
/** Contains response data for the getBackup operation. */
|
|
7267
|
-
export type CassandraClustersGetBackupResponse = BackupResource;
|
|
7268
|
-
/** Optional parameters. */
|
|
7269
5906
|
export interface CassandraClustersDeallocateOptionalParams extends coreClient.OperationOptions {
|
|
7270
|
-
/** Force to deallocate a cluster of Cluster Type Production. Force to deallocate a cluster of Cluster Type Production might cause data loss */
|
|
7271
|
-
xMsForceDeallocate?: string;
|
|
7272
5907
|
/** Delay to wait until next poll, in milliseconds. */
|
|
7273
5908
|
updateIntervalInMs?: number;
|
|
7274
5909
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -7322,30 +5957,6 @@ export interface CassandraDataCentersUpdateOptionalParams extends coreClient.Ope
|
|
|
7322
5957
|
/** Contains response data for the update operation. */
|
|
7323
5958
|
export type CassandraDataCentersUpdateResponse = DataCenterResource;
|
|
7324
5959
|
/** Optional parameters. */
|
|
7325
|
-
export interface NetworkSecurityPerimeterConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
|
7326
|
-
}
|
|
7327
|
-
/** Contains response data for the list operation. */
|
|
7328
|
-
export type NetworkSecurityPerimeterConfigurationsListResponse = NetworkSecurityPerimeterConfigurationListResult;
|
|
7329
|
-
/** Optional parameters. */
|
|
7330
|
-
export interface NetworkSecurityPerimeterConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
7331
|
-
}
|
|
7332
|
-
/** Contains response data for the get operation. */
|
|
7333
|
-
export type NetworkSecurityPerimeterConfigurationsGetResponse = NetworkSecurityPerimeterConfiguration;
|
|
7334
|
-
/** Optional parameters. */
|
|
7335
|
-
export interface NetworkSecurityPerimeterConfigurationsReconcileOptionalParams extends coreClient.OperationOptions {
|
|
7336
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
7337
|
-
updateIntervalInMs?: number;
|
|
7338
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
7339
|
-
resumeFrom?: string;
|
|
7340
|
-
}
|
|
7341
|
-
/** Contains response data for the reconcile operation. */
|
|
7342
|
-
export type NetworkSecurityPerimeterConfigurationsReconcileResponse = NetworkSecurityPerimeterConfigurationsReconcileHeaders;
|
|
7343
|
-
/** Optional parameters. */
|
|
7344
|
-
export interface NetworkSecurityPerimeterConfigurationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
7345
|
-
}
|
|
7346
|
-
/** Contains response data for the listNext operation. */
|
|
7347
|
-
export type NetworkSecurityPerimeterConfigurationsListNextResponse = NetworkSecurityPerimeterConfigurationListResult;
|
|
7348
|
-
/** Optional parameters. */
|
|
7349
5960
|
export interface NotebookWorkspacesListByDatabaseAccountOptionalParams extends coreClient.OperationOptions {
|
|
7350
5961
|
}
|
|
7351
5962
|
/** Contains response data for the listByDatabaseAccount operation. */
|
|
@@ -7561,92 +6172,128 @@ export interface ServiceDeleteOptionalParams extends coreClient.OperationOptions
|
|
|
7561
6172
|
resumeFrom?: string;
|
|
7562
6173
|
}
|
|
7563
6174
|
/** Optional parameters. */
|
|
7564
|
-
export interface
|
|
6175
|
+
export interface FleetListOptionalParams extends coreClient.OperationOptions {
|
|
7565
6176
|
}
|
|
7566
6177
|
/** Contains response data for the list operation. */
|
|
7567
|
-
export type
|
|
6178
|
+
export type FleetListResponse = FleetListResult;
|
|
7568
6179
|
/** Optional parameters. */
|
|
7569
|
-
export interface
|
|
6180
|
+
export interface FleetListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
7570
6181
|
}
|
|
7571
6182
|
/** Contains response data for the listByResourceGroup operation. */
|
|
7572
|
-
export type
|
|
6183
|
+
export type FleetListByResourceGroupResponse = FleetListResult;
|
|
6184
|
+
/** Optional parameters. */
|
|
6185
|
+
export interface FleetGetOptionalParams extends coreClient.OperationOptions {
|
|
6186
|
+
}
|
|
6187
|
+
/** Contains response data for the get operation. */
|
|
6188
|
+
export type FleetGetResponse = FleetResource;
|
|
6189
|
+
/** Optional parameters. */
|
|
6190
|
+
export interface FleetCreateOptionalParams extends coreClient.OperationOptions {
|
|
6191
|
+
}
|
|
6192
|
+
/** Contains response data for the create operation. */
|
|
6193
|
+
export type FleetCreateResponse = FleetResource;
|
|
6194
|
+
/** Optional parameters. */
|
|
6195
|
+
export interface FleetUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6196
|
+
/** The parameters to provide for the current fleet. */
|
|
6197
|
+
body?: FleetResourceUpdate;
|
|
6198
|
+
}
|
|
6199
|
+
/** Contains response data for the update operation. */
|
|
6200
|
+
export type FleetUpdateResponse = FleetResource;
|
|
6201
|
+
/** Optional parameters. */
|
|
6202
|
+
export interface FleetDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6203
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
6204
|
+
updateIntervalInMs?: number;
|
|
6205
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6206
|
+
resumeFrom?: string;
|
|
6207
|
+
}
|
|
6208
|
+
/** Contains response data for the delete operation. */
|
|
6209
|
+
export type FleetDeleteResponse = FleetDeleteHeaders;
|
|
7573
6210
|
/** Optional parameters. */
|
|
7574
|
-
export interface
|
|
6211
|
+
export interface FleetListNextOptionalParams extends coreClient.OperationOptions {
|
|
7575
6212
|
}
|
|
7576
6213
|
/** Contains response data for the listNext operation. */
|
|
7577
|
-
export type
|
|
6214
|
+
export type FleetListNextResponse = FleetListResult;
|
|
7578
6215
|
/** Optional parameters. */
|
|
7579
|
-
export interface
|
|
6216
|
+
export interface FleetListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
7580
6217
|
}
|
|
7581
6218
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
7582
|
-
export type
|
|
6219
|
+
export type FleetListByResourceGroupNextResponse = FleetListResult;
|
|
7583
6220
|
/** Optional parameters. */
|
|
7584
|
-
export interface
|
|
6221
|
+
export interface FleetspaceListOptionalParams extends coreClient.OperationOptions {
|
|
6222
|
+
}
|
|
6223
|
+
/** Contains response data for the list operation. */
|
|
6224
|
+
export type FleetspaceListResponse = FleetspaceListResult;
|
|
6225
|
+
/** Optional parameters. */
|
|
6226
|
+
export interface FleetspaceGetOptionalParams extends coreClient.OperationOptions {
|
|
7585
6227
|
}
|
|
7586
6228
|
/** Contains response data for the get operation. */
|
|
7587
|
-
export type
|
|
6229
|
+
export type FleetspaceGetResponse = FleetspaceResource;
|
|
7588
6230
|
/** Optional parameters. */
|
|
7589
|
-
export interface
|
|
6231
|
+
export interface FleetspaceCreateOptionalParams extends coreClient.OperationOptions {
|
|
7590
6232
|
/** Delay to wait until next poll, in milliseconds. */
|
|
7591
6233
|
updateIntervalInMs?: number;
|
|
7592
6234
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
7593
6235
|
resumeFrom?: string;
|
|
7594
6236
|
}
|
|
7595
|
-
/** Contains response data for the
|
|
7596
|
-
export type
|
|
6237
|
+
/** Contains response data for the create operation. */
|
|
6238
|
+
export type FleetspaceCreateResponse = FleetspaceResource;
|
|
7597
6239
|
/** Optional parameters. */
|
|
7598
|
-
export interface
|
|
7599
|
-
/** The parameters to provide for the current
|
|
7600
|
-
body?:
|
|
6240
|
+
export interface FleetspaceUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6241
|
+
/** The parameters to provide for the current fleetspace. */
|
|
6242
|
+
body?: FleetspaceUpdate;
|
|
7601
6243
|
/** Delay to wait until next poll, in milliseconds. */
|
|
7602
6244
|
updateIntervalInMs?: number;
|
|
7603
6245
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
7604
6246
|
resumeFrom?: string;
|
|
7605
6247
|
}
|
|
7606
6248
|
/** Contains response data for the update operation. */
|
|
7607
|
-
export type
|
|
6249
|
+
export type FleetspaceUpdateResponse = FleetspaceResource;
|
|
7608
6250
|
/** Optional parameters. */
|
|
7609
|
-
export interface
|
|
6251
|
+
export interface FleetspaceDeleteOptionalParams extends coreClient.OperationOptions {
|
|
7610
6252
|
/** Delay to wait until next poll, in milliseconds. */
|
|
7611
6253
|
updateIntervalInMs?: number;
|
|
7612
6254
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
7613
6255
|
resumeFrom?: string;
|
|
7614
6256
|
}
|
|
7615
6257
|
/** Contains response data for the delete operation. */
|
|
7616
|
-
export type
|
|
6258
|
+
export type FleetspaceDeleteResponse = FleetspaceDeleteHeaders;
|
|
7617
6259
|
/** Optional parameters. */
|
|
7618
|
-
export interface
|
|
6260
|
+
export interface FleetspaceListNextOptionalParams extends coreClient.OperationOptions {
|
|
7619
6261
|
}
|
|
7620
|
-
/** Contains response data for the
|
|
7621
|
-
export type
|
|
6262
|
+
/** Contains response data for the listNext operation. */
|
|
6263
|
+
export type FleetspaceListNextResponse = FleetspaceListResult;
|
|
7622
6264
|
/** Optional parameters. */
|
|
7623
|
-
export interface
|
|
6265
|
+
export interface FleetspaceAccountListOptionalParams extends coreClient.OperationOptions {
|
|
7624
6266
|
}
|
|
7625
|
-
/** Contains response data for the
|
|
7626
|
-
export type
|
|
6267
|
+
/** Contains response data for the list operation. */
|
|
6268
|
+
export type FleetspaceAccountListResponse = FleetspaceAccountListResult;
|
|
7627
6269
|
/** Optional parameters. */
|
|
7628
|
-
export interface
|
|
6270
|
+
export interface FleetspaceAccountGetOptionalParams extends coreClient.OperationOptions {
|
|
7629
6271
|
}
|
|
7630
6272
|
/** Contains response data for the get operation. */
|
|
7631
|
-
export type
|
|
6273
|
+
export type FleetspaceAccountGetResponse = FleetspaceAccountResource;
|
|
7632
6274
|
/** Optional parameters. */
|
|
7633
|
-
export interface
|
|
6275
|
+
export interface FleetspaceAccountCreateOptionalParams extends coreClient.OperationOptions {
|
|
7634
6276
|
/** Delay to wait until next poll, in milliseconds. */
|
|
7635
6277
|
updateIntervalInMs?: number;
|
|
7636
6278
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
7637
6279
|
resumeFrom?: string;
|
|
7638
6280
|
}
|
|
7639
6281
|
/** Contains response data for the create operation. */
|
|
7640
|
-
export type
|
|
6282
|
+
export type FleetspaceAccountCreateResponse = FleetspaceAccountResource;
|
|
7641
6283
|
/** Optional parameters. */
|
|
7642
|
-
export interface
|
|
6284
|
+
export interface FleetspaceAccountDeleteOptionalParams extends coreClient.OperationOptions {
|
|
7643
6285
|
/** Delay to wait until next poll, in milliseconds. */
|
|
7644
6286
|
updateIntervalInMs?: number;
|
|
7645
6287
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
7646
6288
|
resumeFrom?: string;
|
|
7647
6289
|
}
|
|
7648
6290
|
/** Contains response data for the delete operation. */
|
|
7649
|
-
export type
|
|
6291
|
+
export type FleetspaceAccountDeleteResponse = FleetspaceAccountDeleteHeaders;
|
|
6292
|
+
/** Optional parameters. */
|
|
6293
|
+
export interface FleetspaceAccountListNextOptionalParams extends coreClient.OperationOptions {
|
|
6294
|
+
}
|
|
6295
|
+
/** Contains response data for the listNext operation. */
|
|
6296
|
+
export type FleetspaceAccountListNextResponse = FleetspaceAccountListResult;
|
|
7650
6297
|
/** Optional parameters. */
|
|
7651
6298
|
export interface CosmosDBManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
7652
6299
|
/** server parameter */
|