Uses of Class
com.azure.resourcemanager.appcontainers.models.ContainerAppProbeHttpGet
-
Packages that use ContainerAppProbeHttpGet Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of ContainerAppProbeHttpGet in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ContainerAppProbeHttpGet Modifier and Type Method Description ContainerAppProbeHttpGet
ContainerAppProbe. httpGet()
Get the httpGet property: HTTPGet specifies the http request to perform.ContainerAppProbeHttpGet
ContainerAppProbeHttpGet. withHost(String host)
Set the host property: Host name to connect to, defaults to the pod IP.ContainerAppProbeHttpGet
ContainerAppProbeHttpGet. withHttpHeaders(List<ContainerAppProbeHttpGetHttpHeadersItem> httpHeaders)
Set the httpHeaders property: Custom headers to set in the request.ContainerAppProbeHttpGet
ContainerAppProbeHttpGet. withPath(String path)
Set the path property: Path to access on the HTTP server.ContainerAppProbeHttpGet
ContainerAppProbeHttpGet. withPort(int port)
Set the port property: Name or number of the port to access on the container.ContainerAppProbeHttpGet
ContainerAppProbeHttpGet. withScheme(Scheme scheme)
Set the scheme property: Scheme to use for connecting to the host.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type ContainerAppProbeHttpGet Modifier and Type Method Description ContainerAppProbe
ContainerAppProbe. withHttpGet(ContainerAppProbeHttpGet httpGet)
Set the httpGet property: HTTPGet specifies the http request to perform.
-