次の方法で共有


WhatIfOperationResult コンストラクター

定義

オーバーロード

WhatIfOperationResult()

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

WhatIfOperationResult(String, IList<WhatIfChange>, ErrorResponse)

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

WhatIfOperationResult()

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

public WhatIfOperationResult ();
Public Sub New ()

適用対象

WhatIfOperationResult(String, IList<WhatIfChange>, ErrorResponse)

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

public WhatIfOperationResult (string status = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.WhatIfChange> changes = default, Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse error = default);
new Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult : string * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.WhatIfChange> * Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse -> Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult
Public Sub New (Optional status As String = Nothing, Optional changes As IList(Of WhatIfChange) = Nothing, Optional error As ErrorResponse = Nothing)

パラメーター

status
String

What-If操作の状態。

changes
IList<WhatIfChange>

What-If操作によって予測されるリソース変更の一覧。

error
ErrorResponse

What-If操作が失敗した場合にエラーが発生します。

適用対象