Management Policy Filter Args
    data class ManagementPolicyFilterArgs(val blobIndexMatch: Output<List<TagFilterArgs>>? = null, val blobTypes: Output<List<String>>, val prefixMatch: Output<List<String>>? = null) : ConvertibleToJava<ManagementPolicyFilterArgs> 
Filters limit rule actions to a subset of blobs within the storage account. If multiple filters are defined, a logical AND is performed on all filters.
Constructors
Link copied to clipboard
                fun ManagementPolicyFilterArgs(blobIndexMatch: Output<List<TagFilterArgs>>? = null, blobTypes: Output<List<String>>, prefixMatch: Output<List<String>>? = null)