public class DeploymentProperties extends Object
| Constructor and Description |
|---|
DeploymentProperties() |
| Modifier and Type | Method and Description |
|---|---|
DebugSetting |
debugSetting()
Get the debugSetting property: The debug setting of the deployment.
|
ExpressionEvaluationOptions |
expressionEvaluationOptions()
Get the expressionEvaluationOptions property: Specifies whether template expressions are evaluated within the
scope of the parent template or nested template.
|
DeploymentMode |
mode()
Get the mode property: The mode that is used to deploy resources.
|
OnErrorDeployment |
onErrorDeployment()
Get the onErrorDeployment property: The deployment on error behavior.
|
Object |
parameters()
Get the parameters property: Name and value pairs that define the deployment parameters for the template.
|
ParametersLink |
parametersLink()
Get the parametersLink property: The URI of parameters file.
|
Object |
template()
Get the template property: The template content.
|
TemplateLink |
templateLink()
Get the templateLink property: The URI of the template.
|
void |
validate()
Validates the instance.
|
DeploymentProperties |
withDebugSetting(DebugSetting debugSetting)
Set the debugSetting property: The debug setting of the deployment.
|
DeploymentProperties |
withExpressionEvaluationOptions(ExpressionEvaluationOptions expressionEvaluationOptions)
Set the expressionEvaluationOptions property: Specifies whether template expressions are evaluated within the
scope of the parent template or nested template.
|
DeploymentProperties |
withMode(DeploymentMode mode)
Set the mode property: The mode that is used to deploy resources.
|
DeploymentProperties |
withOnErrorDeployment(OnErrorDeployment onErrorDeployment)
Set the onErrorDeployment property: The deployment on error behavior.
|
DeploymentProperties |
withParameters(Object parameters)
Set the parameters property: Name and value pairs that define the deployment parameters for the template.
|
DeploymentProperties |
withParametersLink(ParametersLink parametersLink)
Set the parametersLink property: The URI of parameters file.
|
DeploymentProperties |
withTemplate(Object template)
Set the template property: The template content.
|
DeploymentProperties |
withTemplateLink(TemplateLink templateLink)
Set the templateLink property: The URI of the template.
|
public Object template()
public DeploymentProperties withTemplate(Object template)
template - the template value to set.public TemplateLink templateLink()
public DeploymentProperties withTemplateLink(TemplateLink templateLink)
templateLink - the templateLink value to set.public Object parameters()
public DeploymentProperties withParameters(Object parameters)
parameters - the parameters value to set.public ParametersLink parametersLink()
public DeploymentProperties withParametersLink(ParametersLink parametersLink)
parametersLink - the parametersLink value to set.public DeploymentMode mode()
public DeploymentProperties withMode(DeploymentMode mode)
mode - the mode value to set.public DebugSetting debugSetting()
public DeploymentProperties withDebugSetting(DebugSetting debugSetting)
debugSetting - the debugSetting value to set.public OnErrorDeployment onErrorDeployment()
public DeploymentProperties withOnErrorDeployment(OnErrorDeployment onErrorDeployment)
onErrorDeployment - the onErrorDeployment value to set.public ExpressionEvaluationOptions expressionEvaluationOptions()
public DeploymentProperties withExpressionEvaluationOptions(ExpressionEvaluationOptions expressionEvaluationOptions)
expressionEvaluationOptions - the expressionEvaluationOptions value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.