Share via


OutputProperties Class

Definition

The properties that are associated with an output.

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

Constructors

OutputProperties()

Creates an new OutputProperties 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.

SerializationType

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

SizeWindow
TimeWindow

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OutputProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OutputProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OutputProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to