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: This property describes the virtual machines that the pool nodes will be deployed on.

Method Details

withDeploymentConfiguration

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

Specifies the deploymentConfiguration property: This property describes the virtual machines that the pool nodes will be deployed on. Deployment configuration properties..

Parameters:

deploymentConfiguration - This property describes the virtual machines that the pool nodes will be deployed on. Deployment configuration properties.

Returns:

the next definition stage.

Applies to