你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AlertRulePatchProperties Class

Definition

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()

Applies to