consistencyMode

@JvmName(name = "qmficdhsifqhgckk")
suspend fun consistencyMode(value: Output<Either<String, ConsistencyModeTypes>>)
@JvmName(name = "fculncmgnbiegvew")
suspend fun consistencyMode(value: Either<String, ConsistencyModeTypes>?)
@JvmName(name = "vtxhukxxugnidhbo")
fun consistencyMode(value: String)
@JvmName(name = "ksmgolruisdihgif")
fun consistencyMode(value: ConsistencyModeTypes)

Parameters

value

ConsistencyMode of the RestorePoint. Can be specified in the input while creating a restore point. For now, only CrashConsistent is accepted as a valid input. Please refer to https://aka.ms/RestorePoints for more details.