FunctionConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. fluent. models. FunctionConfiguration
- com.
Implements
public final class FunctionConfiguration
implements JsonSerializable<FunctionConfiguration>
The FunctionConfiguration model.
Constructor Summary
| Constructor | Description |
|---|---|
| FunctionConfiguration() |
Creates an instance of Function |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Function |
binding()
Get the binding property: The physical binding of the function. |
|
static
Function |
fromJson(JsonReader jsonReader)
Reads an instance of Function |
|
List<Function |
inputs()
Get the inputs property: The inputs property. |
|
Function |
output()
Get the output property: Describes the output of a function. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Function |
withBinding(FunctionBinding binding)
Set the binding property: The physical binding of the function. |
|
Function |
withInputs(List<FunctionInput> inputs)
Set the inputs property: The inputs property. |
|
Function |
withOutput(FunctionOutput output)
Set the output property: Describes the output of a function. |
Methods inherited from java.lang.Object
Constructor Details
FunctionConfiguration
public FunctionConfiguration()
Creates an instance of FunctionConfiguration class.
Method Details
binding
public FunctionBinding binding()
Get the binding property: The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint.
Returns:
fromJson
public static FunctionConfiguration fromJson(JsonReader jsonReader)
Reads an instance of FunctionConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
inputs
public List<FunctionInput> inputs()
Get the inputs property: The inputs property.
Returns:
output
public FunctionOutput output()
Get the output property: Describes the output of a function.
Returns:
toJson
validate
public void validate()
Validates the instance.
withBinding
public FunctionConfiguration withBinding(FunctionBinding binding)
Set the binding property: The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint.
Parameters:
Returns:
withInputs
public FunctionConfiguration withInputs(List<FunctionInput> inputs)
Set the inputs property: The inputs property.
Parameters:
Returns:
withOutput
public FunctionConfiguration withOutput(FunctionOutput output)
Set the output property: Describes the output of a function.
Parameters:
Returns: