AlertModification Constructors

Definition

Overloads

AlertModification()

Initializes a new instance of the AlertModification class.

AlertModification(String, String, String, AlertModificationProperties)

Initializes a new instance of the AlertModification class.

AlertModification()

Initializes a new instance of the AlertModification class.

public AlertModification ();
Public Sub New ()

Applies to

AlertModification(String, String, String, AlertModificationProperties)

Initializes a new instance of the AlertModification class.

public AlertModification (string id = default, string type = default, string name = default, Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationProperties properties = default);
new Microsoft.Azure.Management.AlertsManagement.Models.AlertModification : string * string * string * Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationProperties -> Microsoft.Azure.Management.AlertsManagement.Models.AlertModification
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional properties As AlertModificationProperties = Nothing)

Parameters

id
String

Azure resource Id

type
String

Azure resource type

name
String

Azure resource name

Applies to