ActionGroupPatch Class
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.
An Azure action group for patch operations.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.ActionGroupPatchTypeConverter))]
public class ActionGroupPatch : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupPatch
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.ActionGroupPatchTypeConverter))>]
type ActionGroupPatch = class
interface IActionGroupPatch
interface IJsonSerializable
Public Class ActionGroupPatch
Implements IActionGroupPatch
- Inheritance
-
ActionGroupPatch
- Attributes
- Implements
Constructors
ActionGroupPatch() |
Creates an new ActionGroupPatch instance. |
Properties
Enabled |
Indicates whether this action group is enabled. If an action group is not enabled, then none of its actions will be activated. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ActionGroupPatch. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ActionGroupPatch. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupPatch. |
FromJsonString(String) |
Creates a new instance of ActionGroupPatch, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ActionGroupPatch into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |