StorageBillingPropertiesArgs

data class StorageBillingPropertiesArgs(val azureBareMetalStorageInstanceSize: Output<String>? = null, val billingMode: Output<String>? = null) : ConvertibleToJava<StorageBillingPropertiesArgs>

Describes the billing related details of the AzureBareMetalStorageInstance.

Constructors

Link copied to clipboard
constructor(azureBareMetalStorageInstanceSize: Output<String>? = null, billingMode: Output<String>? = null)

Properties

Link copied to clipboard

the SKU type that is provisioned

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

the billing mode for the storage instance

Functions

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