Interface DeploymentExportResult
- All Superinterfaces:
HasInnerModel<DeploymentExportResultInner>
An immutable client-side representation of an Azure deployment template export result.
-
Method Summary
Modifier and TypeMethodDescriptiontemplate()Gets the template content.Gets the template content as a JSON string.Methods inherited from interface HasInnerModel
innerModel
-
Method Details
-
template
-
templateAsJson
String templateAsJson()Gets the template content as a JSON string.- Returns:
- the template content as a JSON string
-