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() |
Method Details
getVirtualMachineIds
public abstract Set
Returns:
a list of the resource IDs of the virtual machines associated with this backend
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java