Share via


FunctionBinding Class

  • java.lang.Object
    • com.azure.resourcemanager.streamanalytics.models.FunctionBinding

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 FunctionBinding class.

Method Summary

Modifier and Type Method and Description
static FunctionBinding fromJson(JsonReader jsonReader)

Reads an instance of FunctionBinding from the JsonReader.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of FunctionBinding if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the FunctionBinding.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: Indicates the function binding type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to