BackendAddressPoolData 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.
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
- 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
Applies to
Azure SDK for .NET