ActionGroupPatchBody Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ActionGroupPatchBody() |
Initializes a new instance of the ActionGroupPatchBody class. |
ActionGroupPatchBody(IDictionary<String,String>, Nullable<Boolean>) |
Initializes a new instance of the ActionGroupPatchBody class. |
ActionGroupPatchBody()
Initializes a new instance of the ActionGroupPatchBody class.
public ActionGroupPatchBody ();
Public Sub New ()
Applies to
ActionGroupPatchBody(IDictionary<String,String>, Nullable<Boolean>)
Initializes a new instance of the ActionGroupPatchBody class.
public ActionGroupPatchBody (System.Collections.Generic.IDictionary<string,string> tags = default, bool? enabled = default);
new Microsoft.Azure.Management.Monitor.Models.ActionGroupPatchBody : System.Collections.Generic.IDictionary<string, string> * Nullable<bool> -> Microsoft.Azure.Management.Monitor.Models.ActionGroupPatchBody
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing)
Parameters
- tags
- IDictionary<String,String>
Resource tags
Indicates whether this action group is enabled. If an action group is not enabled, then none of its actions will be activated.