Interface ResourceGroupExportResult
- All Superinterfaces:
HasInner<com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner>
public interface ResourceGroupExportResult
extends HasInner<com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner>
An immutable client-side representation of an Azure deployment template export result.
-
Method Summary
-
Method Details
-
template
Object template()- Returns:
- the template content
-
templateJson
String templateJson()- Returns:
- the template content as a JSON string
-
error
ErrorResponse error()- Returns:
- the error, if any.
-