Share via


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