Private Endpoint Connection Properties Response Private Link Service Connection State
data class PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)
Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
Constructors
Link copied to clipboard
fun PrivateEndpointConnectionPropertiesResponsePrivateLinkServiceConnectionState(actionsRequired: String? = null, description: String? = null, status: String? = null)