| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlTriggerGetPropertiesResource
The SqlTriggerGetPropertiesResource model.
|
| Modifier and Type | Method and Description |
|---|---|
SqlTriggerResource |
SqlTriggerCreateUpdateParameters.resource()
Get the resource property: The standard JSON format of a trigger.
|
SqlTriggerResource |
SqlTriggerResource.withBody(String body)
Set the body property: Body of the Trigger.
|
SqlTriggerResource |
SqlTriggerResource.withId(String id)
Set the id property: Name of the Cosmos DB SQL trigger.
|
SqlTriggerResource |
SqlTriggerResource.withTriggerOperation(TriggerOperation triggerOperation)
Set the triggerOperation property: The operation the trigger is associated with.
|
SqlTriggerResource |
SqlTriggerResource.withTriggerType(TriggerType triggerType)
Set the triggerType property: Type of the Trigger.
|
| Modifier and Type | Method and Description |
|---|---|
SqlTriggerCreateUpdateParameters |
SqlTriggerCreateUpdateParameters.withResource(SqlTriggerResource resource)
Set the resource property: The standard JSON format of a trigger.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.