Share via


DeploymentPropertiesExtended クラス

定義

追加の詳細を含む展開プロパティ。

public class DeploymentPropertiesExtended
type DeploymentPropertiesExtended = class
Public Class DeploymentPropertiesExtended
継承
DeploymentPropertiesExtended

コンストラクター

DeploymentPropertiesExtended()

DeploymentPropertiesExtended クラスの新しいインスタンスを初期化します。

DeploymentPropertiesExtended(String, String, Nullable<DateTime>, String, Object, IList<Provider>, IList<Dependency>, TemplateLink, Object, ParametersLink, Nullable<DeploymentMode>, DebugSetting, OnErrorDeploymentExtended, String, IList<ResourceReference>, IList<ResourceReference>, ErrorResponse)

DeploymentPropertiesExtended クラスの新しいインスタンスを初期化します。

プロパティ

CorrelationId

デプロイの関連付け ID を取得します。

DebugSetting

デプロイのデバッグ設定を取得します。

Dependencies

デプロイメントの依存関係の一覧を取得します。

Duration

テンプレートのデプロイの期間を取得します。

Error

デプロイ エラーを取得します。

Mode

展開モードを取得します。 指定できる値は、Incremental と Complete です。 指定できる値は、'Incremental'、'Complete' です。

OnErrorDeployment

エラー動作に対するデプロイを取得します。

OutputResources

プロビジョニングされたリソースの配列を取得します。

Outputs

デプロイ出力を表すキーと値のペアを取得します。

Parameters

デプロイ パラメーターを取得します。

ParametersLink

パラメーターを参照する URI を取得します。

Providers

デプロイに必要なリソース プロバイダーの一覧を取得します。

ProvisioningState

取得は、プロビジョニングの状態を示します。 指定できる値は、'NotSpecified'、'Accepted'、'Running'、'Ready'、'Creating'、'Created'、'Deleted'、'Canceled'、'Failed'、'Succeeded'、'Updating' です。

TemplateHash

テンプレートに対して生成されたハッシュを取得します。

TemplateLink

テンプレートを参照する URI を取得します。

Timestamp

テンプレートデプロイのタイムスタンプを取得します。

ValidatedResources

検証済みリソースの配列を取得します。

メソッド

Validate()

オブジェクトを検証します。

適用対象