DigestConfig 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.
Advisor Digest configuration entity.
public class DigestConfig
type DigestConfig = class
Public Class DigestConfig
- Inheritance
-
DigestConfig
Constructors
DigestConfig() |
Initializes a new instance of DigestConfig. |
Properties
ActionGroupResourceId |
Action group resource id used by digest. |
Categories |
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. |
Applies to
Azure SDK for .NET