protocols

@JvmName(name = "iyihxuobujgqtboi")
suspend fun protocols(value: Output<List<String>>)
@JvmName(name = "kcpiuevlddvkfoxp")
suspend fun protocols(value: List<String>?)

Parameters

value

The target volume protocol expressed as a list. Supported single value include CIFS, NFSv3, or NFSv4.1. If argument is not defined it will default to NFSv3. Changing this forces a new resource to be created and data will be lost. Dual protocol scenario is supported for CIFS and NFSv3, for more information, please refer to Create a dual-protocol volume for Azure NetApp Files document.


@JvmName(name = "kswganjihpequvbe")
suspend fun protocols(vararg values: Output<String>)


@JvmName(name = "knlhsthapxtekpyh")
suspend fun protocols(values: List<Output<String>>)
@JvmName(name = "bdfiwhrdcmyrsuaq")
suspend fun protocols(vararg values: String)

Parameters

values

The target volume protocol expressed as a list. Supported single value include CIFS, NFSv3, or NFSv4.1. If argument is not defined it will default to NFSv3. Changing this forces a new resource to be created and data will be lost. Dual protocol scenario is supported for CIFS and NFSv3, for more information, please refer to Create a dual-protocol volume for Azure NetApp Files document.