| Modifier and Type | Method and Description |
|---|---|
SqlTriggerResource |
SqlTriggerCreateUpdateParameters.resource()
Get the standard JSON format of a trigger.
|
SqlTriggerResource |
SqlTriggerResource.withBody(String body)
Set body of the Trigger.
|
SqlTriggerResource |
SqlTriggerResource.withId(String id)
Set name of the Cosmos DB SQL trigger.
|
SqlTriggerResource |
SqlTriggerResource.withTriggerOperation(TriggerOperation triggerOperation)
Set the operation the trigger is associated with.
|
SqlTriggerResource |
SqlTriggerResource.withTriggerType(TriggerType triggerType)
Set type of the Trigger.
|
| Modifier and Type | Method and Description |
|---|---|
SqlTriggerCreateUpdateParameters |
SqlTriggerCreateUpdateParameters.withResource(SqlTriggerResource resource)
Set the standard JSON format of a trigger.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/