DatadogHost Interface

public interface DatadogHost

An immutable client-side representation of DatadogHost.

Method Summary

Modifier and Type Method and Description
abstract List<String> aliases()

Gets the aliases property: The aliases for the host.

abstract List<String> apps()

Gets the apps property: The Datadog integrations reporting metrics for the host.

abstract DatadogHostInner innerModel()

Gets the inner com.azure.resourcemanager.datadog.fluent.models.DatadogHostInner object.

abstract DatadogHostMetadata meta()

Gets the meta property: The meta property.

abstract String name()

Gets the name property: The name of the host.

Method Details

aliases

public abstract List aliases()

Gets the aliases property: The aliases for the host.

Returns:

the aliases value.

apps

public abstract List apps()

Gets the apps property: The Datadog integrations reporting metrics for the host.

Returns:

the apps value.

innerModel

public abstract DatadogHostInner innerModel()

Gets the inner com.azure.resourcemanager.datadog.fluent.models.DatadogHostInner object.

Returns:

the inner object.

meta

public abstract DatadogHostMetadata meta()

Gets the meta property: The meta property.

Returns:

the meta value.

name

public abstract String name()

Gets the name property: The name of the host.

Returns:

the name value.

Applies to