Uses of Class
com.azure.resourcemanager.appcontainers.models.ContainerAppProbeTcpSocket
Packages that use ContainerAppProbeTcpSocket
Package
Description
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 ContainerAppProbeTcpSocketModifier and TypeMethodDescriptionstatic ContainerAppProbeTcpSocket
ContainerAppProbeTcpSocket.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerAppProbeTcpSocket from the JsonReader.ContainerAppProbe.tcpSocket()
Get the tcpSocket property: TCPSocket specifies an action involving a TCP port.Set the host property: Optional: Host name to connect to, defaults to the pod IP.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 ContainerAppProbeTcpSocketModifier and TypeMethodDescriptionContainerAppProbe.withTcpSocket
(ContainerAppProbeTcpSocket tcpSocket) Set the tcpSocket property: TCPSocket specifies an action involving a TCP port.