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.
Describes the load balancer configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.LoadBalancerConfigurationTypeConverter))]
public class LoadBalancerConfiguration : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.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
FrontendIPConfiguration |
Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration. |
Id |
Resource Id |
Name |
The name of the Load balancer |
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.CloudService.Models.Api20220904.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. |