az sf cluster durability
Manage the durability of a cluster.
Commands
| Name | Description | Type | Status |
|---|---|---|---|
| az sf cluster durability update |
Update the durability tier or VM SKU of a node type in the cluster. |
Core | GA |
az sf cluster durability update
Update the durability tier or VM SKU of a node type in the cluster.
az sf cluster durability update --cluster-name
--durability-level {Bronze, Gold, Silver}
--node-type
--resource-group
[--acquire-policy-token]
[--change-reference]
Examples
Change the cluster durability level to 'Silver'.
az sf cluster durability update -g group-name -c cluster1 --durability-level Silver --node-type nt1
Required Parameters
Specify the name of the cluster, if not given it will be same as resource group name.
Durability level.
| Property | Value |
|---|---|
| Accepted values: | Bronze, Gold, Silver |
The Node type name.
Specify the resource group name. You can configure the default group using az configure --defaults group=<name>.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
| Property | Value |
|---|---|
| Default value: | False |