SqlTriggerGetProperties Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. fluent. models. SqlTriggerGetProperties
- com.
Implements
public final class SqlTriggerGetProperties
implements JsonSerializable<SqlTriggerGetProperties>
The properties of an Azure Cosmos DB trigger.
Constructor Summary
| Constructor | Description |
|---|---|
| SqlTriggerGetProperties() |
Creates an instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
|
Sql |
resource()
Get the resource property: The resource property. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Sql |
withResource(SqlTriggerGetPropertiesResource resource)
Set the resource property: The resource property. |
Methods inherited from java.lang.Object
Constructor Details
SqlTriggerGetProperties
public SqlTriggerGetProperties()
Creates an instance of SqlTriggerGetProperties class.
Method Details
fromJson
public static SqlTriggerGetProperties fromJson(JsonReader jsonReader)
Reads an instance of SqlTriggerGetProperties from the JsonReader.
Parameters:
Returns:
Throws:
resource
public SqlTriggerGetPropertiesResource resource()
Get the resource property: The resource property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withResource
public SqlTriggerGetProperties withResource(SqlTriggerGetPropertiesResource resource)
Set the resource property: The resource property.
Parameters:
Returns: