IUpdate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The entirety of an inbound NAT pool update as part of a load balancer update.
public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.HasBackendPort.Update.IWithBackendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasFrontend.Update.IWithFrontend<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasProtocol.Update.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IUpdate,Microsoft.Azure.Management.Network.Fluent.Models.TransportProtocol>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IWithBackendPort, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IWithFrontend, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IWithFrontendPortRange, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IWithProtocol, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IUpdate>
type IUpdate = interface
interface ISettable<IUpdate>
interface IWithProtocol
interface IWithProtocol<IUpdate, TransportProtocol>
interface IWithFrontend
interface IWithFrontend<IUpdate>
interface IWithBackendPort
interface IWithBackendPort<IUpdate>
interface IWithFrontendPortRange
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithBackendPort, IWithBackendPort(Of IUpdate), IWithFrontend, IWithFrontend(Of IUpdate), IWithFrontendPortRange, IWithProtocol, IWithProtocol(Of IUpdate, TransportProtocol)
- Implements
Methods
FromFrontend(String) |
Specifies the frontend. (Inherited from IWithFrontend<ReturnT>) |
FromFrontendPortRange(Int32, Int32) |
Specifies the frontend port range. (Inherited from IWithFrontendPortRange) |
Parent() | (Inherited from ISettable<ParentT>) |
ToBackendPort(Int32) |
Specifies a backend port to send network traffic to. (Inherited from IWithBackendPort<ReturnT>) |
WithProtocol(ProtocolT) |
Specifies the transport protocol. (Inherited from IWithProtocol<ReturnT,ProtocolT>) |
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET