# Functions
NewClients creates a new Clients instance using the given credentials.
ReadConfig creates new Azure credentials by reading the configuration file at the given path.
# Structs
Clients contains all needed Azure clients.
Credentials contains credentials and other parameters needed to work with Azure objects.
LoadBalancersClientImpl is an implementation of LoadBalancersClient based on network.LoadBalancersClient.
PublicIPAddressesClientImpl is an implementation of PublicIPAddressesClient based on network.PublicIPAddressesClient.
VirtualMachinesClientImpl is an implementation of VirtualMachinesClient based on compute.VirtualMachinesClient.
# Interfaces
Future contains the method WaitForCompletionRef.
LoadBalancersClient contains the methods of network.LoadBalancersClient.
PublicIPAddressesClient contains the methods of network.PublicIPAddressesClient.
VirtualMachinesClient contains the methods of compute.VirtualMachinesClient.