你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeploymentExportResult 接口

实现

HasInner<com.microsoft.azure.management.resources.implementation.DeploymentExportResultInner>

public interface DeploymentExportResult
extends HasInner<com.microsoft.azure.management.resources.implementation.DeploymentExportResultInner>

Azure 部署模板导出结果的不可变客户端表示形式。

方法摘要

修饰符和类型 方法和描述
abstract java.lang.Object template()
abstract java.lang.String templateAsJson()

方法详细信息

template

public abstract Object template()

Returns:

模板内容

templateAsJson

public abstract String templateAsJson()

Returns:

将模板内容作为 JSON 字符串

适用于