ApplicationGatewayBackendAddressPool Class

Definition

Backend Address Pool of an application gateway.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayBackendAddressPool : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayBackendAddressPool = class
    inherit SubResource
Public Class ApplicationGatewayBackendAddressPool
Inherits SubResource
Inheritance
ApplicationGatewayBackendAddressPool
Attributes

Constructors

ApplicationGatewayBackendAddressPool()

Initializes a new instance of the ApplicationGatewayBackendAddressPool class.

ApplicationGatewayBackendAddressPool(String, IList<NetworkInterfaceIPConfiguration>, IList<ApplicationGatewayBackendAddress>, String, String, String, String)

Initializes a new instance of the ApplicationGatewayBackendAddressPool class.

Properties

BackendAddresses

Gets or sets backend addresses.

BackendIPConfigurations

Gets collection of references to IPs defined in network interfaces.

Etag

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

Id

Gets or sets resource ID.

(Inherited from SubResource)
Name

Gets or sets name of the backend address pool that is unique within an Application Gateway.

ProvisioningState

Gets the provisioning state of the backend address pool resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Type

Gets type of the resource.

Applies to