Share via


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

Preview

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

--id --plan-id

The Plan ID.

--name -n

The friendly name of the Plan.

--offer-id

The Offer ID.

Optional Parameters

--no-wait

Do not wait for the long-running operation to finish.

default value: False
--subtype -s

SubType of Azure Application plan. Allowed Values: solution-template, managed-application. Default: None.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az partnercenter marketplace offer plan delete

Preview

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

--id --plan-id

The Plan ID.

--offer-id

The Offer ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az partnercenter marketplace offer plan list

Preview

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

--offer-id

The Offer ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az partnercenter marketplace offer plan show

Preview

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

--id --plan-id

The Plan ID.

--offer-id

The Offer ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.