0
私が見たすべてのチュートリアルとリソースは、GUIを通じてSendGridアカウントを作成していますが、cliを使用できるようにしたいと考えています。出来ますか?Azure CLI経由でSendGridアカウントを作成することはできますか?
ような何か:
az sendgrid create
私が見たすべてのチュートリアルとリソースは、GUIを通じてSendGridアカウントを作成していますが、cliを使用できるようにしたいと考えています。出来ますか?Azure CLI経由でSendGridアカウントを作成することはできますか?
ような何か:
az sendgrid create
が、私は、CLIを使用することができるようにしたいです。出来ますか?
私の知る限りでは、紺碧DOE ないサポートこの時点でCLI経由sendgrid作成します。
C:\Users>az --help
For version info, use 'az --version'
Group
az
Subgroups:
account : Manage subscriptions.
acs : Manage Azure Container Services.
ad : Synchronize on-premises directories and manage Azure Active Directory resources.
appservice: Manage your Azure Web apps and App Service plans.
batch : Manage Azure Batch.
cloud : Manage the registered Azure clouds.
component : Manage and update Azure CLI 2.0 (Preview) components.
container : Set up automated builds and deployments for multi-container Docker applications.
disk : Manage Azure Managed Disks.
documentdb: Manage your Azure DocumentDB (NoSQL) database accounts.
feature : Manage resource provider features, such as previews.
group : Manage resource groups and template deployments.
image : Manage custom Virtual Machine Images.
iot : Connect, monitor, and control millions of IoT assets.
keyvault : Safeguard and maintain control of keys, secrets, and certificates.
lock : Manage Azure locks.
network : Manages Azure Network resources.
policy : Manage resource policies.
provider : Manage resource providers.
redis : Access to a secure, dedicated cache for your Azure applications.
resource : Manage Azure resources.
role : Use role assignments to manage access to your Azure resources.
snapshot : Manage point-in-time copies of managed disks, native blobs, or other snapshots.
sql : Manage Azure SQL Databases and Data Warehouses.
storage : Durable, highly available, and massively scalable cloud storage.
tag : Manage resource tags.
vm : Provision Linux or Windows virtual machines in seconds.
vmss : Create highly available, auto-scalable Linux or Windows virtual machines.
Commands:
configure : Configure Azure CLI 2.0 Preview or view your configuration. The command is
interactive, so just type `az configure` and respond to the prompts.
feedback : Loving or hating the CLI? Let us know!
find : Find Azure CLI commands based on a given query.
login : Log in to access Azure subscriptions.
logout : Log out to remove access to Azure subscriptions.
ねえ。送信グリッドアカウントをプログラムで作成する方法を見つけましたか?ドキュメントは良くありません。 – RuSs