getAlias

suspend fun getAlias(argument: GetAliasPlainArgs): GetAliasResult

Get Alias Subscription. Azure REST API version: 2021-10-01. Other available API versions: 2020-09-01.

Return

Subscription Information with the alias.

Parameters

argument

null


suspend fun getAlias(aliasName: String): GetAliasResult

Return

Subscription Information with the alias.

See also

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.


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

Return

Subscription Information with the alias.

See also

Parameters

argument

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