Delen via


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