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

IInboundNatRulePropertiesFormat Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220701.InboundNatRulePropertiesFormatTypeConverter))]
public interface IInboundNatRulePropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220701.InboundNatRulePropertiesFormatTypeConverter))>]
type IInboundNatRulePropertiesFormat = interface
    interface IJsonSerializable
Public Interface IInboundNatRulePropertiesFormat
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ApplicationGatewayBackendAddressPool

The reference to ApplicationGatewayBackendAddressPool resource.

ApplicationSecurityGroup

Application security groups in which the IP configuration is included.

BackendAddressPoolId

Resource ID.

BackendIPConfigurationEtag

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

BackendIPConfigurationId

Resource ID.

BackendIPConfigurationName

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

BackendIPConfigurationPropertiesProvisioningState

The provisioning state of the network interface IP configuration.

BackendIPConfigurationType

Resource type.

BackendPort

The port used for the internal endpoint. Acceptable values range from 1 to 65535.

EnableFloatingIP

Configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint.

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.

FrontendIPConfigurationId

Resource ID.

FrontendPort

The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values range from 1 to 65534.

FrontendPortRangeEnd

The port range end for the external endpoint. This property is used together with BackendAddressPool and FrontendPortRangeStart. Individual inbound NAT rule port mappings will be created for each backend address from BackendAddressPool. Acceptable values range from 1 to 65534.

FrontendPortRangeStart

The port range start for the external endpoint. This property is used together with BackendAddressPool and FrontendPortRangeEnd. Individual inbound NAT rule port mappings will be created for each backend address from BackendAddressPool. Acceptable values range from 1 to 65534.

GatewayLoadBalancerId

Resource ID.

IdleTimeoutInMinute

The timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP.

LoadBalancerBackendAddressPool

The reference to LoadBalancerBackendAddressPool resource.

LoadBalancerInboundNatRule

A list of references of LoadBalancerInboundNatRules.

Primary

Whether this is a primary customer address on the network interface.

PrivateIPAddress

Private IP address of the IP configuration.

PrivateIPAddressVersion

Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4.

PrivateIPAllocationMethod

The private IP address allocation method.

PrivateLinkConnectionPropertyFqdn

List of FQDNs for current private link connection.

PrivateLinkConnectionPropertyGroupId

The group ID for current private link connection.

PrivateLinkConnectionPropertyRequiredMemberName

The required member name for current private link connection.

Protocol

The reference to the transport protocol used by the load balancing rule.

ProvisioningState

The provisioning state of the inbound NAT rule resource.

PublicIPAddress

Public IP address bound to the IP configuration.

Subnet

Subnet bound to the IP configuration.

VirtualNetworkTap

The reference to Virtual Network Taps.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to