你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IApplicationGatewayBackend 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
应用程序网关后端的客户端表示形式。
public interface IApplicationGatewayBackend : Microsoft.Azure.Management.Network.Fluent.IHasBackendNics, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendAddressPoolInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayBackend = interface
interface IHasInner<ApplicationGatewayBackendAddressPoolInner>
interface IChildResource<IApplicationGateway>
interface IHasName
interface IIndexable
interface IHasParent<IApplicationGateway>
interface IHasBackendNics
Public Interface IApplicationGatewayBackend
Implements IChildResource(Of IApplicationGateway), IHasBackendNics, IHasInner(Of ApplicationGatewayBackendAddressPoolInner), IHasParent(Of IApplicationGateway)
- 实现
属性
Addresses |
获取应用程序网关后端的地址。 |
BackendNicIPConfigurationNames |
获取分配给此后端的网络接口的 IP 配置名称的映射,并按其 NIC 的资源 ID 编制索引。 (继承自 IHasBackendNics) |
Inner |
应用程序网关后端的客户端表示形式。 (继承自 IHasInner<T>) |
Key |
应用程序网关后端的客户端表示形式。 (继承自 IIndexable) |
Name |
获取资源的名称 (继承自 IHasName) |
Parent |
获取此子资源的父级。 (继承自 IHasParent<ParentT>) |
方法
ContainsFqdn(String) |
检查此后端地址池是否引用了指定的 FQDN。 |
ContainsIPAddress(String) |
检查此后端地址池是否引用了指定的 IP 地址。 |