Share via


PrivateLinkServiceConnectionStatus type

The status of the Batch private endpoint connection

type PrivateLinkServiceConnectionStatus =
  | "Approved"
  | "Pending"
  | "Rejected"
  | "Disconnected"