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
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type TriggerParametersModifier and TypeClassDescriptionfinal classThe trigger parameters update for the storage task assignment execution.Methods in com.azure.resourcemanager.storage.models that return TriggerParametersModifier and TypeMethodDescriptionstatic TriggerParametersTriggerParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TriggerParameters from the JsonReader.ExecutionTrigger.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.