Class DeploymentProperties
- java.lang.Object
-
- com.microsoft.azure.management.resources.DeploymentProperties
-
public class DeploymentProperties extends Object
Deployment properties.
-
-
Constructor Summary
Constructors Constructor Description DeploymentProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DebugSettingdebugSetting()Get the debugSetting value.DeploymentModemode()Get the mode value.Objectparameters()Get the parameters value.ParametersLinkparametersLink()Get the parametersLink value.Objecttemplate()Get the template value.TemplateLinktemplateLink()Get the templateLink value.DeploymentPropertieswithDebugSetting(DebugSetting debugSetting)Set the debugSetting value.DeploymentPropertieswithMode(DeploymentMode mode)Set the mode value.DeploymentPropertieswithParameters(Object parameters)Set the parameters value.DeploymentPropertieswithParametersLink(ParametersLink parametersLink)Set the parametersLink value.DeploymentPropertieswithTemplate(Object template)Set the template value.DeploymentPropertieswithTemplateLink(TemplateLink templateLink)Set the templateLink value.
-
-
-
Method Detail
-
template
public Object template()
Get the template value.- Returns:
- the template value
-
withTemplate
public DeploymentProperties withTemplate(Object template)
Set the template value.- Parameters:
template- the template value to set- Returns:
- the DeploymentProperties object itself.
-
templateLink
public TemplateLink templateLink()
Get the templateLink value.- Returns:
- the templateLink value
-
withTemplateLink
public DeploymentProperties withTemplateLink(TemplateLink templateLink)
Set the templateLink value.- Parameters:
templateLink- the templateLink value to set- Returns:
- the DeploymentProperties object itself.
-
parameters
public Object parameters()
Get the parameters value.- Returns:
- the parameters value
-
withParameters
public DeploymentProperties withParameters(Object parameters)
Set the parameters value.- Parameters:
parameters- the parameters value to set- Returns:
- the DeploymentProperties object itself.
-
parametersLink
public ParametersLink parametersLink()
Get the parametersLink value.- Returns:
- the parametersLink value
-
withParametersLink
public DeploymentProperties withParametersLink(ParametersLink parametersLink)
Set the parametersLink value.- Parameters:
parametersLink- the parametersLink value to set- Returns:
- the DeploymentProperties object itself.
-
mode
public DeploymentMode mode()
Get the mode value.- Returns:
- the mode value
-
withMode
public DeploymentProperties withMode(DeploymentMode mode)
Set the mode value.- Parameters:
mode- the mode value to set- Returns:
- the DeploymentProperties object itself.
-
debugSetting
public DebugSetting debugSetting()
Get the debugSetting value.- Returns:
- the debugSetting value
-
withDebugSetting
public DeploymentProperties withDebugSetting(DebugSetting debugSetting)
Set the debugSetting value.- Parameters:
debugSetting- the debugSetting value to set- Returns:
- the DeploymentProperties object itself.
-
-