Create And Mount File Share Configuration Args
data class CreateAndMountFileShareConfigurationArgs(val configurationType: Output<String>, val resourceGroup: Output<String>? = null, val storageAccountName: Output<String>? = null) : ConvertibleToJava<CreateAndMountFileShareConfigurationArgs>
Gets or sets the file share configuration where the transport directory fileshare is created and mounted as a part of the create infra flow. Please pre-create the resource group you intend to place the transport directory in. The storage account and fileshare will be auto-created by the ACSS and doesn’t need to pre-created.
Constructors
Link copied to clipboard
fun CreateAndMountFileShareConfigurationArgs(configurationType: Output<String>, resourceGroup: Output<String>? = null, storageAccountName: Output<String>? = null)