ContainerAppProbeHttpGet Class

HTTPGet specifies the http request to perform.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.appcontainers._serialization.Model
ContainerAppProbeHttpGet

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
str

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
str

Path to access on the HTTP server.

port
int

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
str or Scheme

Scheme to use for connecting to the host. Defaults to HTTP. Known values are: "HTTP" and "HTTPS".

Variables

Name Description
host
str

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
str

Path to access on the HTTP server.

port
int

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
str or Scheme

Scheme to use for connecting to the host. Defaults to HTTP. Known values are: "HTTP" and "HTTPS".