LoadBalancerInner 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.
LoadBalancer resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class LoadBalancerInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LoadBalancerInner = class
inherit Resource
Public Class LoadBalancerInner
Inherits Resource
- Inheritance
- Attributes
Constructors
LoadBalancerInner() |
Initializes a new instance of the LoadBalancerInner class. |
LoadBalancerInner(String, String, String, String, IDictionary<String, String>, LoadBalancerSku, IList<FrontendIPConfigurationInner>, IList<BackendAddressPoolInner>, IList<LoadBalancingRuleInner>, IList<ProbeInner>, IList<InboundNatRuleInner>, IList<InboundNatPoolInner>, IList<OutboundRuleInner>, String, ProvisioningState, String) |
Initializes a new instance of the LoadBalancerInner class. |
Properties
BackendAddressPools |
Gets or sets collection of backend address pools used by a load balancer. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
FrontendIPConfigurations |
Gets or sets object representing the frontend IPs to be used for the load balancer. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
InboundNatPools |
Gets or sets 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 |
Gets or sets 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 |
Gets or sets object collection representing the load balancing rules Gets the provisioning. |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
OutboundRules |
Gets or sets the outbound rules. |
Probes |
Gets or sets collection of probe objects used in the load balancer. |
ProvisioningState |
Gets the provisioning state of the load balancer resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
ResourceGuid |
Gets the resource GUID property of the load balancer resource. |
Sku |
Gets or sets the load balancer SKU. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET