Dela via


InboundNatRule Class

Definition

Inbound NAT rule of the load balancer.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.InboundNatRuleTypeConverter))]
public class InboundNatRule : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.InboundNatRuleTypeConverter))>]
type InboundNatRule = class
    interface IInboundNatRule
    interface IJsonSerializable
    interface ISubResourceAutoGenerated
    interface IValidates
Public Class InboundNatRule
Implements IInboundNatRule, IValidates
Inheritance
InboundNatRule
Attributes
Implements

Constructors

InboundNatRule()

Creates an new InboundNatRule instance.

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.

Etag

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

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.

Id

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.

Name

The name of the resource that is unique within the set of inbound NAT rules used by the load balancer. This name can be used to access the resource.

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.

Type

Type of the resource.

VirtualNetworkTap

The reference to Virtual Network Taps.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InboundNatRule.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InboundNatRule.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IInboundNatRule.

FromJsonString(String)

Creates a new instance of InboundNatRule, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InboundNatRule into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to