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

L2ServiceLoadBalancerConfiguration Class

Definition

L2ServiceLoadBalancerConfiguration represents the configuration of a layer 2 service load balancer.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.L2ServiceLoadBalancerConfigurationTypeConverter))]
public class L2ServiceLoadBalancerConfiguration : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL2ServiceLoadBalancerConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.L2ServiceLoadBalancerConfigurationTypeConverter))>]
type L2ServiceLoadBalancerConfiguration = class
    interface IL2ServiceLoadBalancerConfiguration
    interface IJsonSerializable
Public Class L2ServiceLoadBalancerConfiguration
Implements IL2ServiceLoadBalancerConfiguration
Inheritance
L2ServiceLoadBalancerConfiguration
Attributes
Implements

Constructors

L2ServiceLoadBalancerConfiguration()

Creates an new L2ServiceLoadBalancerConfiguration instance.

Properties

IPAddressPool

The list of pools of IP addresses that can be allocated to load balancer services.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of L2ServiceLoadBalancerConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of L2ServiceLoadBalancerConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL2ServiceLoadBalancerConfiguration.

FromJsonString(String)

Creates a new instance of L2ServiceLoadBalancerConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of L2ServiceLoadBalancerConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to