LoadBalancerVipSwapRequest Class
The request for a VIP swap.
- Inheritance
-
azure.mgmt.network._serialization.ModelLoadBalancerVipSwapRequest
Constructor
LoadBalancerVipSwapRequest(*, frontend_ip_configurations: List[_models.LoadBalancerVipSwapRequestFrontendIPConfiguration] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
frontend_ip_configurations
|
A list of frontend IP configuration resources that should swap VIPs. |
Variables
Name | Description |
---|---|
frontend_ip_configurations
|
A list of frontend IP configuration resources that should swap VIPs. |
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