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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python