public static interface Deployment.ExecutionStages.WithWhatIfParameter
| Modifier and Type | Method and Description |
|---|---|
Deployment.ExecutionStages.WithWhatIf |
withWhatIfParameters(Object parameters)
Specifies the name and value pairs that define the deployment parameters for the template.
|
Deployment.ExecutionStages.WithWhatIf |
withWhatIfParametersLink(String uri,
String contentVersion)
Specifies the uri and content version of parameters file.
|
Deployment.ExecutionStages.WithWhatIf withWhatIfParameters(Object parameters)
parameters - the parameters value to set.Deployment.ExecutionStages.WithWhatIf withWhatIfParametersLink(String uri, String contentVersion)
uri - the uri value to set.contentVersion - the content version value to set.Copyright © 2021 Microsoft Corporation. All rights reserved.