WhatIfPropertyChange Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WhatIfPropertyChange() |
Initialise une nouvelle instance de la classe WhatIfPropertyChange. |
WhatIfPropertyChange(String, PropertyChangeType, Object, Object, IList<WhatIfPropertyChange>) |
Initialise une nouvelle instance de la classe WhatIfPropertyChange. |
WhatIfPropertyChange()
Initialise une nouvelle instance de la classe WhatIfPropertyChange.
public WhatIfPropertyChange ();
Public Sub New ()
S’applique à
WhatIfPropertyChange(String, PropertyChangeType, Object, Object, IList<WhatIfPropertyChange>)
Initialise une nouvelle instance de la classe 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)
Paramètres
- path
- String
Chemin d'accès à la propriété.
- propertyChangeType
- PropertyChangeType
Type de modification de propriété. Les valeurs possibles sont les suivantes : « Create », « Delete », « Modify », « Array », « NoEffect »
- before
- Object
Valeur de la propriété avant l’exécution du déploiement.
- after
- Object
Valeur de la propriété après l’exécution du déploiement.
- children
- IList<WhatIfPropertyChange>
Modifications des propriétés imbriquées.
S’applique à
Azure SDK for .NET