ManagementPolicySchemaArgs

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

The Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.

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://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.

Functions

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