BlobInventoryPolicyRuleResponse

data class BlobInventoryPolicyRuleResponse(val definition: BlobInventoryPolicyDefinitionResponse, val destination: String, val enabled: Boolean, val name: String)

An object that wraps the blob inventory rule. Each rule is uniquely defined by name.

Constructors

Link copied to clipboard
constructor(definition: BlobInventoryPolicyDefinitionResponse, destination: String, enabled: Boolean, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An object that defines the blob inventory policy rule.

Link copied to clipboard

Container name where blob inventory files are stored. Must be pre-created.

Link copied to clipboard

Rule is enabled when set to true.

Link copied to clipboard

A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy.