az batch certificate
Manage Batch certificates.
Commands
| az batch certificate create |
Add a certificate to a Batch account. |
| az batch certificate delete |
Delete a certificate from a Batch account. |
| az batch certificate list |
Lists all of the Certificates that have been added to the specified Account. |
| az batch certificate show |
Gets information about the specified Certificate. |
az batch certificate create
Add a certificate to a Batch account.
az batch certificate create --certificate-file
--thumbprint
[--account-endpoint]
[--account-key]
[--account-name]
[--password]
Required Parameters
The certificate file: cer file or pfx file.
The certificate thumbprint.
Optional Parameters
Batch service endpoint. Alternatively, set by environment variable: AZURE_BATCH_ENDPOINT.
The Batch account key. Alternatively, set by environment variable: AZURE_BATCH_ACCESS_KEY.
The Batch account name. Alternatively, set by environment variable: AZURE_BATCH_ACCOUNT.
The password to access the certificate's private key.
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 certificate delete
Delete a certificate from a Batch account.
az batch certificate delete --thumbprint
[--abort]
[--account-endpoint]
[--account-key]
[--account-name]
[--yes]
Required Parameters
The certificate thumbprint.
Optional Parameters
Cancel the failed certificate deletion operation.
Batch service endpoint. Alternatively, set by environment variable: AZURE_BATCH_ENDPOINT.
The Batch account key. Alternatively, set by environment variable: AZURE_BATCH_ACCESS_KEY.
The Batch account name. Alternatively, set by environment variable: AZURE_BATCH_ACCOUNT.
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 batch certificate list
Lists all of the Certificates that have been added to the specified Account.
az batch certificate list [--account-endpoint]
[--account-key]
[--account-name]
[--filter]
[--select]
Optional Parameters
Batch service endpoint. Alternatively, set by environment variable: AZURE_BATCH_ENDPOINT.
Batch account key. Alternatively, set by environment variable: AZURE_BATCH_ACCESS_KEY.
Batch account name. Alternatively, set by environment variable: AZURE_BATCH_ACCOUNT.
An OData $filter clause. For more information on constructing this filter, see https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-certificates.
An OData $select clause.
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 certificate show
Gets information about the specified Certificate.
az batch certificate show --thumbprint
[--account-endpoint]
[--account-key]
[--account-name]
[--select]
Required Parameters
The certificate thumbprint.
Optional Parameters
Batch service endpoint. Alternatively, set by environment variable: AZURE_BATCH_ENDPOINT.
Batch account key. Alternatively, set by environment variable: AZURE_BATCH_ACCESS_KEY.
Batch account name. Alternatively, set by environment variable: AZURE_BATCH_ACCOUNT.
An OData $select clause.
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.
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ