Κοινή χρήση μέσω


az partnercenter marketplace offer setup

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 setup 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's setup.

Commands

Name Description Type Status
az partnercenter marketplace offer setup show

Show the offer setup.

Extension Preview
az partnercenter marketplace offer setup update

Update a marketplace offer.

Extension Preview

az partnercenter marketplace offer setup show

Preview

Command group 'partnercenter marketplace offer setup' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Show the offer setup.

az partnercenter marketplace offer setup show --id --offer-id

Examples

Show an offer's setup

az partnercenter marketplace offer setup show --offer-id MyOfferId

Required Parameters

--id --offer-id

The Offer ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False

az partnercenter marketplace offer setup update

Preview

Command group 'partnercenter marketplace offer setup' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Update a marketplace offer.

az partnercenter marketplace offer setup update --id --offer-id
                                                [--add]
                                                [--force-string]
                                                [--remove]
                                                [--reseller {false, true}]
                                                [--sell-through-microsoft {false, true}]
                                                [--set]
                                                [--test-drive {false, true}]
                                                [--trial-uri]

Examples

Update an offer setup

az partnercenter marketplace offer setup update --offer-id MyOfferId --sell-through-microsoft true

Required Parameters

--id --offer-id

The Offer ID.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--add

Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>.

Property Value
Parameter group: Generic Update Arguments
Default value: []
--force-string

When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.

Property Value
Parameter group: Generic Update Arguments
Default value: False
--remove

Remove a property or an element from a list. Example: --remove property.list <indexToRemove> OR --remove propertyToRemove.

Property Value
Parameter group: Generic Update Arguments
Default value: []
--reseller

Indicates to enable the reseller channel for the offer.

Property Value
Accepted values: false, true
--sell-through-microsoft

Whether to sell through microsoft or list the offer through the marketplace and process transactions independently.

Property Value
Accepted values: false, true
--set

Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>.

Property Value
Parameter group: Generic Update Arguments
Default value: []
--test-drive

Whether test drive is enabled for the offer. The test drive option in the Microsoft commercial marketplace lets you configure a hands-on, self-guided tour of your product's key features.

Property Value
Accepted values: false, true
--trial-uri

The trial uri.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False