Interface TestJobStreams


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

    Modifier and Type
    Method
    Description
    get(String resourceGroupName, String automationAccountName, String runbookName, String jobStreamId)
    Retrieve a test job stream of the test job identified by runbook name and stream id.
    com.azure.core.http.rest.Response<JobStream>
    getWithResponse(String resourceGroupName, String automationAccountName, String runbookName, String jobStreamId, com.azure.core.util.Context context)
    Retrieve a test job stream of the test job identified by runbook name and stream id.
    com.azure.core.http.rest.PagedIterable<JobStream>
    listByTestJob(String resourceGroupName, String automationAccountName, String runbookName)
    Retrieve a list of test job streams identified by runbook name.
    com.azure.core.http.rest.PagedIterable<JobStream>
    listByTestJob(String resourceGroupName, String automationAccountName, String runbookName, String filter, com.azure.core.util.Context context)
    Retrieve a list of test job streams identified by runbook name.
  • Method Details

    • get

      JobStream get(String resourceGroupName, String automationAccountName, String runbookName, String jobStreamId)
      Retrieve a test job stream of the test job identified by runbook name and stream id.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      runbookName - The runbook name.
      jobStreamId - The job stream id.
      Returns:
      definition of the job stream.
      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<JobStream> getWithResponse(String resourceGroupName, String automationAccountName, String runbookName, String jobStreamId, com.azure.core.util.Context context)
      Retrieve a test job stream of the test job identified by runbook name and stream id.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      runbookName - The runbook name.
      jobStreamId - The job stream id.
      context - The context to associate with this operation.
      Returns:
      definition of the job stream 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.
    • listByTestJob

      com.azure.core.http.rest.PagedIterable<JobStream> listByTestJob(String resourceGroupName, String automationAccountName, String runbookName)
      Retrieve a list of test job streams identified by runbook name.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      runbookName - The runbook name.
      Returns:
      the response model for the list job stream 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.
    • listByTestJob

      com.azure.core.http.rest.PagedIterable<JobStream> listByTestJob(String resourceGroupName, String automationAccountName, String runbookName, String filter, com.azure.core.util.Context context)
      Retrieve a list of test job streams identified by runbook name.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      runbookName - The runbook name.
      filter - The filter to apply on the operation.
      context - The context to associate with this operation.
      Returns:
      the response model for the list job stream 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.