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