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.

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.

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