Class DeploymentPropertiesExtended
- java.lang.Object
-
- com.microsoft.azure.management.resources.DeploymentPropertiesExtended
-
public class DeploymentPropertiesExtended extends Object
Deployment properties with additional details.
-
-
Constructor Summary
Constructors Constructor Description DeploymentPropertiesExtended()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcorrelationId()Get the correlationId value.DebugSettingdebugSetting()Get the debugSetting value.List<Dependency>dependencies()Get the dependencies value.DeploymentModemode()Get the mode value.Objectoutputs()Get the outputs value.Objectparameters()Get the parameters value.ParametersLinkparametersLink()Get the parametersLink value.List<com.microsoft.azure.management.resources.implementation.ProviderInner>providers()Get the providers value.StringprovisioningState()Get the provisioningState value.Objecttemplate()Get the template value.TemplateLinktemplateLink()Get the templateLink value.org.joda.time.DateTimetimestamp()Get the timestamp value.DeploymentPropertiesExtendedwithDebugSetting(DebugSetting debugSetting)Set the debugSetting value.DeploymentPropertiesExtendedwithDependencies(List<Dependency> dependencies)Set the dependencies value.DeploymentPropertiesExtendedwithMode(DeploymentMode mode)Set the mode value.DeploymentPropertiesExtendedwithOutputs(Object outputs)Set the outputs value.DeploymentPropertiesExtendedwithParameters(Object parameters)Set the parameters value.DeploymentPropertiesExtendedwithParametersLink(ParametersLink parametersLink)Set the parametersLink value.DeploymentPropertiesExtendedwithProviders(List<com.microsoft.azure.management.resources.implementation.ProviderInner> providers)Set the providers value.DeploymentPropertiesExtendedwithTemplate(Object template)Set the template value.DeploymentPropertiesExtendedwithTemplateLink(TemplateLink templateLink)Set the templateLink value.
-
-
-
Method Detail
-
provisioningState
public String provisioningState()
Get the provisioningState value.- Returns:
- the provisioningState value
-
correlationId
public String correlationId()
Get the correlationId value.- Returns:
- the correlationId value
-
timestamp
public org.joda.time.DateTime timestamp()
Get the timestamp value.- Returns:
- the timestamp value
-
outputs
public Object outputs()
Get the outputs value.- Returns:
- the outputs value
-
withOutputs
public DeploymentPropertiesExtended withOutputs(Object outputs)
Set the outputs value.- Parameters:
outputs- the outputs value to set- Returns:
- the DeploymentPropertiesExtended object itself.
-
providers
public List<com.microsoft.azure.management.resources.implementation.ProviderInner> providers()
Get the providers value.- Returns:
- the providers value
-
withProviders
public DeploymentPropertiesExtended withProviders(List<com.microsoft.azure.management.resources.implementation.ProviderInner> providers)
Set the providers value.- Parameters:
providers- the providers value to set- Returns:
- the DeploymentPropertiesExtended object itself.
-
dependencies
public List<Dependency> dependencies()
Get the dependencies value.- Returns:
- the dependencies value
-
withDependencies
public DeploymentPropertiesExtended withDependencies(List<Dependency> dependencies)
Set the dependencies value.- Parameters:
dependencies- the dependencies value to set- Returns:
- the DeploymentPropertiesExtended object itself.
-
template
public Object template()
Get the template value.- Returns:
- the template value
-
withTemplate
public DeploymentPropertiesExtended withTemplate(Object template)
Set the template value.- Parameters:
template- the template value to set- Returns:
- the DeploymentPropertiesExtended object itself.
-
templateLink
public TemplateLink templateLink()
Get the templateLink value.- Returns:
- the templateLink value
-
withTemplateLink
public DeploymentPropertiesExtended withTemplateLink(TemplateLink templateLink)
Set the templateLink value.- Parameters:
templateLink- the templateLink value to set- Returns:
- the DeploymentPropertiesExtended object itself.
-
parameters
public Object parameters()
Get the parameters value.- Returns:
- the parameters value
-
withParameters
public DeploymentPropertiesExtended withParameters(Object parameters)
Set the parameters value.- Parameters:
parameters- the parameters value to set- Returns:
- the DeploymentPropertiesExtended object itself.
-
parametersLink
public ParametersLink parametersLink()
Get the parametersLink value.- Returns:
- the parametersLink value
-
withParametersLink
public DeploymentPropertiesExtended withParametersLink(ParametersLink parametersLink)
Set the parametersLink value.- Parameters:
parametersLink- the parametersLink value to set- Returns:
- the DeploymentPropertiesExtended object itself.
-
mode
public DeploymentMode mode()
Get the mode value.- Returns:
- the mode value
-
withMode
public DeploymentPropertiesExtended withMode(DeploymentMode mode)
Set the mode value.- Parameters:
mode- the mode value to set- Returns:
- the DeploymentPropertiesExtended object itself.
-
debugSetting
public DebugSetting debugSetting()
Get the debugSetting value.- Returns:
- the debugSetting value
-
withDebugSetting
public DeploymentPropertiesExtended withDebugSetting(DebugSetting debugSetting)
Set the debugSetting value.- Parameters:
debugSetting- the debugSetting value to set- Returns:
- the DeploymentPropertiesExtended object itself.
-
-