Share via


az partnercenter marketplace offer listing

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 listing 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 listing.

Commands

Name Description Type Status
az partnercenter marketplace offer listing contact

Manage a Marketplace Offer listing's contacts.

Extension Preview
az partnercenter marketplace offer listing contact add

Add a contact to a marketplace offer listing.

Extension Preview
az partnercenter marketplace offer listing contact delete

Delete a contact to a marketplace offer listing.

Extension Preview
az partnercenter marketplace offer listing contact list

List the contacts for a marketplace offer listing.

Extension Preview
az partnercenter marketplace offer listing media

Manage a Marketplace Offer listing's media including images, videos, and thumbnails.

Extension Preview
az partnercenter marketplace offer listing media add

Add media for a marketplace offer listing.

Extension Preview
az partnercenter marketplace offer listing media delete

Delete media for a marketplace offer listing.

Extension Preview
az partnercenter marketplace offer listing media list

List the media for a marketplace offer listing.

Extension Preview
az partnercenter marketplace offer listing show

Get the listing of a marketplace offer.

Extension Preview
az partnercenter marketplace offer listing update

Update the listing of a marketplace offer.

Extension Preview
az partnercenter marketplace offer listing uri

Manage a Marketplace Offer listing's URIs.

Extension Preview
az partnercenter marketplace offer listing uri add

Add a URI for a marketplace offer listing.

Extension Preview
az partnercenter marketplace offer listing uri delete

Delete a URI for a marketplace offer listing.

Extension Preview
az partnercenter marketplace offer listing uri list

List the uri for a marketplace offer listing.

Extension Preview

az partnercenter marketplace offer listing show

Preview

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

Get the listing of a marketplace offer.

az partnercenter marketplace offer listing show --offer-id

Examples

Get an offer's listing

az partnercenter marketplace offer listing show --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 listing update

Preview

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

Update the listing of a marketplace offer.

az partnercenter marketplace offer listing update --offer-id
                                                  [--add]
                                                  [--description]
                                                  [--force-string]
                                                  [--remove]
                                                  [--set]
                                                  [--short-description]
                                                  [--summary]

Examples

Update an offer listing

az partnercenter marketplace offer listing update --offer-id MyOfferId --summary "My offer summary"

Required Parameters

--offer-id

The offer ID.

Optional Parameters

--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>.

default value: []
--description

The description of the listing.

--force-string

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

default value: False
--remove

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

default value: []
--set

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

default value: []
--short-description

The short description of the listing.

--summary

The summary that appears in search results.

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.