LoadBalancerConfiguration 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.
A load balancer configuration for an availability group listener.
public class LoadBalancerConfiguration
type LoadBalancerConfiguration = class
Public Class LoadBalancerConfiguration
- Inheritance
-
LoadBalancerConfiguration
Constructors
LoadBalancerConfiguration() |
Initializes a new instance of the LoadBalancerConfiguration class. |
LoadBalancerConfiguration(PrivateIPAddress, String, String, Nullable<Int32>, IList<String>) |
Initializes a new instance of the LoadBalancerConfiguration class. |
Properties
LoadBalancerResourceId |
Gets or sets resource id of the load balancer. |
PrivateIpAddress |
Gets or sets private IP address. |
ProbePort |
Gets or sets probe port. |
PublicIpAddressResourceId |
Gets or sets resource id of the public IP. |
SqlVirtualMachineInstances |
Gets or sets list of the SQL virtual machine instance resource id's that are enrolled into the availability group listener. |
Applies to
Azure SDK for .NET