Bagikan melalui


ILoadBalancerInboundNatPool Interface

Definition

A client-side representation of an inbound NAT pool.

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

Properties

BackendPort

Gets the backend port number the network traffic is sent to.

(Inherited from IHasBackendPort)
Frontend

Gets the associated frontend.

(Inherited from IHasFrontend)
FrontendPortRangeEnd

Gets the ending frontend port number.

FrontendPortRangeStart

Gets the starting frontend port number.

Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
Name

Gets the name of the resource

(Inherited from IHasName)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
Protocol

Gets the protocol.

(Inherited from IHasProtocol<ProtocolT>)

Applies to