Class SqlTriggerGetProperties
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.fluent.models.SqlTriggerGetProperties
-
public final class SqlTriggerGetProperties extends Object
The properties of an Azure Cosmos DB trigger.
-
-
Constructor Summary
Constructors Constructor Description SqlTriggerGetProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlTriggerGetPropertiesResourceresource()Get the resource property: The resource property.voidvalidate()Validates the instance.SqlTriggerGetPropertieswithResource(SqlTriggerGetPropertiesResource resource)Set the resource property: The resource property.
-
-
-
Method Detail
-
resource
public SqlTriggerGetPropertiesResource resource()
Get the resource property: The resource property.- Returns:
- the resource value.
-
withResource
public SqlTriggerGetProperties withResource(SqlTriggerGetPropertiesResource resource)
Set the resource property: The resource property.- Parameters:
resource- the resource value to set.- Returns:
- the SqlTriggerGetProperties object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-