getAlias

suspend fun getAlias(argument: GetAliasPlainArgs): GetAliasResult

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

Return

Subscription Information with the alias.

Parameters

argument

null


suspend fun getAlias(aliasName: String): GetAliasResult

Return

Subscription Information with the alias.

Parameters

aliasName

AliasName is the name for the subscription creation request. Note that this is not the same as subscription name and this doesn’t have any other lifecycle need beyond the request for subscription creation.

See also


suspend fun getAlias(argument: suspend GetAliasPlainArgsBuilder.() -> Unit): GetAliasResult

Return

Subscription Information with the alias.

Parameters

argument

Builder for com.pulumi.azurenative.subscription.kotlin.inputs.GetAliasPlainArgs.

See also