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 com.microsoft.azure.management.resources.Deployment.ExecutionStages.WithExecute
whatIf, whatIfAsync, whatIfAsync, whatIfAtSubscriptionScope, whatIfAtSubscriptionScopeAsync, whatIfAtSubscriptionScopeAsync
Methods inherited from interface com.microsoft.azure.management.resources.Deployment.ExecutionStages.WithWhatIfDeploymentMode
withCompleteMode, withIncrementalMode
Methods inherited from interface com.microsoft.azure.management.resources.Deployment.ExecutionStages.WithWhatIfLocation
withLocation
Methods inherited from interface com.microsoft.azure.management.resources.Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType
withLastSuccessfulOnErrorDeployment, withSpecialDeploymentOnErrorDeployment
Methods inherited from interface com.microsoft.azure.management.resources.Deployment.ExecutionStages.WithWhatIfParameter
withWhatIfParameters, withWhatIfParametersLink
Methods inherited from interface com.microsoft.azure.management.resources.Deployment.ExecutionStages.WithWhatIfResultFormat
withFullResourcePayloadsResultFormat, withResourceIdOnlyResultFormat
Methods inherited from interface com.microsoft.azure.management.resources.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.
-