Freigeben über


AlertsResult Class

Definition

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

Name Description
AlertsResult()

Creates an new AlertsResult instance.

Properties

Name Description
NextLink

URL to get the next set of alerts results if there are any.

Value

List of alerts.

Methods

Name Description
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

Name Description
IAlertsResultInternal.NextLink

Internal Acessors for NextLink

IAlertsResultInternal.Value

Internal Acessors for Value

Applies to