CreationSupportedOperations interface

Interface representing a CreationSupported operations.

Properties

get

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

list

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

Property Details

get

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

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

Property Value

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

list

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

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

Property Value

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