ExportDeliveryDestinationArgs

data class ExportDeliveryDestinationArgs(val container: Output<String>, val resourceId: Output<String>, val rootFolderPath: Output<String>? = null) : ConvertibleToJava<ExportDeliveryDestinationArgs>

The destination information for the delivery of the export. To allow access to a storage account, you must register the account's subscription with the Microsoft.CostManagementExports resource provider. This is required once per subscription. When creating an export in the Azure portal, it is done automatically, however API users need to register the subscription. For more information see https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-supported-services .

Constructors

Link copied to clipboard
constructor(container: Output<String>, resourceId: Output<String>, rootFolderPath: Output<String>? = null)

Properties

Link copied to clipboard
val container: Output<String>

The name of the container where exports will be uploaded.

Link copied to clipboard
val resourceId: Output<String>

The resource id of the storage account where exports will be delivered.

Link copied to clipboard
val rootFolderPath: Output<String>? = null

The name of the directory where exports will be uploaded.

Functions

Link copied to clipboard
open override fun toJava(): ExportDeliveryDestinationArgs