ActivityLogAlertIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.ActivityLogAlertIdentityTypeConverter))]
public class ActivityLogAlertIdentity : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.ActivityLogAlertIdentityTypeConverter))>]
type ActivityLogAlertIdentity = class
    interface IActivityLogAlertIdentity
    interface IJsonSerializable
Public Class ActivityLogAlertIdentity
Implements IActivityLogAlertIdentity
Inheritance
ActivityLogAlertIdentity
Attributes
Implements

Constructors

ActivityLogAlertIdentity()

Creates an new ActivityLogAlertIdentity instance.

Properties

ActivityLogAlertName

The name of the Activity Log Alert rule.

Id

Resource identity path

ResourceGroupName

The name of the resource group. The name is case insensitive.

SubscriptionId

The ID of the target subscription.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ActivityLogAlertIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ActivityLogAlertIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IActivityLogAlertIdentity.

FromJsonString(String)

Creates a new instance of ActivityLogAlertIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ActivityLogAlertIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to