| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static TriggerOperation |
TriggerOperation.ALL
Static value All for TriggerOperation.
|
static TriggerOperation |
TriggerOperation.CREATE
Static value Create for TriggerOperation.
|
static TriggerOperation |
TriggerOperation.DELETE
Static value Delete for TriggerOperation.
|
static TriggerOperation |
TriggerOperation.REPLACE
Static value Replace for TriggerOperation.
|
static TriggerOperation |
TriggerOperation.UPDATE
Static value Update for TriggerOperation.
|
| Modifier and Type | Method and Description |
|---|---|
static TriggerOperation |
TriggerOperation.fromString(String name)
Creates or finds a TriggerOperation from its string representation.
|
TriggerOperation |
SqlTriggerResource.triggerOperation()
Get the triggerOperation property: The operation the trigger is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
SqlTriggerResource |
SqlTriggerResource.withTriggerOperation(TriggerOperation triggerOperation)
Set the triggerOperation property: The operation the trigger is associated with.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.