ResourceGroupExportResult インターフェイス

実装

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

public interface ResourceGroupExportResult
extends HasInner<com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner>

Azure デプロイ テンプレートのエクスポート結果の不変のクライアント側表現。

メソッドの概要

修飾子と型 メソッドと説明
abstract ErrorResponse error()
abstract java.lang.Object template()
abstract java.lang.String templateJson()

メソッドの詳細

error

public abstract ErrorResponse error()

Returns:

エラー (存在する場合)。

template

public abstract Object template()

Returns:

テンプレートの内容

templateJson

public abstract String templateJson()

Returns:

JSON 文字列としてのテンプレート コンテンツ

適用対象