NodeTypeNatConfig interface
Provides information about NAT configuration on the default public Load Balancer for the node type.
Properties
backend |
The internal port for the NAT configuration. |
frontend |
The port range end for the external endpoint. |
frontend |
The port range start for the external endpoint. |
Property Details
backendPort
The internal port for the NAT configuration.
backendPort?: number
Property Value
number
frontendPortRangeEnd
The port range end for the external endpoint.
frontendPortRangeEnd?: number
Property Value
number
frontendPortRangeStart
The port range start for the external endpoint.
frontendPortRangeStart?: number
Property Value
number
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript