Share via


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

ILoadBalancerInboundNatRule 接口

定义

入站 NAT 规则的不可变客户端表示形式。

public interface ILoadBalancerInboundNatRule : Microsoft.Azure.Management.Network.Fluent.IHasBackendPort, Microsoft.Azure.Management.Network.Fluent.IHasFloatingIP, Microsoft.Azure.Management.Network.Fluent.IHasFrontend, Microsoft.Azure.Management.Network.Fluent.IHasFrontendPort, 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.InboundNatRuleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>
type ILoadBalancerInboundNatRule = interface
    interface IHasFrontend
    interface IHasBackendPort
    interface IHasProtocol<TransportProtocol>
    interface IHasFloatingIP
    interface IHasFrontendPort
    interface IHasInner<InboundNatRuleInner>
    interface IChildResource<ILoadBalancer>
    interface IHasName
    interface IIndexable
    interface IHasParent<ILoadBalancer>
Public Interface ILoadBalancerInboundNatRule
Implements IChildResource(Of ILoadBalancer), IHasBackendPort, IHasFloatingIP, IHasFrontend, IHasFrontendPort, IHasInner(Of InboundNatRuleInner), IHasParent(Of ILoadBalancer), IHasProtocol(Of TransportProtocol)
实现

属性

BackendNetworkInterfaceId

获取分配为此入站 NAT 规则后端的网络接口的资源 ID。

BackendNicIPConfigurationName

获取与此 NAT 规则关联的网络接口中的 IP 配置的名称。

BackendPort

获取网络流量发送到的后端端口号。

(继承自 IHasBackendPort)
FloatingIPEnabled

获取浮动 IP 启用的状态。

(继承自 IHasFloatingIP)
Frontend

获取关联的前端。

(继承自 IHasFrontend)
FrontendPort

获取接收入站网络流量的前端端口号。

(继承自 IHasFrontendPort)
IdleTimeoutInMinutes

获取空闲连接关闭前的分钟数。

Inner

入站 NAT 规则的不可变客户端表示形式。

(继承自 IHasInner<T>)
Key

入站 NAT 规则的不可变客户端表示形式。

(继承自 IIndexable)
Name

获取资源的名称

(继承自 IHasName)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
Protocol

获取协议。

(继承自 IHasProtocol<ProtocolT>)

适用于