CloudServiceNetworkProfile Class
Network Profile for the cloud service.
- Inheritance
-
azure.mgmt.compute._serialization.ModelCloudServiceNetworkProfile
Constructor
CloudServiceNetworkProfile(*, load_balancer_configurations: List[_models.LoadBalancerConfiguration] | None = None, swappable_cloud_service: _models.SubResource | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
load_balancer_configurations
|
The list of load balancer configurations for the cloud service. |
swappable_cloud_service
|
|
Variables
Name | Description |
---|---|
load_balancer_configurations
|
The list of load balancer configurations for the cloud service. |
swappable_cloud_service
|
|
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