GetCustomImagePlainArgs

data class GetCustomImagePlainArgs(val customImageName: String, val resourceGroupName: String, val testBaseAccountName: String) : ConvertibleToJava<GetCustomImagePlainArgs>

Constructors

Link copied to clipboard
constructor(customImageName: String, resourceGroupName: String, testBaseAccountName: String)

Properties

Link copied to clipboard

The resource name of the test base custom image.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The resource name of the Test Base Account.

Functions

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