CreationSupportedsClient Interface

public interface CreationSupportedsClient

An instance of this class provides access to all the operations defined in CreationSupportedsClient.

Method Summary

Modifier and Type Method and Description
abstract CreateResourceSupportedResponseInner get(String datadogOrganizationId)

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

abstract Response<CreateResourceSupportedResponseInner> getWithResponse(String datadogOrganizationId, Context context)

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

abstract PagedIterable<CreateResourceSupportedResponseInner> list(String datadogOrganizationId)

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

abstract PagedIterable<CreateResourceSupportedResponseInner> list(String datadogOrganizationId, Context context)

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

Method Details

get

public abstract CreateResourceSupportedResponseInner get(String datadogOrganizationId)

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

Parameters:

datadogOrganizationId - Datadog Organization Id.

Returns:

datadog resource can be created or not.

getWithResponse

public abstract Response<CreateResourceSupportedResponseInner> getWithResponse(String datadogOrganizationId, Context context)

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

Parameters:

datadogOrganizationId - Datadog Organization Id.
context - The context to associate with this operation.

Returns:

datadog resource can be created or not along with Response<T>.

list

public abstract PagedIterable<CreateResourceSupportedResponseInner> list(String datadogOrganizationId)

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

Parameters:

datadogOrganizationId - Datadog Organization Id.

Returns:

the paginated response with PagedIterable<T>.

list

public abstract PagedIterable<CreateResourceSupportedResponseInner> list(String datadogOrganizationId, Context context)

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

Parameters:

datadogOrganizationId - Datadog Organization Id.
context - The context to associate with this operation.

Returns:

the paginated response with PagedIterable<T>.

Applies to