DeploymentProperties Class

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

public class DeploymentProperties

Deployment properties.

Method Summary

Modifier and Type Method and Description
DebugSetting debugSetting()

Get the debugSetting value.

DeploymentMode mode()

Get the mode value.

Object parameters()

Get the parameters value.

ParametersLink parametersLink()

Get the parametersLink value.

Object template()

Get the template value.

TemplateLink templateLink()

Get the templateLink value.

DeploymentProperties withDebugSetting(DebugSetting debugSetting)

Set the debugSetting value.

DeploymentProperties withMode(DeploymentMode mode)

Set the mode value.

DeploymentProperties withParameters(Object parameters)

Set the parameters value.

DeploymentProperties withParametersLink(ParametersLink parametersLink)

Set the parametersLink value.

DeploymentProperties withTemplate(Object template)

Set the template value.

DeploymentProperties withTemplateLink(TemplateLink templateLink)

Set the templateLink value.

Method Details

debugSetting

public DebugSetting debugSetting()

Get the debugSetting value.

Returns:

the debugSetting value

mode

public DeploymentMode mode()

Get the mode value.

Returns:

the mode 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

template

public Object template()

Get the template value.

Returns:

the template value

templateLink

public TemplateLink templateLink()

Get the templateLink value.

Returns:

the templateLink value

withDebugSetting

public DeploymentProperties withDebugSetting(DebugSetting debugSetting)

Set the debugSetting value.

Parameters:

debugSetting - the debugSetting value to set

Returns:

the DeploymentProperties object itself.

withMode

public DeploymentProperties withMode(DeploymentMode mode)

Set the mode value.

Parameters:

mode - the mode value to set

Returns:

the DeploymentProperties object itself.

withParameters

public DeploymentProperties withParameters(Object parameters)

Set the parameters value.

Parameters:

parameters - the parameters value to set

Returns:

the DeploymentProperties object itself.

withParametersLink

public DeploymentProperties withParametersLink(ParametersLink parametersLink)

Set the parametersLink value.

Parameters:

parametersLink - the parametersLink value to set

Returns:

the DeploymentProperties object itself.

withTemplate

public DeploymentProperties withTemplate(Object template)

Set the template value.

Parameters:

template - the template value to set

Returns:

the DeploymentProperties object itself.

withTemplateLink

public DeploymentProperties withTemplateLink(TemplateLink templateLink)

Set the templateLink value.

Parameters:

templateLink - the templateLink value to set

Returns:

the DeploymentProperties object itself.

Applies to