LoadBalancerVipSwapRequestFrontendIPConfiguration Class
VIP swap request's frontend IP configuration object.
- Inheritance
-
azure.mgmt.network._serialization.ModelLoadBalancerVipSwapRequestFrontendIPConfiguration
Constructor
LoadBalancerVipSwapRequestFrontendIPConfiguration(*, id: str | None = None, public_ip_address: _models.SubResource | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The ID of frontend IP configuration resource. |
public_ip_address
|
A reference to public IP address resource. |
Variables
Name | Description |
---|---|
id
|
The ID of frontend IP configuration resource. |
public_ip_address
|
A reference to public IP address resource. |
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