Blob Inventory Policy Rule Args
data class BlobInventoryPolicyRuleArgs(val filter: Output<BlobInventoryPolicyRuleFilterArgs>? = null, val format: Output<String>, val name: Output<String>, val schedule: Output<String>, val schemaFields: Output<List<String>>, val scope: Output<String>, val storageContainerName: Output<String>) : ConvertibleToJava<BlobInventoryPolicyRuleArgs>
Properties
Link copied to clipboard
A filter
block as defined above.
Link copied to clipboard
A list of fields to be included in the inventory. See the Azure API reference for all the supported fields.
Link copied to clipboard
The storage container name to store the blob inventory files for this rule.