getAlias

suspend fun getAlias(argument: GetAliasPlainArgs): GetAliasResult

Get Alias Subscription. API Version: 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

Name for this subscription creation request also known as alias. 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.