你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IUpdateDefinition<ParentT> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
作为负载均衡器更新的一部分的入站 NAT 池定义的全部内容。
public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasBackendPort.UpdateDefinition.IWithBackendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.UpdateDefinition.IWithAttach<ParentT>>, Microsoft.Azure.Management.Network.Fluent.HasFrontend.UpdateDefinition.IWithFrontend<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.UpdateDefinition.IWithAttach<ParentT>>, Microsoft.Azure.Management.Network.Fluent.HasProtocol.UpdateDefinition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.UpdateDefinition.IWithAttach<ParentT>,Microsoft.Azure.Management.Network.Fluent.Models.TransportProtocol>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.UpdateDefinition.IWithBackendPort<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.UpdateDefinition.IWithFrontend<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.UpdateDefinition.IWithFrontendPortRange<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.UpdateDefinition.IWithProtocol<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithProtocol<'ParentT>
interface IWithProtocol<IWithAttach<'ParentT>, TransportProtocol>
interface IWithAttach<'ParentT>
interface IInUpdate<'ParentT>
interface IWithFrontend<'ParentT>
interface IWithFrontend<IWithAttach<'ParentT>>
interface IWithFrontendPortRange<'ParentT>
interface IWithBackendPort<'ParentT>
interface IWithBackendPort<IWithAttach<'ParentT>>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithBackendPort(Of IWithAttach(Of ParentT)), IWithBackendPort(Of ParentT), IWithFrontend(Of IWithAttach(Of ParentT)), IWithFrontend(Of ParentT), IWithFrontendPortRange(Of ParentT), IWithProtocol(Of IWithAttach(Of ParentT), TransportProtocol), IWithProtocol(Of ParentT)
类型参数
- ParentT
附加此定义后要返回到的父定义的阶段。
- 实现
方法
Attach() |
作为负载均衡器更新的一部分的入站 NAT 池定义的全部内容。 (继承自 IInUpdate<ParentT>) |
FromExistingPublicIPAddress(IPublicIPAddress) |
指定要从中接收网络流量的现有公共 IP 地址。 如果此负载均衡器已具有引用此公共 IP 地址的前端,则表示将使用的前端。 否则,将在负载均衡器上隐式创建一个自动命名的新公共前端。 (继承自 IWithFrontend<ReturnT>) |
FromExistingPublicIPAddress(String) |
指定要从中接收网络流量的现有公共 IP 地址。 如果此负载均衡器已具有引用此公共 IP 地址的前端,则表示将使用的前端。 否则,将在负载均衡器上隐式创建一个自动命名的新公共前端。 (继承自 IWithFrontend<ReturnT>) |
FromExistingSubnet(INetwork, String) |
指定要从中接收网络流量的现有专用子网。 如果此负载均衡器已具有引用此子网的前端,则表示将使用的前端。 否则,将在负载均衡器上隐式创建一个自动命名的新专用前端。 (继承自 IWithFrontend<ReturnT>) |
FromExistingSubnet(ISubnet) |
指定要从中接收网络流量的现有专用子网。 如果此负载均衡器已具有引用此子网的前端,则表示将使用的前端。 否则,将在负载均衡器上隐式创建一个自动命名的新专用前端。 (继承自 IWithFrontend<ReturnT>) |
FromExistingSubnet(String, String) |
指定要从中接收网络流量的现有专用子网。 如果此负载均衡器已具有引用此子网的前端,则表示将使用的前端。 否则,将在负载均衡器上隐式创建一个自动命名的新专用前端。 (继承自 IWithFrontend<ReturnT>) |
FromFrontend(String) |
指定要关联的前端。 (继承自 IWithFrontend<ReturnT>) |
FromFrontendPortRange(Int32, Int32) |
指定前端端口范围。 (继承自 IWithFrontendPortRange<ParentT>) |
ToBackendPort(Int32) |
指定要向其发送网络流量的后端端口。 如果未指定,则假定后端端口号与前端使用的相同。 (继承自 IWithBackendPort<ReturnT>) |
WithProtocol(ProtocolT) |
指定传输协议。 (继承自 IWithProtocol<ReturnT,ProtocolT>) |