Del via


az partnercenter marketplace offer listing media

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 media command. Learn more about extensions.

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

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

Commands

Name Description Type Status
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 media add

Preview

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

Add media for a marketplace offer listing.

az partnercenter marketplace offer listing media add --file
                                                     --id
                                                     --type {AzureLogoLarge, AzureLogoMedium, AzureLogoSmall, AzureLogoWide, Image, Video}
                                                     [--streaming-uri]

Examples

Add the Large Logo to an offer's listing

az partnercenter marketplace offer listing media add --offer-id MyOfferId --type LargeLogo --file local/path/to/file

Required Parameters

--file -f

The path to the media file.

--id --offer-id

The Offer ID.

--type -t

The media type.

accepted values: AzureLogoLarge, AzureLogoMedium, AzureLogoSmall, AzureLogoWide, Image, Video

Optional Parameters

--streaming-uri

The streaming URI.

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 media delete

Preview

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

Delete media for a marketplace offer listing.

az partnercenter marketplace offer listing media delete --id
                                                        --type {AzureLogoLarge, AzureLogoMedium, AzureLogoSmall, AzureLogoWide, Image, Video}
                                                        [--yes]

Examples

Delete the Large Logo for an offer's listing

az partnercenter marketplace offer listing media delete --offer-id MyOfferId --type LargeLogo

Required Parameters

--id --offer-id

The Offer ID.

--type -t

The media type.

accepted values: AzureLogoLarge, AzureLogoMedium, AzureLogoSmall, AzureLogoWide, Image, Video

Optional Parameters

--yes -y

Do not prompt for confirmation.

default value: False
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 media list

Preview

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

List the media for a marketplace offer listing.

az partnercenter marketplace offer listing media list --id
                                                      --type {AzureLogoLarge, AzureLogoMedium, AzureLogoSmall, AzureLogoWide, Image, Video}

Examples

List the media for an offer's listing

az partnercenter marketplace offer listing media list --offer-id MyOfferId --type Image

Required Parameters

--id --offer-id

The Offer ID.

--type -t

The media type.

accepted values: AzureLogoLarge, AzureLogoMedium, AzureLogoSmall, AzureLogoWide, Image, Video
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.