FunctionListResult Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. models. FunctionListResult
- com.
Implements
public final class FunctionListResult
implements JsonSerializable<FunctionListResult>
Object containing a list of functions under a streaming job.
Constructor Summary
| Constructor | Description |
|---|---|
| FunctionListResult() |
Creates an instance of Function |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Function |
fromJson(JsonReader jsonReader)
Reads an instance of Function |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Function |
value()
Get the value property: A list of functions under a streaming job. |
Methods inherited from java.lang.Object
Constructor Details
FunctionListResult
public FunctionListResult()
Creates an instance of FunctionListResult class.
Method Details
fromJson
public static FunctionListResult fromJson(JsonReader jsonReader)
Reads an instance of FunctionListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link (url) to the next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<FunctionInner> value()
Get the value property: A list of functions under a streaming job. Populated by a 'List' operation.
Returns: