LoadBalancers Interface
Implements
SupportsBatchDeletion
SupportsDeletingByResourceGroup
SupportsGettingById<LoadBalancer>
SupportsGettingByResourceGroup<LoadBalancer>
SupportsListingByResourceGroup<LoadBalancer>
HasManager<com.microsoft.azure.management.network.implementation.NetworkManager>
SupportsBatchCreation<LoadBalancer>
SupportsCreating<Blank>
SupportsDeletingById
SupportsListing<LoadBalancer>
HasInner<com.microsoft.azure.management.network.implementation.LoadBalancersInner>
public interface LoadBalancers
extends SupportsCreating<Blank>, SupportsListing<LoadBalancer>, SupportsListingByResourceGroup<LoadBalancer>, SupportsGettingByResourceGroup<LoadBalancer>, SupportsGettingById<LoadBalancer>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsBatchCreation<LoadBalancer>, SupportsBatchDeletion, HasManager<com.microsoft.azure.management.network.implementation.NetworkManager>, HasInner<com.microsoft.azure.management.network.implementation.LoadBalancersInner>
Entry point to load balancer management API in Azure.
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 Java