GetTestBaseAccountFileUploadUrlPlainArgs

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

Constructors

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

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.

Functions

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