Uses of Interface
com.azure.resourcemanager.automation.models.JobStream
Packages that use JobStream
Package
Description
Package containing the data models for AutomationClient.
-
Uses of JobStream in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return JobStreamModifier and TypeMethodDescriptionJobStreams.get
(String resourceGroupName, String automationAccountName, String jobName, String jobStreamId) Retrieve the job stream identified by job stream id.TestJobStreams.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.DscCompilationJobs.getStream
(String resourceGroupName, String automationAccountName, UUID jobId, String jobStreamId) Retrieve the job stream identified by job stream id.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type JobStreamModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<JobStream> DscCompilationJobs.getStreamWithResponse
(String resourceGroupName, String automationAccountName, UUID jobId, String jobStreamId, com.azure.core.util.Context context) Retrieve the job stream identified by job stream id.com.azure.core.http.rest.Response
<JobStream> JobStreams.getWithResponse
(String resourceGroupName, String automationAccountName, String jobName, String jobStreamId, String clientRequestId, com.azure.core.util.Context context) Retrieve the job stream identified by job stream id.com.azure.core.http.rest.Response
<JobStream> TestJobStreams.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> Retrieve a list of jobs streams identified by job name.com.azure.core.http.rest.PagedIterable
<JobStream> JobStreams.listByJob
(String resourceGroupName, String automationAccountName, String jobName, String filter, String clientRequestId, com.azure.core.util.Context context) Retrieve a list of jobs streams identified by job name.com.azure.core.http.rest.PagedIterable
<JobStream> TestJobStreams.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> TestJobStreams.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.JobStreamListResult.value()
Gets the value property: A list of job streams.