MigrateLoadBalancerToIpBasedRequest Class
The request for a migrateToIpBased API.
- Inheritance
-
azure.mgmt.network._serialization.ModelMigrateLoadBalancerToIpBasedRequest
Constructor
MigrateLoadBalancerToIpBasedRequest(*, pools: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
pools
|
A list of pool names that should be migrated from Nic based to IP based pool. |
Variables
Name | Description |
---|---|
pools
|
A list of pool names that should be migrated from Nic based to IP based pool. |
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