HTTPConfiguration Class
HTTP configuration of the connectivity check.
- Inheritance
-
azure.mgmt.network._serialization.ModelHTTPConfiguration
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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python