ActionGroupList 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.
A list of action groups.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.ActionGroupListTypeConverter))]
public class ActionGroupList : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.ActionGroupListTypeConverter))>]
type ActionGroupList = class
interface IActionGroupList
interface IJsonSerializable
Public Class ActionGroupList
Implements IActionGroupList
- Inheritance
-
ActionGroupList
- Attributes
- Implements
Constructors
ActionGroupList() |
Creates an new ActionGroupList instance. |
Properties
NextLink |
Provides the link to retrieve the next set of elements. |
Value |
The list of action groups. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ActionGroupList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ActionGroupList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupList. |
FromJsonString(String) |
Creates a new instance of ActionGroupList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ActionGroupList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |