Share via


IDigestConfig.Category Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="Categories to send digest for. If categories are not provided, then digest will be sent for all categories.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category) }, ReadOnly=false, Required=false, SerializedName="categories")]
public Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category[] Category { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.Info(Description="Categories to send digest for. If categories are not provided, then digest will be sent for all categories.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category) }, ReadOnly=false, Required=false, SerializedName="categories")>]
member this.Category : Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Category[] with get, set
Public Property Category As Category()

Property Value

Attributes

Applies to