Private Endpoint Connection Request Properties Args
data class PrivateEndpointConnectionRequestPropertiesArgs(val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null) : ConvertibleToJava<PrivateEndpointConnectionRequestPropertiesArgs>
The connection state of the private endpoint connection.
Constructors
Link copied to clipboard
constructor(privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null)