ResourceGroupExportResult Interface

public interface ResourceGroupExportResult extends HasInner

An immutable client-side representation of an Azure deployment template export result.

Method Summary

Modifier and Type Method and Description
ResourceManagementErrorWithDetails error()
Object template()
String templateJson()

Inherited Members

Method Details

error

public ResourceManagementErrorWithDetails error()

Returns:

the error, if any.

template

public Object template()

Returns:

the template content

templateJson

public String templateJson()

Returns:

the template content as a JSON string

Applies to