ILoadBalancerInboundNatPool 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.
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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET