| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static TriggerType |
TriggerType.POST
Static value Post for TriggerType.
|
static TriggerType |
TriggerType.PRE
Static value Pre for TriggerType.
|
| Modifier and Type | Method and Description |
|---|---|
static TriggerType |
TriggerType.fromString(String name)
Creates or finds a TriggerType from its string representation.
|
TriggerType |
SqlTriggerResource.triggerType()
Get the triggerType property: Type of the Trigger.
|
| Modifier and Type | Method and Description |
|---|---|
SqlTriggerResource |
SqlTriggerResource.withTriggerType(TriggerType triggerType)
Set the triggerType property: Type of the Trigger.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.