DeploymentPropertiesExtended Class
- java.
lang. Object - com.
microsoft. azure. management. resources. DeploymentPropertiesExtended
- com.
public class DeploymentPropertiesExtended
Deployment properties with additional details.
Method Summary
Method Details
correlationId
public String correlationId()
Get the correlationId value.
Returns:
debugSetting
public DebugSetting debugSetting()
Get the debugSetting value.
Returns:
dependencies
public List
Get the dependencies value.
Returns:
mode
public DeploymentMode mode()
Get the mode value.
Returns:
outputs
public Object outputs()
Get the outputs value.
Returns:
parameters
public Object parameters()
Get the parameters value.
Returns:
parametersLink
public ParametersLink parametersLink()
Get the parametersLink value.
Returns:
providers
public List
Get the providers value.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState value.
Returns:
template
public Object template()
Get the template value.
Returns:
templateLink
public TemplateLink templateLink()
Get the templateLink value.
Returns:
timestamp
public DateTime timestamp()
Get the timestamp value.
Returns:
withDebugSetting
public DeploymentPropertiesExtended withDebugSetting(DebugSetting debugSetting)
Set the debugSetting value.
Parameters:
Returns:
withDependencies
public DeploymentPropertiesExtended withDependencies(List
Set the dependencies value.
Parameters:
Returns:
withMode
public DeploymentPropertiesExtended withMode(DeploymentMode mode)
Set the mode value.
Parameters:
Returns:
withOutputs
public DeploymentPropertiesExtended withOutputs(Object outputs)
Set the outputs value.
Parameters:
Returns:
withParameters
public DeploymentPropertiesExtended withParameters(Object parameters)
Set the parameters value.
Parameters:
Returns:
withParametersLink
public DeploymentPropertiesExtended withParametersLink(ParametersLink parametersLink)
Set the parametersLink value.
Parameters:
Returns:
withProviders
public DeploymentPropertiesExtended withProviders(List
Set the providers value.
Parameters:
Returns:
withTemplate
public DeploymentPropertiesExtended withTemplate(Object template)
Set the template value.
Parameters:
Returns:
withTemplateLink
public DeploymentPropertiesExtended withTemplateLink(TemplateLink templateLink)
Set the templateLink value.
Parameters:
Returns:
Applies to
Azure SDK for Java