你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OutboundRule interface

Outbound rule of the load balancer.

Extends

Properties

allocatedOutboundPorts

The number of outbound ports to be used for NAT.

backendAddressPool

A reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs.

enableTcpReset

Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP.

etag

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

frontendIPConfigurations

The Frontend IP addresses of the load balancer.

idleTimeoutInMinutes

The timeout for the TCP idle connection

name

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

protocol

Protocol - TCP, UDP or All

provisioningState

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

Inherited Properties

id

Resource ID.

Property Details

allocatedOutboundPorts

The number of outbound ports to be used for NAT.

allocatedOutboundPorts?: number

Property Value

number

backendAddressPool

A reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs.

backendAddressPool?: SubResource

Property Value

enableTcpReset

Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP.

enableTcpReset?: boolean

Property Value

boolean

etag

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

etag?: string

Property Value

string

frontendIPConfigurations

The Frontend IP addresses of the load balancer.

frontendIPConfigurations?: SubResource[]

Property Value

idleTimeoutInMinutes

The timeout for the TCP idle connection

idleTimeoutInMinutes?: number

Property Value

number

name

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

name?: string

Property Value

string

protocol

Protocol - TCP, UDP or All

protocol?: string

Property Value

string

provisioningState

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

provisioningState?: string

Property Value

string

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From SubResource.id