Class DeploymentParameter
java.lang.Object
com.azure.resourcemanager.resources.models.DeploymentParameter
Deployment parameter for the template.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the reference property: Azure Key Vault parameter reference.voidvalidate()Validates the instance.value()Get the value property: Input value to the parameter .withReference(KeyVaultParameterReference reference) Set the reference property: Azure Key Vault parameter reference.Set the value property: Input value to the parameter .
-
Constructor Details
-
DeploymentParameter
public DeploymentParameter()Creates an instance of DeploymentParameter class.
-
-
Method Details
-
value
Get the value property: Input value to the parameter .- Returns:
- the value value.
-
withValue
Set the value property: Input value to the parameter .- Parameters:
value- the value value to set.- Returns:
- the DeploymentParameter object itself.
-
reference
Get the reference property: Azure Key Vault parameter reference.- Returns:
- the reference value.
-
withReference
Set the reference property: Azure Key Vault parameter reference.- Parameters:
reference- the reference value to set.- Returns:
- the DeploymentParameter object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-