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
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java