HTTPConfiguration Class
HTTP configuration of the connectivity check.
Constructor
HTTPConfiguration(*, method: str | _models.HTTPMethod | None = None, headers: List[_models.HTTPHeader] | None = None, valid_status_codes: List[int] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
method
|
str or
HTTPMethod
HTTP method. "Get" |
headers
|
List of HTTP headers. |
valid_status_codes
|
Valid status codes. |
Variables
Name | Description |
---|---|
method
|
str or
HTTPMethod
HTTP method. "Get" |
headers
|
List of HTTP headers. |
valid_status_codes
|
Valid status codes. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python