LoadBalancerBackend Interface
Implements
HasBackendNics
HasLoadBalancingRules
ChildResource<LoadBalancer>
HasInner<com.microsoft.azure.management.network.implementation.BackendAddressPoolInner>
public interface LoadBalancerBackend
extends HasInner<com.microsoft.azure.management.network.implementation.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 java.util.Set<java.lang.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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java