LoadBalancerBackend Interface
Implements
HasBackendNics
HasLoadBalancingRules
ChildResource<LoadBalancer>
HasInnerModel<BackendAddressPoolInner>
public interface LoadBalancerBackend
extends HasInnerModel<BackendAddressPoolInner>, ChildResource<LoadBalancer>, HasLoadBalancingRules, HasBackendNics
A client-side representation of a load balancer backend address pool.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Set<String> |
getVirtualMachineIds()
Gets a list of the resource IDs of the virtual machines associated with this backend. |
Method Details
getVirtualMachineIds
public abstract Set
Gets a list of the resource IDs of the virtual machines associated with this backend.
Returns:
a list of the resource IDs of the virtual machines associated with this backend
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java