Share via


Output Class

Definition

An output object, containing all information associated with the named output. All outputs are contained under a streaming job.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.OutputTypeConverter))]
public class Output : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IOutput, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IHeaderSerializable, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.OutputTypeConverter))>]
type Output = class
    interface IOutput
    interface IJsonSerializable
    interface ISubResource
    interface IValidates
    interface IHeaderSerializable
Public Class Output
Implements IHeaderSerializable, IOutput, IValidates
Inheritance
Output
Attributes
Implements

Constructors

Output()

Creates an new Output instance.

Properties

Datasource

Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.

DiagnosticCondition

A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.

ETag
Id

Resource Id

Name

Resource name

SerializationType

Indicates the type of serialization that the input or output uses. Required on PUT (CreateOrReplace) requests.

SizeWindow
TimeWindow
Type

Resource type

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Output.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Output.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Output into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Explicit Interface Implementations

IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to