你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithAttach<ParentT> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
入站 NAT 规则定义的最后一个阶段。 在此阶段,可以指定任何剩余的可选设置,也可以将入站 NAT 规则定义附加到父负载均衡器定义。
public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasBackendPort.Definition.IWithBackendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatRule>>, Microsoft.Azure.Management.Network.Fluent.HasFloatingIP.Definition.IWithFloatingIP<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatRule>>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithBackendPort<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithFloatingIP<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithIdleTimeout<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
interface IInDefinition<'ParentT>
interface IWithBackendPort<'ParentT>
interface IWithBackendPort<IWithAttach<IWithCreateAndInboundNatRule>>
interface IWithFloatingIP<'ParentT>
interface IWithFloatingIP<IWithAttach<IWithCreateAndInboundNatRule>>
interface IWithIdleTimeout<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithBackendPort(Of IWithAttach(Of IWithCreateAndInboundNatRule)), IWithBackendPort(Of ParentT), IWithFloatingIP(Of IWithAttach(Of IWithCreateAndInboundNatRule)), IWithFloatingIP(Of ParentT), IWithIdleTimeout(Of ParentT)
类型参数
- ParentT
附加此定义后要返回到的父定义的阶段。
- 派生
- 实现
方法
Attach() |
入站 NAT 规则定义的最后一个阶段。 在此阶段,可以指定任何剩余的可选设置,也可以将入站 NAT 规则定义附加到父负载均衡器定义。 (继承自 IInDefinition<ParentT>) |
ToBackendPort(Int32) |
指定要向其发送网络流量的后端端口。 如果未指定,则假定后端端口号与前端使用的相同。 (继承自 IWithBackendPort<ReturnT>) |
WithFloatingIP(Boolean) |
设置浮动 IP 启用。 (继承自 IWithFloatingIP<ReturnT>) |
WithFloatingIPDisabled() |
禁用浮动 IP 支持。 (继承自 IWithFloatingIP<ReturnT>) |
WithFloatingIPEnabled() |
启用浮动 IP 支持。 (继承自 IWithFloatingIP<ReturnT>) |
WithIdleTimeoutInMinutes(Int32) |
指定空闲连接超时(以分钟为单位)。 (继承自 IWithIdleTimeout<ParentT>) |