次の方法で共有


WhatIfPropertyChange コンストラクター

定義

オーバーロード

WhatIfPropertyChange()

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

WhatIfPropertyChange(String, PropertyChangeType, Object, Object, IList<WhatIfPropertyChange>)

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

WhatIfPropertyChange()

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

public WhatIfPropertyChange ();
Public Sub New ()

適用対象

WhatIfPropertyChange(String, PropertyChangeType, Object, Object, IList<WhatIfPropertyChange>)

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

public WhatIfPropertyChange (string path, Microsoft.Azure.Management.ResourceManager.Models.PropertyChangeType propertyChangeType, object before = default, object after = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.WhatIfPropertyChange> children = default);
new Microsoft.Azure.Management.ResourceManager.Models.WhatIfPropertyChange : string * Microsoft.Azure.Management.ResourceManager.Models.PropertyChangeType * obj * obj * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.WhatIfPropertyChange> -> Microsoft.Azure.Management.ResourceManager.Models.WhatIfPropertyChange
Public Sub New (path As String, propertyChangeType As PropertyChangeType, Optional before As Object = Nothing, Optional after As Object = Nothing, Optional children As IList(Of WhatIfPropertyChange) = Nothing)

パラメーター

path
String

プロパティのパスです。

propertyChangeType
PropertyChangeType

プロパティの変更の種類。 指定できる値は、'Create'、'Delete'、'Modify'、'Array'、'NoEffect' です。

before
Object

デプロイが実行される前の プロパティの値。

after
Object

デプロイの実行後の プロパティの値。

children
IList<WhatIfPropertyChange>

入れ子になったプロパティの変更。

適用対象