LoadBalancer.DefinitionStages.WithPrivateFrontend Interface

public static interface LoadBalancer.DefinitionStages.WithPrivateFrontend

The stage of an internal load balancer definition allowing to define one or more private frontends.

Method Summary

Modifier and Type Method and Description
abstract Blank<WithCreate> definePrivateFrontend(String name)

Begins an explicit definition of a new private (internal) load balancer frontend.

Method Details

definePrivateFrontend

public abstract LoadBalancerPrivateFrontend.DefinitionStages.Blank definePrivateFrontend(String name)

Begins an explicit definition of a new private (internal) load balancer frontend.

(Note that private frontends can also be created implicitly as part of a load balancing rule, inbound NAT rule or inbound NAT pool definition, by referencing an existing subnet within those definitions.)

Parameters:

name - the name for the frontend

Returns:

the first stage of a new frontend definition

Applies to