Package version:

Interface LoadBalancerFrontendIpConfiguration

Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration.

interface LoadBalancerFrontendIpConfiguration {
    name: string;
    properties: LoadBalancerFrontendIpConfigurationProperties;
}

Properties

Properties

name: string

The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource.

Properties of load balancer frontend ip configuration.