LoadBalancingRuleData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compatibility declaration for the LoadBalancingRuleData type.
public class LoadBalancingRuleData : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.LoadBalancingRuleData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.LoadBalancingRuleData>
type LoadBalancingRuleData = class
inherit NetworkResourceData
interface IJsonModel<LoadBalancingRuleData>
interface IPersistableModel<LoadBalancingRuleData>
Public Class LoadBalancingRuleData
Inherits NetworkResourceData
Implements IJsonModel(Of LoadBalancingRuleData), IPersistableModel(Of LoadBalancingRuleData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| LoadBalancingRuleData() |
Initializes a new instance of LoadBalancingRuleData. |
Properties
| Name | Description |
|---|---|
| AdditionalProperties |
Gets the additional properties. |
| BackendAddressPoolId |
Resource ID. |
| BackendAddressPools |
An array of references to pool of DIPs. |
| BackendPort |
The port used for internal connections on the endpoint. Acceptable values are between 0 and 65535. Note that value 0 enables "Any Port". |
| DisableOutboundSnat |
Configures SNAT for the VMs in the backend pool to use the publicIP address specified in the frontend of the load balancing rule. |
| EnableConnectionTracking |
Enables UDP flow tracking for the load balancing rule. This property is retained for rule-level configuration compatibility. When enableConnectionTracking is specified on the associated frontend IP configuration, the frontend setting takes precedence. |
| 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 are between 0 and 65534. Note that value 0 enables "Any Port". |
| Id |
Resource ID. (Inherited from NetworkSubResource) |
| 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. |
| LoadDistribution |
The load distribution policy for this rule. |
| Name |
Name of the resource. (Inherited from NetworkResourceData) |
| ProbeId |
Resource ID. |
| Properties |
Gets or sets the Properties compatibility property. |
| Protocol |
The reference to the transport protocol used by the load balancing rule. |
| ProvisioningState |
The provisioning state of the load balancing rule resource. |
| ResourceType |
Compatibility member. (Inherited from NetworkResourceData) |
| Type |
Resource type. (Inherited from NetworkResourceData) |