EdgeorderFunctions

Functions

Link copied to clipboard

Get information about the specified address. Uses Azure REST API version 2024-02-01. Other available API versions: 2022-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native edgeorder [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getAddress(argument: suspend GetAddressPlainArgsBuilder.() -> Unit): GetAddressResult
suspend fun getAddress(addressName: String, resourceGroupName: String): GetAddressResult
Link copied to clipboard

Get an order item. Uses Azure REST API version 2024-02-01. Other available API versions: 2022-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native edgeorder [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getOrderItem(expand: String? = null, orderItemName: String, resourceGroupName: String): GetOrderItemResult

List product families for the given subscription. Uses Azure REST API version 2024-02-01. Other available API versions: 2022-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native edgeorder [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun listProductsAndConfigurationProductFamilies(customerSubscriptionDetails: CustomerSubscriptionDetails? = null, expand: String? = null, filterableProperties: Map<String, List<FilterableProperty>>, skipToken: String? = null): ListProductsAndConfigurationProductFamiliesResult
Link copied to clipboard

List configurations for the given product family, product line and product for the given subscription. Uses Azure REST API version 2024-02-01. Other available API versions: 2022-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native edgeorder [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun listProductsAndConfigurations(configurationFilter: ConfigurationFilter? = null, customerSubscriptionDetails: CustomerSubscriptionDetails? = null, skipToken: String? = null): ListProductsAndConfigurationsResult