Blob Inventory Policy Schema Response
data class BlobInventoryPolicySchemaResponse(val destination: String, val enabled: Boolean, val rules: List<BlobInventoryPolicyRuleResponse>, val type: String)
The storage account blob inventory policy rules.
Constructors
Link copied to clipboard
constructor(destination: String, enabled: Boolean, rules: List<BlobInventoryPolicyRuleResponse>, type: String)