ClusterJob Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A streaming job.
public class ClusterJob
type ClusterJob = class
Public Class ClusterJob
- Inheritance
-
ClusterJob
Constructors
ClusterJob() |
Initializes a new instance of the ClusterJob class. |
ClusterJob(String, Nullable<Int32>, String) |
Initializes a new instance of the ClusterJob class. |
Properties
Id |
Gets resource ID of the streaming job. |
JobState |
Gets or sets possible values include: 'Created', 'Starting', 'Running', 'Stopping', 'Stopped', 'Deleting', 'Failed', 'Degraded', 'Restarting', 'Scaling' |
StreamingUnits |
Gets the number of streaming units that are used by the streaming job. |