Share via


Pool.DefinitionStages.WithDeploymentConfiguration Interface

public static interface Pool.DefinitionStages.WithDeploymentConfiguration

The stage of the Pool definition allowing to specify deploymentConfiguration.

Method Summary

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

Specifies the deploymentConfiguration property: Deployment configuration properties..

Method Details

withDeploymentConfiguration

public abstract Pool.DefinitionStages.WithCreate withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)

Specifies the deploymentConfiguration property: Deployment configuration properties..

Parameters:

deploymentConfiguration - Deployment configuration properties.

Returns:

the next definition stage.

Applies to