PatchObject 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
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
- tags
- IDictionary<String,String>
Tags to be updated.