Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Employee : KotlinCustomResource

Employee resource Uses Azure REST API version 2021-11-01. In version 2.x of the Azure Native provider, it used API version 2021-10-01-preview. Other available API versions: 2021-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native contoso [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class EmployeeArgs(val employeeName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<EmployeePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<EmployeeArgs>

Employee resource Uses Azure REST API version 2021-11-01. In version 2.x of the Azure Native provider, it used API version 2021-10-01-preview. Other available API versions: 2021-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native contoso [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
object EmployeeMapper : ResourceMapper<Employee>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun employee(name: String, block: suspend EmployeeResourceBuilder.() -> Unit): Employee