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