ILoadBalancerBackend Interface

Definition

A client-side representation of a load balancer backend address pool.

public interface ILoadBalancerBackend : Microsoft.Azure.Management.Network.Fluent.IHasBackendNics, 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.BackendAddressPoolInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>
type ILoadBalancerBackend = interface
    interface IHasInner<BackendAddressPoolInner>
    interface IChildResource<ILoadBalancer>
    interface IHasName
    interface IIndexable
    interface IHasParent<ILoadBalancer>
    interface IHasLoadBalancingRules
    interface IHasBackendNics
Public Interface ILoadBalancerBackend
Implements IChildResource(Of ILoadBalancer), IHasBackendNics, IHasInner(Of BackendAddressPoolInner), IHasLoadBalancingRules, IHasParent(Of ILoadBalancer)
Implements

Properties

BackendNicIPConfigurationNames

Gets a map of names of the IP configurations of network interfaces assigned to this backend, indexed by their NIC's resource id.

(Inherited from IHasBackendNics)
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)
Name

Gets the name of the resource

(Inherited from IHasName)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)

Methods

GetVirtualMachineIds()

Applies to