次の方法で共有


IDeploymentExportResult インターフェイス

定義

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

public interface IDeploymentExportResult : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExportResultInner>
type IDeploymentExportResult = interface
    interface IHasInner<DeploymentExportResultInner>
Public Interface IDeploymentExportResult
Implements IHasInner(Of DeploymentExportResultInner)
実装

プロパティ

Inner

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

(継承元 IHasInner<T>)
Template

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

TemplateAsJson

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

適用対象