az datadog terms

Note

This reference is part of the datadog extension for the Azure CLI (version 2.17.0 or higher). The extension will automatically install the first time you run an az datadog terms command. Learn more about extensions.

This command group is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Manage marketplace agreements with datadog.

Commands

Name Description Type Status
az datadog terms create

Create Datadog marketplace agreement in the subscription.

Extension Experimental
az datadog terms list

List datadog marketplace agreements.

Extension Experimental
az datadog terms update

Update Datadog marketplace agreement in the subscription.

Extension Experimental

az datadog terms create

Experimental

Command group 'datadog terms' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Create Datadog marketplace agreement in the subscription.

az datadog terms create [--properties]

Examples

MarketplaceAgreements_CreateOrUpdate

az datadog terms create --properties accepted=true

Optional Parameters

--properties

Represents the properties of the resource.

Usage: --properties publisher=XX product=XX plan=XX license-text-link=XX privacy-policy-link=XX retrieve-datetime=XX signature=XX accepted=XX

publisher: Publisher identifier string. product: Product identifier string. plan: Plan identifier string. license-text-link: Link to HTML with Microsoft and Publisher terms. privacy-policy-link: Link to the privacy policy of the publisher. retrieve-datetime: Date and time in UTC of when the terms were accepted. This is empty if Accepted is false. signature: Terms signature. accepted: If any version of the terms have been accepted, otherwise 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 datadog terms list

Experimental

Command group 'datadog terms' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus

List datadog marketplace agreements.

az datadog terms list

Examples

List marketplace agreements

az datadog terms list
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 datadog terms update

Experimental

Command group 'datadog terms' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Update Datadog marketplace agreement in the subscription.

az datadog terms update [--properties]

Optional Parameters

--properties

Represents the properties of the resource.

Usage: --properties publisher=XX product=XX plan=XX license-text-link=XX privacy-policy-link=XX retrieve-datetime=XX signature=XX accepted=XX

publisher: Publisher identifier string. product: Product identifier string. plan: Plan identifier string. license-text-link: Link to HTML with Microsoft and Publisher terms. privacy-policy-link: Link to the privacy policy of the publisher. retrieve-datetime: Date and time in UTC of when the terms were accepted. This is empty if Accepted is false. signature: Terms signature. accepted: If any version of the terms have been accepted, otherwise 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.