SessionProbeTcpSocket Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported.
public class SessionProbeTcpSocket : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.SessionProbeTcpSocket>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.SessionProbeTcpSocket>
type SessionProbeTcpSocket = class
interface IJsonModel<SessionProbeTcpSocket>
interface IPersistableModel<SessionProbeTcpSocket>
Public Class SessionProbeTcpSocket
Implements IJsonModel(Of SessionProbeTcpSocket), IPersistableModel(Of SessionProbeTcpSocket)
- Inheritance
-
SessionProbeTcpSocket
- Implements
Constructors
| Name | Description |
|---|---|
| SessionProbeTcpSocket(Int32) |
Initializes a new instance of SessionProbeTcpSocket. |
Properties
| Name | Description |
|---|---|
| Host |
Optional: Host name to connect to, defaults to the pod IP. |
| Port |
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. |