DeploymentExtended.UpdateStages.WithProperties Interface

public static interface DeploymentExtended.UpdateStages.WithProperties

The stage of the DeploymentExtended update allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract Update withProperties(DeploymentProperties properties)

Specifies the properties property: The deployment properties..

Method Details

withProperties

public abstract DeploymentExtended.Update withProperties(DeploymentProperties properties)

Specifies the properties property: The deployment properties..

Parameters:

properties - The deployment properties.

Returns:

the next definition stage.

Applies to