Interface DscCompilationJobStreamsClient
public interface DscCompilationJobStreamsClient
An instance of this class provides access to all the operations defined in DscCompilationJobStreamsClient.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve all the job streams for the compilation Job.com.azure.core.http.rest.Response<JobStreamListResultInner>
listByJobWithResponse
(String resourceGroupName, String automationAccountName, UUID jobId, com.azure.core.util.Context context) Retrieve all the job streams for the compilation Job.
-
Method Details
-
listByJob
JobStreamListResultInner 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<JobStreamListResultInner> 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.
-