Uses of Class
com.azure.resourcemanager.storage.models.TriggerParameters
Packages that use TriggerParameters
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of TriggerParameters in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return TriggerParametersModifier and TypeMethodDescriptionExecutionTrigger.parameters()Get the parameters property: The trigger parameters of the storage task assignment execution.TriggerParameters.withEndBy(OffsetDateTime endBy) Set the endBy property: When to end task execution.TriggerParameters.withInterval(Integer interval) Set the interval property: Run interval of task execution.TriggerParameters.withIntervalUnit(IntervalUnit intervalUnit) Set the intervalUnit property: Run interval unit of task execution.TriggerParameters.withStartFrom(OffsetDateTime startFrom) Set the startFrom property: When to start task execution.TriggerParameters.withStartOn(OffsetDateTime startOn) Set the startOn property: When to start task execution.Methods in com.azure.resourcemanager.storage.models with parameters of type TriggerParametersModifier and TypeMethodDescriptionExecutionTrigger.withParameters(TriggerParameters parameters) Set the parameters property: The trigger parameters of the storage task assignment execution.