Interface HciReports


public interface HciReports
Resource collection API of HciReports.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String resourceGroupName, String clusterName, String configurationProfileAssignmentName, String reportName)
    Get information about a report associated with a configuration profile assignment run.
    com.azure.core.http.rest.Response<Report>
    getWithResponse(String resourceGroupName, String clusterName, String configurationProfileAssignmentName, String reportName, com.azure.core.util.Context context)
    Get information about a report associated with a configuration profile assignment run.
    com.azure.core.http.rest.PagedIterable<Report>
    listByConfigurationProfileAssignments(String resourceGroupName, String clusterName, String configurationProfileAssignmentName)
    Retrieve a list of reports within a given configuration profile assignment.
    com.azure.core.http.rest.PagedIterable<Report>
    listByConfigurationProfileAssignments(String resourceGroupName, String clusterName, String configurationProfileAssignmentName, com.azure.core.util.Context context)
    Retrieve a list of reports within a given configuration profile assignment.
  • Method Details

    • get

      Report get(String resourceGroupName, String clusterName, String configurationProfileAssignmentName, String reportName)
      Get information about a report associated with a configuration profile assignment run.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      clusterName - The name of the Arc machine.
      configurationProfileAssignmentName - The configuration profile assignment name.
      reportName - The report name.
      Returns:
      information about a report associated with a configuration profile assignment run.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getWithResponse

      com.azure.core.http.rest.Response<Report> getWithResponse(String resourceGroupName, String clusterName, String configurationProfileAssignmentName, String reportName, com.azure.core.util.Context context)
      Get information about a report associated with a configuration profile assignment run.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      clusterName - The name of the Arc machine.
      configurationProfileAssignmentName - The configuration profile assignment name.
      reportName - The report name.
      context - The context to associate with this operation.
      Returns:
      information about a report associated with a configuration profile assignment run along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listByConfigurationProfileAssignments

      com.azure.core.http.rest.PagedIterable<Report> listByConfigurationProfileAssignments(String resourceGroupName, String clusterName, String configurationProfileAssignmentName)
      Retrieve a list of reports within a given configuration profile assignment.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      clusterName - The name of the Arc machine.
      configurationProfileAssignmentName - The configuration profile assignment name.
      Returns:
      the response of the list report operation as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listByConfigurationProfileAssignments

      com.azure.core.http.rest.PagedIterable<Report> listByConfigurationProfileAssignments(String resourceGroupName, String clusterName, String configurationProfileAssignmentName, com.azure.core.util.Context context)
      Retrieve a list of reports within a given configuration profile assignment.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      clusterName - The name of the Arc machine.
      configurationProfileAssignmentName - The configuration profile assignment name.
      context - The context to associate with this operation.
      Returns:
      the response of the list report operation as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.