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
|
|
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python