CloudServiceNetworkProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Network Profile for the cloud service.
public class CloudServiceNetworkProfile
type CloudServiceNetworkProfile = class
Public Class CloudServiceNetworkProfile
- Inheritance
-
CloudServiceNetworkProfile
Constructors
CloudServiceNetworkProfile() |
Initializes a new instance of the CloudServiceNetworkProfile class. |
CloudServiceNetworkProfile(IList<LoadBalancerConfiguration>, String, SubResource) |
Initializes a new instance of the CloudServiceNetworkProfile class. |
CloudServiceNetworkProfile(IList<LoadBalancerConfiguration>, SubResource) |
Initializes a new instance of the CloudServiceNetworkProfile class. |
Properties
LoadBalancerConfigurations |
Gets or sets list of Load balancer configurations. Cloud service can have up to two load balancer configurations, corresponding to a Public Load Balancer and an Internal Load Balancer. |
SlotType |
Gets or sets possible values include: 'Production', 'Staging' |
SwappableCloudService |
Gets or sets the id reference of the cloud service containing the target IP with which the subject cloud service can perform a swap. This property cannot be updated once it is set. The swappable cloud service referred by this id must be present otherwise an error will be thrown. |
Applies to
Azure SDK for .NET