Interface JobStreamListResult


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.automation.fluent.models.JobStreamListResultInner object.
    Gets the nextLink property: Gets or sets the next link.
    Gets the value property: A list of job streams.
  • Method Details

    • value

      List<JobStream> value()
      Gets the value property: A list of job streams.
      Returns:
      the value value.
    • nextLink

      String nextLink()
      Gets the nextLink property: Gets or sets the next link.
      Returns:
      the nextLink value.
    • innerModel

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