ScaleStreamingJobContent Class

Definition

Parameters supplied to the Scale Streaming Job operation.

public class ScaleStreamingJobContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.ScaleStreamingJobContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.ScaleStreamingJobContent>
type ScaleStreamingJobContent = class
    interface IJsonModel<ScaleStreamingJobContent>
    interface IPersistableModel<ScaleStreamingJobContent>
Public Class ScaleStreamingJobContent
Implements IJsonModel(Of ScaleStreamingJobContent), IPersistableModel(Of ScaleStreamingJobContent)
Inheritance
ScaleStreamingJobContent
Implements

Constructors

Name Description
ScaleStreamingJobContent()

Initializes a new instance of ScaleStreamingJobContent.

Properties

Name Description
StreamingUnits

Specifies the number of streaming units that the streaming job will scale to.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ScaleStreamingJobContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ScaleStreamingJobContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ScaleStreamingJobContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScaleStreamingJobContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ScaleStreamingJobContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to