Uses of Class
com.azure.resourcemanager.automation.fluent.models.JobStreamInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of JobStreamInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionJobStreamsClient.get
(String resourceGroupName, String automationAccountName, String jobName, String jobStreamId) Retrieve the job stream identified by job stream id.TestJobStreamsClient.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.DscCompilationJobsClient.getStream
(String resourceGroupName, String automationAccountName, UUID jobId, String jobStreamId) Retrieve the job stream identified by job stream id.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<JobStreamInner>
DscCompilationJobsClient.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<JobStreamInner>
JobStreamsClient.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<JobStreamInner>
TestJobStreamsClient.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<JobStreamInner>
Retrieve a list of jobs streams identified by job name.com.azure.core.http.rest.PagedIterable<JobStreamInner>
JobStreamsClient.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<JobStreamInner>
TestJobStreamsClient.listByTestJob
(String resourceGroupName, String automationAccountName, String runbookName) Retrieve a list of test job streams identified by runbook name.com.azure.core.http.rest.PagedIterable<JobStreamInner>
TestJobStreamsClient.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. -
Uses of JobStreamInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSet the id property: Gets or sets the id of the resource.JobStreamInner.withJobStreamId
(String jobStreamId) Set the jobStreamId property: Gets or sets the id of the job stream.JobStreamInner.withStreamText
(String streamText) Set the streamText property: Gets or sets the stream text.JobStreamInner.withStreamType
(JobStreamType streamType) Set the streamType property: Gets or sets the stream type.JobStreamInner.withSummary
(String summary) Set the summary property: Gets or sets the summary.JobStreamInner.withTime
(OffsetDateTime time) Set the time property: Gets or sets the creation time of the job.Set the value property: Gets or sets the values of the job stream.Modifier and TypeMethodDescriptionJobStreamListResultInner.value()
Get the value property: A list of job streams.Modifier and TypeMethodDescriptionJobStreamListResultInner.withValue
(List<JobStreamInner> value) Set the value property: A list of job streams. -
Uses of JobStreamInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionJobStream.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.JobStreamInner object.