Share via


IActivityLogAlertIdentity.ActivityLogAlertName Property

Definition

The name of the Activity Log Alert rule.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.Info(Description="The name of the Activity Log Alert rule.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="activityLogAlertName")]
public string ActivityLogAlertName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.Info(Create=true, Description="The name of the Activity Log Alert rule.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="activityLogAlertName", Update=true)]
public string ActivityLogAlertName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.Info(Description="The name of the Activity Log Alert rule.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="activityLogAlertName")>]
member this.ActivityLogAlertName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.Info(Create=true, Description="The name of the Activity Log Alert rule.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="activityLogAlertName", Update=true)>]
member this.ActivityLogAlertName : string with get, set
Public Property ActivityLogAlertName As String

Property Value

Attributes

Applies to