Interface DeploymentExportResult

All Superinterfaces:
HasInnerModel<DeploymentExportResultInner>

public interface DeploymentExportResult extends HasInnerModel<DeploymentExportResultInner>
An immutable client-side representation of an Azure deployment template export result.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the template content.
    Gets the template content as a JSON string.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel
  • Method Details

    • template

      Object template()
      Gets the template content.
      Returns:
      the template content
    • templateAsJson

      String templateAsJson()
      Gets the template content as a JSON string.
      Returns:
      the template content as a JSON string