你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationGatewayBackendAddressPool 类

定义

应用程序网关的后端地址池。

[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
继承
ApplicationGatewayBackendAddressPool
属性

构造函数

ApplicationGatewayBackendAddressPool()

初始化 ApplicationGatewayBackendAddressPool 类的新实例。

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

初始化 ApplicationGatewayBackendAddressPool 类的新实例。

属性

BackendAddresses

获取或设置后端地址。

BackendIPConfigurations

获取对网络接口中定义的 IP 的引用的集合。

Etag

获取一个唯一的只读字符串,该字符串在资源更新时会更改。

Id

获取或设置资源 ID。

(继承自 SubResource)
Name

获取或设置应用程序网关中唯一的后端地址池的名称。

ProvisioningState

获取后端地址池资源的预配状态。 可能的值包括:“Succeeded”、“Updateing”、“删除”、“Failed”

Type

获取资源的类型。

适用于