Interface SourceControlSyncJobStream
public interface SourceControlSyncJobStream
An immutable client-side representation of SourceControlSyncJobStream.
-
Method Summary
Modifier and TypeMethodDescriptionid()
Gets the id property: Resource id.Gets the inner com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobStreamInner object.Gets the sourceControlSyncJobStreamId property: The sync job stream id.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.
-
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.
-
innerModel
SourceControlSyncJobStreamInner innerModel()Gets the inner com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobStreamInner object.- Returns:
- the inner object.
-