ArmTemplateInfoInner Class

  • java.lang.Object
    • com.azure.resourcemanager.devtestlabs.fluent.models.ArmTemplateInfoInner

public final class ArmTemplateInfoInner

Information about a generated ARM template.

Constructor Summary

Constructor Description
ArmTemplateInfoInner()

Creates an instance of ArmTemplateInfoInner class.

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.

ArmTemplateInfoInner withParameters(Object parameters)

Set the parameters property: The parameters of the ARM template.

ArmTemplateInfoInner 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:

the parameters value.

template

public Object template()

Get the template property: The template's contents.

Returns:

the template value.

validate

public void validate()

Validates the instance.

withParameters

public ArmTemplateInfoInner withParameters(Object parameters)

Set the parameters property: The parameters of the ARM template.

Parameters:

parameters - the parameters value to set.

Returns:

the ArmTemplateInfoInner object itself.

withTemplate

public ArmTemplateInfoInner withTemplate(Object template)

Set the template property: The template's contents.

Parameters:

template - the template value to set.

Returns:

the ArmTemplateInfoInner object itself.

Applies to