ProbeHttpGet Class

Http probe for the container.

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

Inheritance
ProbeHttpGet

Constructor

ProbeHttpGet(*, port: int, path: Optional[str] = None, host: Optional[str] = None, http_headers=None, scheme=None, **kwargs)

Parameters

port
int
Required

Required. Port to access for probe.

path
str
Required

Path to access on the HTTP request.

host
str
Required

Host IP to connect to.

http_headers
list[ProbeHttpGetHeaders]
Required

Headers to set in the request.

scheme
str or Scheme
Required

Scheme for the http probe. Can be Http or Https. Possible values include: 'http', 'https'