Compartilhar via


ArmResourcesModelFactory.WhatIfPropertyChange Método

Definição

Inicializa uma nova instância de WhatIfPropertyChange.

public static Azure.ResourceManager.Resources.Models.WhatIfPropertyChange WhatIfPropertyChange (string path = default, Azure.ResourceManager.Resources.Models.WhatIfPropertyChangeType propertyChangeType = Azure.ResourceManager.Resources.Models.WhatIfPropertyChangeType.Create, BinaryData before = default, BinaryData after = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.WhatIfPropertyChange> children = default);
static member WhatIfPropertyChange : string * Azure.ResourceManager.Resources.Models.WhatIfPropertyChangeType * BinaryData * BinaryData * seq<Azure.ResourceManager.Resources.Models.WhatIfPropertyChange> -> Azure.ResourceManager.Resources.Models.WhatIfPropertyChange
Public Shared Function WhatIfPropertyChange (Optional path As String = Nothing, Optional propertyChangeType As WhatIfPropertyChangeType = Azure.ResourceManager.Resources.Models.WhatIfPropertyChangeType.Create, Optional before As BinaryData = Nothing, Optional after As BinaryData = Nothing, Optional children As IEnumerable(Of WhatIfPropertyChange) = Nothing) As WhatIfPropertyChange

Parâmetros

path
String

O caminho da propriedade.

propertyChangeType
WhatIfPropertyChangeType

O tipo de alteração de propriedade.

before
BinaryData

O valor da propriedade antes da implantação ser executada.

after
BinaryData

O valor da propriedade após a implantação ser executada.

children
IEnumerable<WhatIfPropertyChange>

Alterações de propriedade aninhadas.

Retornos

Uma nova WhatIfPropertyChange instância para zombar.

Aplica-se a