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:
template
public abstract Object template()
Gets the template content.
Returns:
templateJson
public abstract String templateJson()
Gets the template content as a JSON string.
Returns: