ResourceGroupExportResult Interface
Implements
public interface ResourceGroupExportResult
extends HasInnerModel<ResourceGroupExportResultInner>
An immutable client-side representation of an Azure deployment template export result.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Management |
error()
Gets the Management |
abstract Object |
template()
Gets the template content. |
abstract String |
templateJson()
Gets the template content as a JSON string. |
Method Details
error
public abstract ManagementError error()
Gets the ManagementError.
Returns:
the error, if any.
template
public abstract Object template()
Gets the template content.
Returns:
the template content
templateJson
public abstract String templateJson()
Gets the template content as a JSON string.
Returns:
the template content as a JSON string