CreationSupported interface

Interface representing a CreationSupported.

Methods

get(string, CreationSupportedGetOptionalParams)

Informs if the current subscription is being already monitored for selected Datadog organization.

list(string, CreationSupportedListOptionalParams)

Informs if the current subscription is being already monitored for selected Datadog organization.

Method Details

get(string, CreationSupportedGetOptionalParams)

Informs if the current subscription is being already monitored for selected Datadog organization.

function get(datadogOrganizationId: string, options?: CreationSupportedGetOptionalParams): Promise<CreateResourceSupportedResponse>

Parameters

datadogOrganizationId

string

Datadog Organization Id

options
CreationSupportedGetOptionalParams

The options parameters.

Returns

list(string, CreationSupportedListOptionalParams)

Informs if the current subscription is being already monitored for selected Datadog organization.

function list(datadogOrganizationId: string, options?: CreationSupportedListOptionalParams): PagedAsyncIterableIterator<CreateResourceSupportedResponse, CreateResourceSupportedResponse[], PageSettings>

Parameters

datadogOrganizationId

string

Datadog Organization Id

options
CreationSupportedListOptionalParams

The options parameters.

Returns