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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.LoadBalancerConfigurationTypeConverter))]
public class LoadBalancerConfiguration : Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ILoadBalancerConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.LoadBalancerConfigurationTypeConverter))>]
type LoadBalancerConfiguration = class
interface ILoadBalancerConfiguration
interface IJsonSerializable
Public Class LoadBalancerConfiguration
Implements ILoadBalancerConfiguration
- Inheritance
-
LoadBalancerConfiguration
- Attributes
- Implements
Constructors
LoadBalancerConfiguration() |
Creates an new LoadBalancerConfiguration instance. |
Properties
LoadBalancerResourceId |
Resource id of the load balancer. |
PrivateIPAddressIpaddress |
Private IP address bound to the availability group listener. |
PrivateIPAddressSubnetResourceId |
Subnet used to include private IP. |
ProbePort |
Probe port. |
PublicIPAddressResourceId |
Resource id of the public IP. |
SqlVirtualMachineInstance |
List of the SQL virtual machine instance resource id's that are enrolled into the availability group listener. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LoadBalancerConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LoadBalancerConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ILoadBalancerConfiguration. |
FromJsonString(String) |
Creates a new instance of LoadBalancerConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LoadBalancerConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |