HostPool.UpdateStages.WithVmTemplate Interface

public static interface HostPool.UpdateStages.WithVmTemplate

The stage of the HostPool update allowing to specify vmTemplate.

Method Summary

Modifier and Type Method and Description
abstract Update withVmTemplate(String vmTemplate)

Specifies the vmTemplate property: VM template for sessionhosts configuration within hostpool..

Method Details

withVmTemplate

public abstract HostPool.Update withVmTemplate(String vmTemplate)

Specifies the vmTemplate property: VM template for sessionhosts configuration within hostpool..

Parameters:

vmTemplate - VM template for sessionhosts configuration within hostpool.

Returns:

the next definition stage.

Applies to