Uses of Class
com.azure.resourcemanager.appcontainers.models.ContainerAppProbeTcpSocket
-
Packages that use ContainerAppProbeTcpSocket Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of ContainerAppProbeTcpSocket in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ContainerAppProbeTcpSocket Modifier and Type Method Description ContainerAppProbeTcpSocket
ContainerAppProbe. tcpSocket()
Get the tcpSocket property: TCPSocket specifies an action involving a TCP port.ContainerAppProbeTcpSocket
ContainerAppProbeTcpSocket. withHost(String host)
Set the host property: Optional: Host name to connect to, defaults to the pod IP.ContainerAppProbeTcpSocket
ContainerAppProbeTcpSocket. withPort(int port)
Set the port property: Number or name of the port to access on the container.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type ContainerAppProbeTcpSocket Modifier and Type Method Description ContainerAppProbe
ContainerAppProbe. withTcpSocket(ContainerAppProbeTcpSocket tcpSocket)
Set the tcpSocket property: TCPSocket specifies an action involving a TCP port.
-