LoadBalancerData 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 LoadBalancer data model. LoadBalancer resource.
public class LoadBalancerData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.LoadBalancerData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.LoadBalancerData>
public class LoadBalancerData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type LoadBalancerData = class
inherit NetworkTrackedResourceData
interface IJsonModel<LoadBalancerData>
interface IPersistableModel<LoadBalancerData>
type LoadBalancerData = class
inherit NetworkTrackedResourceData
Public Class LoadBalancerData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of LoadBalancerData), IPersistableModel(Of LoadBalancerData)
Public Class LoadBalancerData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
LoadBalancerData() |
Initializes a new instance of LoadBalancerData. |
Properties
BackendAddressPools |
Collection of backend address pools used by a load balancer. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
ExtendedLocation |
The extended location of the load balancer. |
FrontendIPConfigurations |
Object representing the frontend IPs to be used for the load balancer. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
InboundNatPools |
Defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. Inbound NAT rules are created automatically for each NIC associated with the Load Balancer using an external port from this range. Defining an Inbound NAT pool on your Load Balancer is mutually exclusive with defining inbound NAT rules. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an inbound NAT pool. They have to reference individual inbound NAT rules. |
InboundNatRules |
Collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules. |
LoadBalancingRules |
Object collection representing the load balancing rules Gets the provisioning. |
Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
OutboundRules |
The outbound rules. |
Probes |
Collection of probe objects used in the load balancer. |
ProvisioningState |
The provisioning state of the load balancer resource. |
ResourceGuid |
The resource GUID property of the load balancer resource. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
Sku |
The load balancer SKU. |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET