ApplicationGatewayBackendAddressPoolPropertiesFormat 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.
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' |