Package-level declarations

Types

Link copied to clipboard
class Address : KotlinCustomResource

Address Resource. Uses Azure REST API version 2022-05-01-preview. Other available API versions: 2024-02-01.

Link copied to clipboard
data class AddressArgs(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 2022-05-01-preview. Other available API versions: 2024-02-01.

Link copied to clipboard
Link copied to clipboard
class AddressByName : KotlinCustomResource

Address Resource. Uses Azure REST API version 2021-12-01. In version 1.x of the Azure Native provider, it used API version 2021-12-01.

Link copied to clipboard
data class AddressByNameArgs(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<AddressByNameArgs>

Address Resource. Uses Azure REST API version 2021-12-01. In version 1.x of the Azure Native provider, it used API version 2021-12-01.

Link copied to clipboard
Link copied to clipboard
object AddressByNameMapper : ResourceMapper<AddressByName>
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 2022-05-01-preview. Other available API versions: 2024-02-01.

Link copied to clipboard
data class OrderItemArgs(val addressDetails: Output<AddressDetailsArgs>? = 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 2022-05-01-preview. Other available API versions: 2024-02-01.

Link copied to clipboard
Link copied to clipboard
class OrderItemByName : KotlinCustomResource

Represents order item contract Uses Azure REST API version 2021-12-01. In version 1.x of the Azure Native provider, it used API version 2021-12-01.

Link copied to clipboard
data class OrderItemByNameArgs(val addressDetails: Output<AddressDetailsArgs>? = 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<OrderItemByNameArgs>

Represents order item contract Uses Azure REST API version 2021-12-01. In version 1.x of the Azure Native provider, it used API version 2021-12-01.

Link copied to clipboard
object OrderItemByNameMapper : ResourceMapper<OrderItemByName>
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
Link copied to clipboard
suspend fun orderItem(name: String, block: suspend OrderItemResourceBuilder.() -> Unit): OrderItem
Link copied to clipboard