Interface JobStream


public interface JobStream
An immutable client-side representation of JobStream.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    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.
    Gets the summary property: Gets or sets the summary.
    Gets the time property: Gets or sets the creation time of the job.
    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

      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

      Map<String,Object> 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.