public class DeploymentPropertiesExtended extends Object
Constructor and Description |
---|
DeploymentPropertiesExtended() |
Modifier and Type | Method and Description |
---|---|
String |
correlationId()
Get the correlationId value.
|
DebugSetting |
debugSetting()
Get the debugSetting value.
|
List<Dependency> |
dependencies()
Get the dependencies value.
|
DeploymentMode |
mode()
Get the mode value.
|
Object |
outputs()
Get the outputs value.
|
Object |
parameters()
Get the parameters value.
|
ParametersLink |
parametersLink()
Get the parametersLink value.
|
List<com.microsoft.azure.management.resources.implementation.ProviderInner> |
providers()
Get the providers value.
|
String |
provisioningState()
Get the provisioningState value.
|
Object |
template()
Get the template value.
|
TemplateLink |
templateLink()
Get the templateLink value.
|
org.joda.time.DateTime |
timestamp()
Get the timestamp value.
|
DeploymentPropertiesExtended |
withDebugSetting(DebugSetting debugSetting)
Set the debugSetting value.
|
DeploymentPropertiesExtended |
withDependencies(List<Dependency> dependencies)
Set the dependencies value.
|
DeploymentPropertiesExtended |
withMode(DeploymentMode mode)
Set the mode value.
|
DeploymentPropertiesExtended |
withOutputs(Object outputs)
Set the outputs value.
|
DeploymentPropertiesExtended |
withParameters(Object parameters)
Set the parameters value.
|
DeploymentPropertiesExtended |
withParametersLink(ParametersLink parametersLink)
Set the parametersLink value.
|
DeploymentPropertiesExtended |
withProviders(List<com.microsoft.azure.management.resources.implementation.ProviderInner> providers)
Set the providers value.
|
DeploymentPropertiesExtended |
withTemplate(Object template)
Set the template value.
|
DeploymentPropertiesExtended |
withTemplateLink(TemplateLink templateLink)
Set the templateLink value.
|
public String provisioningState()
public String correlationId()
public org.joda.time.DateTime timestamp()
public Object outputs()
public DeploymentPropertiesExtended withOutputs(Object outputs)
outputs
- the outputs value to setpublic List<com.microsoft.azure.management.resources.implementation.ProviderInner> providers()
public DeploymentPropertiesExtended withProviders(List<com.microsoft.azure.management.resources.implementation.ProviderInner> providers)
providers
- the providers value to setpublic List<Dependency> dependencies()
public DeploymentPropertiesExtended withDependencies(List<Dependency> dependencies)
dependencies
- the dependencies value to setpublic Object template()
public DeploymentPropertiesExtended withTemplate(Object template)
template
- the template value to setpublic TemplateLink templateLink()
public DeploymentPropertiesExtended withTemplateLink(TemplateLink templateLink)
templateLink
- the templateLink value to setpublic Object parameters()
public DeploymentPropertiesExtended withParameters(Object parameters)
parameters
- the parameters value to setpublic ParametersLink parametersLink()
public DeploymentPropertiesExtended withParametersLink(ParametersLink parametersLink)
parametersLink
- the parametersLink value to setpublic DeploymentMode mode()
public DeploymentPropertiesExtended withMode(DeploymentMode mode)
mode
- the mode value to setpublic DebugSetting debugSetting()
public DeploymentPropertiesExtended withDebugSetting(DebugSetting debugSetting)
debugSetting
- the debugSetting value to setCopyright © 2019. All rights reserved.