public class DeploymentProperties extends Object
| Constructor and Description |
|---|
DeploymentProperties() |
| Modifier and Type | Method and Description |
|---|---|
DebugSetting |
debugSetting()
Get the debug setting of the deployment.
|
ExpressionEvaluationOptions |
expressionEvaluationOptions()
Get specifies whether template expressions are evaluated within the scope of the parent template or nested template.
|
DeploymentMode |
mode()
Get the mode that is used to deploy resources.
|
OnErrorDeployment |
onErrorDeployment()
Get the deployment on error behavior.
|
Object |
parameters()
Get name and value pairs that define the deployment parameters for the template.
|
ParametersLink |
parametersLink()
Get the URI of parameters file.
|
Object |
template()
Get the template content.
|
TemplateLink |
templateLink()
Get the URI of the template.
|
DeploymentProperties |
withDebugSetting(DebugSetting debugSetting)
Set the debug setting of the deployment.
|
DeploymentProperties |
withExpressionEvaluationOptions(ExpressionEvaluationOptions expressionEvaluationOptions)
Set specifies whether template expressions are evaluated within the scope of the parent template or nested template.
|
DeploymentProperties |
withMode(DeploymentMode mode)
Set the mode that is used to deploy resources.
|
DeploymentProperties |
withOnErrorDeployment(OnErrorDeployment onErrorDeployment)
Set the deployment on error behavior.
|
DeploymentProperties |
withParameters(Object parameters)
Set name and value pairs that define the deployment parameters for the template.
|
DeploymentProperties |
withParametersLink(ParametersLink parametersLink)
Set the URI of parameters file.
|
DeploymentProperties |
withTemplate(Object template)
Set the template content.
|
DeploymentProperties |
withTemplateLink(TemplateLink templateLink)
Set the URI of the template.
|
public Object template()
public DeploymentProperties withTemplate(Object template)
template - the template value to setpublic TemplateLink templateLink()
public DeploymentProperties withTemplateLink(TemplateLink templateLink)
templateLink - the templateLink value to setpublic Object parameters()
public DeploymentProperties withParameters(Object parameters)
parameters - the parameters value to setpublic ParametersLink parametersLink()
public DeploymentProperties withParametersLink(ParametersLink parametersLink)
parametersLink - the parametersLink value to setpublic DeploymentMode mode()
public DeploymentProperties withMode(DeploymentMode mode)
mode - the mode value to setpublic DebugSetting debugSetting()
public DeploymentProperties withDebugSetting(DebugSetting debugSetting)
debugSetting - the debugSetting value to setpublic OnErrorDeployment onErrorDeployment()
public DeploymentProperties withOnErrorDeployment(OnErrorDeployment onErrorDeployment)
onErrorDeployment - the onErrorDeployment value to setpublic ExpressionEvaluationOptions expressionEvaluationOptions()
public DeploymentProperties withExpressionEvaluationOptions(ExpressionEvaluationOptions expressionEvaluationOptions)
expressionEvaluationOptions - the expressionEvaluationOptions 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.
*/