Uses of Enum
com.azure.resourcemanager.storage.models.IntervalUnit
Packages that use IntervalUnit
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of IntervalUnit in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return IntervalUnitModifier and TypeMethodDescriptionstatic IntervalUnitIntervalUnit.fromString(String value) Parses a serialized value to a IntervalUnit instance.TriggerParameters.intervalUnit()Get the intervalUnit property: Run interval unit of task execution.TriggerParametersUpdate.intervalUnit()Get the intervalUnit property: Run interval unit of task execution.static IntervalUnitReturns the enum constant of this type with the specified name.static IntervalUnit[]IntervalUnit.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 IntervalUnitModifier and TypeMethodDescriptionTriggerParameters.withIntervalUnit(IntervalUnit intervalUnit) Set the intervalUnit property: Run interval unit of task execution.TriggerParametersUpdate.withIntervalUnit(IntervalUnit intervalUnit) Set the intervalUnit property: Run interval unit of task execution.