PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs

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

Functions

Link copied to clipboard
open override fun toJava(): PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs

Properties

Link copied to clipboard
val actionsRequired: Output<String>? = null

A description of any extra actions that may be required.

Link copied to clipboard
val description: Output<String>? = null

The description for the private link service connection state.

Link copied to clipboard

Status of the the private link service connection. Can be Pending, Approved, Rejected, or Disconnected.