Compartir a través de


ArmResourcesModelFactory.WhatIfPropertyChange Método

Definición

Inicializa una nueva instancia 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

Ruta de acceso de la propiedad.

propertyChangeType
WhatIfPropertyChangeType

Tipo de cambio de propiedad.

before
BinaryData

Valor de la propiedad antes de que se ejecute la implementación.

after
BinaryData

Valor de la propiedad después de ejecutar la implementación.

children
IEnumerable<WhatIfPropertyChange>

Cambios en la propiedad anidada.

Devoluciones

WhatIfPropertyChange Nueva instancia de para simular.

Se aplica a