Partager via


LoadBalancerInboundNatPoolProperties Class

Definition

Properties of Inbound NAT pool.

public class LoadBalancerInboundNatPoolProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.LoadBalancerInboundNatPoolProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.LoadBalancerInboundNatPoolProperties>
type LoadBalancerInboundNatPoolProperties = class
    interface IJsonModel<LoadBalancerInboundNatPoolProperties>
    interface IPersistableModel<LoadBalancerInboundNatPoolProperties>
Public Class LoadBalancerInboundNatPoolProperties
Implements IJsonModel(Of LoadBalancerInboundNatPoolProperties), IPersistableModel(Of LoadBalancerInboundNatPoolProperties)
Inheritance
LoadBalancerInboundNatPoolProperties
Implements

Constructors

LoadBalancerInboundNatPoolProperties(LoadBalancingTransportProtocol, Int32, Int32, Int32)

Initializes a new instance of LoadBalancerInboundNatPoolProperties.

Properties

AdditionalProperties

Additional Properties

To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

BackendPort

The port used for internal connections on the endpoint. Acceptable values are between 1 and 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

Gets or sets Id.

FrontendPortRangeEnd

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

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.

IdleTimeoutInMinutes

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.

Protocol

The reference to the transport protocol used by the inbound NAT pool.

ProvisioningState

The provisioning state of the inbound NAT pool resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LoadBalancerInboundNatPoolProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<LoadBalancerInboundNatPoolProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LoadBalancerInboundNatPoolProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LoadBalancerInboundNatPoolProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<LoadBalancerInboundNatPoolProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to