Interface Deployment.ExecutionStages.WithWhatIfResultFormat
-
- All Known Subinterfaces:
Deployment.Execution,Deployment.ExecutionStages.WithWhatIf
- Enclosing interface:
- Deployment.ExecutionStages
public static interface Deployment.ExecutionStages.WithWhatIfResultFormatA deployment execution allowing result format to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Deployment.ExecutionStages.WithWhatIfwithFullResourcePayloadsResultFormat()Specifies the result format with value of 'FULL_RESOURCE_PAYLOADS' in What-if settings of deployment properties.Deployment.ExecutionStages.WithWhatIfwithResourceIdOnlyResultFormat()Specifies the result format with value of 'RESOURCE_ID_ONLY' in What-if settings of deployment properties.
-
-
-
Method Detail
-
withFullResourcePayloadsResultFormat
Deployment.ExecutionStages.WithWhatIf withFullResourcePayloadsResultFormat()
Specifies the result format with value of 'FULL_RESOURCE_PAYLOADS' in What-if settings of deployment properties.- Returns:
- the next stage of the execution.
-
withResourceIdOnlyResultFormat
Deployment.ExecutionStages.WithWhatIf withResourceIdOnlyResultFormat()
Specifies the result format with value of 'RESOURCE_ID_ONLY' in What-if settings of deployment properties.- Returns:
- the next stage of the execution.
-
-