Volume Provider Parameters Azure File Args
    data class VolumeProviderParametersAzureFileArgs(val accountKey: Output<String>? = null, val accountName: Output<String>, val shareName: Output<String>) : ConvertibleToJava<VolumeProviderParametersAzureFileArgs> 
This type describes a volume provided by an Azure Files file share.
Constructors
Link copied to clipboard
                fun VolumeProviderParametersAzureFileArgs(accountKey: Output<String>? = null, accountName: Output<String>, shareName: Output<String>)