Deployment.ExecutionStages.WithWhatIf Interfaz
Implementaciones
public static interface Deployment.ExecutionStages.WithWhatIf
extends WithExecute, WithWhatIfDeploymentMode, WithWhatIfLocation, WithWhatIfOnErrorDeploymentType, WithWhatIfParameter, WithWhatIfResultFormat, WithWhatIfTemplate
Una ejecución de implementación que permite especificar parámetros what-if.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
abstract
With |
withDeploymentName(String deploymentName)
Especifica el nombre de implementación que se usará en los casos de error. |
abstract
With |
withDetailedLevel(String detailedLevel)
Especifica el tipo de información que se va a registrar para la depuración. |
Detalles del método
withDeploymentName
public abstract Deployment.ExecutionStages.WithWhatIf withDeploymentName(String deploymentName)
Especifica el nombre de implementación que se usará en los casos de error.
Parameters:
Returns:
withDetailedLevel
public abstract Deployment.ExecutionStages.WithWhatIf withDetailedLevel(String detailedLevel)
Especifica el tipo de información que se va a registrar para la depuración.
Parameters:
Returns:
Se aplica a
Azure SDK for Java