Partilhar via


StartStreamingJobParameters Class

Definition

Parameters supplied to the Start Streaming Job operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.StartStreamingJobParametersTypeConverter))]
public class StartStreamingJobParameters : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IStartStreamingJobParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.StartStreamingJobParametersTypeConverter))>]
type StartStreamingJobParameters = class
    interface IStartStreamingJobParameters
    interface IJsonSerializable
Public Class StartStreamingJobParameters
Implements IStartStreamingJobParameters
Inheritance
StartStreamingJobParameters
Attributes
Implements

Constructors

StartStreamingJobParameters()

Creates an new StartStreamingJobParameters instance.

Properties

OutputStartMode

Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.

OutputStartTime

Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StartStreamingJobParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StartStreamingJobParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IStartStreamingJobParameters.

FromJsonString(String)

Creates a new instance of StartStreamingJobParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StartStreamingJobParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to