Deployment.ExecutionStages.WithWhatIfResultFormat Interface

public static interface Deployment.ExecutionStages.WithWhatIfResultFormat

A deployment execution allowing result format to be specified.

Method Summary

Modifier and Type Method and Description
abstract WithWhatIf withFullResourcePayloadsResultFormat()

Specifies the result format with value of 'FULL_RESOURCE_PAYLOADS' in What-if settings of deployment properties.

abstract WithWhatIf withResourceIdOnlyResultFormat()

Specifies the result format with value of 'RESOURCE_ID_ONLY' in What-if settings of deployment properties.

Method Details

withFullResourcePayloadsResultFormat

public abstract 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

public abstract 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.

Applies to