Partilhar via


IOutputProperties Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to