Sdílet prostřednictvím


AlertRuleResource Constructors

Definition

Overloads

AlertRuleResource()

Initializes a new instance of the AlertRuleResource class.

AlertRuleResource(AlertRuleResource)

Initializes a new instance of the AlertRuleResource class.

AlertRuleResource()

Initializes a new instance of the AlertRuleResource class.

public AlertRuleResource ();
Public Sub New ()

Applies to

AlertRuleResource(AlertRuleResource)

Initializes a new instance of the AlertRuleResource class.

public AlertRuleResource (Microsoft.Azure.Management.Monitor.Models.AlertRuleResource alertRuleResource);
new Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource : Microsoft.Azure.Management.Monitor.Models.AlertRuleResource -> Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource
Public Sub New (alertRuleResource As AlertRuleResource)

Parameters

alertRuleResource
AlertRuleResource

The AlertRuleResource object

Applies to