共用方式為


PatchObject Constructors

Definition

Overloads

PatchObject()

Initializes a new instance of the PatchObject class.

PatchObject(Nullable<Boolean>, IDictionary<String,String>)

Initializes a new instance of the PatchObject class.

PatchObject()

Initializes a new instance of the PatchObject class.

public PatchObject ();
Public Sub New ()

Applies to

PatchObject(Nullable<Boolean>, IDictionary<String,String>)

Initializes a new instance of the PatchObject class.

public PatchObject (bool? enabled = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.AlertsManagement.Models.PatchObject : Nullable<bool> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.AlertsManagement.Models.PatchObject
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

enabled
Nullable<Boolean>

Indicates if the given alert processing rule is enabled or disabled.

tags
IDictionary<String,String>

Tags to be updated.

Applies to