Class LinkedResourceInner

java.lang.Object
com.azure.resourcemanager.datadog.fluent.models.LinkedResourceInner

public final class LinkedResourceInner extends Object
The definition of a linked resource.
  • Constructor Details

    • LinkedResourceInner

      public LinkedResourceInner()
      Creates an instance of LinkedResourceInner class.
  • Method Details

    • id

      public String id()
      Get the id property: The ARM id of the linked resource.
      Returns:
      the id value.
    • withId

      public LinkedResourceInner withId(String id)
      Set the id property: The ARM id of the linked resource.
      Parameters:
      id - the id value to set.
      Returns:
      the LinkedResourceInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.