Input Class

Definition

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

public class Input : Microsoft.Azure.Management.StreamAnalytics.Models.SubResource
type Input = class
    inherit SubResource
Public Class Input
Inherits SubResource
Inheritance

Constructors

Input()

Initializes a new instance of the Input class.

Input(String, String, String, InputProperties)

Initializes a new instance of the Input class.

Properties

Id

Gets resource Id

(Inherited from SubResource)
Name

Gets or sets resource name

(Inherited from SubResource)
Properties

Gets or sets the properties that are associated with an input. Required on PUT (CreateOrReplace) requests.

Type

Gets resource type

(Inherited from SubResource)

Methods

Validate()

Validate the object.

Applies to