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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python