HostPool.UpdateStages.WithAgentUpdate Interface

public static interface HostPool.UpdateStages.WithAgentUpdate

The stage of the HostPool update allowing to specify agentUpdate.

Method Summary

Modifier and Type Method and Description
abstract Update withAgentUpdate(AgentUpdatePatchProperties agentUpdate)

Specifies the agentUpdate property: The session host configuration for updating agent, monitoring agent, and stack component..

Method Details

withAgentUpdate

public abstract HostPool.Update withAgentUpdate(AgentUpdatePatchProperties agentUpdate)

Specifies the agentUpdate property: The session host configuration for updating agent, monitoring agent, and stack component..

Parameters:

agentUpdate - The session host configuration for updating agent, monitoring agent, and stack component.

Returns:

the next definition stage.

Applies to