AlertRulePatchProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An Activity Log Alert rule properties for patch operations.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.AlertRulePatchPropertiesTypeConverter))]
public class AlertRulePatchProperties : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRulePatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.AlertRulePatchPropertiesTypeConverter))>]
type AlertRulePatchProperties = class
interface IAlertRulePatchProperties
interface IJsonSerializable
Public Class AlertRulePatchProperties
Implements IAlertRulePatchProperties
- Inheritance
-
AlertRulePatchProperties
- Attributes
- Implements
Constructors
AlertRulePatchProperties() |
Creates an new AlertRulePatchProperties instance. |
Properties
Enabled |
Indicates whether this Activity Log Alert rule is enabled. If an Activity Log Alert rule is not enabled, then none of its actions will be activated. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AlertRulePatchProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AlertRulePatchProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRulePatchProperties. |
FromJsonString(String) |
Creates a new instance of AlertRulePatchProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AlertRulePatchProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |