ManagementPolicyRuleFiltersArgs

data class ManagementPolicyRuleFiltersArgs(val blobTypes: Output<List<String>>, val matchBlobIndexTags: Output<List<ManagementPolicyRuleFiltersMatchBlobIndexTagArgs>>? = null, val prefixMatches: Output<List<String>>? = null) : ConvertibleToJava<ManagementPolicyRuleFiltersArgs>

Constructors

Link copied to clipboard
constructor(blobTypes: Output<List<String>>, matchBlobIndexTags: Output<List<ManagementPolicyRuleFiltersMatchBlobIndexTagArgs>>? = null, prefixMatches: Output<List<String>>? = null)

Properties

Link copied to clipboard
val blobTypes: Output<List<String>>

An array of predefined values. Valid options are blockBlob and appendBlob.

Link copied to clipboard

A match_blob_index_tag block as defined below. The block defines the blob index tag based filtering for blob objects.

Link copied to clipboard
val prefixMatches: Output<List<String>>? = null

An array of strings for prefixes to be matched.

Functions

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