az term
This command group is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage marketplace agreement with marketplaceordering.
Commands
Name | Description | Type | Status |
---|---|---|---|
az term accept |
Accept marketplace terms. |
Core | Experimental |
az term show |
Get marketplace terms. |
Core | Experimental |
az term accept
Command group 'term' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Accept marketplace terms.
az term accept --plan
--product
--publisher
Examples
Set marketplace terms.
az term accept --product "windows-data-science-vm" --plan "windows2016" --publisher "microsoft-ads"
Required Parameters
Plan identifier string of image being deployed.
Offer identifier string of image being deployed.
Publisher identifier string of image being deployed.
Global Parameters
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 term show
Command group 'term' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get marketplace terms.
az term show --plan
--product
--publisher
Examples
Get marketeplace terms.
az term show --product "windows-data-science-vm" --plan "windows2016" --publisher "microsoft-ads"
Required Parameters
Plan identifier string of image being deployed.
Offeridentifier string of image being deployed.
Publisher identifier string of image being deployed.
Global Parameters
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.