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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/