az partnercenter marketplace offer plan
Note
This reference is part of the partnercenter extension for the Azure CLI (version 2.0.67 or higher). The extension will automatically install the first time you run an az partnercenter marketplace offer plan command. Learn more about extensions.
Command group 'partnercenter marketplace offer' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage a Marketplace offer plans.
Commands
Name | Description | Type | Status |
---|---|---|---|
az partnercenter marketplace offer plan create |
Create a plan for a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer plan delete |
Delete a plan for a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer plan list |
List the plans of a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer plan listing |
Manage a Marketplace offer plan's listing. |
Extension | Preview |
az partnercenter marketplace offer plan listing show |
Get the plan listing of a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer plan listing update |
Update the plan listing of a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer plan show |
Get the plan of a marketplace offer. |
Extension | Preview |
az partnercenter marketplace offer plan technical-configuration |
Manage a Marketplace offer plan's technical configuration. |
Extension | Preview |
az partnercenter marketplace offer plan technical-configuration package |
Manage packages for a plan's technical configuration. |
Extension | Preview |
az partnercenter marketplace offer plan technical-configuration package add |
Adds a package to the technical configuration of a plan. |
Extension | Preview |
az partnercenter marketplace offer plan technical-configuration package delete |
Deletes a package to the technical configuration of a plan. |
Extension | Preview |
az partnercenter marketplace offer plan technical-configuration show |
Show a plan's technical configuration. |
Extension | Preview |
az partnercenter marketplace offer plan create
Command group 'partnercenter marketplace offer plan' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create a plan for a marketplace offer.
az partnercenter marketplace offer plan create --id
--name
--offer-id
[--no-wait]
[--subtype]
Examples
Create a plan for an offer
az partnercenter marketplace offer plan create --id MyPlanId --name "My Plan Name" --offer-id MyOfferId
Create a Managed Application plan in an Application offer
az partnercenter marketplace offer plan create --id MyPlanId --name "My Plan Name" --offer-id MyOfferId --subtype managed-app
Required Parameters
The Plan ID.
The friendly name of the Plan.
The Offer ID.
Optional Parameters
Do not wait for the long-running operation to finish.
SubType of Azure Application plan. Allowed Values: solution-template, managed-application. Default: None.
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 partnercenter marketplace offer plan delete
Command group 'partnercenter marketplace offer plan' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Delete a plan for a marketplace offer.
az partnercenter marketplace offer plan delete --id
--offer-id
Examples
Delete a plan for an offer
az partnercenter marketplace offer plan delete --id MyPlanId --offer-id MyOfferId
Required Parameters
The Plan ID.
The Offer ID.
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 partnercenter marketplace offer plan list
Command group 'partnercenter marketplace offer plan' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List the plans of a marketplace offer.
az partnercenter marketplace offer plan list --offer-id
Examples
List an offer's plans
az partnercenter marketplace offer plan list --offer-id MyOfferId
Required Parameters
The Offer ID.
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 partnercenter marketplace offer plan show
Command group 'partnercenter marketplace offer plan' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get the plan of a marketplace offer.
az partnercenter marketplace offer plan show --id
--offer-id
Examples
Get an offer's plan
az partnercenter marketplace offer plan show --id MyPlanId --offer-id MyOfferId
Required Parameters
The Plan ID.
The Offer ID.
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.