OutputDataSource Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. models. OutputDataSource
- com.
Implements
public class OutputDataSource
implements JsonSerializable<OutputDataSource>
Describes the data source that output will be written to.
Constructor Summary
| Constructor | Description |
|---|---|
| OutputDataSource() |
Creates an instance of Output |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Output |
fromJson(JsonReader jsonReader)
Reads an instance of Output |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Indicates the type of data source output will be written to. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
OutputDataSource
public OutputDataSource()
Creates an instance of OutputDataSource class.
Method Details
fromJson
public static OutputDataSource fromJson(JsonReader jsonReader)
Reads an instance of OutputDataSource from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public String type()
Get the type property: Indicates the type of data source output will be written to. Required on PUT (CreateOrReplace) requests.
Returns:
validate
public void validate()
Validates the instance.