ILoadBalancer Interface

Definition

Entry point for load balancer management API in Azure.

public interface ILoadBalancer : Microsoft.Azure.Management.Network.Fluent.IHasLoadBalancingRules, Microsoft.Azure.Management.Network.Fluent.ILoadBalancerBeta, Microsoft.Azure.Management.Network.Fluent.IUpdatableWithTags<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.Network.Fluent.INetworkManager,Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancerInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancerInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Network.Fluent.INetworkManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IUpdate>
type ILoadBalancer = interface
    interface IGroupableResource<INetworkManager, LoadBalancerInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<INetworkManager>
    interface IHasInner<LoadBalancerInner>
    interface IRefreshable<ILoadBalancer>
    interface IUpdatable<IUpdate>
    interface IUpdatableWithTags<ILoadBalancer>
    interface IHasLoadBalancingRules
    interface ILoadBalancerBeta
    interface IBeta
Public Interface ILoadBalancer
Implements IBeta, IGroupableResource(Of INetworkManager, LoadBalancerInner), IHasInner(Of LoadBalancerInner), IHasLoadBalancingRules, IHasManager(Of INetworkManager), ILoadBalancerBeta, IRefreshable(Of ILoadBalancer), IUpdatable(Of IUpdate), IUpdatableWithTags(Of ILoadBalancer)
Implements

Properties

Backends

Gets backends for this load balancer to load balance the incoming traffic among, indexed by name.

Frontends

Gets frontends for this load balancer, for the incoming traffic to come from.

HttpProbes

Gets HTTP probes of this load balancer, indexed by the name.

HttpsProbes

Gets HTTPS probes of this load balancer, indexed by the name.

Id

Gets the resource id string

(Inherited from IHasId)
InboundNatPools

Gets inbound NAT pools, indexed by name.

InboundNatRules

Gets inbound NAT rules for this balancer.

Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
LoadBalancingRules

Gets the associated load balancing rules from this load balancer, indexed by their names.

(Inherited from IHasLoadBalancingRules)
Manager

Gets the manager client type of this resource type.

(Inherited from IHasManager<ManagerT>)
Name

Gets the name of the resource

(Inherited from IHasName)
OutboundRules

Gets outbound rules for this load balancer, indexed by name.

PrivateFrontends

Gets private (internal) frontends.

PublicFrontends

Gets public (Internet-facing) frontends.

PublicIPAddressIds

Gets resource IDs of the public IP addresses assigned to the frontends of this load balancer.

Region (Inherited from IResource)
RegionName (Inherited from IResource)
ResourceGroupName (Inherited from IHasResourceGroup)
Sku

Gets load balancer sku.

(Inherited from ILoadBalancerBeta)
Tags (Inherited from IResource)
TcpProbes

Gets TCP probes of this load balancer, indexed by the name.

Type (Inherited from IResource)

Methods

FindFrontendByPublicIPAddress(IPublicIPAddress)

Searches for the public frontend that is associated with the provided public IP address, if one exists.

FindFrontendByPublicIPAddress(String)

Searches for the public frontend that is associated with the provided public IP address, if one exists.

Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
Update() (Inherited from IUpdatable<T>)
UpdateTags()

Begins a tags update for a resource. This is the beginning of the builder pattern used to update tags for a resources in Azure. The final method completing the definition and starting the actual resource update process in Azure is AppliableWithTags.applyTags().

(Inherited from IUpdatableWithTags<T>)

Applies to