public static interface Deployment.ExecutionStages.WithWhatIfTemplate
| Modifier and Type | Method and Description |
|---|---|
Deployment.ExecutionStages.WithWhatIf |
withWhatIfTemplate(Object template)
Specifies the template content.
|
Deployment.ExecutionStages.WithWhatIf |
withWhatIfTemplateLink(String uri,
String contentVersion)
Specifies the uri and content version of template.
|
Deployment.ExecutionStages.WithWhatIf withWhatIfTemplate(Object template)
template - the template value to set.Deployment.ExecutionStages.WithWhatIf withWhatIfTemplateLink(String uri, String contentVersion)
uri - the uri value to set.contentVersion - the content version value to set.Copyright © 2021 Microsoft Corporation. All rights reserved.