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
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| LoadBalancingRuleData() |
Initializes a new instance of LoadBalancingRuleData. |
Properties
| Name | Description |
|---|---|
| AdditionalProperties |
Gets the AdditionalProperties. |
| EnableConnectionTracking |
Defines whether connections between 2 communicating endpoints can be tracked and associated to the same backend VM over its lifetime when using UDP protocol. |
| ETag |
A unique read-only string that changes whenever the resource is updated. |
| Id |
Resource ID. (Inherited from NetworkResourceData) |
| Name |
Name of the resource. (Inherited from NetworkResourceData) |
| Properties |
Gets or sets the Properties compatibility property. |
| ResourceType |
Compatibility member. (Inherited from NetworkResourceData) |
| Type |
Resource type. (Inherited from NetworkResourceData) |