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

    Modifier and Type
    Method
    Description
    Gets the configurationProfile property: The configurationProfile linked to the assignment.
    Gets the duration property: Duration of the configuration profile assignment processing.
    Gets the endTime property: End time of the configuration profile assignment processing.
    com.azure.core.management.exception.ManagementError
    Gets the error property: Error message, if any, returned by the configuration profile assignment processing.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.automanage.fluent.models.ReportInner object.
    Gets the lastModifiedTime property: Last modified time of the configuration profile assignment processing.
    Gets the name property: The name of the resource.
    Gets the reportFormatVersion property: Version of the report format.
    Gets the resources property: List of resources processed by the configuration profile assignment.
    Gets the startTime property: Start time of the configuration profile assignment processing.
    Gets the status property: The status of the configuration profile assignment.
    com.azure.core.management.SystemData
    Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Gets the type property: The type of the resource.
    Gets the typePropertiesType property: Type of the configuration profile assignment processing (Initial/Consistency).
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • systemData

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

      String startTime()
      Gets the startTime property: Start time of the configuration profile assignment processing.
      Returns:
      the startTime value.
    • endTime

      String endTime()
      Gets the endTime property: End time of the configuration profile assignment processing.
      Returns:
      the endTime value.
    • lastModifiedTime

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

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

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

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

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

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

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

      String reportFormatVersion()
      Gets the reportFormatVersion property: Version of the report format.
      Returns:
      the reportFormatVersion value.
    • innerModel

      ReportInner innerModel()
      Gets the inner com.azure.resourcemanager.automanage.fluent.models.ReportInner object.
      Returns:
      the inner object.