Uses of Class
com.azure.resourcemanager.storage.models.ExecutionTrigger
Packages that use ExecutionTrigger
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of ExecutionTrigger in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return ExecutionTriggerModifier and TypeMethodDescriptionStorageTaskAssignmentExecutionContext.trigger()Get the trigger property: Execution trigger of the storage task assignment.ExecutionTrigger.withParameters(TriggerParameters parameters) Set the parameters property: The trigger parameters of the storage task assignment execution.ExecutionTrigger.withType(TriggerType type) Set the type property: The trigger type of the storage task assignment execution.Methods in com.azure.resourcemanager.storage.models with parameters of type ExecutionTriggerModifier and TypeMethodDescriptionStorageTaskAssignmentExecutionContext.withTrigger(ExecutionTrigger trigger) Set the trigger property: Execution trigger of the storage task assignment.