Package version:

Interface LoadBalancerConfiguration

Describes the load balancer configuration.

interface LoadBalancerConfiguration {
    id?: string;
    name: string;
    properties: LoadBalancerConfigurationProperties;
}

Properties

Properties

id?: string

Resource Id

name: string

The name of the Load balancer

Properties of the load balancer configuration.