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

Input Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.InputTypeConverter))]
public class Input : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IInput, 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.InputTypeConverter))>]
type Input = class
    interface IInput
    interface IJsonSerializable
    interface ISubResource
    interface IValidates
    interface IHeaderSerializable
Public Class Input
Implements IHeaderSerializable, IInput, IValidates
Inheritance
Input
Attributes
Implements

Constructors

Input()

Creates an new Input instance.

Properties

ETag
Id

Resource Id

Name

Resource name

Property

The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.

Type

Resource type

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Input.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Input.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Input 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