BlobInventoryPolicyRuleArgs

data class BlobInventoryPolicyRuleArgs(val definition: Output<BlobInventoryPolicyDefinitionArgs>, val destination: Output<String>, val enabled: Output<Boolean>, val name: Output<String>) : ConvertibleToJava<BlobInventoryPolicyRuleArgs>

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

Constructors

Link copied to clipboard
constructor(definition: Output<BlobInventoryPolicyDefinitionArgs>, destination: Output<String>, enabled: Output<Boolean>, name: Output<String>)

Properties

Link copied to clipboard

An object that defines the blob inventory policy rule.

Link copied to clipboard
val destination: Output<String>

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

Link copied to clipboard
val enabled: Output<Boolean>

Rule is enabled when set to true.

Link copied to clipboard
val name: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): BlobInventoryPolicyRuleArgs