Private Endpoint Connection Properties Private Link Service Connection State Args
data class PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs(val actionsRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<PrivateLinkServiceConnectionStatus>? = null) : ConvertibleToJava<PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs>
Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
Constructors
Link copied to clipboard
constructor(actionsRequired: Output<String>? = null, description: Output<String>? = null, status: Output<PrivateLinkServiceConnectionStatus>? = null)