az cosmosdb gremlin database
Manage Azure Cosmos DB Gremlin databases.
Commands
az cosmosdb gremlin database create |
Create an Gremlin database under an Azure Cosmos DB account. |
az cosmosdb gremlin database delete |
Delete the Gremlin database under an Azure Cosmos DB account. |
az cosmosdb gremlin database exists |
Checks if an Azure Cosmos DB Gremlin database exists. |
az cosmosdb gremlin database list |
List the Gremlin databases under an Azure Cosmos DB account. |
az cosmosdb gremlin database show |
Show the details of a Gremlin database under an Azure Cosmos DB account. |
az cosmosdb gremlin database throughput |
Manage throughput of Gremlin database under an Azure Cosmos DB account. |
az cosmosdb gremlin database throughput migrate |
Migrate the throughput of the Gremlin database between autoscale and manually provisioned. |
az cosmosdb gremlin database throughput show |
Get the throughput of the Gremlin database under an Azure Cosmos DB account. |
az cosmosdb gremlin database throughput update |
Update the throughput of the Gremlin database under an Azure Cosmos DB account. |
az cosmosdb gremlin database create
Create an Gremlin database under an Azure Cosmos DB account.
az cosmosdb gremlin database create --account-name
--name
--resource-group
[--max-throughput]
[--throughput]
Required Parameters
Cosmosdb account name.
Database name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The maximum throughput resource can scale to (RU/s). Provided when the resource is autoscale enabled. The minimum value can be 4000 (RU/s).
The throughput Gremlin database (RU/s). Default value is 400.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az cosmosdb gremlin database delete
Delete the Gremlin database under an Azure Cosmos DB account.
az cosmosdb gremlin database delete --account-name
--name
--resource-group
[--yes]
Required Parameters
Cosmosdb account name.
Database name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Do not prompt for confirmation.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az cosmosdb gremlin database exists
Checks if an Azure Cosmos DB Gremlin database exists.
az cosmosdb gremlin database exists --account-name
--name
--resource-group
Required Parameters
Cosmosdb account name.
Database name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az cosmosdb gremlin database list
List the Gremlin databases under an Azure Cosmos DB account.
az cosmosdb gremlin database list --account-name
--resource-group
Required Parameters
Cosmosdb account name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az cosmosdb gremlin database show
Show the details of a Gremlin database under an Azure Cosmos DB account.
az cosmosdb gremlin database show --account-name
--name
--resource-group
Required Parameters
Cosmosdb account name.
Database name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Feedback
Submit and view feedback for