GetFavoriteProcessPlainArgs

data class GetFavoriteProcessPlainArgs(val favoriteProcessResourceName: String, val packageName: String, val resourceGroupName: String, val testBaseAccountName: String) : ConvertibleToJava<GetFavoriteProcessPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The resource name of a favorite process in a package. If the process name contains characters that are not allowed in Azure Resource Name, we use 'actualProcessName' in request body to submit the name.

Link copied to clipboard

The resource name of the Test Base Package.

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(): GetFavoriteProcessPlainArgs