AzurestackFunctions

Functions

Link copied to clipboard

Returns the specified product. Uses Azure REST 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.

suspend fun getCustomerSubscription(customerSubscriptionName: String, registrationName: String, resourceGroup: String): GetCustomerSubscriptionResult
Link copied to clipboard

Returns the properties of a Linked Subscription resource. Uses Azure REST API version 2020-06-01-preview.

suspend fun getLinkedSubscription(linkedSubscriptionName: String, resourceGroup: String): GetLinkedSubscriptionResult
Link copied to clipboard

Returns the specified product. Uses Azure REST 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.

suspend fun getProduct(argument: suspend GetProductPlainArgsBuilder.() -> Unit): GetProductResult
suspend fun getProduct(productName: String, registrationName: String, resourceGroup: String): GetProductResult
Link copied to clipboard

Returns a list of products. Uses Azure REST 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.

suspend fun getProducts(argument: suspend GetProductsPlainArgsBuilder.() -> Unit): GetProductsResult
suspend fun getProducts(productName: String, registrationName: String, resourceGroup: String): GetProductsResult
Link copied to clipboard

Returns the properties of an Azure Stack registration. Uses Azure REST 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.

suspend fun getRegistration(registrationName: String, resourceGroup: String): GetRegistrationResult
Link copied to clipboard

Returns Azure Stack Activation Key. Uses Azure REST 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.

suspend fun getRegistrationActivationKey(registrationName: String, resourceGroup: String): GetRegistrationActivationKeyResult
Link copied to clipboard

Returns the extended properties of a product. Uses Azure REST 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.

suspend fun listProductDetails(productName: String, registrationName: String, resourceGroup: String): ListProductDetailsResult
Link copied to clipboard

Returns a list of products. Uses Azure REST API version 2022-06-01.

suspend fun listProducts(productName: String, registrationName: String, resourceGroup: String): ListProductsResult