ScalingPlan.UpdateStages.WithHostPoolReferences Interface

public static interface ScalingPlan.UpdateStages.WithHostPoolReferences

The stage of the ScalingPlan update allowing to specify hostPoolReferences.

Method Summary

Modifier and Type Method and Description
abstract Update withHostPoolReferences(List<ScalingHostPoolReference> hostPoolReferences)

Specifies the hostPoolReferences property: List of ScalingHostPoolReference definitions..

Method Details

withHostPoolReferences

public abstract ScalingPlan.Update withHostPoolReferences(List<ScalingHostPoolReference> hostPoolReferences)

Specifies the hostPoolReferences property: List of ScalingHostPoolReference definitions..

Parameters:

hostPoolReferences - List of ScalingHostPoolReference definitions.

Returns:

the next definition stage.

Applies to