Class ReportResource

java.lang.Object
com.azure.resourcemanager.automanage.models.ReportResource

public final class ReportResource extends Object
Details about the resource processed by the configuration profile assignment.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.core.management.exception.ManagementError
    Get the error property: Error message, if any, returned when deploying the resource.
    id()
    Get the id property: ARM id of the resource.
    Get the name property: Name of the resource.
    Get the status property: Status of the resource.
    Get the type property: Type of the resource.
    void
    Validates the instance.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReportResource

      public ReportResource()
  • Method Details

    • name

      public String name()
      Get the name property: Name of the resource.
      Returns:
      the name value.
    • id

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

      public String type()
      Get the type property: Type of the resource.
      Returns:
      the type value.
    • status

      public String status()
      Get the status property: Status of the resource.
      Returns:
      the status value.
    • error

      public com.azure.core.management.exception.ManagementError error()
      Get the error property: Error message, if any, returned when deploying the resource.
      Returns:
      the error value.
    • validate

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