ArmTemplateInfoInner Class
- java.
lang. Object - com.
azure. resourcemanager. devtestlabs. fluent. models. ArmTemplateInfoInner
- com.
public final class ArmTemplateInfoInner
Information about a generated ARM template.
Constructor Summary
| Constructor | Description |
|---|---|
| ArmTemplateInfoInner() |
Creates an instance of Arm |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Object |
parameters()
Get the parameters property: The parameters of the ARM template. |
| Object |
template()
Get the template property: The template's contents. |
| void |
validate()
Validates the instance. |
|
Arm |
withParameters(Object parameters)
Set the parameters property: The parameters of the ARM template. |
|
Arm |
withTemplate(Object template)
Set the template property: The template's contents. |
Methods inherited from java.lang.Object
Constructor Details
ArmTemplateInfoInner
public ArmTemplateInfoInner()
Creates an instance of ArmTemplateInfoInner class.
Method Details
parameters
public Object parameters()
Get the parameters property: The parameters of the ARM template.
Returns:
template
public Object template()
Get the template property: The template's contents.
Returns:
validate
public void validate()
Validates the instance.
withParameters
public ArmTemplateInfoInner withParameters(Object parameters)
Set the parameters property: The parameters of the ARM template.
Parameters:
Returns:
withTemplate
public ArmTemplateInfoInner withTemplate(Object template)
Set the template property: The template's contents.
Parameters:
Returns: