次の方法で共有


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 クラスの新しいインスタンスを初期化します。

DeploymentPropertiesExtended()

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

public DeploymentPropertiesExtended ();
Public Sub New ()

適用対象

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

public DeploymentPropertiesExtended (string provisioningState = default, string correlationId = default, DateTime? timestamp = default, string duration = default, object outputs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.Provider> providers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.Dependency> dependencies = default, Microsoft.Azure.Management.ResourceManager.Models.TemplateLink templateLink = default, object parameters = default, Microsoft.Azure.Management.ResourceManager.Models.ParametersLink parametersLink = default, Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode? mode = default, Microsoft.Azure.Management.ResourceManager.Models.DebugSetting debugSetting = default, Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended onErrorDeployment = default, string templateHash = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ResourceReference> outputResources = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ResourceReference> validatedResources = default, Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse error = default);
new Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended : string * string * Nullable<DateTime> * string * obj * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.Provider> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.Dependency> * Microsoft.Azure.Management.ResourceManager.Models.TemplateLink * obj * Microsoft.Azure.Management.ResourceManager.Models.ParametersLink * Nullable<Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode> * Microsoft.Azure.Management.ResourceManager.Models.DebugSetting * Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ResourceReference> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ResourceReference> * Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended
Public Sub New (Optional provisioningState As String = Nothing, Optional correlationId As String = Nothing, Optional timestamp As Nullable(Of DateTime) = Nothing, Optional duration As String = Nothing, Optional outputs As Object = Nothing, Optional providers As IList(Of Provider) = Nothing, Optional dependencies As IList(Of Dependency) = Nothing, Optional templateLink As TemplateLink = Nothing, Optional parameters As Object = Nothing, Optional parametersLink As ParametersLink = Nothing, Optional mode As Nullable(Of DeploymentMode) = Nothing, Optional debugSetting As DebugSetting = Nothing, Optional onErrorDeployment As OnErrorDeploymentExtended = Nothing, Optional templateHash As String = Nothing, Optional outputResources As IList(Of ResourceReference) = Nothing, Optional validatedResources As IList(Of ResourceReference) = Nothing, Optional error As ErrorResponse = Nothing)

パラメーター

provisioningState
String

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

correlationId
String

デプロイの関連付け ID。

timestamp
Nullable<DateTime>

テンプレートデプロイのタイムスタンプ。

duration
String

テンプレートのデプロイの期間。

outputs
Object

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

providers
IList<Provider>

デプロイに必要なリソース プロバイダーの一覧。

dependencies
IList<Dependency>

デプロイの依存関係の一覧。

templateLink
TemplateLink

テンプレートを参照する URI。

parameters
Object

デプロイのパラメーターです。

parametersLink
ParametersLink

パラメーターを参照する URI。

mode
Nullable<DeploymentMode>

デプロイ モード。 指定できる値は、Incremental と Complete です。 指定できる値は、'Incremental'、'Complete' です。

debugSetting
DebugSetting

デプロイのデバッグ設定。

onErrorDeployment
OnErrorDeploymentExtended

エラー時の展開の動作。

templateHash
String

テンプレートに対して生成されるハッシュ。

outputResources
IList<ResourceReference>

プロビジョニングされたリソースの配列。

validatedResources
IList<ResourceReference>

検証済みリソースの配列。

error
ErrorResponse

デプロイ エラー。

適用対象