Get Favorite Process Plain Args
data class GetFavoriteProcessPlainArgs(val favoriteProcessResourceName: String, val packageName: String, val resourceGroupName: String, val testBaseAccountName: String) : ConvertibleToJava<GetFavoriteProcessPlainArgs>
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. The name is case insensitive.
Link copied to clipboard
The resource name of the Test Base Account.