SqlUserDefinedFunctionListResult Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. models. SqlUserDefinedFunctionListResult
- com.
Implements
public final class SqlUserDefinedFunctionListResult
implements JsonSerializable<SqlUserDefinedFunctionListResult>
The List operation response, that contains the userDefinedFunctions and their properties.
Constructor Summary
| Constructor | Description |
|---|---|
| SqlUserDefinedFunctionListResult() |
Creates an instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Sql |
value()
Get the value property: List of user |
Methods inherited from java.lang.Object
Constructor Details
SqlUserDefinedFunctionListResult
public SqlUserDefinedFunctionListResult()
Creates an instance of SqlUserDefinedFunctionListResult class.
Method Details
fromJson
public static SqlUserDefinedFunctionListResult fromJson(JsonReader jsonReader)
Reads an instance of SqlUserDefinedFunctionListResult from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<SqlUserDefinedFunctionGetResultsInner> value()
Get the value property: List of userDefinedFunctions and their properties.
Returns: