SqlTriggerListResult Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. models. SqlTriggerListResult
- com.
Implements
public final class SqlTriggerListResult
implements JsonSerializable<SqlTriggerListResult>
The List operation response, that contains the triggers and their properties.
Constructor Summary
| Constructor | Description |
|---|---|
| SqlTriggerListResult() |
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 triggers and their properties. |
Methods inherited from java.lang.Object
Constructor Details
SqlTriggerListResult
public SqlTriggerListResult()
Creates an instance of SqlTriggerListResult class.
Method Details
fromJson
public static SqlTriggerListResult fromJson(JsonReader jsonReader)
Reads an instance of SqlTriggerListResult from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<SqlTriggerGetResultsInner> value()
Get the value property: List of triggers and their properties.
Returns: