ApplicationGatewayBackendHealthPool Class
Application gateway BackendHealth pool.
Constructor
ApplicationGatewayBackendHealthPool(*, backend_address_pool: _models.ApplicationGatewayBackendAddressPool | None = None, backend_http_settings_collection: List[_models.ApplicationGatewayBackendHealthHttpSettings] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
backend_address_pool
|
Reference to an ApplicationGatewayBackendAddressPool resource. Default value: None
|
backend_http_settings_collection
|
List of ApplicationGatewayBackendHealthHttpSettings resources. Default value: None
|
Variables
Name | Description |
---|---|
backend_address_pool
|
Reference to an ApplicationGatewayBackendAddressPool resource. |
backend_http_settings_collection
|
List of ApplicationGatewayBackendHealthHttpSettings resources. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python