ActionGroupPatchBody 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 action group object for the body of patch operations.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.ActionGroupPatchBodyTypeConverter))]
public class ActionGroupPatchBody : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupPatchBody
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.ActionGroupPatchBodyTypeConverter))>]
type ActionGroupPatchBody = class
interface IActionGroupPatchBody
interface IJsonSerializable
Public Class ActionGroupPatchBody
Implements IActionGroupPatchBody
- Inheritance
-
ActionGroupPatchBody
- Attributes
- Implements
Constructors
ActionGroupPatchBody() |
Creates an new ActionGroupPatchBody 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. |
Tag |
Resource tags |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ActionGroupPatchBody. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ActionGroupPatchBody. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupPatchBody. |
FromJsonString(String) |
Creates a new instance of ActionGroupPatchBody, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ActionGroupPatchBody into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |