ILoadBalancersOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In this article
public interface ILoadBalancersOperations
type ILoadBalancersOperations = interface
Public Interface ILoadBalancersOperations
Methods
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, LoadBalancer, Dictionary<String,List<String>>, CancellationToken)
CreateOrUpdateWithHttpMessagesAsync(String, String, LoadBalancer, Dictionary<String,List<String>>, CancellationToken)
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Extension Methods
BeginCreateOrUpdate(ILoadBalancersOperations, String, String, LoadBalancer)
BeginCreateOrUpdateAsync(ILoadBalancersOperations, String, String, LoadBalancer, CancellationToken)
CreateOrUpdate(ILoadBalancersOperations, String, String, LoadBalancer)
CreateOrUpdateAsync(ILoadBalancersOperations, String, String, LoadBalancer, CancellationToken)
Get(ILoadBalancersOperations, String, String, String)
GetAsync(ILoadBalancersOperations, String, String, String, CancellationToken)
Applies to