ILoadBalancerResourceNames Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.LoadBalancerResourceNamesTypeConverter))]
public interface ILoadBalancerResourceNames : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.LoadBalancerResourceNamesTypeConverter))>]
type ILoadBalancerResourceNames = interface
interface IJsonSerializable
Public Interface ILoadBalancerResourceNames
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |