Class DscReportResourceNavigation

java.lang.Object
com.azure.resourcemanager.automation.models.DscReportResourceNavigation

public final class DscReportResourceNavigation extends Object
Navigation for DSC Report Resource.
  • Constructor Details

    • DscReportResourceNavigation

      public DscReportResourceNavigation()
  • Method Details

    • resourceId

      public String resourceId()
      Get the resourceId property: Gets or sets the ID of the resource to navigate to.
      Returns:
      the resourceId value.
    • withResourceId

      public DscReportResourceNavigation withResourceId(String resourceId)
      Set the resourceId property: Gets or sets the ID of the resource to navigate to.
      Parameters:
      resourceId - the resourceId value to set.
      Returns:
      the DscReportResourceNavigation object itself.
    • validate

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