ILoadBalancerFrontend Interface

Definition

An client-side representation of a load balancer frontend.

public interface ILoadBalancerFrontend : Microsoft.Azure.Management.Network.Fluent.IHasLoadBalancingRules, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.FrontendIPConfigurationInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>
type ILoadBalancerFrontend = interface
    interface IHasInner<FrontendIPConfigurationInner>
    interface IChildResource<ILoadBalancer>
    interface IHasName
    interface IIndexable
    interface IHasParent<ILoadBalancer>
    interface IHasLoadBalancingRules
Public Interface ILoadBalancerFrontend
Implements IChildResource(Of ILoadBalancer), IHasInner(Of FrontendIPConfigurationInner), IHasLoadBalancingRules, IHasParent(Of ILoadBalancer)
Derived
Implements

Properties

InboundNatPools

Gets the inbound NAT pools on this load balancer that use this frontend, indexed by their names.

InboundNatRules

Gets the inbound NAT rules on this load balancer that use this frontend, indexed by their names.

Inner (Inherited from IHasInner<T>)
IsPublic

Gets true if the frontend is public, i.e. it has a public IP address associated with it.

Key (Inherited from IIndexable)
LoadBalancingRules

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

(Inherited from IHasLoadBalancingRules)
Name

Gets the name of the resource

(Inherited from IHasName)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)

Applies to