ILoadBalancerBackend Interface
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET