az batch account keys
Manage Batch account keys.
Commands
| az batch account keys list |
Gets the account keys for the specified Batch account. |
| az batch account keys renew |
Renew keys for a Batch account. |
az batch account keys list
Gets the account keys for the specified Batch account.
This operation applies only to Batch accounts with allowedAuthenticationModes containing 'SharedKey'. If the Batch account doesn't contain 'SharedKey' in its allowedAuthenticationMode, clients cannot use shared keys to authenticate, and must use another allowedAuthenticationModes instead. In this case, getting the keys will fail.
az batch account keys list --name
--resource-group
Required Parameters
Name of the Batch account.
Name of the resource group.
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 batch account keys renew
Renew keys for a Batch account.
az batch account keys renew [--key-name {Primary, Secondary}]
[--name]
[--resource-group]
Examples
Renew keys for a Batch account.
az batch account keys renew --name MyBatchAccount --resource-group MyResourceGroup --key-name primary
Optional Parameters
Name of the batch account key.
Name of the batch account to show. If not specified will display currently set account.
Name of the resource group. If not specified will display currently set account.
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.
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ