transport Create And Mount
suspend fun transportCreateAndMount(value: Output<ThreeTierVirtualInstanceThreeTierConfigurationTransportCreateAndMountArgs>)
suspend fun transportCreateAndMount(value: ThreeTierVirtualInstanceThreeTierConfigurationTransportCreateAndMountArgs?)
Parameters
value
A transport_create_and_mount
block as defined below. Changing this forces a new resource to be created.
Note: The file share configuration uses
skip
by default whentransport_create_and_mount
isn't set. Note: Due to a bug in the Azure API where the Storage File Share Id is not defined correctly, it is not currently possible to support using Transport Mount.
suspend fun transportCreateAndMount(argument: suspend ThreeTierVirtualInstanceThreeTierConfigurationTransportCreateAndMountArgsBuilder.() -> Unit)
Parameters
argument
A transport_create_and_mount
block as defined below. Changing this forces a new resource to be created.
Note: The file share configuration uses
skip
by default whentransport_create_and_mount
isn't set. Note: Due to a bug in the Azure API where the Storage File Share Id is not defined correctly, it is not currently possible to support using Transport Mount.