Deployment.ExecutionStages.WithWhatIfParameter Interface
public static interface Deployment.ExecutionStages.WithWhatIfParameter
A deployment execution allowing parameter to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withWhatIfParameters(Object parameters)
Specifies the name and value pairs that define the deployment parameters for the template. |
abstract
With |
withWhatIfParametersLink(String uri, String contentVersion)
Specifies the uri and content version of parameters file. |
Method Details
withWhatIfParameters
public abstract Deployment.ExecutionStages.WithWhatIf withWhatIfParameters(Object parameters)
Specifies the name and value pairs that define the deployment parameters for the template.
Parameters:
Returns:
withWhatIfParametersLink
public abstract Deployment.ExecutionStages.WithWhatIf withWhatIfParametersLink(String uri, String contentVersion)
Specifies the uri and content version of parameters file.
Parameters:
Returns:
Applies to
Azure SDK for Java