consistencyMode

@JvmName(name = "djdmtbliacelokav")
suspend fun consistencyMode(value: Output<Either<String, ConsistencyModeTypes>>)
@JvmName(name = "ijunjxtwayhncmqa")
suspend fun consistencyMode(value: Either<String, ConsistencyModeTypes>?)
@JvmName(name = "vhxpihetfimqofgj")
fun consistencyMode(value: String)
@JvmName(name = "usgwatcamfvnptdy")
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.