EnvironmentDeploymentProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.devtestlabs.models.EnvironmentDeploymentProperties

public final class EnvironmentDeploymentProperties

Properties of an environment deployment.

Constructor Summary

Constructor Description
EnvironmentDeploymentProperties()

Creates an instance of EnvironmentDeploymentProperties class.

Method Summary

Modifier and Type Method and Description
String armTemplateId()

Get the armTemplateId property: The Azure Resource Manager template's identifier.

List<ArmTemplateParameterProperties> parameters()

Get the parameters property: The parameters of the Azure Resource Manager template.

void validate()

Validates the instance.

EnvironmentDeploymentProperties withArmTemplateId(String armTemplateId)

Set the armTemplateId property: The Azure Resource Manager template's identifier.

EnvironmentDeploymentProperties withParameters(List<ArmTemplateParameterProperties> parameters)

Set the parameters property: The parameters of the Azure Resource Manager template.

Methods inherited from java.lang.Object

Constructor Details

EnvironmentDeploymentProperties

public EnvironmentDeploymentProperties()

Creates an instance of EnvironmentDeploymentProperties class.

Method Details

armTemplateId

public String armTemplateId()

Get the armTemplateId property: The Azure Resource Manager template's identifier.

Returns:

the armTemplateId value.

parameters

public List<ArmTemplateParameterProperties> parameters()

Get the parameters property: The parameters of the Azure Resource Manager template.

Returns:

the parameters value.

validate

public void validate()

Validates the instance.

withArmTemplateId

public EnvironmentDeploymentProperties withArmTemplateId(String armTemplateId)

Set the armTemplateId property: The Azure Resource Manager template's identifier.

Parameters:

armTemplateId - the armTemplateId value to set.

Returns:

the EnvironmentDeploymentProperties object itself.

withParameters

public EnvironmentDeploymentProperties withParameters(List<ArmTemplateParameterProperties> parameters)

Set the parameters property: The parameters of the Azure Resource Manager template.

Parameters:

parameters - the parameters value to set.

Returns:

the EnvironmentDeploymentProperties object itself.

Applies to