StreamAnalyticsClusterJob 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 StreamAnalyticsClusterJob : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsClusterJob>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsClusterJob>
public class StreamAnalyticsClusterJob
type StreamAnalyticsClusterJob = class
interface IJsonModel<StreamAnalyticsClusterJob>
interface IPersistableModel<StreamAnalyticsClusterJob>
type StreamAnalyticsClusterJob = class
Public Class StreamAnalyticsClusterJob
Implements IJsonModel(Of StreamAnalyticsClusterJob), IPersistableModel(Of StreamAnalyticsClusterJob)
Public Class StreamAnalyticsClusterJob
- Inheritance
-
StreamAnalyticsClusterJob
- Implements
Properties
Id |
Resource ID of the streaming job. |
JobState |
The current execution state of the streaming job. |
StreamingUnits |
The number of streaming units that are used by the streaming job. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<StreamAnalyticsClusterJob>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StreamAnalyticsClusterJob>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StreamAnalyticsClusterJob>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StreamAnalyticsClusterJob>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StreamAnalyticsClusterJob>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET