Package-level declarations

Types

Link copied to clipboard
class Address : KotlinCustomResource

Address Resource. Uses Azure REST API version 2024-02-01. In version 2.x of the Azure Native provider, it used API version 2022-05-01-preview. 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.

Link copied to clipboard
data class AddressArgs(val addressClassification: Output<Either<String, AddressClassification>>? = null, val addressName: Output<String>? = null, val contactDetails: Output<ContactDetailsArgs>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val shippingAddress: Output<ShippingAddressArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AddressArgs>

Address Resource. Uses Azure REST API version 2024-02-01. In version 2.x of the Azure Native provider, it used API version 2022-05-01-preview. 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.

Link copied to clipboard
Link copied to clipboard
object AddressMapper : ResourceMapper<Address>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class OrderItem : KotlinCustomResource

Represents order item resource. Uses Azure REST API version 2024-02-01. In version 2.x of the Azure Native provider, it used API version 2022-05-01-preview. 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.

Link copied to clipboard
data class OrderItemArgs(val addressDetails: Output<AddressDetailsArgs>? = null, val identity: Output<ResourceIdentityArgs>? = null, val location: Output<String>? = null, val orderId: Output<String>? = null, val orderItemDetails: Output<OrderItemDetailsArgs>? = null, val orderItemName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<OrderItemArgs>

Represents order item resource. Uses Azure REST API version 2024-02-01. In version 2.x of the Azure Native provider, it used API version 2022-05-01-preview. 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.

Link copied to clipboard
Link copied to clipboard
object OrderItemMapper : ResourceMapper<OrderItem>
Link copied to clipboard

Functions

Link copied to clipboard
fun address(name: String): Address
suspend fun address(name: String, block: suspend AddressResourceBuilder.() -> Unit): Address
Link copied to clipboard
suspend fun orderItem(name: String, block: suspend OrderItemResourceBuilder.() -> Unit): OrderItem