az partnercenter marketplace offer listing contact

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

Commands

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

Preview

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

Add a contact to a marketplace offer listing.

az partnercenter marketplace offer listing contact add --offer-id
                                                       --type
                                                       [--add]
                                                       [--email]
                                                       [--force-string]
                                                       [--name]
                                                       [--phone]
                                                       [--remove]
                                                       [--set]
                                                       [--uri]

Examples

Add a contact to an offer's listing

az partnercenter marketplace offer listing contact add --offer-id MyOfferId --type Engineering

Required Parameters

--offer-id

The offerid.

--type

The contact type.

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: []
--email

The email address of the contact.

--force-string

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

Default value: False
--name

The name of the contact.

--phone

The phone number of the contact.

--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: []
--uri

The uri associated with the contact.

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

Preview

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

Delete a contact to a marketplace offer listing.

az partnercenter marketplace offer listing contact delete --offer-id
                                                          --type
                                                          [--email]
                                                          [--name]
                                                          [--phone]
                                                          [--uri]
                                                          [--yes]

Examples

Delete a contact to an offer's listing

az partnercenter marketplace offer listing contact delete --offer-id MyOfferId --type Engineering

Required Parameters

--offer-id

The offerid.

--type

The contact type.

Optional Parameters

--email

The email address of the contact.

--name

The name of the contact.

--phone

The phone number of the contact.

--uri

The uri associated with the contact.

--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 contact list

Preview

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

List the contacts for a marketplace offer listing.

az partnercenter marketplace offer listing contact list --offer-id

Examples

List the contacts for an offer's listing

az partnercenter marketplace offer listing contact list --offer-id MyOfferId

Required Parameters

--offer-id

The offerid.

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.