ContainerAppProbeHttpGet Class    
HTTPGet specifies the http request to perform.
All required parameters must be populated in order to send to server.
Constructor
ContainerAppProbeHttpGet(*, port: int, host: str | None = None, http_headers: List[_models.ContainerAppProbeHttpGetHttpHeadersItem] | None = None, path: str | None = None, scheme: str | _models.Scheme | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| host | Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. Default value: None | 
| http_headers | Custom headers to set in the request. HTTP allows repeated headers. Default value: None | 
| path | Path to access on the HTTP server. Default value: None | 
| port | Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. Required. | 
| scheme | Scheme to use for connecting to the host. Defaults to HTTP. Known values are: "HTTP" and "HTTPS". Default value: None | 
Variables
| Name | Description | 
|---|---|
| host | Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. | 
| http_headers | Custom headers to set in the request. HTTP allows repeated headers. | 
| path | Path to access on the HTTP server. | 
| port | Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. Required. | 
| scheme | Scheme to use for connecting to the host. Defaults to HTTP. Known values are: "HTTP" and "HTTPS". |