次の方法で共有


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 文字列として使用する

適用対象