GetTestBaseAccountFileUploadUrlPlainArgs

data class GetTestBaseAccountFileUploadUrlPlainArgs(val blobName: String? = null, val resourceGroupName: String, val testBaseAccountName: String) : ConvertibleToJava<GetTestBaseAccountFileUploadUrlPlainArgs>

Constructors

Link copied to clipboard
fun GetTestBaseAccountFileUploadUrlPlainArgs(blobName: String? = null, resourceGroupName: String, testBaseAccountName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetTestBaseAccountFileUploadUrlPlainArgs

Properties

Link copied to clipboard
val blobName: String? = null

The custom file name of the uploaded blob.

Link copied to clipboard

The name of the resource group that contains the resource.

Link copied to clipboard

The resource name of the Test Base Account.