getAlias

suspend fun getAlias(argument: GetAliasPlainArgs): GetAliasResult

Get Alias Subscription. Uses Azure REST API version 2021-10-01. Other available API versions: 2020-09-01, 2024-08-01-preview.

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