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 Azure.
- Inheritance
-
azure.mgmt.cosmosdb.models._models_py3.ExtendedResourcePropertiesSqlTriggerGetPropertiesResourceazure.mgmt.cosmosdb.models._models_py3.SqlTriggerResourceSqlTriggerGetPropertiesResource
Constructor
SqlTriggerGetPropertiesResource(*, id: str, body: Optional[str] = None, trigger_type: Optional[Union[str, _models.TriggerType]] = None, trigger_operation: Optional[Union[str, _models.TriggerOperation]] = None, **kwargs)
Variables
- id
- str
Required. Name of the Cosmos DB SQL trigger.
- body
- str
Body of the Trigger.
- trigger_type
- str or TriggerType
Type of the Trigger. Known values are: "Pre", "Post".
- trigger_operation
- str or TriggerOperation
The operation the trigger is associated with. Known values are: "All", "Create", "Update", "Delete", "Replace".
- rid
- str
A system generated property. A unique identifier.
- ts
- float
A system generated property that denotes the last updated timestamp of the resource.
- etag
- str
A system generated property representing the resource etag required for optimistic concurrency control.
Feedback
Submit and view feedback for