Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InboundNatPool

Package version

Inbound NAT pool of the load balancer.

Hierarchy

Index

Properties

backendPort

backendPort: number

The port used for internal connections on the endpoint. Acceptable values are between 1 and 65535.

Optional etag

etag: undefined | string

A unique read-only string that changes whenever the resource is updated.

Optional frontendIPConfiguration

frontendIPConfiguration: SubResource

A reference to frontend IP addresses.

frontendPortRangeEnd

frontendPortRangeEnd: number

The last port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65535.

frontendPortRangeStart

frontendPortRangeStart: number

The first port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer. Acceptable values range between 1 and 65534.

Optional id

id: undefined | string

Resource ID.

Optional name

name: undefined | string

The name of the resource that is unique within a resource group. This name can be used to access the resource.

protocol

Possible values include: 'Udp', 'Tcp', 'All'

Optional provisioningState

provisioningState: undefined | string

Gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.

Generated using TypeDoc