subresourceNames

@JvmName(name = "hgiwdkaonxwbbdeq")
suspend fun subresourceNames(value: Output<List<String>>)
@JvmName(name = "hkujpchdiieuscpn")
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.


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


@JvmName(name = "dxtxmpvpuujxymqi")
suspend fun subresourceNames(values: List<Output<String>>)
@JvmName(name = "jniweultfmjutnhl")
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.