Interface ResourceGroupExportResult
- All Superinterfaces:
HasInnerModel<ResourceGroupExportResultInner>
An immutable client-side representation of an Azure deployment template export result.
-
Method Summary
Methods inherited from interface HasInnerModel
innerModel
-
Method Details
-
template
-
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.
-