HostPool.Update Interface

Implements

public static interface HostPool.Update
extends WithTags, WithFriendlyName, WithDescription, WithCustomRdpProperty, WithMaxSessionLimit, WithPersonalDesktopAssignmentType, WithLoadBalancerType, WithRing, WithValidationEnvironment, WithRegistrationInfo, WithVmTemplate, WithSsoadfsAuthority, WithSsoClientId, WithSsoClientSecretKeyVaultPath, WithSsoSecretType, WithPreferredAppGroupType, WithStartVMOnConnect, WithPublicNetworkAccess, WithAgentUpdate

The template for HostPool update.

Method Summary

Modifier and Type Method and Description
abstract HostPool apply()

Executes the update request.

abstract HostPool apply(Context context)

Executes the update request.

Method Details

apply

public abstract HostPool apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract HostPool apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to