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>
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
LoadBalancingRuleData() |
Initializes a new instance of LoadBalancingRuleData. |
Properties
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
Name |
Resource name. (Inherited from NetworkResourceData) |
Properties |
Properties of load balancer load balancing rule. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from NetworkResourceData) |
Explicit Interface Implementations
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET