你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ILoadBalancerInboundNatPool 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
入站 NAT 池的客户端表示形式。
public interface ILoadBalancerInboundNatPool : Microsoft.Azure.Management.Network.Fluent.IHasBackendPort, Microsoft.Azure.Management.Network.Fluent.IHasFrontend, Microsoft.Azure.Management.Network.Fluent.IHasProtocol<Microsoft.Azure.Management.Network.Fluent.Models.TransportProtocol>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.InboundNatPoolInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>
type ILoadBalancerInboundNatPool = interface
interface IHasFrontend
interface IHasBackendPort
interface IHasProtocol<TransportProtocol>
interface IHasInner<InboundNatPoolInner>
interface IChildResource<ILoadBalancer>
interface IHasName
interface IIndexable
interface IHasParent<ILoadBalancer>
Public Interface ILoadBalancerInboundNatPool
Implements IChildResource(Of ILoadBalancer), IHasBackendPort, IHasFrontend, IHasInner(Of InboundNatPoolInner), IHasParent(Of ILoadBalancer), IHasProtocol(Of TransportProtocol)
- 实现
属性
BackendPort |
获取网络流量发送到的后端端口号。 (继承自 IHasBackendPort) |
Frontend |
获取关联的前端。 (继承自 IHasFrontend) |
FrontendPortRangeEnd |
获取结束的前端端口号。 |
FrontendPortRangeStart |
获取起始前端端口号。 |
Inner |
入站 NAT 池的客户端表示形式。 (继承自 IHasInner<T>) |
Key |
入站 NAT 池的客户端表示形式。 (继承自 IIndexable) |
Name |
获取资源的名称 (继承自 IHasName) |
Parent |
获取此子资源的父级。 (继承自 IHasParent<ParentT>) |
Protocol |
获取协议。 (继承自 IHasProtocol<ProtocolT>) |