LoadBalancerBackend.DefinitionStages.WithAttach<ParentT> 接口
定义
The final stage of a load balancer backend definition.
At this stage, any remaining optional settings can be specified, or the definition can be attached to the parent load balancer definition.
public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,LoadBalancerBackend.DefinitionStages.WithVirtualMachine<ParentT>
类型参数
- ParentT
the stage of the parent definition to return to after attaching this definition
继承成员
Attachable.InDefinition<ParentT>.attach()
LoadBalancerBackend.DefinitionStages.WithVirtualMachine<ReturnT>.withExistingVirtualMachines(HasNetworkInterfaces...vms)
LoadBalancerBackend.DefinitionStages.WithVirtualMachine<ReturnT>.withExistingVirtualMachines(Collection<HasNetworkInterfaces> vms)