match Blob Index Tags
suspend fun matchBlobIndexTags(value: Output<List<ManagementPolicyRuleFiltersMatchBlobIndexTagArgs>>)
Parameters
value
A match_blob_index_tag block as defined below. The block defines the blob index tag based filtering for blob objects.
NOTE: The
match_blob_index_tagproperty requires enabling theblobIndexfeature with PSH or CLI commands.
suspend fun matchBlobIndexTags(vararg values: Output<ManagementPolicyRuleFiltersMatchBlobIndexTagArgs>)
suspend fun matchBlobIndexTags(values: List<Output<ManagementPolicyRuleFiltersMatchBlobIndexTagArgs>>)
Parameters
values
A match_blob_index_tag block as defined below. The block defines the blob index tag based filtering for blob objects.
NOTE: The
match_blob_index_tagproperty requires enabling theblobIndexfeature with PSH or CLI commands.
suspend fun matchBlobIndexTags(argument: List<suspend ManagementPolicyRuleFiltersMatchBlobIndexTagArgsBuilder.() -> Unit>)
suspend fun matchBlobIndexTags(vararg argument: suspend ManagementPolicyRuleFiltersMatchBlobIndexTagArgsBuilder.() -> Unit)
suspend fun matchBlobIndexTags(argument: suspend ManagementPolicyRuleFiltersMatchBlobIndexTagArgsBuilder.() -> Unit)
Parameters
argument
A match_blob_index_tag block as defined below. The block defines the blob index tag based filtering for blob objects.
NOTE: The
match_blob_index_tagproperty requires enabling theblobIndexfeature with PSH or CLI commands.