Uses of Class
com.azure.resourcemanager.cosmos.models.TriggerType
-
Packages that use TriggerType Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of TriggerType in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as TriggerType Modifier and Type Field Description static TriggerTypeTriggerType. POSTStatic value Post for TriggerType.static TriggerTypeTriggerType. PREStatic value Pre for TriggerType.Methods in com.azure.resourcemanager.cosmos.models that return TriggerType Modifier and Type Method Description static TriggerTypeTriggerType. fromString(String name)Creates or finds a TriggerType from its string representation.TriggerTypeSqlTriggerResource. triggerType()Get the triggerType property: Type of the Trigger.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type TriggerType Modifier and Type Method Description static Collection<TriggerType>TriggerType. values()Methods in com.azure.resourcemanager.cosmos.models with parameters of type TriggerType Modifier and Type Method Description SqlTriggerGetPropertiesResourceSqlTriggerGetPropertiesResource. withTriggerType(TriggerType triggerType)Set the triggerType property: Type of the Trigger.SqlTriggerResourceSqlTriggerResource. withTriggerType(TriggerType triggerType)Set the triggerType property: Type of the Trigger.
-