Private Endpoint Connection Properties Args
data class PrivateEndpointConnectionPropertiesArgs(val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null) : ConvertibleToJava<PrivateEndpointConnectionPropertiesArgs>
Private endpoint connection properties.
Constructors
Link copied to clipboard
constructor(privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null)