DeploymentWhatIfProperties Clase
- java.
lang. Object - com.
microsoft. azure. management. resources. DeploymentProperties - com.
microsoft. azure. management. resources. DeploymentWhatIfProperties
- com.
- com.
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 |
---|---|
Deployment |
whatIfSettings()
Obtiene la configuración opcional de la operación de What-If. |
Deployment |
withWhatIfSettings(DeploymentWhatIfSettings whatIfSettings)
Establezca la configuración opcional de la operación de What-If. |
Métodos heredados de DeploymentProperties
debugSetting
expressionEvaluationOptions
mode
onErrorDeployment
parameters
parametersLink
template
templateLink
withDebugSetting
withExpressionEvaluationOptions
withMode
withOnErrorDeployment
withParameters
withParametersLink
withTemplate
withTemplateLink
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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java