Uses of Enum
com.azure.resourcemanager.storage.models.TriggerType
Packages that use TriggerType
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of TriggerType in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return TriggerTypeModifier and TypeMethodDescriptionstatic TriggerTypeTriggerType.fromString(String value) Parses a serialized value to a TriggerType instance.ExecutionTrigger.type()Get the type property: The trigger type of the storage task assignment execution.ExecutionTriggerUpdate.type()Get the type property: The trigger type of the storage task assignment execution.static TriggerTypeReturns the enum constant of this type with the specified name.static TriggerType[]TriggerType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.storage.models with parameters of type TriggerTypeModifier and TypeMethodDescriptionExecutionTrigger.withType(TriggerType type) Set the type property: The trigger type of the storage task assignment execution.ExecutionTriggerUpdate.withType(TriggerType type) Set the type property: The trigger type of the storage task assignment execution.