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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python