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

ApplicationGatewayBackendAddressPoolInner 类

定义

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

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayBackendAddressPoolInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayBackendAddressPoolInner = class
    inherit SubResource
Public Class ApplicationGatewayBackendAddressPoolInner
Inherits SubResource
继承
ApplicationGatewayBackendAddressPoolInner
属性

构造函数

ApplicationGatewayBackendAddressPoolInner()

初始化 ApplicationGatewayBackendAddressPoolInner 类的新实例。

ApplicationGatewayBackendAddressPoolInner(String, IList<NetworkInterfaceIPConfigurationInner>, IList<ApplicationGatewayBackendAddress>, ProvisioningState, String, String, String)

初始化 ApplicationGatewayBackendAddressPoolInner 类的新实例。

属性

BackendAddresses

获取或设置后端地址。

BackendIPConfigurations

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

Etag

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

Id

资源 ID

(继承自 SubResource)
Name

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

ProvisioningState

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

Type

获取资源的类型。

适用于