你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LoadBalancerConfiguration Class

Definition

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()

Applies to