次の方法で共有


ContainerHttpGet Class

The container Http Get settings, for liveness or readiness probe.

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

Constructor

ContainerHttpGet(*, port: int, path: str | None = None, scheme: str | _models.Scheme | None = None, http_headers: List[_models.HttpHeader] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
path
str

The path to probe.

Default value: None
port
int

The port number to probe. Required.

scheme
str or Scheme

The scheme. Known values are: "http" and "https".

Default value: None
http_headers

The HTTP headers.

Default value: None

Variables

Name Description
path
str

The path to probe.

port
int

The port number to probe. Required.

scheme
str or Scheme

The scheme. Known values are: "http" and "https".

http_headers

The HTTP headers.