getEmployee

Get a Employee Uses Azure REST API version 2021-11-01. 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.

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