Uses of Class
com.azure.resourcemanager.appcontainers.models.ContainerAppProbeHttpGet
Packages that use ContainerAppProbeHttpGet
Package
Description
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 ContainerAppProbeHttpGetModifier and TypeMethodDescriptionstatic ContainerAppProbeHttpGetContainerAppProbeHttpGet.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerAppProbeHttpGet from the JsonReader.ContainerAppProbe.httpGet()Get the httpGet property: HTTPGet specifies the http request to perform.Set the host property: Host name to connect to, defaults to the pod IP.ContainerAppProbeHttpGet.withHttpHeaders(List<ContainerAppProbeHttpGetHttpHeadersItem> httpHeaders) Set the httpHeaders property: Custom headers to set in the request.Set the path property: Path to access on the HTTP server.ContainerAppProbeHttpGet.withPort(int port) Set the port property: Name or number of the port to access on the container.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 ContainerAppProbeHttpGetModifier and TypeMethodDescriptionContainerAppProbe.withHttpGet(ContainerAppProbeHttpGet httpGet) Set the httpGet property: HTTPGet specifies the http request to perform.