Interface JobStream
public interface JobStream
An immutable client-side representation of JobStream.
-
Method Summary
Modifier and TypeMethodDescriptionid()
Gets the id property: Gets or sets the id of the resource.Gets the inner com.azure.resourcemanager.automation.fluent.models.JobStreamInner object.Gets the jobStreamId property: Gets or sets the id of the job stream.Gets the streamText property: Gets or sets the stream text.Gets the streamType property: Gets or sets the stream type.summary()
Gets the summary property: Gets or sets the summary.time()
Gets the time property: Gets or sets the creation time of the job.value()
Gets the value property: Gets or sets the values of the job stream.
-
Method Details
-
id
String id()Gets the id property: Gets or sets the id of the resource.- Returns:
- the id value.
-
jobStreamId
String jobStreamId()Gets the jobStreamId property: Gets or sets the id of the job stream.- Returns:
- the jobStreamId value.
-
time
OffsetDateTime time()Gets the time property: Gets or sets the creation time of the job.- Returns:
- the time value.
-
streamType
JobStreamType streamType()Gets the streamType property: Gets or sets the stream type.- Returns:
- the streamType value.
-
streamText
String streamText()Gets the streamText property: Gets or sets the stream text.- Returns:
- the streamText value.
-
summary
String summary()Gets the summary property: Gets or sets the summary.- Returns:
- the summary value.
-
value
Gets the value property: Gets or sets the values of the job stream.- Returns:
- the value value.
-
innerModel
JobStreamInner innerModel()Gets the inner com.azure.resourcemanager.automation.fluent.models.JobStreamInner object.- Returns:
- the inner object.
-