LoadBalancerConfigurationProperties Class
Describes the properties of the load balancer configuration.
All required parameters must be populated in order to send to server.
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. |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python