subresourceNames

@JvmName(name = "dhtuenokhqhmdqyd")
suspend fun subresourceNames(value: Output<List<String>>)
@JvmName(name = "enydlvmggqfkcoms")
suspend fun subresourceNames(value: List<String>?)

Parameters

value

A list of subresource names which the Private Endpoint is able to connect to. subresource_names corresponds to group_id. Possible values are detailed in the product documentation in the Subresources column. Changing this forces a new resource to be created.

Note: Some resource types (such as Storage Account) only support 1 subresource per private endpoint. Note: For most Private Links one or more subresource_names will need to be specified, please see the linked documentation for details.


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


@JvmName(name = "lkbnylrreyasjxxi")
suspend fun subresourceNames(values: List<Output<String>>)
@JvmName(name = "yaoupltuvxcnsunv")
suspend fun subresourceNames(vararg values: String)

Parameters

values

A list of subresource names which the Private Endpoint is able to connect to. subresource_names corresponds to group_id. Possible values are detailed in the product documentation in the Subresources column. Changing this forces a new resource to be created.

Note: Some resource types (such as Storage Account) only support 1 subresource per private endpoint. Note: For most Private Links one or more subresource_names will need to be specified, please see the linked documentation for details.