visibilitySubscriptionIds

@JvmName(name = "krhuajyskomacnnm")
suspend fun visibilitySubscriptionIds(value: Output<List<String>>)
@JvmName(name = "fowpagjrlrrahtpv")
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 = "gjhjelhfegstqgqi")
suspend fun visibilitySubscriptionIds(vararg values: Output<String>)


@JvmName(name = "ywcmewnxeqrrdqtg")
suspend fun visibilitySubscriptionIds(values: List<Output<String>>)
@JvmName(name = "sxtfwymcjindydji")
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.