DeploymentProperties Class
- java.
lang. Object - com.
microsoft. azure. management. resources. DeploymentProperties
- com.
public class DeploymentProperties
Deployment properties.
Method Summary
Modifier and Type | Method and Description |
---|---|
Debug |
debugSetting()
Get the debugSetting value. |
Deployment |
mode()
Get the mode value. |
Object |
parameters()
Get the parameters value. |
Parameters |
parametersLink()
Get the parametersLink value. |
Object |
template()
Get the template value. |
Template |
templateLink()
Get the templateLink value. |
Deployment |
withDebugSetting(DebugSetting debugSetting)
Set the debugSetting value. |
Deployment |
withMode(DeploymentMode mode)
Set the mode value. |
Deployment |
withParameters(Object parameters)
Set the parameters value. |
Deployment |
withParametersLink(ParametersLink parametersLink)
Set the parametersLink value. |
Deployment |
withTemplate(Object template)
Set the template value. |
Deployment |
withTemplateLink(TemplateLink templateLink)
Set the templateLink value. |
Method Details
debugSetting
public DebugSetting debugSetting()
Get the debugSetting value.
Returns:
mode
public DeploymentMode mode()
Get the mode value.
Returns:
parameters
public Object parameters()
Get the parameters value.
Returns:
parametersLink
public ParametersLink parametersLink()
Get the parametersLink value.
Returns:
template
public Object template()
Get the template value.
Returns:
templateLink
public TemplateLink templateLink()
Get the templateLink value.
Returns:
withDebugSetting
public DeploymentProperties withDebugSetting(DebugSetting debugSetting)
Set the debugSetting value.
Parameters:
Returns:
withMode
public DeploymentProperties withMode(DeploymentMode mode)
Set the mode value.
Parameters:
Returns:
withParameters
public DeploymentProperties withParameters(Object parameters)
Set the parameters value.
Parameters:
Returns:
withParametersLink
public DeploymentProperties withParametersLink(ParametersLink parametersLink)
Set the parametersLink value.
Parameters:
Returns:
withTemplate
public DeploymentProperties withTemplate(Object template)
Set the template value.
Parameters:
Returns:
withTemplateLink
public DeploymentProperties withTemplateLink(TemplateLink templateLink)
Set the templateLink value.
Parameters:
Returns:
Applies to
Azure SDK for Java