visibilitySubscriptionIds

@JvmName(name = "icqrxtebrqkeqhyj")
suspend fun visibilitySubscriptionIds(value: Output<List<String>>)
@JvmName(name = "krsdraokaatjdkdb")
suspend fun visibilitySubscriptionIds(value: List<String>?)

Parameters

value

A list of Subscription UUID/GUID's that will be able to see this Private Link Service.

NOTE: If no Subscription IDs are specified then Azure allows every Subscription to see this Private Link Service.


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


@JvmName(name = "bwvbmckygksdxqdn")
suspend fun visibilitySubscriptionIds(values: List<Output<String>>)
@JvmName(name = "obksklpgljbngrsd")
suspend fun visibilitySubscriptionIds(vararg values: String)

Parameters

values

A list of Subscription UUID/GUID's that will be able to see this Private Link Service.

NOTE: If no Subscription IDs are specified then Azure allows every Subscription to see this Private Link Service.