Blob Inventory Policy Schema Args
data class BlobInventoryPolicySchemaArgs(val destination: Output<String>, val enabled: Output<Boolean>, val rules: Output<List<BlobInventoryPolicyRuleArgs>>, val type: Output<Either<String, InventoryRuleType>>) : ConvertibleToJava<BlobInventoryPolicySchemaArgs>
The storage account blob inventory policy rules.
Constructors
Link copied to clipboard
constructor(destination: Output<String>, enabled: Output<Boolean>, rules: Output<List<BlobInventoryPolicyRuleArgs>>, type: Output<Either<String, InventoryRuleType>>)