Interface ClusterJob


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String id()
      Gets the id property: Resource ID of the streaming job.
      ClusterJobInner innerModel()
      Gets the inner com.azure.resourcemanager.streamanalytics.fluent.models.ClusterJobInner object.
      JobState jobState()
      Gets the jobState property: The current execution state of the streaming job.
      Integer streamingUnits()
      Gets the streamingUnits property: The number of streaming units that are used by the streaming job.
    • Method Detail

      • id

        String id()
        Gets the id property: Resource ID of the streaming job.
        Returns:
        the id value.
      • streamingUnits

        Integer streamingUnits()
        Gets the streamingUnits property: The number of streaming units that are used by the streaming job.
        Returns:
        the streamingUnits value.
      • jobState

        JobState jobState()
        Gets the jobState property: The current execution state of the streaming job.
        Returns:
        the jobState value.
      • innerModel

        ClusterJobInner innerModel()
        Gets the inner com.azure.resourcemanager.streamanalytics.fluent.models.ClusterJobInner object.
        Returns:
        the inner object.