ArmChangeAnalysisModelFactory.PropertyChange Méthode
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.
Initialise une nouvelle instance de PropertyChange.
public static Azure.ResourceManager.ChangeAnalysis.Models.PropertyChange PropertyChange (Azure.ResourceManager.ChangeAnalysis.Models.ChangeType? changeType = default, Azure.ResourceManager.ChangeAnalysis.Models.ChangeCategory? changeCategory = default, string jsonPath = default, string displayName = default, Azure.ResourceManager.ChangeAnalysis.Models.PropertyChangeLevel? level = default, string description = default, string oldValue = default, string newValue = default, bool? isDataMasked = default);
static member PropertyChange : Nullable<Azure.ResourceManager.ChangeAnalysis.Models.ChangeType> * Nullable<Azure.ResourceManager.ChangeAnalysis.Models.ChangeCategory> * string * string * Nullable<Azure.ResourceManager.ChangeAnalysis.Models.PropertyChangeLevel> * string * string * string * Nullable<bool> -> Azure.ResourceManager.ChangeAnalysis.Models.PropertyChange
Public Shared Function PropertyChange (Optional changeType As Nullable(Of ChangeType) = Nothing, Optional changeCategory As Nullable(Of ChangeCategory) = Nothing, Optional jsonPath As String = Nothing, Optional displayName As String = Nothing, Optional level As Nullable(Of PropertyChangeLevel) = Nothing, Optional description As String = Nothing, Optional oldValue As String = Nothing, Optional newValue As String = Nothing, Optional isDataMasked As Nullable(Of Boolean) = Nothing) As PropertyChange
Paramètres
- changeType
- Nullable<ChangeType>
Type de la modification.
- changeCategory
- Nullable<ChangeCategory>
Catégorie de modification.
- jsonPath
- String
Chemin json de la propriété modifiée.
- displayName
- String
Nom d’affichage amélioré du chemin json. Par exemple, la valeur du chemin json[0].properties sera traduite en quelque chose de significatif comme des emplacements["Intermédiaire"].properties.
- level
- Nullable<PropertyChangeLevel>
- description
- String
Description de la propriété modifiée.
- oldValue
- String
Valeur de la propriété avant la modification.
- newValue
- String
Valeur de la propriété après la modification.
Boolean indiquant si les valeurs oldValue et newValue sont masquées. Les valeurs sont masquées si elles contiennent des informations sensibles auxquelles l’utilisateur n’a pas accès.
Retours
Une nouvelle PropertyChange instance de moqueries.
S’applique à
Azure SDK for .NET