Interface SourceControlSyncJobStreamById


public interface SourceControlSyncJobStreamById
An immutable client-side representation of SourceControlSyncJobStreamById.
  • 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

      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

      Map<String,Object> value()
      Gets the value property: The values of the job stream.
      Returns:
      the value value.
    • innerModel

      Gets the inner com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobStreamByIdInner object.
      Returns:
      the inner object.