Interface SourceControlSyncJobStreamById
public interface SourceControlSyncJobStreamById
An immutable client-side representation of SourceControlSyncJobStreamById.
-
Method Summary
Modifier and TypeMethodDescriptionid()
Gets the id property: Resource id.Gets the inner com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobStreamByIdInner object.Gets the sourceControlSyncJobStreamId property: The sync job stream id.Gets the streamText property: The text of the sync job stream.Gets the streamType property: The type of the sync job stream.summary()
Gets the summary property: The summary of the sync job stream.time()
Gets the time property: The time of the sync job stream.value()
Gets the value property: The values of the job stream.
-
Method Details
-
id
String id()Gets the id property: Resource id.- Returns:
- the id value.
-
sourceControlSyncJobStreamId
String sourceControlSyncJobStreamId()Gets the sourceControlSyncJobStreamId property: The sync job stream id.- Returns:
- the sourceControlSyncJobStreamId value.
-
summary
String summary()Gets the summary property: The summary of the sync job stream.- Returns:
- the summary value.
-
time
OffsetDateTime time()Gets the time property: The time of the sync job stream.- Returns:
- the time value.
-
streamType
StreamType streamType()Gets the streamType property: The type of the sync job stream.- Returns:
- the streamType value.
-
streamText
String streamText()Gets the streamText property: The text of the sync job stream.- Returns:
- the streamText value.
-
value
Gets the value property: The values of the job stream.- Returns:
- the value value.
-
innerModel
SourceControlSyncJobStreamByIdInner innerModel()Gets the inner com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobStreamByIdInner object.- Returns:
- the inner object.
-