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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Deployment.ExecutionStages.WithWhatIfwithDeploymentName(String deploymentName)Specifies the deployment name to be used on error cases.Deployment.ExecutionStages.WithWhatIfwithDetailedLevel(String detailedLevel)Specifies the type of information to log for debugging.-
Methods inherited from interface com.azure.resourcemanager.resources.models.Deployment.ExecutionStages.WithExecute
whatIf, whatIfAsync, whatIfAtSubscriptionScope, whatIfAtSubscriptionScopeAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.models.Deployment.ExecutionStages.WithWhatIfDeploymentMode
withCompleteMode, withIncrementalMode
-
Methods inherited from interface com.azure.resourcemanager.resources.models.Deployment.ExecutionStages.WithWhatIfLocation
withLocation
-
Methods inherited from interface com.azure.resourcemanager.resources.models.Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType
withLastSuccessfulOnErrorDeployment, withSpecialDeploymentOnErrorDeployment
-
Methods inherited from interface com.azure.resourcemanager.resources.models.Deployment.ExecutionStages.WithWhatIfParameter
withWhatIfParameters, withWhatIfParametersLink
-
Methods inherited from interface com.azure.resourcemanager.resources.models.Deployment.ExecutionStages.WithWhatIfResultFormat
withFullResourcePayloadsResultFormat, withResourceIdOnlyResultFormat
-
Methods inherited from interface com.azure.resourcemanager.resources.models.Deployment.ExecutionStages.WithWhatIfTemplate
withWhatIfTemplate, withWhatIfTemplateLink
-
-
-
-
Method Detail
-
withDetailedLevel
Deployment.ExecutionStages.WithWhatIf withDetailedLevel(String detailedLevel)
Specifies the type of information to log for debugging.- Parameters:
detailedLevel- the detailed value to set.- Returns:
- the next stage of the execution.
-
withDeploymentName
Deployment.ExecutionStages.WithWhatIf withDeploymentName(String deploymentName)
Specifies the deployment name to be used on error cases.- Parameters:
deploymentName- the deployment name to set.- Returns:
- the next stage of the execution.
-
-