Interface Deployment.ExecutionStages.WithWhatIf
- All Superinterfaces:
Deployment.ExecutionStages.WithExecute, Deployment.ExecutionStages.WithWhatIfDeploymentMode, Deployment.ExecutionStages.WithWhatIfLocation, Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType, Deployment.ExecutionStages.WithWhatIfParameter, Deployment.ExecutionStages.WithWhatIfResultFormat, Deployment.ExecutionStages.WithWhatIfTemplate
- All Known Subinterfaces:
Deployment.Execution
- Enclosing interface:
Deployment.ExecutionStages
public static interface Deployment.ExecutionStages.WithWhatIf
extends Deployment.ExecutionStages.WithExecute, Deployment.ExecutionStages.WithWhatIfDeploymentMode, Deployment.ExecutionStages.WithWhatIfLocation, Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType, Deployment.ExecutionStages.WithWhatIfParameter, Deployment.ExecutionStages.WithWhatIfResultFormat, Deployment.ExecutionStages.WithWhatIfTemplate
A deployment execution allowing What-if parameters to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionwithDeploymentName(String deploymentName) Specifies the deployment name to be used on error cases.withDetailedLevel(String detailedLevel) Specifies the type of information to log for debugging.Methods inherited from interface Deployment.ExecutionStages.WithExecute
whatIf, whatIfAsync, whatIfAtSubscriptionScope, whatIfAtSubscriptionScopeAsyncMethods inherited from interface Deployment.ExecutionStages.WithWhatIfDeploymentMode
withCompleteMode, withIncrementalModeMethods inherited from interface Deployment.ExecutionStages.WithWhatIfLocation
withLocationMethods inherited from interface Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType
withLastSuccessfulOnErrorDeployment, withSpecialDeploymentOnErrorDeploymentMethods inherited from interface Deployment.ExecutionStages.WithWhatIfParameter
withWhatIfParameters, withWhatIfParametersLinkMethods inherited from interface Deployment.ExecutionStages.WithWhatIfResultFormat
withFullResourcePayloadsResultFormat, withResourceIdOnlyResultFormatMethods inherited from interface Deployment.ExecutionStages.WithWhatIfTemplate
withWhatIfTemplate, withWhatIfTemplateLink
-
Method Details
-
withDetailedLevel
Specifies the type of information to log for debugging.- Parameters:
detailedLevel- the detailed value to set.- Returns:
- the next stage of the execution.
-
withDeploymentName
Specifies the deployment name to be used on error cases.- Parameters:
deploymentName- the deployment name to set.- Returns:
- the next stage of the execution.
-