Share via


Pool.UpdateStages.WithDeploymentConfiguration Interface

public static interface Pool.UpdateStages.WithDeploymentConfiguration

The stage of the Pool update allowing to specify deploymentConfiguration.

Method Summary

Modifier and Type Method and Description
abstract Update withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)

Specifies the deploymentConfiguration property: Deployment configuration properties..

Method Details

withDeploymentConfiguration

public abstract Pool.Update withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)

Specifies the deploymentConfiguration property: Deployment configuration properties..

Parameters:

deploymentConfiguration - Deployment configuration properties.

Returns:

the next definition stage.

Applies to