PrometheusRuleResolveConfiguration 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.
Specifies the Prometheus alert rule configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.PrometheusRuleResolveConfigurationTypeConverter))]
public class PrometheusRuleResolveConfiguration : Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleResolveConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.PrometheusRuleResolveConfigurationTypeConverter))>]
type PrometheusRuleResolveConfiguration = class
interface IPrometheusRuleResolveConfiguration
interface IJsonSerializable
Public Class PrometheusRuleResolveConfiguration
Implements IPrometheusRuleResolveConfiguration
- Inheritance
-
PrometheusRuleResolveConfiguration
- Attributes
- Implements
Constructors
PrometheusRuleResolveConfiguration() |
Creates an new PrometheusRuleResolveConfiguration instance. |
Properties
AutoResolved |
Enable alert auto-resolution. |
TimeToResolve |
Alert auto-resolution timeout. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrometheusRuleResolveConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrometheusRuleResolveConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleResolveConfiguration. |
FromJsonString(String) |
Creates a new instance of PrometheusRuleResolveConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrometheusRuleResolveConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |