Share via


IDigestConfig Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.DigestConfigTypeConverter))]
public interface IDigestConfig : Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.DigestConfigTypeConverter))>]
type IDigestConfig = interface
    interface IJsonSerializable
Public Interface IDigestConfig
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ActionGroupResourceId

Action group resource id used by digest.

Category

Categories to send digest for. If categories are not provided, then digest will be sent for all categories.

Frequency

Frequency that digest will be triggered, in days. Value must be between 7 and 30 days inclusive.

Language

Language for digest content body. Value must be ISO 639-1 code for one of Azure portal supported languages. Otherwise, it will be converted into one. Default value is English (en).

Name

Name of digest configuration. Value is case-insensitive and must be unique within a subscription.

State

State of digest configuration.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to