Interface DscCompilationJobStreams


public interface DscCompilationJobStreams
Resource collection API of DscCompilationJobStreams.
  • Method Details

    • listByJob

      JobStreamListResult listByJob(String resourceGroupName, String automationAccountName, UUID jobId)
      Retrieve all the job streams for the compilation Job.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      jobId - The job id.
      Returns:
      the response model for the list job stream operation.
      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.
    • listByJobWithResponse

      com.azure.core.http.rest.Response<JobStreamListResult> listByJobWithResponse(String resourceGroupName, String automationAccountName, UUID jobId, com.azure.core.util.Context context)
      Retrieve all the job streams for the compilation Job.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      jobId - The job id.
      context - The context to associate with this operation.
      Returns:
      the response model for the list job stream operation 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.