LoadBalancerData Class

Definition

A class representing the LoadBalancer data model. LoadBalancer resource.

public class LoadBalancerData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.LoadBalancerData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.LoadBalancerData>
public class LoadBalancerData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type LoadBalancerData = class
    inherit NetworkTrackedResourceData
    interface IJsonModel<LoadBalancerData>
    interface IPersistableModel<LoadBalancerData>
type LoadBalancerData = class
    inherit NetworkTrackedResourceData
Public Class LoadBalancerData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of LoadBalancerData), IPersistableModel(Of LoadBalancerData)
Public Class LoadBalancerData
Inherits NetworkTrackedResourceData
Inheritance
Implements

Constructors

LoadBalancerData()

Initializes a new instance of LoadBalancerData.

Properties

BackendAddressPools

Collection of backend address pools used by a load balancer.

ETag

A unique read-only string that changes whenever the resource is updated.

ExtendedLocation

The extended location of the load balancer.

FrontendIPConfigurations

Object representing the frontend IPs to be used for the load balancer.

Id

Resource ID.

(Inherited from NetworkTrackedResourceData)
InboundNatPools

Defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. Inbound NAT rules are created automatically for each NIC associated with the Load Balancer using an external port from this range. Defining an Inbound NAT pool on your Load Balancer is mutually exclusive with defining inbound NAT rules. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an inbound NAT pool. They have to reference individual inbound NAT rules.

InboundNatRules

Collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules.

LoadBalancingRules

Object collection representing the load balancing rules Gets the provisioning.

Location

Resource location.

(Inherited from NetworkTrackedResourceData)
Name

Resource name.

(Inherited from NetworkTrackedResourceData)
OutboundRules

The outbound rules.

Probes

Collection of probe objects used in the load balancer.

ProvisioningState

The provisioning state of the load balancer resource.

ResourceGuid

The resource GUID property of the load balancer resource.

ResourceType

Resource type.

(Inherited from NetworkTrackedResourceData)
Sku

The load balancer SKU.

Tags

Resource tags.

(Inherited from NetworkTrackedResourceData)

Explicit Interface Implementations

IJsonModel<LoadBalancerData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<LoadBalancerData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkTrackedResourceData)
IJsonModel<NetworkTrackedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<LoadBalancerData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LoadBalancerData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<LoadBalancerData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)

Applies to