LoadBalancerPrivateFrontend.DefinitionStages.WithSubnet<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

Implements

public static interface LoadBalancerPrivateFrontend.DefinitionStages.WithSubnet
extends WithSubnet<WithAttach<ParentT>>

The stage of a private frontend definition allowing to specify a subnet from the selected network.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withExistingSubnet(Network network, String subnetName)

Assigns the specified subnet to this private frontend of an internal load balancer.

Method Details

withExistingSubnet

public abstract LoadBalancerPrivateFrontend.DefinitionStages.WithAttach withExistingSubnet(Network network, String subnetName)

Assigns the specified subnet to this private frontend of an internal load balancer.

Parameters:

network - the virtual network the subnet exists in
subnetName - the name of a subnet

Returns:

the next stage of the definition

Applies to