ManagementPolicySchemaArgs

data class ManagementPolicySchemaArgs(val rules: Output<List<ManagementPolicyRuleArgs>>) : ConvertibleToJava<ManagementPolicySchemaArgs>

The Storage Account ManagementPolicies Rules. See more details in: https://learn.microsoft.com/azure/storage/blobs/lifecycle-management-overview.

Constructors

Link copied to clipboard
constructor(rules: Output<List<ManagementPolicyRuleArgs>>)

Properties

Link copied to clipboard

The Storage Account ManagementPolicies Rules. See more details in: https://learn.microsoft.com/azure/storage/blobs/lifecycle-management-overview.

Functions

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