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