GetTestBaseAccountFileUploadUrlPlainArgs

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

Constructors

Link copied to clipboard
constructor(blobName: String? = null, resourceGroupName: String, resourceType: Either<String, FileUploadResourceType>? = null, 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. The name is case insensitive.

Link copied to clipboard

Resource type for file uploading.

Link copied to clipboard

The resource name of the Test Base Account.

Functions

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