BlobInventoryPolicySchemaResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Deprecated Property from API version 2021-04-01 onwards, the required destination container name must be specified at the rule level 'policy.rule.destination'

Link copied to clipboard

Policy is enabled if set to true.

Link copied to clipboard

The storage account blob inventory policy rules. The rule is applied when it is enabled.

Link copied to clipboard

The valid value is Inventory