PrometheusRuleGroupResourcePatchParametersProperties 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.PrometheusRuleGroupResourcePatchParametersPropertiesTypeConverter))]
public class PrometheusRuleGroupResourcePatchParametersProperties : Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupResourcePatchParametersProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.PrometheusRuleGroupResourcePatchParametersPropertiesTypeConverter))>]
type PrometheusRuleGroupResourcePatchParametersProperties = class
interface IPrometheusRuleGroupResourcePatchParametersProperties
interface IJsonSerializable
Public Class PrometheusRuleGroupResourcePatchParametersProperties
Implements IPrometheusRuleGroupResourcePatchParametersProperties
- Inheritance
-
PrometheusRuleGroupResourcePatchParametersProperties
- Attributes
- Implements
Constructors
PrometheusRuleGroupResourcePatchParametersProperties() |
Creates an new PrometheusRuleGroupResourcePatchParametersProperties instance. |
Properties
Enabled |
the flag that indicates whether the Prometheus rule group is enabled. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrometheusRuleGroupResourcePatchParametersProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrometheusRuleGroupResourcePatchParametersProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupResourcePatchParametersProperties. |
FromJsonString(String) |
Creates a new instance of PrometheusRuleGroupResourcePatchParametersProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrometheusRuleGroupResourcePatchParametersProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |