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.
A class representing the LoadBalancingRule data model. A load balancing rule for a load balancer.
public class LoadBalancingRuleData : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.LoadBalancingRuleData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.LoadBalancingRuleData>
public class LoadBalancingRuleData : Azure.ResourceManager.Network.Models.NetworkResourceData
type LoadBalancingRuleData = class
inherit NetworkResourceData
interface IJsonModel<LoadBalancingRuleData>
interface IPersistableModel<LoadBalancingRuleData>
type LoadBalancingRuleData = class
inherit NetworkResourceData
Public Class LoadBalancingRuleData
Inherits NetworkResourceData
Implements IJsonModel(Of LoadBalancingRuleData), IPersistableModel(Of LoadBalancingRuleData)
Public Class LoadBalancingRuleData
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
LoadBalancingRuleData() |
Initializes a new instance of LoadBalancingRuleData. |
Properties
BackendAddressPoolId |
Gets or sets 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. |
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 |
Gets or sets 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 NetworkResourceData) |
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 |
Resource name. (Inherited from NetworkResourceData) |
ProbeId |
Gets or sets Id. |
Protocol |
The reference to the transport protocol used by the load balancing rule. |
ProvisioningState |
The provisioning state of the load balancing rule resource. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET