Uses of Class
com.azure.resourcemanager.automation.fluent.models.JobStreamListResultInner
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 JobStreamListResultInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionDscCompilationJobStreamsClient.listByJob
(String resourceGroupName, String automationAccountName, UUID jobId) Retrieve all the job streams for the compilation Job.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<JobStreamListResultInner>
DscCompilationJobStreamsClient.listByJobWithResponse
(String resourceGroupName, String automationAccountName, UUID jobId, com.azure.core.util.Context context) Retrieve all the job streams for the compilation Job. -
Uses of JobStreamListResultInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionJobStreamListResultInner.withNextLink
(String nextLink) Set the nextLink property: Gets or sets the next link.JobStreamListResultInner.withValue
(List<JobStreamInner> value) Set the value property: A list of job streams. -
Uses of JobStreamListResultInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionJobStreamListResult.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.JobStreamListResultInner object.