blobTypes

@JvmName(name = "ishbocepfxcdurpi")
suspend fun blobTypes(value: Output<List<String>>)
@JvmName(name = "nphvbvlhgqngnjpd")
suspend fun blobTypes(value: List<String>)

Parameters

value

A set of blob types. Possible values are blockBlob, appendBlob, and pageBlob. The storage account with is_hns_enabled is true doesn't support pageBlob.

NOTE: The rules.*.schema_fields for this rule has to include BlobType so that you can specify the blob_types.


@JvmName(name = "njiggaobldslawhy")
suspend fun blobTypes(vararg values: Output<String>)


@JvmName(name = "xdeclglhtlkwhpyr")
suspend fun blobTypes(values: List<Output<String>>)
@JvmName(name = "vkyvfluchvwwtjgi")
suspend fun blobTypes(vararg values: String)

Parameters

values

A set of blob types. Possible values are blockBlob, appendBlob, and pageBlob. The storage account with is_hns_enabled is true doesn't support pageBlob.

NOTE: The rules.*.schema_fields for this rule has to include BlobType so that you can specify the blob_types.