DeploymentParameter Class
- java.
lang. Object - com.
azure. resourcemanager. resources. models. DeploymentParameter
- com.
Implements
public final class DeploymentParameter
implements JsonSerializable<DeploymentParameter>
Deployment parameter for the template.
Constructor Summary
Constructor | Description |
---|---|
DeploymentParameter() |
Creates an instance of Deployment |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Deployment |
fromJson(JsonReader jsonReader)
Reads an instance of Deployment |
Key |
reference()
Get the reference property: Azure Key Vault parameter reference. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Object |
value()
Get the value property: Input value to the parameter . |
Deployment |
withReference(KeyVaultParameterReference reference)
Set the reference property: Azure Key Vault parameter reference. |
Deployment |
withValue(Object value)
Set the value property: Input value to the parameter . |
Methods inherited from java.lang.Object
Constructor Details
DeploymentParameter
public DeploymentParameter()
Creates an instance of DeploymentParameter class.
Method Details
fromJson
public static DeploymentParameter fromJson(JsonReader jsonReader)
Reads an instance of DeploymentParameter from the JsonReader.
Parameters:
Returns:
Throws:
reference
public KeyVaultParameterReference reference()
Get the reference property: Azure Key Vault parameter reference.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public Object value()
Get the value property: Input value to the parameter .
Returns:
withReference
public DeploymentParameter withReference(KeyVaultParameterReference reference)
Set the reference property: Azure Key Vault parameter reference.
Parameters:
Returns:
withValue
public DeploymentParameter withValue(Object value)
Set the value property: Input value to the parameter .
Parameters:
Returns:
Applies to
Azure SDK for Java