Udostępnij przez


ApplicationGatewayBackendAddressPoolPropertiesFormat Class

Definition

Properties of Backend Address Pool of an application gateway.

public class ApplicationGatewayBackendAddressPoolPropertiesFormat
type ApplicationGatewayBackendAddressPoolPropertiesFormat = class
Public Class ApplicationGatewayBackendAddressPoolPropertiesFormat
Inheritance
ApplicationGatewayBackendAddressPoolPropertiesFormat

Constructors

Name Description
ApplicationGatewayBackendAddressPoolPropertiesFormat()

Initializes a new instance of the ApplicationGatewayBackendAddressPoolPropertiesFormat class.

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

Initializes a new instance of the ApplicationGatewayBackendAddressPoolPropertiesFormat class.

Properties

Name Description
BackendAddresses

Gets or sets backend addresses.

BackendIPConfigurations

Gets collection of references to IPs defined in network interfaces.

ProvisioningState

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

Applies to