WhatIfPropertyChange コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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.Fluent.Models.PropertyChangeType propertyChangeType, object before = default, object after = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfPropertyChange> children = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfPropertyChange : string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.PropertyChangeType * obj * obj * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfPropertyChange> -> Microsoft.Azure.Management.ResourceManager.Fluent.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>
入れ子になったプロパティの変更。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET