Interface DatadogHost


public interface DatadogHost
An immutable client-side representation of DatadogHost.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the aliases property: The aliases for the host.
    Gets the apps property: The Datadog integrations reporting metrics for the host.
    Gets the inner com.azure.resourcemanager.datadog.fluent.models.DatadogHostInner object.
    Gets the meta property: The meta property.
    Gets the name property: The name of the host.
  • Method Details

    • name

      String name()
      Gets the name property: The name of the host.
      Returns:
      the name value.
    • aliases

      List<String> aliases()
      Gets the aliases property: The aliases for the host.
      Returns:
      the aliases value.
    • apps

      List<String> apps()
      Gets the apps property: The Datadog integrations reporting metrics for the host.
      Returns:
      the apps value.
    • meta

      Gets the meta property: The meta property.
      Returns:
      the meta value.
    • innerModel

      DatadogHostInner innerModel()
      Gets the inner com.azure.resourcemanager.datadog.fluent.models.DatadogHostInner object.
      Returns:
      the inner object.