Deployment.ExecutionStages.WithWhatIf Interface
Implements
public static interface Deployment.ExecutionStages.WithWhatIf
extends WithExecute, WithWhatIfDeploymentMode, WithWhatIfLocation, WithWhatIfOnErrorDeploymentType, WithWhatIfParameter, WithWhatIfResultFormat, WithWhatIfTemplate
A deployment execution allowing What-if parameters to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDeploymentName(String deploymentName)
Specifies the deployment name to be used on error cases. |
abstract
With |
withDetailedLevel(String detailedLevel)
Specifies the type of information to log for debugging. |
Method Details
withDeploymentName
public abstract Deployment.ExecutionStages.WithWhatIf withDeploymentName(String deploymentName)
Specifies the deployment name to be used on error cases.
Parameters:
Returns:
withDetailedLevel
public abstract Deployment.ExecutionStages.WithWhatIf withDetailedLevel(String detailedLevel)
Specifies the type of information to log for debugging.
Parameters:
Returns:
Applies to
Azure SDK for Java