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.
Compatibility declaration for the BackendAddressPoolData type.
public class BackendAddressPoolData : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.BackendAddressPoolData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.BackendAddressPoolData>
type BackendAddressPoolData = class
inherit NetworkResourceData
interface IJsonModel<BackendAddressPoolData>
interface IPersistableModel<BackendAddressPoolData>
Public Class BackendAddressPoolData
Inherits NetworkResourceData
Implements IJsonModel(Of BackendAddressPoolData), IPersistableModel(Of BackendAddressPoolData)
- Inheritance
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| BackendAddressPoolData() |
Initializes a new instance of BackendAddressPoolData. |
Properties
| Name | Description |
|---|---|
| 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 |
Gets or sets the InboundNatRules compatibility property. |
| LoadBalancerBackendAddresses |
An array of backend addresses. |
| LoadBalancingRules |
Gets or sets the LoadBalancingRules compatibility property. |
| Location |
Gets or sets the Location compatibility property. |
| Name |
Name of the resource. (Inherited from NetworkResourceData) |
| OutboundRuleId |
Resource ID. |
| OutboundRules |
Gets or sets the OutboundRules compatibility property. |
| ProvisioningState |
The provisioning state of the backend address pool resource. |
| ResourceType |
Compatibility member. (Inherited from NetworkResourceData) |
| SyncMode |
Backend address synchronous mode for the backend pool. |
| TunnelInterfaces |
An array of gateway load balancer tunnel interfaces. |
| Type |
Resource type. (Inherited from NetworkResourceData) |
| VirtualNetworkId |
Resource ID. |