PrivateLinkServicePropertiesVisibilityArgs

data class PrivateLinkServicePropertiesVisibilityArgs(val subscriptions: Output<List<String>>? = null) : ConvertibleToJava<PrivateLinkServicePropertiesVisibilityArgs>

The visibility list of the private link service.

Constructors

fun PrivateLinkServicePropertiesVisibilityArgs(subscriptions: Output<List<String>>? = null)

Functions

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

Properties

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

The list of subscriptions.