LoadBalancerConfigurationProperties Class
LoadBalancerConfigurationProperties.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.compute._serialization.ModelLoadBalancerConfigurationProperties
Constructor
LoadBalancerConfigurationProperties(*, frontend_ip_configurations: List[_models.LoadBalancerFrontendIPConfiguration], **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
frontend_ip_configurations
|
Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration. Required. |
Variables
Name | Description |
---|---|
frontend_ip_configurations
|
Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration. Required. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python