DeploymentPropertiesExtended Class

  • java.lang.Object
    • com.microsoft.azure.management.resources.DeploymentPropertiesExtended

public class DeploymentPropertiesExtended

Deployment properties with additional details.

Method Summary

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<ProviderInner> providers()

Get the providers value.

String provisioningState()

Get the provisioningState value.

Object template()

Get the template value.

TemplateLink templateLink()

Get the templateLink value.

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<ProviderInner> providers)

Set the providers value.

DeploymentPropertiesExtended withTemplate(Object template)

Set the template value.

DeploymentPropertiesExtended withTemplateLink(TemplateLink templateLink)

Set the templateLink value.

Method Details

correlationId

public String correlationId()

Get the correlationId value.

Returns:

the correlationId value

debugSetting

public DebugSetting debugSetting()

Get the debugSetting value.

Returns:

the debugSetting value

dependencies

public List dependencies()

Get the dependencies value.

Returns:

the dependencies value

mode

public DeploymentMode mode()

Get the mode value.

Returns:

the mode value

outputs

public Object outputs()

Get the outputs value.

Returns:

the outputs value

parameters

public Object parameters()

Get the parameters value.

Returns:

the parameters value

parametersLink

public ParametersLink parametersLink()

Get the parametersLink value.

Returns:

the parametersLink value

providers

public List providers()

Get the providers value.

Returns:

the providers value

provisioningState

public String provisioningState()

Get the provisioningState value.

Returns:

the provisioningState value

template

public Object template()

Get the template value.

Returns:

the template value

templateLink

public TemplateLink templateLink()

Get the templateLink value.

Returns:

the templateLink value

timestamp

public DateTime timestamp()

Get the timestamp value.

Returns:

the timestamp value

withDebugSetting

public DeploymentPropertiesExtended withDebugSetting(DebugSetting debugSetting)

Set the debugSetting value.

Parameters:

debugSetting - the debugSetting value to set

Returns:

the DeploymentPropertiesExtended object itself.

withDependencies

public DeploymentPropertiesExtended withDependencies(List dependencies)

Set the dependencies value.

Parameters:

dependencies - the dependencies value to set

Returns:

the DeploymentPropertiesExtended object itself.

withMode

public DeploymentPropertiesExtended withMode(DeploymentMode mode)

Set the mode value.

Parameters:

mode - the mode value to set

Returns:

the DeploymentPropertiesExtended object itself.

withOutputs

public DeploymentPropertiesExtended withOutputs(Object outputs)

Set the outputs value.

Parameters:

outputs - the outputs value to set

Returns:

the DeploymentPropertiesExtended object itself.

withParameters

public DeploymentPropertiesExtended withParameters(Object parameters)

Set the parameters value.

Parameters:

parameters - the parameters value to set

Returns:

the DeploymentPropertiesExtended object itself.

withParametersLink

public DeploymentPropertiesExtended withParametersLink(ParametersLink parametersLink)

Set the parametersLink value.

Parameters:

parametersLink - the parametersLink value to set

Returns:

the DeploymentPropertiesExtended object itself.

withProviders

public DeploymentPropertiesExtended withProviders(List providers)

Set the providers value.

Parameters:

providers - the providers value to set

Returns:

the DeploymentPropertiesExtended object itself.

withTemplate

public DeploymentPropertiesExtended withTemplate(Object template)

Set the template value.

Parameters:

template - the template value to set

Returns:

the DeploymentPropertiesExtended object itself.

withTemplateLink

public DeploymentPropertiesExtended withTemplateLink(TemplateLink templateLink)

Set the templateLink value.

Parameters:

templateLink - the templateLink value to set

Returns:

the DeploymentPropertiesExtended object itself.

Applies to