AlertsResult 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.
Result of alerts.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.AlertsResultTypeConverter))]
public class AlertsResult : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IAlertsResult, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IAlertsResultInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.AlertsResultTypeConverter))>]
type AlertsResult = class
interface IAlertsResult
interface IJsonSerializable
interface IAlertsResultInternal
Public Class AlertsResult
Implements IAlertsResult, IAlertsResultInternal
- Inheritance
-
AlertsResult
- Attributes
- Implements
Constructors
AlertsResult() |
Creates an new AlertsResult instance. |
Properties
NextLink |
URL to get the next set of alerts results if there are any. |
Value |
List of alerts. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AlertsResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AlertsResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IAlertsResult. |
FromJsonString(String) |
Creates a new instance of AlertsResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AlertsResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Explicit Interface Implementations
IAlertsResultInternal.NextLink |
Internal Acessors for NextLink |
IAlertsResultInternal.Value |
Internal Acessors for Value |