SqlTriggerGetPropertiesResource Class
SqlTriggerGetPropertiesResource.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.cosmosdb.models._models_py3.SqlTriggerResourceSqlTriggerGetPropertiesResourceazure.mgmt.cosmosdb.models._models_py3.ExtendedResourcePropertiesSqlTriggerGetPropertiesResource
Constructor
SqlTriggerGetPropertiesResource(*, id: str, body: str | None = None, trigger_type: str | _models.TriggerType | None = None, trigger_operation: str | _models.TriggerOperation | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Name of the Cosmos DB SQL trigger. Required. |
body
|
Body of the Trigger. |
trigger_type
|
str or
TriggerType
Type of the Trigger. Known values are: "Pre" and "Post". |
trigger_operation
|
The operation the trigger is associated with. Known values are: "All", "Create", "Update", "Delete", and "Replace". |
Variables
Name | Description |
---|---|
rid
|
A system generated property. A unique identifier. |
ts
|
A system generated property that denotes the last updated timestamp of the resource. |
etag
|
A system generated property representing the resource etag required for optimistic concurrency control. |
id
|
Name of the Cosmos DB SQL trigger. Required. |
body
|
Body of the Trigger. |
trigger_type
|
str or
TriggerType
Type of the Trigger. Known values are: "Pre" and "Post". |
trigger_operation
|
The operation the trigger is associated with. Known values are: "All", "Create", "Update", "Delete", and "Replace". |
Azure SDK for Python