ILoadBalancerPublicFrontend Interface

Definition

A client-side representation of a public frontend of an Internet-facing load balancer.

public interface ILoadBalancerPublicFrontend : Microsoft.Azure.Management.Network.Fluent.IHasPublicIPAddress, Microsoft.Azure.Management.Network.Fluent.ILoadBalancerFrontend, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, 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 ILoadBalancerPublicFrontend = interface
    interface IBeta
    interface ILoadBalancerFrontend
    interface IHasInner<FrontendIPConfigurationInner>
    interface IChildResource<ILoadBalancer>
    interface IHasName
    interface IIndexable
    interface IHasParent<ILoadBalancer>
    interface IHasLoadBalancingRules
    interface IHasPublicIPAddress
Public Interface ILoadBalancerPublicFrontend
Implements IBeta, IChildResource(Of ILoadBalancer), IHasInner(Of FrontendIPConfigurationInner), IHasParent(Of ILoadBalancer), IHasPublicIPAddress, ILoadBalancerFrontend
Implements

Properties

InboundNatPools

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

(Inherited from ILoadBalancerFrontend)
InboundNatRules

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

(Inherited from ILoadBalancerFrontend)
Inner (Inherited from IHasInner<T>)
IsPublic

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

(Inherited from ILoadBalancerFrontend)
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>)
PublicIPAddressId

Gets the resource ID of the associated public IP address.

(Inherited from IHasPublicIPAddress)

Methods

GetPublicIPAddress() (Inherited from IHasPublicIPAddress)

Applies to