Package-level declarations

Types

Link copied to clipboard
class Alias : KotlinCustomResource

Subscription Information with the alias. Uses Azure REST API version 2024-08-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-10-01. 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.

Link copied to clipboard
data class AliasArgs(val aliasName: Output<String>? = null, val properties: Output<PutAliasRequestPropertiesArgs>? = null) : ConvertibleToJava<AliasArgs>

Subscription Information with the alias. Uses Azure REST API version 2024-08-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-10-01. 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.

Link copied to clipboard

Builder for AliasArgs.

Link copied to clipboard
object AliasMapper : ResourceMapper<Alias>
Link copied to clipboard

Builder for Alias.

Link copied to clipboard
Link copied to clipboard
class SubscriptionTarDirectory : KotlinCustomResource

Subscription Response for Changed Target Directory. Uses Azure REST API version 2024-08-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-08-01-preview.

Link copied to clipboard
data class SubscriptionTarDirectoryArgs(val properties: Output<TargetDirectoryRequestPropertiesArgs>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<SubscriptionTarDirectoryArgs>

Subscription Response for Changed Target Directory. Uses Azure REST API version 2024-08-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-08-01-preview.

Functions

Link copied to clipboard
fun alias(name: String): Alias
suspend fun alias(name: String, block: suspend AliasResourceBuilder.() -> Unit): Alias