你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WhatIfPropertyChange Class

Definition

The predicted change to the resource property.

public class WhatIfPropertyChange
type WhatIfPropertyChange = class
Public Class WhatIfPropertyChange
Inheritance
WhatIfPropertyChange

Constructors

WhatIfPropertyChange()

Initializes a new instance of the WhatIfPropertyChange class.

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

Initializes a new instance of the WhatIfPropertyChange class.

Properties

After

Gets or sets the value of the property after the deployment is executed.

Before

Gets or sets the value of the property before the deployment is executed.

Children

Gets or sets nested property changes.

Path

Gets or sets the path of the property.

PropertyChangeType

Gets or sets the type of property change. Possible values include: 'Create', 'Delete', 'Modify', 'Array', 'NoEffect'

Methods

Validate()

Validate the object.

Applies to