LoadBalancerConfiguration Constructors
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.
Overloads
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. |
LoadBalancerConfiguration()
Initializes a new instance of the LoadBalancerConfiguration class.
public LoadBalancerConfiguration ();
Public Sub New ()
Applies to
LoadBalancerConfiguration(PrivateIPAddress, String, String, Nullable<Int32>, IList<String>)
Initializes a new instance of the LoadBalancerConfiguration class.
public LoadBalancerConfiguration (Microsoft.Azure.Management.SqlVirtualMachine.Models.PrivateIPAddress privateIpAddress = default, string publicIpAddressResourceId = default, string loadBalancerResourceId = default, int? probePort = default, System.Collections.Generic.IList<string> sqlVirtualMachineInstances = default);
new Microsoft.Azure.Management.SqlVirtualMachine.Models.LoadBalancerConfiguration : Microsoft.Azure.Management.SqlVirtualMachine.Models.PrivateIPAddress * string * string * Nullable<int> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.SqlVirtualMachine.Models.LoadBalancerConfiguration
Public Sub New (Optional privateIpAddress As PrivateIPAddress = Nothing, Optional publicIpAddressResourceId As String = Nothing, Optional loadBalancerResourceId As String = Nothing, Optional probePort As Nullable(Of Integer) = Nothing, Optional sqlVirtualMachineInstances As IList(Of String) = Nothing)
Parameters
- privateIpAddress
- PrivateIPAddress
Private IP address.
- publicIpAddressResourceId
- String
Resource id of the public IP.
- loadBalancerResourceId
- String
Resource id of the load balancer.
List of the SQL virtual machine instance resource id's that are enrolled into the availability group listener.
Applies to
Azure SDK for .NET