SqlTriggerGetPropertiesResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class SqlTriggerGetPropertiesResource
type SqlTriggerGetPropertiesResource = class
Public Class SqlTriggerGetPropertiesResource
- Inheritance
-
SqlTriggerGetPropertiesResource
Constructors
SqlTriggerGetPropertiesResource() |
Initializes a new instance of the SqlTriggerGetPropertiesResource class. |
SqlTriggerGetPropertiesResource(String, String, TriggerType, TriggerOperation, String, Object, String) |
Initializes a new instance of the SqlTriggerGetPropertiesResource class. |
Properties
_etag |
Gets a system generated property representing the resource etag required for optimistic concurrency control. |
_rid |
Gets a system generated property. A unique identifier. |
_ts |
Gets a system generated property that denotes the last updated timestamp of the resource. |
Body |
Gets or sets body of the Trigger |
Id |
Gets or sets name of the Cosmos DB SQL trigger |
TriggerOperation |
Gets or sets the operation the trigger is associated with. Possible values include: 'All', 'Create', 'Update', 'Delete', 'Replace' |
TriggerType |
Gets or sets type of the Trigger. Possible values include: 'Pre', 'Post' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET