Uses of Class
com.azure.resourcemanager.cosmos.models.TriggerType
Packages that use TriggerType
Package
Description
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 TriggerTypeModifier and TypeFieldDescriptionstatic final TriggerTypeTriggerType.POSTStatic value Post for TriggerType.static final TriggerTypeTriggerType.PREStatic value Pre for TriggerType.Methods in com.azure.resourcemanager.cosmos.models that return TriggerTypeModifier and TypeMethodDescriptionstatic TriggerTypeTriggerType.fromString(String name) Creates or finds a TriggerType from its string representation.SqlTriggerResource.triggerType()Get the triggerType property: Type of the Trigger.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type TriggerTypeModifier and TypeMethodDescriptionstatic Collection<TriggerType> TriggerType.values()Gets known TriggerType values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type TriggerTypeModifier and TypeMethodDescriptionSqlTriggerGetPropertiesResource.withTriggerType(TriggerType triggerType) Set the triggerType property: Type of the Trigger.SqlTriggerResource.withTriggerType(TriggerType triggerType) Set the triggerType property: Type of the Trigger.