Interface ResourceGroupExportResult

All Superinterfaces:
HasInnerModel<ResourceGroupExportResultInner>

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

    Modifier and Type
    Method
    Description
    com.azure.core.management.exception.ManagementError
    Gets the ManagementError.
    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
    • templateJson

      String templateJson()
      Gets the template content as a JSON string.
      Returns:
      the template content as a JSON string
    • error

      com.azure.core.management.exception.ManagementError error()
      Gets the ManagementError.
      Returns:
      the error, if any.