Deployment.UpdateStages.WithMode Interface

public interface WithMode

A deployment update allowing to change the deployment mode.

Method Summary

Modifier and Type Method and Description
Deployment.Update withMode(DeploymentMode mode)

Specifies the deployment mode.

Method Details

withMode

public Update withMode(DeploymentMode mode)

Specifies the deployment mode.

Parameters:

mode - the mode of the deployment

Returns:

the next stage of the deployment update

Applies to