你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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