FunctionInput Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. models. FunctionInput
- com.
Implements
public final class FunctionInput
implements JsonSerializable<FunctionInput>
Describes one input parameter of a function.
Constructor Summary
| Constructor | Description |
|---|---|
| FunctionInput() |
Creates an instance of Function |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
dataType()
Get the data |
|
static
Function |
fromJson(JsonReader jsonReader)
Reads an instance of Function |
| Boolean |
isConfigurationParameter()
Get the is |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Function |
withDataType(String dataType)
Set the data |
|
Function |
withIsConfigurationParameter(Boolean isConfigurationParameter)
Set the is |
Methods inherited from java.lang.Object
Constructor Details
FunctionInput
public FunctionInput()
Creates an instance of FunctionInput class.
Method Details
dataType
public String dataType()
Get the dataType property: The (Azure Stream Analytics supported) data type of the function input parameter. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx.
Returns:
fromJson
public static FunctionInput fromJson(JsonReader jsonReader)
Reads an instance of FunctionInput from the JsonReader.
Parameters:
Returns:
Throws:
isConfigurationParameter
public Boolean isConfigurationParameter()
Get the isConfigurationParameter property: A flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is false.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDataType
public FunctionInput withDataType(String dataType)
Set the dataType property: The (Azure Stream Analytics supported) data type of the function input parameter. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx.
Parameters:
Returns:
withIsConfigurationParameter
public FunctionInput withIsConfigurationParameter(Boolean isConfigurationParameter)
Set the isConfigurationParameter property: A flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is false.
Parameters:
Returns: