次の方法で共有


DeploymentPropertiesExtended クラス

定義

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

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

コンストラクター

DeploymentPropertiesExtended()

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

DeploymentPropertiesExtended(ProvisioningState, String, Nullable<DateTime>, String, Object, IList<ProviderInner>, 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' です。

OnErrorDeployment

エラーの動作に関する展開を取得します。

OutputResources

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

Outputs

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

Parameters

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

ParametersLink

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

Providers

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

ProvisioningState

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

TemplateHash

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

TemplateLink

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

Timestamp

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

ValidatedResources

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

メソッド

Validate()

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

適用対象