LoadBalancerResourceNames 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.
The resource names object for load balancer and related resources.
public class LoadBalancerResourceNames
public class LoadBalancerResourceNames : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.LoadBalancerResourceNames>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.LoadBalancerResourceNames>
type LoadBalancerResourceNames = class
type LoadBalancerResourceNames = class
interface IJsonModel<LoadBalancerResourceNames>
interface IPersistableModel<LoadBalancerResourceNames>
Public Class LoadBalancerResourceNames
Public Class LoadBalancerResourceNames
Implements IJsonModel(Of LoadBalancerResourceNames), IPersistableModel(Of LoadBalancerResourceNames)
- Inheritance
-
LoadBalancerResourceNames
- Implements
Constructors
LoadBalancerResourceNames() |
Initializes a new instance of LoadBalancerResourceNames. |
Properties
BackendPoolNames |
The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1. |
FrontendIPConfigurationNames |
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. |
HealthProbeNames |
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. |
Explicit Interface Implementations
IJsonModel<LoadBalancerResourceNames>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LoadBalancerResourceNames>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LoadBalancerResourceNames>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LoadBalancerResourceNames>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LoadBalancerResourceNames>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET