Skip to content
Docs Try Aspire

TcpSocketActionV1 Constructors

Class Constructors 1 member
Represents a TCP socket action configuration used in Kubernetes resources. This class is typically utilized for health or readiness probes or lifecycle handlers, allowing the definition of connectivity checks to a specified host and port via TCP.
public sealed class TcpSocketActionV1
{
public TcpSocketActionV1()
{
// ...
}
}