BackendAddressPoolData Class

Definition

A class representing the BackendAddressPool data model. Pool of backend IP addresses.

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

Constructors

BackendAddressPoolData()

Initializes a new instance of BackendAddressPoolData.

Properties

BackendIPConfigurations

An array of references to IP addresses defined in network interfaces.

DrainPeriodInSeconds

Amount of seconds Load Balancer waits for before sending RESET to client and backend address.

ETag

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

Id

Resource ID.

(Inherited from NetworkResourceData)
InboundNatRules

An array of references to inbound NAT rules that use this backend address pool.

LoadBalancerBackendAddresses

An array of backend addresses.

LoadBalancingRules

An array of references to load balancing rules that use this backend address pool.

Location

The location of the backend address pool.

Name

Resource name.

(Inherited from NetworkResourceData)
OutboundRuleId

Gets or sets Id.

OutboundRules

An array of references to outbound rules that use this backend address pool.

ProvisioningState

The provisioning state of the backend address pool resource.

ResourceType

Resource type.

(Inherited from NetworkResourceData)
SyncMode

Backend address synchronous mode for the backend pool.

TunnelInterfaces

An array of gateway load balancer tunnel interfaces.

VirtualNetworkId

Gets or sets Id.

Explicit Interface Implementations

IJsonModel<BackendAddressPoolData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackendAddressPoolData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkResourceData)
IPersistableModel<BackendAddressPoolData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackendAddressPoolData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackendAddressPoolData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from NetworkResourceData)

Applies to