mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
41 lines
1,012 B
Text
41 lines
1,012 B
Text
|
|
NAME
|
||
|
|
gcloud alpha container azure clients - create and manage Azure clients
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud alpha container azure clients COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(ALPHA) Create and manage Azure clients.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
create
|
||
|
|
(ALPHA) Create an Azure client.
|
||
|
|
|
||
|
|
delete
|
||
|
|
(ALPHA) Delete an Azure client.
|
||
|
|
|
||
|
|
describe
|
||
|
|
(ALPHA) Describe an Azure client.
|
||
|
|
|
||
|
|
get-public-cert
|
||
|
|
(ALPHA) Get the public certificate of an Azure client.
|
||
|
|
|
||
|
|
list
|
||
|
|
(ALPHA) List Azure clients.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This command is currently in alpha and might change without notice. If this
|
||
|
|
command fails with API permission errors despite specifying the correct
|
||
|
|
project, you might be trying to access an API with an invitation-only early
|
||
|
|
access allowlist. This variant is also available:
|
||
|
|
|
||
|
|
$ gcloud container azure clients
|
||
|
|
|