getAccount

Get a Account Uses Azure REST API version 2024-12-01. Other available API versions: 2023-10-01-preview, 2024-02-01-preview, 2024-08-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azureplaywrightservice [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

A Playwright service account resource.

Parameters

argument

null


suspend fun getAccount(accountName: String, resourceGroupName: String): GetAccountResult

Return

A Playwright service account resource.

Parameters

accountName

Name of account.

resourceGroupName

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

See also


suspend fun getAccount(argument: suspend GetAccountPlainArgsBuilder.() -> Unit): GetAccountResult

Return

A Playwright service account resource.

Parameters

argument

Builder for com.pulumi.azurenative.azureplaywrightservice.kotlin.inputs.GetAccountPlainArgs.

See also