Delen via


LoadBalancerResourceNames Class

Definition

The resource names object for load balancer and related resources.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.LoadBalancerResourceNamesTypeConverter))]
public class LoadBalancerResourceNames : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ILoadBalancerResourceNames
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.LoadBalancerResourceNamesTypeConverter))>]
type LoadBalancerResourceNames = class
    interface ILoadBalancerResourceNames
    interface IJsonSerializable
Public Class LoadBalancerResourceNames
Implements ILoadBalancerResourceNames
Inheritance
LoadBalancerResourceNames
Attributes
Implements

Constructors

LoadBalancerResourceNames()

Creates an new LoadBalancerResourceNames instance.

Properties

BackendPoolName

The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1

FrontendIPConfigurationName

The list of frontend IP configuration names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer.

HealthProbeName

The list of health probe names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer.

LoadBalancerName

The full resource name for load balancer. If this value is not provided, load balancer will be name as {ASCS/DB}-loadBalancer.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LoadBalancerResourceNames.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LoadBalancerResourceNames.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ILoadBalancerResourceNames.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LoadBalancerResourceNames into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to