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. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET