Interface Deployment.ExecutionStages.WithWhatIfParameter
-
- All Known Subinterfaces:
Deployment.Execution,Deployment.ExecutionStages.WithWhatIf
- Enclosing interface:
- Deployment.ExecutionStages
public static interface Deployment.ExecutionStages.WithWhatIfParameterA deployment execution allowing parameter to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Deployment.ExecutionStages.WithWhatIfwithWhatIfParameters(Object parameters)Specifies the name and value pairs that define the deployment parameters for the template.Deployment.ExecutionStages.WithWhatIfwithWhatIfParametersLink(String uri, String contentVersion)Specifies the uri and content version of parameters file.
-
-
-
Method Detail
-
withWhatIfParameters
Deployment.ExecutionStages.WithWhatIf withWhatIfParameters(Object parameters)
Specifies the name and value pairs that define the deployment parameters for the template.- Parameters:
parameters- the parameters value to set.- Returns:
- the next stage of the execution.
-
withWhatIfParametersLink
Deployment.ExecutionStages.WithWhatIf withWhatIfParametersLink(String uri, String contentVersion)
Specifies the uri and content version of parameters file.- Parameters:
uri- the uri value to set.contentVersion- the content version value to set.- Returns:
- the next stage of the execution.
-
-