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
     
     
     

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

    innerModel
  • Method Details

    • template

      Object template()
      Returns:
      the template content
    • templateJson

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

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