Package-level declarations

Types

Link copied to clipboard
data class EmployeePropertiesArgs(val age: Output<Int>? = null, val city: Output<String>? = null, val profile: Output<String>? = null) : ConvertibleToJava<EmployeePropertiesArgs>

Employee properties

Link copied to clipboard
data class GetEmployeePlainArgs(val employeeName: String, val resourceGroupName: String) : ConvertibleToJava<GetEmployeePlainArgs>