BackendAddressPool 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.
Pool of backend IP addresses.
[Microsoft.Rest.Serialization.JsonTransformation]
public class BackendAddressPool : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BackendAddressPool = class
inherit SubResource
Public Class BackendAddressPool
Inherits SubResource
- Inheritance
- Attributes
Constructors
BackendAddressPool() |
Initializes a new instance of the BackendAddressPool class. |
BackendAddressPool(String, String, IList<GatewayLoadBalancerTunnelInterface>, IList<LoadBalancerBackendAddress>, IList<NetworkInterfaceIPConfiguration>, IList<SubResource>, SubResource, IList<SubResource>, IList<SubResource>, String, Nullable<Int32>, String, String, String) |
Initializes a new instance of the BackendAddressPool class. |
Properties
BackendIPConfigurations |
Gets an array of references to IP addresses defined in network interfaces. |
DrainPeriodInSeconds |
Gets or sets amount of seconds Load Balancer waits for before sending RESET to client and backend address. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
InboundNatRules |
Gets an array of references to inbound NAT rules that use this backend address pool. |
LoadBalancerBackendAddresses |
Gets or sets an array of backend addresses. |
LoadBalancingRules |
Gets an array of references to load balancing rules that use this backend address pool. |
Location |
Gets or sets the location of the backend address pool. |
Name |
Gets or sets the name of the resource that is unique within the set of backend address pools used by the load balancer. This name can be used to access the resource. |
OutboundRule |
Gets a reference to an outbound rule that uses this backend address pool. |
OutboundRules |
Gets an array of references to outbound rules that use this backend address pool. |
ProvisioningState |
Gets the provisioning state of the backend address pool resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
TunnelInterfaces |
Gets or sets an array of gateway load balancer tunnel interfaces. |
Type |
Gets type of the resource. |
Applies to
Azure SDK for .NET