Compartir a través de


DeploymentWhatIfProperties Clase

public class DeploymentWhatIfProperties
extends DeploymentProperties

Propiedades what-if de implementación.

Resumen del constructor

Constructor Description
DeploymentWhatIfProperties()

Resumen del método

Modificador y tipo Método y descripción
DeploymentWhatIfSettings whatIfSettings()

Obtiene la configuración opcional de la operación de What-If.

DeploymentWhatIfProperties withWhatIfSettings(DeploymentWhatIfSettings whatIfSettings)

Establezca la configuración opcional de la operación de What-If.

Métodos heredados de DeploymentProperties

Métodos heredados de java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Detalles del constructor

DeploymentWhatIfProperties

public DeploymentWhatIfProperties()

Detalles del método

whatIfSettings

public DeploymentWhatIfSettings whatIfSettings()

Obtiene la configuración opcional de la operación de What-If.

Returns:

el valor whatIfSettings

withWhatIfSettings

public DeploymentWhatIfProperties withWhatIfSettings(DeploymentWhatIfSettings whatIfSettings)

Establezca la configuración opcional de la operación de What-If.

Parameters:

whatIfSettings - valor whatIfSettings que se va a establecer

Returns:

El propio objeto DeploymentWhatIfProperties.

Se aplica a