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
|
|
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python