java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.automanage.fluent.models.ReportInner

public final class ReportInner extends com.azure.core.management.ProxyResource
Definition of the report.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the configurationProfile property: The configurationProfile linked to the assignment.
    Get the duration property: Duration of the configuration profile assignment processing.
    Get the endTime property: End time of the configuration profile assignment processing.
    com.azure.core.management.exception.ManagementError
    Get the error property: Error message, if any, returned by the configuration profile assignment processing.
    Get the lastModifiedTime property: Last modified time of the configuration profile assignment processing.
    Get the reportFormatVersion property: Version of the report format.
    Get the resources property: List of resources processed by the configuration profile assignment.
    Get the startTime property: Start time of the configuration profile assignment processing.
    Get the status property: The status of the configuration profile assignment.
    com.azure.core.management.SystemData
    Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Get the type property: Type of the configuration profile assignment processing (Initial/Consistency).
    void
    Validates the instance.
    Set the endTime property: End time of the configuration profile assignment processing.
    withStartTime(String startTime)
    Set the startTime property: Start time of the configuration profile assignment processing.

    Methods inherited from class com.azure.core.management.ProxyResource

    id, name, type

    Methods inherited from class java.lang.Object

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

    • ReportInner

      public ReportInner()
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • startTime

      public String startTime()
      Get the startTime property: Start time of the configuration profile assignment processing.
      Returns:
      the startTime value.
    • withStartTime

      public ReportInner withStartTime(String startTime)
      Set the startTime property: Start time of the configuration profile assignment processing.
      Parameters:
      startTime - the startTime value to set.
      Returns:
      the ReportInner object itself.
    • endTime

      public String endTime()
      Get the endTime property: End time of the configuration profile assignment processing.
      Returns:
      the endTime value.
    • withEndTime

      public ReportInner withEndTime(String endTime)
      Set the endTime property: End time of the configuration profile assignment processing.
      Parameters:
      endTime - the endTime value to set.
      Returns:
      the ReportInner object itself.
    • lastModifiedTime

      public String lastModifiedTime()
      Get the lastModifiedTime property: Last modified time of the configuration profile assignment processing.
      Returns:
      the lastModifiedTime value.
    • duration

      public String duration()
      Get the duration property: Duration of the configuration profile assignment processing.
      Returns:
      the duration value.
    • typePropertiesType

      public String typePropertiesType()
      Get the type property: Type of the configuration profile assignment processing (Initial/Consistency).
      Returns:
      the type value.
    • status

      public String status()
      Get the status property: The status of the configuration profile assignment.
      Returns:
      the status value.
    • configurationProfile

      public String configurationProfile()
      Get the configurationProfile property: The configurationProfile linked to the assignment.
      Returns:
      the configurationProfile value.
    • resources

      public List<ReportResource> resources()
      Get the resources property: List of resources processed by the configuration profile assignment.
      Returns:
      the resources value.
    • error

      public com.azure.core.management.exception.ManagementError error()
      Get the error property: Error message, if any, returned by the configuration profile assignment processing.
      Returns:
      the error value.
    • reportFormatVersion

      public String reportFormatVersion()
      Get the reportFormatVersion property: Version of the report format.
      Returns:
      the reportFormatVersion value.
    • validate

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