EnvironmentDeploymentProperties Class
- java.
lang. Object - com.
azure. resourcemanager. devtestlabs. models. EnvironmentDeploymentProperties
- com.
public final class EnvironmentDeploymentProperties
Properties of an environment deployment.
Constructor Summary
| Constructor | Description |
|---|---|
| EnvironmentDeploymentProperties() |
Creates an instance of Environment |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
armTemplateId()
Get the arm |
|
List<Arm |
parameters()
Get the parameters property: The parameters of the Azure Resource Manager template. |
| void |
validate()
Validates the instance. |
|
Environment |
withArmTemplateId(String armTemplateId)
Set the arm |
|
Environment |
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:
parameters
public List<ArmTemplateParameterProperties> parameters()
Get the parameters property: The parameters of the Azure Resource Manager template.
Returns:
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:
Returns:
withParameters
public EnvironmentDeploymentProperties withParameters(List<ArmTemplateParameterProperties> parameters)
Set the parameters property: The parameters of the Azure Resource Manager template.
Parameters:
Returns: