InputInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. streamanalytics. fluent. models. InputInner
- com.
- com.
public final class InputInner
extends SubResource
An input object, containing all information associated with the named input. All inputs are contained under a streaming job.
Constructor Summary
| Constructor | Description |
|---|---|
| InputInner() |
Creates an instance of Input |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Input |
fromJson(JsonReader jsonReader)
Reads an instance of Input |
| String |
name()
Get the name property: Resource name. |
|
Input |
properties()
Get the properties property: The properties that are associated with an input. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Resource type. |
| void |
validate()
Validates the instance. |
|
Input |
withId(String id) |
|
Input |
withName(String name)
Set the name property: Resource name. |
|
Input |
withProperties(InputProperties properties)
Set the properties property: The properties that are associated with an input. |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
InputInner
public InputInner()
Creates an instance of InputInner class.
Method Details
fromJson
public static InputInner fromJson(JsonReader jsonReader)
Reads an instance of InputInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Resource name.
Returns:
properties
public InputProperties properties()
Get the properties property: The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
InputInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Resource type.
Returns:
validate
public void validate()
Validates the instance.
withId
public InputInner withId(String id)
Overrides:
InputInner.withId(String id)Parameters:
withName
public InputInner withName(String name)
Set the name property: Resource name.
Parameters:
Returns:
withProperties
public InputInner withProperties(InputProperties properties)
Set the properties property: The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.
Parameters:
Returns: