Partilhar via


OutputDataSource Class

Definition

Describes the data source that output will be written to.

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

Constructors

OutputDataSource()

Creates an new OutputDataSource instance.

Properties

Type

Indicates the type of data source output will be written to. Required on PUT (CreateOrReplace) requests.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OutputDataSource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OutputDataSource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IOutputDataSource. Note: the Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IOutputDataSource interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OutputDataSource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to