getEmployee

Get a Employee Uses Azure REST API version 2021-10-01-preview. Other available API versions: 2021-11-01.

Return

Employee resource

Parameters

argument

null


suspend fun getEmployee(employeeName: String, resourceGroupName: String): GetEmployeeResult

Return

Employee resource

Parameters

employeeName

The name of the Employee

resourceGroupName

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

See also


suspend fun getEmployee(argument: suspend GetEmployeePlainArgsBuilder.() -> Unit): GetEmployeeResult

Return

Employee resource

Parameters

argument

Builder for com.pulumi.azurenative.contoso.kotlin.inputs.GetEmployeePlainArgs.

See also