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. |
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