LoadBalancerBackendAddress 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.
Load balancer backend addresses.
public class LoadBalancerBackendAddress : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.LoadBalancerBackendAddress>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.LoadBalancerBackendAddress>
type LoadBalancerBackendAddress = class
interface IJsonModel<LoadBalancerBackendAddress>
interface IPersistableModel<LoadBalancerBackendAddress>
Public Class LoadBalancerBackendAddress
Implements IJsonModel(Of LoadBalancerBackendAddress), IPersistableModel(Of LoadBalancerBackendAddress)
- Inheritance
-
LoadBalancerBackendAddress
- Implements
Constructors
LoadBalancerBackendAddress() |
Initializes a new instance of LoadBalancerBackendAddress. |
Properties
AdminState |
A list of administrative states which once set can override health probe so that Load Balancer will always forward new connections to backend, or deny new connections and reset existing connections. |
InboundNatRulesPortMapping |
Collection of inbound NAT rule port mappings. |
IPAddress |
IP Address belonging to the referenced virtual network. |
LoadBalancerFrontendIPConfigurationId |
Gets or sets Id. |
Name |
Name of the backend address. |
NetworkInterfaceIPConfigurationId |
Gets or sets Id. |
SubnetId |
Gets or sets Id. |
VirtualNetworkId |
Gets or sets Id. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<LoadBalancerBackendAddress>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LoadBalancerBackendAddress>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LoadBalancerBackendAddress>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LoadBalancerBackendAddress>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LoadBalancerBackendAddress>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |