Package-level declarations

Types

Link copied to clipboard
class AddressByName : KotlinCustomResource

Address Resource. 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. 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
Link copied to clipboard
class OrderItemByName : KotlinCustomResource

Represents order item contract 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 API Version: 2021-12-01.

Link copied to clipboard
object OrderItemByNameMapper : ResourceMapper<OrderItemByName>

Functions

Link copied to clipboard
Link copied to clipboard