LoadBalancersOperations interface

Interface representing a LoadBalancers operations.

Properties

createOrUpdate

Create a LoadBalancer

delete

Delete a LoadBalancer

get

Get a LoadBalancer

list

List LoadBalancer resources by parent

Property Details

createOrUpdate

Create a LoadBalancer

createOrUpdate: (resourceUri: string, loadBalancerName: string, resource: LoadBalancer, options?: LoadBalancersCreateOrUpdateOptionalParams) => PollerLike<OperationState<LoadBalancer>, LoadBalancer>

Property Value

(resourceUri: string, loadBalancerName: string, resource: LoadBalancer, options?: LoadBalancersCreateOrUpdateOptionalParams) => PollerLike<OperationState<LoadBalancer>, LoadBalancer>

delete

Delete a LoadBalancer

delete: (resourceUri: string, loadBalancerName: string, options?: LoadBalancersDeleteOptionalParams) => Promise<void>

Property Value

(resourceUri: string, loadBalancerName: string, options?: LoadBalancersDeleteOptionalParams) => Promise<void>

get

Get a LoadBalancer

get: (resourceUri: string, loadBalancerName: string, options?: LoadBalancersGetOptionalParams) => Promise<LoadBalancer>

Property Value

(resourceUri: string, loadBalancerName: string, options?: LoadBalancersGetOptionalParams) => Promise<LoadBalancer>

list

List LoadBalancer resources by parent

list: (resourceUri: string, options?: LoadBalancersListOptionalParams) => PagedAsyncIterableIterator<LoadBalancer, LoadBalancer[], PageSettings>

Property Value

(resourceUri: string, options?: LoadBalancersListOptionalParams) => PagedAsyncIterableIterator<LoadBalancer, LoadBalancer[], PageSettings>