你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IDefinition<ParentT> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
入站 NAT 规则定义的全部。
public interface IDefinition<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.HasFrontend.Definition.IWithFrontend<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithFrontendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatRule>>, Microsoft.Azure.Management.Network.Fluent.HasFrontendPort.Definition.IWithFrontendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatRule>>, Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithFrontend<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatRule>,Microsoft.Azure.Management.Network.Fluent.Models.TransportProtocol>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithAttach<ParentT>, 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.IWithFrontend<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithFrontendPort<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithIdleTimeout<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithProtocol<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithProtocol<'ParentT>
interface IWithProtocol<IWithFrontend<IWithCreateAndInboundNatRule>, TransportProtocol>
interface IWithFrontend<'ParentT>
interface IWithFrontend<IWithFrontendPort<IWithCreateAndInboundNatRule>>
interface IWithFrontendPort<'ParentT>
interface IWithFrontendPort<IWithAttach<IWithCreateAndInboundNatRule>>
interface IWithAttach<'ParentT>
interface IInDefinition<'ParentT>
interface IWithBackendPort<'ParentT>
interface IWithBackendPort<IWithAttach<IWithCreateAndInboundNatRule>>
interface IWithFloatingIP<'ParentT>
interface IWithFloatingIP<IWithAttach<IWithCreateAndInboundNatRule>>
interface IWithIdleTimeout<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithBackendPort(Of IWithAttach(Of IWithCreateAndInboundNatRule)), IWithBackendPort(Of ParentT), IWithFloatingIP(Of IWithAttach(Of IWithCreateAndInboundNatRule)), IWithFloatingIP(Of ParentT), IWithFrontend(Of IWithFrontendPort(Of IWithCreateAndInboundNatRule)), IWithFrontend(Of ParentT), IWithFrontendPort(Of IWithAttach(Of IWithCreateAndInboundNatRule)), IWithFrontendPort(Of ParentT), IWithIdleTimeout(Of ParentT), IWithProtocol(Of IWithFrontend(Of IWithCreateAndInboundNatRule), TransportProtocol), IWithProtocol(Of ParentT)
类型参数
- ParentT
附加此定义后要返回到的父定义的阶段。
- 实现
-
IWithBackendPort<IWithAttach<IWithCreateAndInboundNatRule>> IWithFloatingIP<IWithAttach<IWithCreateAndInboundNatRule>> IWithFrontend<IWithFrontendPort<IWithCreateAndInboundNatRule>> IWithFrontendPort<IWithAttach<IWithCreateAndInboundNatRule>> IWithProtocol<IWithFrontend<IWithCreateAndInboundNatRule>,TransportProtocol> IBlank<ParentT> IWithAttach<ParentT> IWithBackendPort<ParentT> IWithFloatingIP<ParentT> IWithFrontend<ParentT> IWithFrontendPort<ParentT> IWithIdleTimeout<ParentT> IWithProtocol<ParentT> IInDefinition<ParentT>
方法
Attach() |
入站 NAT 规则定义的全部。 (继承自 IInDefinition<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>) |
FromFrontendPort(Int32) |
指定要接收网络流量的前端端口。 (继承自 IWithFrontendPort<ReturnT>) |
FromNewPublicIPAddress() |
指定应在新的公共 IP 地址上接收网络流量,该地址将在默认设置和负载均衡器一起自动创建。 对于每个此类新的公共 IP 地址,都会在此负载均衡器上隐式创建一个新的自动命名的公共前端。 (继承自 IWithFrontend<ReturnT>) |
FromNewPublicIPAddress(ICreatable<IPublicIPAddress>) |
指定应在新的公共 IP 地址上接收网络流量,该地址将基于提供的定义与负载均衡器一起创建。 对于每个此类新的公共 IP 地址,都会在此负载均衡器上隐式创建一个新的自动命名的公共前端。 (继承自 IWithFrontend<ReturnT>) |
FromNewPublicIPAddress(String) |
指定应在新的公共 IP 地址上接收网络流量,该地址应与负载均衡器一起在同一区域和资源组中创建,但在提供的叶 DNS 标签下(假设可用)。 对于每个此类新的公共 IP 地址,都会在此负载均衡器上隐式创建一个新的自动命名的公共前端,因此请确保使用唯一的 DNS 标签。 (继承自 IWithFrontend<ReturnT>) |
ToBackendPort(Int32) |
指定要将网络流量发送到的后端端口。 如果未指定,则假定后端端口号与前端使用的端口号相同。 (继承自 IWithBackendPort<ReturnT>) |
WithFloatingIP(Boolean) |
设置浮动 IP 启用。 (继承自 IWithFloatingIP<ReturnT>) |
WithFloatingIPDisabled() |
禁用浮动 IP 支持。 (继承自 IWithFloatingIP<ReturnT>) |
WithFloatingIPEnabled() |
启用浮动 IP 支持。 (继承自 IWithFloatingIP<ReturnT>) |
WithIdleTimeoutInMinutes(Int32) |
指定空闲连接超时(以分钟为单位)。 (继承自 IWithIdleTimeout<ParentT>) |
WithProtocol(ProtocolT) |
指定传输协议。 (继承自 IWithProtocol<ReturnT,ProtocolT>) |