Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class CustomerSubscription : KotlinCustomResource

Customer subscription. Uses Azure REST API version 2022-06-01. In version 2.x of the Azure Native provider, it used API version 2022-06-01. Other available API versions: 2020-06-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azurestack [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class CustomerSubscriptionArgs(val customerSubscriptionName: Output<String>? = null, val registrationName: Output<String>? = null, val resourceGroup: Output<String>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<CustomerSubscriptionArgs>

Customer subscription. Uses Azure REST API version 2022-06-01. In version 2.x of the Azure Native provider, it used API version 2022-06-01. Other available API versions: 2020-06-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azurestack [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
class LinkedSubscription : KotlinCustomResource

Linked Subscription information. Uses Azure REST API version 2020-06-01-preview. In version 2.x of the Azure Native provider, it used API version 2020-06-01-preview.

Link copied to clipboard
data class LinkedSubscriptionArgs(val linkedSubscriptionId: Output<String>? = null, val linkedSubscriptionName: Output<String>? = null, val location: Output<Either<String, Location>>? = null, val registrationResourceId: Output<String>? = null, val resourceGroup: Output<String>? = null) : ConvertibleToJava<LinkedSubscriptionArgs>

Linked Subscription information. Uses Azure REST API version 2020-06-01-preview. In version 2.x of the Azure Native provider, it used API version 2020-06-01-preview.

Link copied to clipboard
Link copied to clipboard
class Registration : KotlinCustomResource

Registration information. Uses Azure REST API version 2022-06-01. In version 2.x of the Azure Native provider, it used API version 2022-06-01. Other available API versions: 2020-06-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azurestack [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class RegistrationArgs(val location: Output<Either<String, Location>>? = null, val registrationName: Output<String>? = null, val registrationToken: Output<String>? = null, val resourceGroup: Output<String>? = null) : ConvertibleToJava<RegistrationArgs>

Registration information. Uses Azure REST API version 2022-06-01. In version 2.x of the Azure Native provider, it used API version 2022-06-01. Other available API versions: 2020-06-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azurestack [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
object RegistrationMapper : ResourceMapper<Registration>
Link copied to clipboard

Functions

Link copied to clipboard