ArmChangeAnalysisModelFactory
ChangeProperties(ResourceIdentifier, DateTimeOffset?, IEnumerable<String>, ChangeType?, IEnumerable<PropertyChange>)
DetectedChangeData(ResourceIdentifier, String, ResourceType, SystemData, ChangeProperties)
PropertyChange(ChangeType?, ChangeCategory?, String, String, PropertyChangeLevel?, String, String, String, Boolean?)
net10.0
namespace Azure.ResourceManager.ChangeAnalysis.Models
{
public static class ArmChangeAnalysisModelFactory
{
public static PropertyChange PropertyChange(ChangeType? changeType = default, ChangeCategory? changeCategory = default, string jsonPath = null, string displayName = null, PropertyChangeLevel? level = default, string description = null, string oldValue = null, string newValue = null, bool? isDataMasked = default);
}
}
| .NET | 8.09.010.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Azure.ResourceManager.ChangeAnalysis , Version=1.1.1.0, PublicKeyToken=92742159e12e44c8 |
| Referencing | Your project needs a package reference to |
| Package | Azure.ResourceManager.ChangeAnalysis (1.1.1) net8.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API