Uses of Class
com.azure.resourcemanager.storage.models.TriggerParametersUpdate
Packages that use TriggerParametersUpdate
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of TriggerParametersUpdate in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return TriggerParametersUpdateModifier and TypeMethodDescriptionstatic TriggerParametersUpdateTriggerParametersUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TriggerParametersUpdate from the JsonReader.ExecutionTriggerUpdate.parameters()Get the parameters property: The trigger parameters of the storage task assignment execution.TriggerParametersUpdate.withEndBy(OffsetDateTime endBy) Set the endBy property: When to end task execution.TriggerParametersUpdate.withInterval(Integer interval) Set the interval property: Run interval of task execution.TriggerParametersUpdate.withIntervalUnit(IntervalUnit intervalUnit) Set the intervalUnit property: Run interval unit of task execution.TriggerParametersUpdate.withStartFrom(OffsetDateTime startFrom) Set the startFrom property: When to start task execution.TriggerParametersUpdate.withStartOn(OffsetDateTime startOn) Set the startOn property: When to start task execution.Methods in com.azure.resourcemanager.storage.models with parameters of type TriggerParametersUpdateModifier and TypeMethodDescriptionExecutionTriggerUpdate.withParameters(TriggerParametersUpdate parameters) Set the parameters property: The trigger parameters of the storage task assignment execution.