Interface ArmTemplateInfo


public interface ArmTemplateInfo
An immutable client-side representation of ArmTemplateInfo.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.ArmTemplateInfoInner object.
    Gets the parameters property: The parameters of the ARM template.
    Gets the template property: The template's contents.
  • Method Details

    • template

      Object template()
      Gets the template property: The template's contents.
      Returns:
      the template value.
    • parameters

      Object parameters()
      Gets the parameters property: The parameters of the ARM template.
      Returns:
      the parameters value.
    • innerModel

      ArmTemplateInfoInner innerModel()
      Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.ArmTemplateInfoInner object.
      Returns:
      the inner object.